::-webkit-scrollbar {
    display: none;
}

#db_version {
    display: block;
    text-align: left;
}

.modal {
    position: fixed;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
}

.modal .container {
    width: 95%;
    min-width: 600px;
    background-color: #ffffff;
    position: relative;
    left: 0;
    right: 0;
    top: 5%;
    margin: auto;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 1em;


    -webkit-filter: drop-shadow(10px 10px 20px rgb(0, 0, 0));
    -moz-filter: drop-shadow(10px 10px 20px rgb(0, 0, 0));
    -ms-filter: drop-shadow(10px 10px 20px rgb(0, 0, 0));
    -o-filter: drop-shadow(10px 10px 20px rgb(0, 0, 0));
    filter: drop-shadow(20px 20px 30px rgb(0, 0, 0));
}

#container_phb.container {
    min-height: 600px;
}

.modal .container .modal {
    position: fixed;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
}

.modal .container .modal .container {
    width: 95%;
    min-width: 600px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 5%;
    margin: auto;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 1em;
    /* bottom: 0; */

    -webkit-filter: drop-shadow(10px 10px 20px rgb(0, 0, 0));
    -moz-filter: drop-shadow(10px 10px 20px rgb(0, 0, 0));
    -ms-filter: drop-shadow(10px 10px 20px rgb(0, 0, 0));
    -o-filter: drop-shadow(10px 10px 20px rgb(0, 0, 0));
    filter: drop-shadow(20px 20px 30px rgb(0, 0, 0));
}

.modal .container .close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -10px;
    border: 2px solid #fff;
    cursor: pointer;
    background-color: #8c004d;
    text-align: center;
    line-height: 30px;
}



#progress {
    width: 100%;
    height: 30px;
    position: relative;
    background-color: #ddd;
    border-radius: 10px;
    overflow: hidden;
}


@keyframes panoramic {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 10000 0;
    }
}

.progress-bar {
    background-color: #d9534f;
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    color: white;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    animation: panoramic 200s linear infinite;
}

.coffee {
    color: rgb(255, 150, 128);
}

.tea {
    color: green;
}

.cream {
    color: rgb(137, 190, 178);
}

.cake {
    color: rgb(130, 57, 100);
}

/* 浪漫 */
.romantic {
    background-color: #feacdc;
}

/* 活泼 */
.vivacious {
    background-color: #fbe997;
}

/* 自信 */
.confident {
    background-color: #b6ddee;
}

/* 体贴 */
.caring {
    background-color: #c5aafb;
}

/* 热情 */
.passion {
    background-color: #f48c8d;
}


.gray {
    -webkit-filter: sepia(100%) blur(2px);
    -moz-filter: sepia(100%) blur(2px);
    -ms-filter: sepia(100%) blur(2px);
    -o-filter: sepia(100%) blur(2px);
    filter: sepia(100%) blur(2px);
}

.footer {
    bottom: 0;
}

#history {
    text-align: left;
}

#owned_table {
    width: 100%;
}

#table {
    width: 100%;
}

button {
    max-width: 110px;
    min-height: 40px;
    vertical-align: middle;
    font-size: large;
}

table {
    /* table-layout: fixed; */
    table-layout: fixed;
    width: 100%;
}

.fbbtn table td {
    border: none;
}

td {
    /* border: 1px solid; */
    text-align: center;
    /* vertical-align: baseline; */
    vertical-align: middle;
    word-wrap: break-word;
}

.modal .container table td {
    border: 1px solid;
    text-align: center;
    /* vertical-align: baseline; */
    vertical-align: middle;
    word-wrap: break-word;
}

img {
    width: 100%;
}

div {
    text-align: center;
}

select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 5px;
    max-width: 100%;
}

.test {
    background-image: url(../img/碧碧.png), url(../img/白桓.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 40%, 100%;
}

body {
    background-image: url(../img/1682123303755167.png), url(../img/1682123303755168.png), url(../img/1682056262943167.png);
    background-position: left top, right top, left top;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-size: 100px 200px, 100px 200px, auto 200px;

    font-size: 16px;
}