.topback{
    text-align: left;
}
.zoey-bg{
    background-image: url("../assets/img/1.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;

}
.card{
    border: none;
}

.text-muted{
color: rgb(255, 255, 255);

}
.card-footer{
    background-color: rgb(0, 0, 0);
    color: rgb(250, 245, 237);
    padding: 20px;
    border: 0dvh;
    margin: 0

}

.custom-btn{

    background-color: aliceblue !important;
    border-color: aliceblue !important;
    color:black;
    text-align:center;
    font-family: 'Noto Serif TC';
    border-radius: 25px; /* Make the button oval */
    
}
.overflowtest{
    background-color: #22302F;
    color:aliceblue;
    padding: 10px;
    border-radius: 20px;
    width: auto;
    margin: 30px auto;
    overflow: scroll;
    padding: 20px 30px;
}

.text{
    color: aliceblue;
    font-size: large;
}
.h4font{
    position: middle;
    color: aliceblue !important;
}
.timelineback{
    background-color: rgb(245, 65, 65) !important;
}
.h3font{
    color: aliceblue;
    font-size: medium;
}
.back{
    background-color: black !important;
    border-color: black !important;
}
.list-group-item.black {
    background-color: black;
    color: aliceblue;
    border: none;
    position: relative; /* 添加相对定位 */
}
.backblack{
    background-color: black !important;
    font-size: 1rem;
}

.list-group-item.black::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    border-bottom: 2px solid #e4cab8; 
    
}

.list-group-item-black{
    background-color: black;
    color: aliceblue;
}
.px-3{
    padding-bottom: 12px;
    font-size: 1.5rem;
    text-align: left;
    padding-left: 0% !important;
    font-weight: 1000; 
}
.dead{
font-family: 'Noto Serif TC';
font-size: 2.25rem;
margin-top: 0.5rem; 
}
.overflowtest1{
    color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 20px;
    width: auto;
    margin: 30px auto;
    padding: 20px 30px;
}
.pfont{
    font-family: 'Noto Serif TC',sans-serif;
    color: rgb(255, 255, 255);
    font-size: small;
}
.table tbody tr {
    line-height: 2.8;
    padding-top: 15px; 
    padding-bottom: 15px; 
}
.custom-btn1{
    background-color: rgb(47, 56, 50) !important;
    border-color: rgb(47, 56, 50) !important;
    color:rgb(255, 255, 255);
    text-align:center;
    font-family: 'Noto Serif TC';
    border-radius: 25px; /* Make the button oval */
    margin-bottom: 0cm;

}
.custom-btn:hover{
    background-color: white;
    color: darkgrey;
}
.custom-btn1:hover, .custom-btn2:hover{
  background-color: rgb(47, 56, 50) ;
  color: #83bfbae9;
}

.custom-btn2{

    background-color: rgb(47, 56, 50) !important;
    border-color: rgb(47, 56, 50) !important;
    color:rgb(255, 255, 255);
    font-family: 'Noto Serif TC';
    border-radius: 25px; /* Make the button oval */
    margin-bottom: 0cm;
 
}
.mx-10{
    margin: 100px auto;
    right: inherit;
}
.text-right{
    text-align: right;
    bottom: 0%;
}

.team-member img {
    width: 150px; 
    height: auto;
}

.h55{
    font-family: 'Noto Serif TC';
    color: aliceblue;
}

.team-member {

    border: 1px solid rgb(47, 54, 55) ; 
    background-color: rgb(47, 54, 55) ;
    padding: 10px; 
    margin-bottom: 20px; 
    column-width: 20% ;
}
.table-container1{
margin: right 0;;
}

.card-img-top1{
    height: 300px;
    width: auto;
}
.card-title1{
    background-color:rgb(81, 93, 104);
    color: aliceblue;
    padding: 15px;
    margin-bottom: 30px;
}
.card-body1{
    background-color: black;
    height: 350px;

}
.card1{
    border: none;
    border-color: #e4cab8;
}

.card1:not(:last-child) {
    border-right: 1px solid #e4cab8; 
  }

.card-text1{
    color: aliceblue;
}

.text-muted{
color: rgb(255, 255, 255);

}
.card2{
    border: none;
    background-color: black;
}
.card2:not(:last-child) {
    border-bottom: 1px solid #e4cab8; 
  }
.card-body2{
    background-color: black;
    max-height: 100%;
}
.bg-dark{
    background-color: black;
}
.max-height-100{
    max-height: 100%;
}

.bgcolor-gray{
    background-color:rgb(81, 93, 104) !important;
    border-color: rgb(81, 93, 104) !important;
}
.bgcolor-gray:hover{
    color: cadetblue;
}
.back:hover{
    color: rgb(108, 114, 114);
}