
table {
    border-collapse: separate;
    border-spacing: 0;
    border: none !important;
}
.uploadBtn {
    line-height: 14pt;
    font-size: 12pt;
    float: right;
    background-color: #1ab394;
    padding: 8px 30px;
    border-radius: 100px;
    color: #ffffff;
    cursor: pointer;
}

.fm-hint {
    color: #afafaf;
}

.fm-selected-tag {
    background-color: darkgrey;
    font-size: 14px;
    padding: 5px 0 5px 8px;
    border-radius: 5px;
    color: #5f5f5f;
    background-color: #e1dfff;
    color: #746fcc;
}
.fm-selected-tag-fixed {
    font-size: 14px;
    padding: 5px 0 5px 8px;
    border-radius: 5px;
    color: #5f5f5f;
    background-color: #dddddd;
}

.ft-viewing-fixed {
    font-size: 14px;
    padding: 5px 0 5px 8px;
    border-radius: 5px;
    background-color: #ffffff !important;
    color: #c3c3c3 !important;
    border: 1.5px dashed #c3c3c3;
    box-sizing: border-box !important;
    opacity: 0.8;
}

.ft-viewing {
    background-color: darkgrey;
    font-size: 14px;
    padding: 5px 0 5px 8px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #746fcc !important;
    border: 1.5px dashed #746fcc;
    box-sizing: border-box !important;
    opacity: 0.5;
}

.fm-selected-tag-btn-close {
    color: #6f6f6f;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 0 5px 5px 0;
    margin-left: 8px;
}

.fm-selected-tag-btn-close:hover {
    color: #6f6f6f;
    background-color: rgba(0, 0, 0, 0.1);
    mix-blend-mode: darken;
}

.fm-btn-addtag {
    padding: 4px 10px;
    border: 1.5px solid #a5a5a5;
    border-radius: 5px;
    color: #a5a5a5;
    text-decoration: none !important;
}

.fm-btn-rename,
.fm-btn-tags {
    padding: 4px 10px;
    border: 1.5px solid #a5a5a5;
    border-radius: 5px;
    color: #a5a5a5;
    text-decoration: none !important;
}
.fm-btn-delete {
    border: 1.5px solid transparent;
    padding: 4px 10px;
    border-radius: 5px;
    color: #a5a5a5;
    text-decoration: none !important;
}

.fm-btn-rename:hover,
.fm-btn-tags:hover {
    color: aliceblue;
    background-color: #1bb393 !important;
    border: 1.5px solid #1bb393 !important;
}

.fm-btn-delete:hover {
    color: #ea2626;
    border: 1.5px solid #ea2626;
}

.item-is-choosing {
    background-color: rgba(0, 255, 201, 0.03);
}

.item-is-selected {
    background-color: rgba(219, 219, 219, 0.21);
}

.icon-format-jpg::before {
    background-image: url(https://ezibits.neocities.org/assets/v2/web/file_manager/fm_icon_image.png);
}

.icon-format-pdf::before {
    background-image: url(https://ezibits.neocities.org/assets/v2/web/file_manager/fm_icon_pdf.png);
}

.icon-format-folder-fixedtag::before {
    background-image: url(https://ezibits.neocities.org/assets/v2/web/file_manager/fm_icon_folder_fixedtag.png);
}

.icon-format-folder-customtag::before {
    background-image: url(https://ezibits.neocities.org/assets/v2/web/file_manager/fm_icon_folder.png);
}

.icon-format-folder-fixedtag-still::before {
    background-image: url(https://ezibits.neocities.org/assets/v2/web/file_manager/fm_icon_folder_fixedtag_still.png);
}

.icon-format-folder-customtag-still::before {
    background-image: url(https://ezibits.neocities.org/assets/v2/web/file_manager/fm_icon_folder_still.png);
}


.icon-prefix{
    max-width: 280px !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;

  
}

.icon-prefix a:hover {
    color: #1bb393 !important;
}

.icon-prefix::before {
    content: "\f007  "; /* 使用圖標的 Unicode 編碼 */
    font-family: "Font Awesome 5 Free"; /* 指定字體為 Font Awesome 或其他圖標字體 */
    font-weight: 900; /* Font Awesome 圖標需要設置粗體字 */
    margin-right: 6px; /* 調整圖標與文字之間的間距 */
    background-size: contain;
    font-size: 35px;
    background-repeat: no-repeat;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    color: transparent;
    vertical-align: middle;
 
}

td {
    line-height: 30px !important;
    background-color: #ffffff;
    color: #ababab;
    border-left: none !important; /* 使左邊邊框透明 */
    border-right: none !important; /* 使右邊邊框透明 */
    word-break: keep-all;
}

th {
    background-color: #f8fafc;
    border-left: 1px solid transparent !important; /* 使左邊邊框透明 */
    border-right: 1px solid transparent !important; /* 使右邊邊框透明 */
}

input {
    accent-color: #7e7e7e;
}

.file-tag {
    border-radius: 5px;
    padding: 5px 7px;
    color: #ffffff;
}

td a {
    color: #ababab;
}

td a:hover {
    text-decoration: none !important;
}

.ft-fixed {
    background-color: #dadada;
    color: #888888;
}

.ft-custom {
    background-color: #e1dfff;
    color: #746fcc;
}

/* 以下為預設CSS */

body {
    background: #000a2e;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

img {
    vertical-align: middle;
    border-style: none;
}

#starsLeft {
    position: absolute;
    left: 0;
    top: 5%;
    opacity: 0.7;
    z-index: 2;
}

#starsRight {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 5%;
    opacity: 0.7;
}

#mainDiv {
    color: #ffffffef;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 8;
    align-items: center;
    justify-content: center;
    display: flex !important;
    flex-direction: column !important;
}

#logo {
    height: 35vh;
    vertical-align: middle;
    border-style: none;
    box-sizing: border-box;
}
@media screen and (max-width: 720px) {
    #mainDiv {
        color: #ffffffef;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        z-index: 8;
        align-items: center;
        justify-content: center;
        display: flex !important;
        flex-direction: column !important;
    }

    #logo {
        height: 125px;
        vertical-align: middle;
        position: relative;
    }
}
#MainText {
    color: #ffffffef;
    text-align: center !important;
}

h1 {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
}

@keyframes Animation {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 0%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.clouds {
    position: absolute;
    bottom: 0;
    width: 99%;
}

#cloudLeftTop {
    position: absolute;
    top: -10%;
    left: -20px;
    z-index: 1;
}

#cloudBottomRight {
    position: absolute;
    bottom: 10%;
    right: -20px;
    z-index: 1;
}

.night {
    position: relative;
    width: 100%;
    height: 100%;
    transform: rotateZ(45deg);
}

.shooting_star {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 1px;
    background: linear-gradient(-45deg, rgba(95, 145, 255, 1), rgba(0, 0, 255, 0));
    border-radius: 999px;
    filter: drop-shadow(0 0 6px rgba(105, 155, 255, 1));
    animation:
        tail 3000ms ease-in-out,
        shooting 3000ms ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes tail {
    0% {
        width: 0;
    }

    30% {
        width: 100px;
    }

    100% {
        width: 0;
    }
}

@keyframes shooting {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(300px);
    }
}

.video {
    height: 100%;
    width: 100%;
    border: 0;
}

.video-container {
    position: relative;
    display: inline-block; /* Or 'block' depending on layout */
}

.video-container img {
    display: block; /* Remove bottom space/margin under the image */
    width: 100%; /* Adjust based on your needs */
    height: auto;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 64px; /* Adjust size of the play button */
    height: 64px; /* Adjust size of the play button */
}

.pre-scrollable-800 {
}
