#body {
#    background-color: #F3F5FA;
#}
#.stApp {
#    background-color: #F3F5FA;
#}
.st-emotion-cache-1pfvosf {
     background: #f5f6f7;
}
#.st-emotion-cache-uhkwx6 {
#    background-color: #F3F5FA;
#}
a {
  color: rgb(255, 75, 75);
  text-decoration: none;
}
code{
  color: #595959;
}
.st-emotion-cache-1dp5vir{
display:none;
 background-image:none;
}
.stChatInput{
  box-shadow: none;
}
.st-emotion-cache-npg3nl{
  background-color: transparent;
}
.stException{
display:none
}
.st-bi {
  background-color: transparent;
}


ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.st-emotion-cache-c56hwn {
  background-color:transparent;
}
.st-emotion-cache-0.eqpbllx4 {
  color: #5E6772;
  
}
.st-emotion-cache-1u11ds9{
background-color:#FFF;
}
#MainMenu {
display:none;
}


.biuxsidebar {
    width: 60px;
    height: 60px;
    position: fixed;
    left: 20px;
    /* 距离左侧的距离 */
    top: 50%;
    transform: translateY(-50%);
    background-color: #FAFBFF;
    border-radius: 15px;
    /* 圆角半径 */
    overflow-y: auto;
    box-shadow: 0 1px 2px #FAFBFC;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.biuxsidebar a {
    text-decoration: none;
    color: #ecf0f1;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: background-color 0.3s;
}

.biuxsidebar a:hover {
    border-radius: 10px;
    padding: 5px;
}

.biuxsidebar svg {
    width: 30px;
    height: 30px;
    fill: #ddd;
}
