/* Global stuff (applies to all or multiple pages, maybe) */
/* Global stuff (applies to all or multiple pages, maybe) */
/* Global stuff (applies to all or multiple pages, maybe) */
/* Global stuff (applies to all or multiple pages, maybe) */
/* Global stuff (applies to all or multiple pages, maybe) */

@font-face {
  font-family: 'Noto Sans Thai';
  font-style: normal;
  src: url('/assets/fonts/NotoSansThai-VariableFont_wdth,wght.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  src: url('/assets/fonts/NotoSansKR-VariableFont_wght.ttf') format('truetype');
  font-display: swap;
    unicode-range: U+4E00-9FFF, U+3400-4DBF; /* Han */
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  src: url('/assets/fonts/NotoSansSC-VariableFont_wght.ttf') format('truetype');
  font-display: swap;
  unicode-range: U+4E00-9FFF, U+3400-4DBF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  src: url('/assets/fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
  font-display: swap;
unicode-range:
U+0020-007E,       /* printable ASCII */
    U+00A0,            /* no-break space */
    U+2013-2014,       /* en/em dash */
    U+2018-2019,       /* ‘ ’ */
    U+201C-201D,       /* “ ” */
    U+2026;            /* … */
}
html, body, * {
  cursor: url('/assets/cursors/Pink.cur'), default !important;
}

.heart-avatar {
position: relative;
  top: 1px;
  }
body {
    font-family: 'Inter', 'Noto Sans KR', 'Noto Sans SC', 'Noto Sans Thai';
    /*text-transform: lowercase;*/
    user-select: none;
    overflow-x: hidden;
font-variant-numeric: tabular-nums;
}
body.no-scroll {
    overflow: hidden;
}

.eng-commentary .emoji {
height: 10px !important;
}
.org-commentary .emoji {
height: 11px !important;
}
.org-commentary {
overflow-y: auto;
  height: 181px;
  scrollbar-width: thin;
  }
#modlog-list {
overflow-y: unset;
  }

.emoji {
height: 12px;
  position: relative;
  top: 1px;
  margin: 0 2px;
  filter: drop-shadow(2px 2px rgba(0, 0, 0, .2));
  }
  
  .kr-com-block {
border: 1px solid rgba(0, 152, 155, 0.65); margin: 5px 2px; padding: 0 3px; height: 200px; border-radius: 6px; box-shadow: 2px 2px 3px rgba(0, 0, 0, .2); color: #006668;
}
.korean-text {
font-size: 11px; height: 275px; font-family: 'Inter', 'Noto Sans KR', 'Noto Sans SC'; line-height: 13px; /*font-family: 'Song Myung';*/
}
.com-block-header {
font-weight: 600; text-decoration: underline dotted; font-size: 12px;
}
 .en-com-block {
border: 1px solid rgba(255, 89, 169, 0.65); margin: 5px 2px; padding: 0 3px; height: 295px; border-radius: 2px; box-shadow: 2px 2px 3px rgba(0, 0, 0, .2); color: rgb(255, 89, 169);
}
.english-text {
font-size: 11px; height: 275px; line-height: 12px;
}
 .mod-com-block {
  margin: 5px 2px 5px 8px;
 border: 1px solid #54475870;
    margin-top: 5px;
  padding: 0 3px;
  height: 389px;
  border-radius: 6px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
  color: #544758D5;
  margin-top: -399px;
  width: 276px;
}
.mod-text {
font-size: 11px; height: 275px; line-height: 12px;
}
/*html.devbar-active {
  padding-bottom: 27px;
}*/

.nav-username {
  transition: background 0.3s ease;
}
.nav-username:hover {
transition: color 0.3s ease;
color: rgb(255, 166, 209) !important;
}
.modal-open {
    overflow: hidden;
}
.body-container {
margin: 10px auto;
  width: 1250px;
  background: white;
  position: relative;
  border: 3px solid pink;
  padding: 3px 3px 0;
  border-radius: 20px;
  box-shadow: 0 0 0 5px white, 9px 9px 3px rgba(0, 0, 0, .1);
  }
#body-wrap {
    padding: 20px 20px 0;
}
.fixed-width-wrapper {
    max-width: 825px;
    margin: 0 -20px -15px;
    padding: 0 20px;
    box-sizing: border-box;
}
.input-label {
    font-size: 13px;
    color: #544758D5;
    text-shadow: 2px 2px rgba(0, 0, 0, .2);
}
.input-field {
    margin-left: 10px;
    border: 1px solid #54475870;
    border-radius: 3px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
    font-size: 13px;
    font-family: 'Inter', 'Noto Sans KR', 'Noto Sans SC';
    color: #544758D5;
    text-shadow: 2px 2px rgba(0, 0, 0, .2);
    padding: 0 4px 2px;
    width: 172px;
    outline: none;
}
.password-field {
    margin-left: 10px;
}
.navbar {
    background-color: #322D33;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 5px 6px 10px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    font-family: 'Inter', 'Noto Sans KR', 'Noto Sans SC';
    height: 24px;
}
.navbar_special {
    background-color: #674771D4;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    font-family: 'Inter', 'Noto Sans KR', 'Noto Sans SC';
}
#save-order-btn {
    text-decoration: none;
    color: white;
    transition: color 0.3s ease;
    font-size: 11px;
    text-shadow: 2px 2px rgba(255, 255, 255, .2);
    line-height: 15px;
    border: none;
    background: none;
    border-left: 1px dotted #bbb;
    padding: 0 7px;
    top: -3px;
    position: relative;
}
.nav-icon {
    font-size: 12px;
}
.nav-icon2 {
    font-size: 11px;
}
.navbar-left, .navbar-right {
    display: flex;
    align-items: center;
    gap: 5px;
}
.separator {
    border-left: 1px dotted #bbb;
    padding: 2px;
    margin-left: 4px;
    height: 9px;
    display: inline-block;
    vertical-align: -1px;
}
.navbar-right a {
    height: 24px;
  margin-top: -3px;
  padding-right: 0;
  width: 27px;
}
.navbar-right_special a {
    border-left: 1px dotted #bbb;
    padding: 0 7px;
    height: 15px;
    display: inline-block;
    margin-top: -15px;
}
.navbar-left a {
    margin-top: -3px;
    display: block;
  font-size: 17px;
}
.nav-item, .nav-item75 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white; /* Link color */
    transition: color 0.3s ease;
    font-size: 10px;
    text-shadow: 2px 2px rgba(255,255,255, .2);
    line-height: 13px;
}
.nav-item:hover {
  color: #9f9f9f;
}
.special-nav:hover {
    color: #544758D5 !important;
}
.special-nav2:hover {
    color: #d3d3d3 !important;
}
.nav-item span {
    font-size: 9px;
    font-weight: 800;
    min-width: 35px;
  text-align: center;
}
.nav-item_special {
    text-decoration: none;
    color: white; /* Link color */
    transition: color 0.3s ease;
    font-size: 11px;
    text-shadow: 2px 2px rgba(255, 255, 255, .2);
    line-height: 15px;
}
.nav-item_special:hover {
    color: #ccc;
}

.image-pinned-card:hover {
box-shadow: 0 0 3px 3px rgba(255, 89, 169, .25);
transition: background 0.3s ease;
}
.image-card:hover {
box-shadow: 0 0 3px 3px rgba(255, 89, 169, .25);
transition: background 0.3s ease;
}

/* Styles for message boxes */
/* Styles for message boxes */
/* Styles for message boxes */
/* Styles for message boxes */
/* Styles for message boxes */
/* Styles for message boxes */
.post-username {
    position: absolute;
  top: 0px !important;
  left: 3px !important;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
  z-index: 3;
  background: #54475870;
  border-radius: 0 2px 2px 0;
  color: #fff;
  font-size: 8px;
  padding: 0px 4px 2px 9px;
  box-sizing: border-box;
  text-decoration: underline dotted;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 13px;
  font-family: 'Inter', 'Noto Sans KR', 'Noto Sans SC';
  text-transform: capitalize;
font-weight: 600;
}
.post-avatar {
    position: absolute !important;
  width: 16px !important;
  top: -2px !important;
  left: -8px !important;
  border-radius: 3px !important;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
  z-index: 4 !important;
  height: 16px !important;
  padding: 0px !important;
  object-fit: contain !important;
}
.login-message {
    width: 495px;
}
.upload-message {
    position: relative;
    background: rgba(255, 255, 255, .65);
    margin: 5px 0 0;
    padding: 2px 4px 4px 15px;
    font-size: 11px;
    color: rgba(255, 89, 169, 1);
    border: 1px solid rgba(255, 89, 169, 0.65);
    text-shadow: 2px 2px rgba(0, 0, 0, .2);
    border-radius: 3px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    line-height: 11px;
}
.u_message-icon {
    position: absolute;
    background-color: rgba(255, 89, 169, 0.65);
    left: -8px;
    top: 6px;
    padding: 2px 2px 3px 2px;
    color: #fff;
    border-radius: 2px;
}
.guest-message {
    position: relative;
    background: rgba(255, 255, 255, .65);
    margin: 5px 0 0;
    padding: 2px 4px 4px 15px;
    font-size: 11px;
    color: rgba(0, 112, 231, 1);
    border: 1px solid rgba(0, 112, 231, 0.65);
    text-shadow: 2px 2px rgba(0, 0, 0, .2);
    border-radius: 3px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    line-height: 11px;
}
.g_message-icon {
    position: absolute;
    background-color: rgba(0, 112, 231, 0.65);
    left: -8px;
    top: 6px;
    padding: 2px 2px 3px 2px;
    color: #fff;
    border-radius: 2px;
}
.registery-message {
    position: relative;
    margin: 5px 0 0;
    padding: 7px 4px 5px 4px;
    font-size: 12px;
    color: #544758D5;
    text-shadow: 2px 2px rgba(0, 0, 0, .2);
    line-height: 11px;
    margin-bottom: 25px;
}
.registery-intro {
    text-align: center;
}
.notice-separator {
    border-top: 1px dotted;
    margin: 7px 15px -5px;
}
.g_registery-icon {
    position: absolute;
    background-color: rgba(85, 85, 85, 0.65);
    left: -8px;
    top: 6px;
    padding: 2px 2px 3px 2px;
    color: #fff;
    border-radius: 2px;
}

.btn-heart3 {
position: absolute;
  right: 0;
  transition: background-color 0.3s, color 0.3s;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
  border: none;
  height: 26px;
  color: #fff;
  font-family: 'Inter', 'Noto Sans KR', 'Noto Sans SC';
font-variant-numeric: tabular-nums;
  text-shadow: 2px 2px rgba(0, 0, 0, .2);
  }
.btn-heart {
position: absolute;
  left: 47px !important;
  width: fit-content !important;
  background: #54475870;
  top: 15px !important;
  border-radius: 50px !important;
  padding: 0 9px 0 6px;
  color: #fff;
  border: none;
  height: 26px;
  font-family: 'Inter', 'Noto Sans KR', 'Noto Sans SC';
font-variant-numeric: tabular-nums;
transition: background-color 0.3s, color 0.3s;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
  text-shadow: 2px 2px rgba(0, 0, 0, .2);
}
.btn-heart:hover {
background: rgba(255, 0, 0, 0.45);
  transition: background 0.3s ease;
  color: white;
}
.btn-heart > .count {
font-family: 'Inter', 'Noto Sans KR', 'Noto Sans SC';
  }
#heart-count {
font-family: 'Inter', 'Noto Sans KR', 'Noto Sans SC';
}
/* Index page stuff (anything for index.php exclusively) */
/* Index page stuff (anything for index.php exclusively) */
/* Index page stuff (anything for index.php exclusively) */
/* Index page stuff (anything for index.php exclusively) */
/* Index page stuff (anything for index.php exclusively) */
.staff-list {
    position: absolute;
  top: 91px;
  border: 1px solid #54475870;
  left: 894px;
  width: 125px;
  font-size: 11px;
  color: #544758D5;
  text-shadow: 2px 2px rgba(0, 0, 0, .2);
  background: rgba(255, 255, 255, .65);
  border-radius: 3px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
  padding: 0 3px 3px;
  gap: 3px;
  display: grid;
  filter: saturate(0.95);
  text-transform: capitalize;
  z-index: 5;
}
.staff-list h3 {
    margin: 0;
    font-weight: 900;
  text-decoration: underline dotted;
}
.owner-user {
   border: 1px solid rgba(255, 89, 169, 0.65) !important;
  background-image: linear-gradient(135deg, rgba(255, 89, 169, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 89, 169, 0.1) 50%, rgba(255, 89, 169, 0.1) 75%, transparent 75%, transparent 100%);
  background-size: 14.28px 14.28px;
  position: relative;
  border-radius: 2px;
}
.owner-name {
    color: rgb(255, 89, 169) !important;
}
.owner-name i {
    position: absolute;
  background: rgba(255, 89, 169, 0.65);
  height: 15px;
  display: grid;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 15px;
}
.admin-user {
    border: 1px solid rgba(173, 17, 14, 0.65) !important;
  background-image: linear-gradient(135deg, rgba(173, 17, 14, 0.1) 25%, transparent 25%, transparent 50%, rgba(173, 17, 14, 0.1) 50%, rgba(173, 17, 14, 0.1) 75%, transparent 75%, transparent 100%);
  background-size: 14.28px 14.28px;
  position: relative;
  border-radius: 2px;
}
.admin-name {
    color: rgb(173, 17, 14);
}
.admin-name i {
    position: absolute;
  background: rgba(173, 17, 14, 0.65);
  height: 15px;
  display: grid;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 15px;
}
.maintenance-user {
    border: 1px solid rgba(14, 171, 173, 0.65) !important;
  background-image: linear-gradient(135deg, rgba(14, 171, 173, 0.1) 25%, transparent 25%, transparent 50%, rgba(14, 171, 173, 0.1) 50%, rgba(14, 171, 173, 0.1) 75%, transparent 75%, transparent 100%);
  background-size: 14.28px 14.28px;
  position: relative;
  border-radius: 2px;
}
.maintenance-name {
    color: rgb(14, 171, 173);
}
.maintenance-name i {
    position: absolute;
  background: rgba(14, 171, 173, 0.65);
  height: 15px;
  display: grid;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 15px;
}
.moderator-user {
    border: 1px solid rgba(91, 173, 14, 0.65) !important;
  background-image: linear-gradient(135deg, rgba(91, 173, 14, 0.1) 25%, transparent 25%, transparent 50%, rgba(91, 173, 14, 0.1) 50%, rgba(91, 173, 14, 0.1) 75%, transparent 75%, transparent 100%);
  background-size: 14.28px 14.28px;
  position: relative;
  border-radius: 2px;
}
.moderator-name {
    color: rgb(91, 173, 14);
}
.moderator-name i {
    position: absolute;
  background: rgba(91, 173, 14, 0.65);
  height: 15px;
  display: grid;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 15px;
}
.builder-user {
    border: 1px solid rgba(96, 14, 173, 0.65) !important;
  background-image: linear-gradient(135deg, rgba(96, 14, 173, 0.1) 25%, transparent 25%, transparent 50%, rgba(96, 14, 173, 0.1) 50%, rgba(96, 14, 173, 0.1) 75%, transparent 75%, transparent 100%);
  background-size: 14.28px 14.28px;
  position: relative;
  border-radius: 2px;
}
.builder-name {
    color: rgb(96, 14, 173);
}
.builder-name i {
    position: absolute;
  background: rgba(96, 14, 173, 0.65);
  height: 15px;
  display: grid;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 15px;
}
.special5 {
    
}
.role-icon {
    font-size: 9px;
  position: relative;
}

#thumbnail-modal {
    position: fixed; /* Fixed positioning to overlay properly */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    display: none;
    /* opacity: 0; Fully transparent by default
    transition: opacity 0.3s ease, visibility 0.3s ease; */
    z-index: 1000;
    overflow: hidden;
}
#thumbnail-modal.inline-grid {
    display: inline-grid; /* When modal is open */
    justify-content: center;
    align-items: center;
}
.modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    background: #fff;
    padding: 10px;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 2px 3px rgba(255, 255, 255, .5);
    width: 740px;
}
#image-selection {
    overflow-y: scroll;
    align-items: center;
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(135px, 0fr));
    gap: 10px 0;
    max-height: calc(100vh - 150px);
    background-color: #fff;
    border-radius: 5px;
}
/* Hide the scrollbar for #image-selection while allowing scrolling */
#image-selection::-webkit-scrollbar {
    display: none;
}
#image-selection {
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    scrollbar-width: none; /* For Firefox */
}

.gallery {
    border: 1px solid #54475870;
    border-radius: 3px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
    padding: 5px;
    background: rgba(255, 255, 255, .65);
    height: 1001px;
    position: relative;
    z-index: 5;
}
.image-option {
    display: inline-block;
    text-align: center;
    position: relative;
}
.image-option img {
    object-fit: none;
    height: 100px;
    width: 100px;
    border: 1px solid #54475870;
    padding: 3px;
    border-radius: 10px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
}
.select-thumbnail-btn {
    position: absolute;
  background: #54475870;
  padding: 0 5px 0;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  text-shadow: 2px 2px rgba(0, 0, 0, .2);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  right: 20px;
  bottom: 11px;
  color: #fff;
  font-family: "Inter";
  font-size: 9px;
  font-weight: 600;
}
.no-imgs-in-gallery {
    width: 250px;
    font-size: 17px;
    color: #544758D5;
    text-shadow: 2px 2px rgba(0, 0, 0, .2);
    font-weight: 300;
}
.album-gallery {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(114px, 0fr)) !important;
    gap: 5px 16px;
    padding: 0px;
    margin-left: -1px;
    margin-bottom: 1px;
    margin-top: -1px;
}
.album-card {
    position: relative;
    width: 123px;
    height: 166px;
    border: 1px solid #54475870;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    background: rgba(255, 255, 255, .65);
    user-select: none;
    z-index: 10;
    filter: saturate(0.95);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
}
.album-card.album-pinned {
    position: relative;
    width: 123px;
    height: 166px;
    border: 1px solid rgba(255, 89, 169, 0.65);
    border-radius: 10px;
    /*background-image: linear-gradient(135deg, rgba(255, 89, 169, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 89, 169, 0.1) 50%, rgba(255, 89, 169, 0.1) 75%, transparent 75%, transparent 100%);
    background-size: 14.28px 14.28px;*/
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: background 0.3s ease;
}

.album-card:hover, .album-card.album-pinned:hover {
box-shadow: 0 0 3px 3px rgba(255, 89, 169, .25);
transition: background 0.3s ease;
}
/*
.album-card.album-pinned::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 100%;
    height: 100%;
    background: none;
    border-right: 1px solid rgba(255, 89, 169, 0.65);
    border-bottom: 1px solid rgba(255, 89, 169, 0.65);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 3px 8px 11px 8px;
}*/

.album-card.album-pinned > .album-card-title {
    color: rgb(255, 89, 169);
    background: none;
    bottom: 2px;
}
.album-card img, 
.album-card canvas,
.folder-thumbnail img,
.folder-thumbnail canvas,
.album-card.album-pinned img,
.album-card.album-pinned canvas {
    width: 119px;
    height: 162px;
    object-fit: none;
    border-radius: 10px;
    padding: 2px;
    /*image-rendering: crisp-edges;*/
}
.album-wrapper {
    position: relative;
    width: 100%;
    height: 117px;
}
/*.album-card::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 100%;
    height: 100%;
    background: none;
    border-right: 1px solid #54475870;
    border-bottom: 1px solid #54475870;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    border-radius: 3px 8px 11px 8px;
    z-index: -5;
}*/
.album-card .no-thumbnail {
width: 97%;
  height: 162px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  font-family: 'Inter', 'Noto Sans KR', 'Noto Sans SC';
  text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
  background: #54475875;
  border-radius: 7px;
  text-align: center;
  line-height: 15px;
  position: relative;
  left: 2px;
  top: 2px;
}
.album-id-label {
    font-size: 9px;
    color: #fff;
    background-color: #54475870;
    border-radius: 2px;
    padding: 1px 2px 2px 3px !important;
    height: 11px;
    text-shadow: 2px 2px rgba(0, 0, 0, .2);
}
.album-controls {
    position: absolute;
    top: 6px;
    left: 6px;
    display: flex;
    gap: 2px;
    height: 14px;
}
.album-label {
    background: #54475870;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 2px 3px 0;
    font-size: 9px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s ease;
    font-family: 'Inter', 'Noto Sans KR', 'Noto Sans SC';
    text-shadow: 2px 2px rgba(0, 0, 0, .2);
    /*text-transform: lowercase;*/
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1); 
}
.album-btn {
    background: rgba(255, 255, 255, .3);
  color: white;
  border: none;
  border-radius: 2px;
  padding: 0 2px 1px;
  height: 12px;
  font-size: 8px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.3s ease;
  font-family: 'Inter', 'Noto Sans KR', 'Noto Sans SC';
  text-shadow: 2px 2px rgba(0, 0, 0, .2);
  text-transform: lowercase;
  display: flex;
  align-items: center;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
.album_special-count {
    background: #674771D4;
  color: white;
  border: none;
  border-radius: 9px;
  padding: 1px 3px 1px;
  font-size: 9px;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Inter', 'Noto Sans KR', 'Noto Sans SC';
  text-shadow: 2px 2px rgba(255, 255, 255, .2);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
  font-weight: 500;
}
.album-btn:hover {
    background: rgba(255, 255, 255, .3) linear-gradient(135deg, rgba(255, 0, 0, 0.45) 0%) !important;
    transition: background 0.1s ease;
    color: white;
}
.album-card-title {
    position: relative;
    bottom: -50px;
    left: 3px;
    color: #544758D5;
    text-shadow: 2px 2px rgba(0, 0, 0, .2);
    font-size: 10px;
    padding: 2px 0px 0;
    border-radius: 1px;
    height: 19px;
}
.album-lock-status {
    background: rgba(231, 4, 0, 0.45) !important;
    color: white;
    padding: 2px 3px 3px !important;
    border-radius: 2px;
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 5px;
    text-shadow: 2px 2px rgba(0, 0, 0, .2);
}
.album-lock-status.locked i {
    font-size: 9px;
}
.image-gallery {
    display: grid;
  grid-template-columns: repeat(auto-fill, minmax(114px, 0fr));
  gap: 5px 16px;
  padding: 4px 0 0;
  margin-left: -1px;
  margin-bottom: 1px;
}
.bulk-move-checkbox {
    position: absolute;
  z-index: 5;
  bottom: 2px;
  left: -6px;
  height: 18px;
  width: 33px;
  border-radius: 51px !important;
}
#bulk-move-button {
    vertical-align: 5px;
  font-size: 13px;
  background: #544758D5;
  padding: 1px 5px 2px 2px;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  text-shadow: 2px 2px rgba(0, 0, 0, .2);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: 'Inter', 'Noto Sans KR', 'Noto Sans SC';
  height: 23px;
  margin-left: -4px;
  width: 28px;
  align-items: center;
  display: inline-flex;
  top: -1px;
  position: relative;
  justify-content: center;
}
#bulk-move-button:hover {
    background: rgba(255, 255, 255, .3) linear-gradient(135deg, rgba(255, 0, 0, 0.45) 0%) !important;
  transition: background 0.3s ease;
}
.lock-icon {
    font-size: 9px;
  padding: 2px 3px 3px;
  color: #544758D5;
  text-shadow: 2px 2px rgba(0, 0, 0, .2);
  z-index: 5;
}
.ai-icon {
    font-size: 11px;
  color: #544758D5;
  padding: 2px 3px 3px;
  text-shadow: 2px 2px rgba(0, 0, 0, .2);
  z-index: 5;
}
.ai-badge {
    background-color: #54475870;
    color: #fff;
    text-shadow: 2px 2px rgba(0, 0, 0, .2);
    paddingfe: 0px 3px 1px;
    font-size: 9px;
    border-radius: 2px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    font-weight: 515;
    width: 35px;
}
.feature-badge {
    background-color: #54475870;
    color: #fff;
    text-shadow: 2px 2px rgba(0, 0, 0, .2);
    padding: 0 3px 2px;
    font-size: 8px;
    border-radius: 2px;
    font-weight: 515;
    width: 59px;
    text-decoration: underline dotted;
}
.image-card[is-featured="1"] {
    border: 1px solid rgba(0, 152, 155, 0.65) !important;
}
.image-pinned-card[is-featured="1"][is-pinned="1"] {
    border-bottom: 1px solid rgba(0, 152, 155, 0.65) !important;
    border-right: 1px solid rgba(0, 152, 155, 0.65) !important;
}


.image-card[is-staff="1"],
.image-pinned-card[is-featured="1"][is-pinned="1"][is-staff="1"],
.image-pinned-card[is-featured="1"][is-staff="1"] {
    border-top: 1px solid rgba(255, 169, 79, 0.65) !important;
    border-right: 1px solid rgba(255, 89, 169, 0.65) !important;
    border-left: 1px solid rgba(0, 181, 3, .65) !important;
    border-bottom: 1px solid rgba(0, 152, 155, 0.65) !important;
}

.image-card {
    width: 123px;
  height: 169px;
  border: 1px solid #54475870;
  border-radius: 10px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position:relative;
  transition: all 0.3s ease;
}
.pin-album-btn[data-pinned="1"] {
    background: rgba(255, 255, 255, .3) linear-gradient(135deg, rgba(255, 89, 169, 0.45) 0%) !important;
}
.feature-btn[data-is-featured="1"] {
    background: rgba(255, 255, 255, .3) linear-gradient(135deg, rgba(0, 152, 155, 0.45) 0%) !important;
}
.feature-btn[data-is-featured="1"]:hover {
    background: rgba(255, 0, 0, 0.45) !important;
}
.image-pinned-card {
    width: 123px;
    height: /*190px*/ 169px;
    border: 1px solid rgba(255, 89, 169, 0.65) !important;
    border-radius: 10px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
}
.image-pinned-card .pin-toggle-btn {
    background: rgba(255, 255, 255, .3) linear-gradient(135deg, rgba(255, 89, 169, 0.45) 0%) !important;
}
.image-pinned-card .pin-toggle-btn:hover {
    background: rgba(255, 0, 0, 0.45) !important;
}
.image-card img {
    width: 100%;
    height: 100%;
    object-fit: none;
    display: block;
}
.image-wrapper {
    position: relative; 
    width: 100%;
}
.image-wrapper img, 
.image-wrapper canvas {
    position: relative;
  width: 119px;
  height: 165px;
  object-fit: none;
  display: block;
  padding: 2px;
  transition: background 0.3s ease;
  border-radius: 10px;
  image-rendering: crisp-edges;
  cursor: pointer;
  z-index: 1;
  filter: brightness(95%) contrast(95%);
}
.image-wrapper img:hover, 
.image-wrapper canvas:hover {
opacity: 1;
transition: background 0.3s ease;
filter: brightness(102%) contrast(95%);
}
.view-icon {
    margin-left: 5px;
}
.image-controls {
    position: absolute;
    bottom: 1px;
    right: -3px;
    display: flex;
    gap: 0;
    height: 14px;
}
.image-controls button i {
    pointer-events: none;
}
.image-controls a i {
    pointer-events: none;
}
.control-btn {
    background: rgba(255, 255, 255, .3);
    color: white;
    border: none;
    border-radius: 2px;
    padding: 0 2px 1px;
    height: 12px;
    font-size: 8px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s ease;
    font-family: 'Inter', 'Noto Sans KR', 'Noto Sans SC';
    text-shadow: 2px 2px rgba(0, 0, 0, .2);
    /*text-transform: lowercase;*/
    display: flex;
    align-items: center;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
.control-btn:hover {
    background: rgba(255, 255, 255, .3) linear-gradient(135deg, rgba(255, 0, 0, 0.45) 0%) !important;
    transition: background 0.3s ease;
    color: white;
    cursor: pointer;
}
.image-card .image-title, .image-pinned-card .image-title {
    margin: -2px -2px 2px;
  font-size: 8px;
  color: #544758D5;
  text-shadow: 2px 2px rgba(0, 0, 0, .2);
  line-height: 7px;
  height: 24px;
  align-items: center;
  display: grid;
  border-radius: 2px;
  font-family: 'Inter', 'Noto Sans KR', 'Noto Sans SC';
  margin: 0 0 2px 2px;
  padding: 0 2px 1px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 140px;
  position: absolute;
  left: 0;
  text-align: center;
}
.image-pinned-card .image-title {
    color: rgb(255, 89, 169) !important;
    border: none;
}
/*.image-pinned-card .views-counter,
.image-pinned-card .comments-counter {
    background: rgba(231, 120, 0, .45);
}*/

.honor {
padding: 0 3px 0 1px;
  border: 1px solid #54475870;
  border-radius: 50px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  margin-right: 3px; }
.honor.gtl{
  background: linear-gradient(90deg,
    #b11226 0% 6%,     /* red */
    #0f6b3d 6% 12%,    /* green */
    #ffffff 12% 18%,  /* white */

    #d4af37 18% 82%,  /* GOLD center */

    #ffffff 82% 88%,  /* white */
    #0f6b3d 88% 94%,  /* green */
    #b11226 94% 100%  /* red */
  ); padding: 0 5px; border:1px solid #fff; border-radius:50px;
}
.honor.kke{
  background: linear-gradient(90deg,
    #ffffff 0% 6%,
    #6b1f2b 6% 94%,
    #ffffff 94% 100%
  );
  color: #fff; padding: 0 5px; border:1px solid #54475870; border-radius:50px; box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.);
}
.honor.mhs{
  background: linear-gradient(90deg,
    #d4af37 0% 50%,
    #ffffff 50% 100%
  ); padding: 0 5px; border:1px solid #54475870; border-radius:50px; box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.honor.kpc{
  background: #5b2d8b;
  color: #fff; padding: 0 5px; border:1px solid #54475870; border-radius:50px; box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}



/*Image pop-up & comments (also index.php exclusive) */
/*Image pop-up & comments (also index.php exclusive) */
/*Image pop-up & comments (also index.php exclusive) */
/*Image pop-up & comments (also index.php exclusive) */
/*Image pop-up & comments (also index.php exclusive) */
.mod-icon {
    font-size: 12px;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.popup-content {
    background: #fff;
    width: 80%;
    max-width: 750px;
    display: flex;
    flex-direction: row;
    height: 640px;
    border-radius: 14px;
    /*overflow: hidden;*/
    box-shadow: 2px 2px 3px rgba(255, 255, 255, .5);
    position: relative;
}
.close {
    position: absolute;
    top: -3px;
    right: 10px;
    color: #544758D5;
    font-size: 30px;
    cursor: pointer;
    text-shadow: 2px 2px rgba(0, 0, 0, .2);
}
#close-popup {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    text-shadow: 2px 2px rgba(0, 0, 0, .2);
    z-index: 5;
    width: 26px;
    background: #54475870;
    height: 26px;
    text-align: center;
    align-content: center;
    align-items: center;
    display: grid;
    border-radius: 50px;
    transition: background-color 0.3s, color 0.3s;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
}
#close-popup:hover {
    background: rgba(255, 0, 0, 0.45);
    transition: background 0.3s ease; 
    color: white;
}
.popup-left {
    flex: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.popup-left img, 
.popup-left canvas {
    width: 100%;
    height: 621px;
    border: 1px solid #54475870;
    object-fit: none;
    border-radius: 10px;
    pointer-events: none;
    user-select: none;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
    padding: 3px;
    margin-left: 5px;
    image-rendering: crisp-edges;
    object-fit: cover;
    filter: saturate(0.95);
}
#lock-notice {
    position: absolute;
    bottom: 16px;
    right: 10px;
    background: #544758D5;
    border-radius: 2px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    z-index: 100;
}
#lock-notice p {
    padding: 0 5px 2px;
    margin: 0;
    text-decoration: underline dotted;
    color: #fff;
    text-shadow: 2px 2px rgba(255, 255, 255, .2);
    font-size: 13px;
}
.popup-right {
    flex: 0;
    padding: 5px 20px 0 15px;
    display: flex;
    flex-direction: column;
    width: 275px;
}
.hidden {
    display: none;
}
#comments-section {
    flex: 1;
    margin-bottom: 8px;
    margin-right: -15px;
    margin-top: 1px;
}
.comment {
    border: 1px solid #54475870 !important;
    background-size: 14.28px 14.28px;
    position: relative;
    font-size: 12px;
    color: rgba(0, 152, 155, 0.95);
    height: 60px;
    box-sizing: border-box;
    margin-bottom: -3px;
    border-radius: 10px;
    line-height: 0.95rem;
    text-shadow: 2px 2px rgba(0, 0, 0, .2);
    width: 301px;
  margin-left: -11px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
}
.comment[is-anon="yes"] {
    border: 1px solid rgba(170, 170, 170, 0.65) !important;
    color: rgba(170, 170, 170, 0.95);
}

.comment[is-legacy="yes"][is-level="owner"] {
background: #A387AC6E;
}
.comment[is-legacy="yes"] .com-border {
border-color: #A387AC00 !important;
}

.comment[is-legacy="yes"][is-level="owner"] .com-border > .comment-content > .comment-text > .comment-body .prose {
color: #674771D4;
}
.pinned-comment[is-legacy="yes"][is-level="owner"] .com-border > .comment-content > .comment-text > .comment-body .prose {
color: #544758D5;
}

.comment[is-legacy="yes"][is-level="founder"] .com-border > .comment-content > .comment-avatar {
    border: 1px solid #A387AC00;
}

.comment[is-legacy="yes"][is-level="founder"] #username {
    color: #674771D4 !important;
}

.pinned-comment, .pinned-comment[is-legacy="yes"][is-level="founder"] {
    color: #544758D5;
    border-radius: 10px;
  background: #fff !important;
    height: 60px;
    margin-bottom: -3px;
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 169, 79, 0.65) !important;
    border-right: 1px solid rgba(255, 89, 169, 0.65) !important;
    border-left: 1px solid rgba(0, 181, 3, .65) !important;
    border-bottom: 1px solid rgba(0, 152, 155, 0.65) !important;
}

.comment[is-level="founder"], .pinned-comment[is-level="founder"] {
    color: #544758D5;
    border-radius: 10px;
  background: #fff !important;
    height: 60px;
    margin-bottom: -3px;
    box-sizing: border-box;
    border-top: 1px solid #d16ba5 !important;
    border-right: 1px solid #9c96d7 !important;
    border-left: 1px solid #6fb3e0 !important;
    border-bottom: 1px solid #40cad7 !important;
}
.pinned-comment > .com-border > .comment-content > .comment-footer > .comment-controls > .pin-comment-btn {
    background: rgba(255, 89, 169, 0.45) !important;
}
.pinned-comment > .com-border > .comment-content > .comment-text > .comment-body > small {
    color: rgba(255, 89, 169, .65);
}

.pinned-comment > .com-border > .comment-content > .comment-text > .comment-body .prose .prose-bg {
    /*background: linear-gradient(to right, #00989b, #00e3e8, #00b503, #ffa94f, #f5840d, #ff514f, #b569ff);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    color: transparent !important;*/
    width: fit-content;
}
.pinned-comment > .com-border > .comment-content > .comment-text > .comment-body .prose, {
    box-sizing: border-box;
  position: absolute;
  color: #544758D5;
  width: 239px;
  right: 2px;
  height: 38px;
}
.pinned-comment > .com-border > .comment-content > .comment-text > a > #username {
    color: #fff;
  background: #54475870;
  border-radius: 50px;
  padding: 0 4px 2px 0;
  font-size: 8px;
  top: -3px;
  font-weight: 600;
  text-shadow: 2px 2px rgba(0, 0, 0, .2);
  margin-left: 21px;
  margin-bottom: -5px;
  height: 12px;
  left: -2px;
  display: flex;
  align-items: center;
}
.pinned-comment > .com-border > .comment-content > .comment-text > a > #username:hover {
color: #fff !important;
}
.pinned-comment > .com-border > .comment-content > .comment-text > a > #username > .name-text {
    position: relative;
  display: inline-block;
}
.pinned-comment > .com-border > .comment-content > .comment-avatar {
    border-top: 1px solid rgba(255, 169, 79, 0.65) !important;
    border-right: 1px solid rgba(255, 89, 169, 0.65) !important;
    border-left: 1px solid rgba(0, 181, 3, .65) !important;
    border-bottom: 1px solid rgba(0, 152, 155, 0.65) !important;
}
.comment-content {
}
.comment-avatar {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    margin: -3px 4px 0 -2px;
    object-fit: scale-down;
    float: left;
    /*box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);*/
    border: 1px solid #54475870;
    pointer-events: none;
    user-select: none;
    /*image-rendering: crisp-edges;*/
    padding: 2px;
}
.comment-controls {
    display: flex;
    gap: 2px;
    position: absolute;
    top: 2px;
    right: 2px;
}
.comment-controls button {
    background: rgba(0, 0, 0, 0.35);
    color: white;
    border: none;
    border-radius: 10px;
    /*padding: 0 4px 1px;*/
    font-size: 8px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-family: 'Inter', 'Noto Sans KR', 'Noto Sans SC';
    text-shadow: 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
    height: 14px;
    display: flex;
  justify-content: center;
  align-items: center;
}
}
.comment-controls button i {
    pointer-events: none;
}
.comment-controls button:hover {
    background: rgba(255, 0, 0, 0.45);
    transition: background-color 0.3s, color 0.3s;
}
.comment-text {
    display: block;
}
div[is-banned="yes"] {
    opacity: .5;
}
.mod-username {
text-decoration: underline dotted;
color: #544758D5;
transition: color 0.3s;
}
.mod-username:hover {
color: rgba(255, 0, 0, 0.45);
    transition: color 0.3s;
}
#username {
  font-size: 9px;
  text-decoration: underline dotted;
  padding: 0 3px;
  width: fit-content;
  display: inline-block;
  top: -5px;
  position: relative;
  font-family: 'Inter', 'Noto Sans KR', 'Noto Sans SC';
  left: -2px;
  border-radius: 2px;
}
.user { color: #007bff; }
.privileged { color: #ffa348; }
.builder, .contributor, .approver { color: #b567ff; }
.moderator { color: #28a745; }
.maintenance { color: #00979a; }
.admin { color: #e70400; }
.owner { color: #fa89b9; }
.founder { color: transparent; background-image: linear-gradient(to right, #d16ba5, #c27abc, #af89cd, #9c96d7, #8ca2db, #7dabdf, #6fb3e0, #66bade, #51c2dd, #40cad7, #3dd0cd, #4dd6be); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.banned, .unapproved { color: #544758D5;
  text-decoration: line-through underline dotted;}
#username {
    text-transform: capitalize;
}
#username:hover {
color: rgba(255, 0, 0, 0.45);
    transition: color 0.3s;
}
.badge-container {
    position: absolute;
    left: -4px;
    top: -4px;
    height: 16px;
}
.badges {
    display: inline-flex;
    margin-left: 5px;
    align-content: center;
    justify-content: space-between;
}

.badge-com {
    text-shadow: 2px 2px rgba(0, 0, 0, .2);
    display: flex;
    padding: 2px;
    border-radius: 360px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
    font-size: 8px;
    margin-left: -5px;
    height: 10px;
    align-items: center;
    opacity: 0.85;
}
.comment-body {
    margin-left: -3px;
    margin-top: -3px;
    line-height: 11px;
}
.comment-body .prose {
  height: 38px;
  font-size: 9px;
  display: grid;
  align-content: center;
  text-align: center;
  color: #544758D5;
  /*border: 1px solid #54475870;*/
  border-radius: 2px;
  box-sizing: border-box;
  position: absolute;
  width: 239px;
  font-family: 'Inter', 'Noto Sans KR', 'Noto Sans SC';
  right: 2px;
  bottom: 2px;
  padding: 0 3px;
}
.pinned-badge {
    text-shadow: 2px 2px rgba(0, 0, 0, .2);
  display: inline-block;
  padding: 0 2px;
  font-size: 8px;
  height: 10px;
  color: #fff;
}
.comment small {
    display: block;
    color: #54475870;
    font-size: 8px;
    font-weight: 600;
    text-transform: full-width;
    letter-spacing: -2px;
    position: relative;
    bottom: 1px;
}
#post-comment {
    font-family: 'Inter', 'Noto Sans KR', 'Noto Sans SC';
}
#comment-form textarea {
    width: 289px;
    height: 51px;
    line-height: 14px;
    resize: none;
    border: 1px solid #54475870;
    border-radius: 10px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    margin-right: -5px;
    font-family: 'Inter', 'Noto Sans KR', 'Noto Sans SC';
    color: #544758D5;
    text-shadow: 2px 2px rgba(0, 0, 0, .2);
    font-size: 13px;
    padding: 2px 5px 2px;
    left: -11px;
  position: relative;
  top: 7px;
}
#comment-form textarea:focus {
    border-color: rgba(255, 89, 169, .65); /* Subtle highlight when focused */
    color: rgba(255, 89, 169, .65);
    outline: none;
}
#comment-form button, #login-button {
    background: #544758D5;
    color: #fff;
    border: none;
    padding: 3px 5px;
    cursor: pointer;
    border-radius: 50px;
    text-shadow: 2px 2px rgba(255, 255, 255, .2);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
    transition: background-color 0.3s, color 0.3s;
}
#comment-form button:hover {
    background: rgba(255, 0, 0, 0.45);
}

/* Album view stuff (view_album.php exclusive) */
/* Album view stuff (view_album.php exclusive) */
/* Album view stuff (view_album.php exclusive) */
/* Album view stuff (view_album.php exclusive) */
/* Album view stuff (view_album.php exclusive) */
.no-imgs-in-album {
    width: 250px;
    font-size: 17px;
    color: #544758D5;
    text-shadow: 2px 2px rgba(0, 0, 0, .2);
position: relative;
  left: 15px;
}
.album-title, 
.folder-title,
.page-title {
    font-size: 30px;
    text-shadow: 2px 2px rgba(0, 0, 0, .2);
    line-height: .95rem;
    color: #544758D5;
    font-weight: normal;
}
.page-description {
height: auto;
  box-sizing: border-box;
  max-width: 778px;
  font-size: 12px;
  color: rgb(255, 89, 169);
  text-shadow: 2px 2px rgba(0, 0, 0, .2);
  margin: 10px -1px -1px -1px;
  line-height: 12px;
  border: 1px solid rgb(255, 89, 169);
  border-radius: 10px;
  padding: 5px 5px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
    /*height: 121px;
    box-sizing: border-box;
    padding: 2px 0;
    margin: -5px 13px 21px;
    color: #544758D5;
    text-shadow: 2px 2px rgba(0, 0, 0, .2);
    line-height: 13px;
    font-size: 12px;*/
}
.edit-album {
    vertical-align: 4px;
  font-size: 14px;
  background: #544758D5;
  padding: 3px 4px 3px 6px;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  text-shadow: 2px 2px rgba(0, 0, 0, .2);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  height: 17px;
  position: relative;
  top: -1px;
  align-items: center;
  display: inline-flex;
  width: 18px;
  justify-content: center;
}
.edit-album:hover {
    background: rgba(255, 255, 255, .3) linear-gradient(135deg, rgba(255, 0, 0, 0.45) 0%) !important;
  transition: background 0.3s ease;
}
.album-desc, 
.folder-desc {
    max-width: 769px;
  font-size: 12px;
  color: #fff;
  text-shadow: 2px 2px rgba(0, 0, 0, .2);
  margin: 10px -20px 2px -3px;
  line-height: .95rem;
  background: #54475875;
  border-radius: 12px;
  padding: 5px 5px;
}
#edit-album-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none; 
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
#edit-album-popup .popup-content {
    display: flex;
    flex-direction: column;
   border-radius: 15px !important;
    height: fit-content !important;
    padding: 5px;
    text-shadow: 2px 2px rgba(0, 0, 0, .2);
}
#edit-album-popup #close-edit-popup {
    position: absolute;
  top: 4px;
  right: 4px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  background: rgba(255, 0, 0, .45);
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
#edit-album-popup form input,
#edit-album-popup form textarea {
    width: 738px;
    margin-bottom: 5px;
    padding: 3px 5px;
    border: 1px solid #54475870;
    border-radius: 2px;
    resize: none;
    text-shadow: 2px 2px rgba(0, 0, 0, .2);
    outline: none;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
font-family: "Inter";
color: #544758D5;
  font-size: 11px;
}
#edit-album-popup form textarea {
    height: 58px;
}
#edit-album-popup form button {
    padding: 3px 5px;
    background-color: #544758D5;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-shadow: 2px 2px rgba(255, 255, 255, .2);
  font-family: "Inter";
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
#edit-album-popup form button:hover {
    background-color: #0056b3;
 transition: background 0.3s ease;
}





/* Pagination container styling */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-family: 'Inter', 'Noto Sans KR', 'Noto Sans SC';
    margin: 6px 0;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
z-index: 5;
}
/* Pagination links */
.pagination a {
    display: inline-block;
    text-decoration: none;
    color: #544758D5;
    border: 1px solid #54475870;
    border-radius: 20px;
    transition: background-color 0.3s, color 0.3s;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    text-shadow: 2px 2px rgba(0, 0, 0, .2);
    min-width: 30px;
}
/* Hover effect for pagination links */
.pagination a:hover {
    background-color: rgba(255, 0, 0, 0.45);
    border-color: rgba(255, 0, 0, 0.45);
    color: #fff;
    text-shadow: 2px 2px rgba(0, 0, 0, .2);
}
/* Disabled button styling */
.pagination .disabled {
    color: #544758D5;
    border: 1px solid #54475870;
    background-color: #dfdfdf;
    cursor: not-allowed;
    text-shadow: 2px 2px rgba(0, 0, 0, .15);
    border-radius: 20px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
    padding: 2px 3px 6px;
    pointer-events: none;
}
/* Active page styling */
.pagination .active {
    background-color: #544758D5;
    color: #fff;
    border-color: transparent;
    text-shadow: 2px 2px rgba(255, 255, 255, .2);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
/* Pagination container styling */
.pagination-com {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-family: 'Inter', 'Noto Sans KR', 'Noto Sans SC';
}
/* Pagination links */
.pagination-com a {
    display: inline-block;
    text-decoration: none;
    color: #544758D5;
    border: 1px solid #54475870;
    border-radius: 50px;
    transition: background-color 0.3s, color 0.3s;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    text-shadow: 2px 2px rgba(0, 0, 0, .2);
    height: 22px;
    align-content: center;
}
/* Hover effect for pagination links */
.pagination-com a:hover {
    background-color: rgba(255, 0, 0, 0.45);
    border-color: transparent;
    color: #fff;
    text-shadow: 2px 2px rgba(0, 0, 0, .2);
}
/* Disabled button styling */
.pagination-com .disabled {
    color: #544758D5;
    border: 1px solid #54475870;
    background-color: #dfdfdf;
    cursor: not-allowed;
    text-shadow: 2px 2px rgba(0, 0, 0, .15);
    border-radius: 50px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
    height: 22px;
    align-content: center;
    pointer-events: none;
}
/* Active page styling */
.pagination-com .active {
    background-color: #544758D5;
    color: #fff;
    border-color: transparent;
    text-shadow: 2px 2px rgba(255, 255, 255, .2);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.pagination-com .inactive {
}

/* Responsive styling */
@media (max-width: 600px) {
    .pagination {
        flex-wrap: wrap;
        gap: 5px;
    }
    .pagination a {
        padding: 6px 10px;
        font-size: 12px;
    }
}

/* FAQ & Help Section (help.php exclusive) */
/* FAQ & Help Section (help.php exclusive) */
/* FAQ & Help Section (help.php exclusive) */
/* FAQ & Help Section (help.php exclusive) */
/* FAQ & Help Section (help.php exclusive) */
