.yang-change-theme {
    position: fixed;
    z-index: 9999;
    bottom: 50px;
    left: 20px;
    width: 80px;
    height: 27px;
    border-radius: 10%;
    border: 1px solid white;
}

.yang-change-theme-popup {
    position: fixed;
    z-index: 9999;
    width: 80px;
    height: 100px;
    /* top: 50%; */
    left: 20px;
    bottom: 80px;
    display: none;
    /* transform: translateY(-50%); */
    /* transition: right 0.3s ease-out; */
    /* border: 1px solid #000; */
    /* padding: 20px; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
    text-align: center;
    border-radius: 10%;
    overflow: auto;
    overflow-x: hidden;
    padding: 6px 0px;
}
.yang-change-theme-popup::-webkit-scrollbar{display: none;}

.yang-change-theme-popup button{
    width: 60px;
    margin: 3px 0px;
}