.isDisabled {
    cursor: not-allowed;
    opacity: 0.1;
    pointer-events: none;
  }

.btnlisttop{
    position: fixed;
    display:flex;
    margin-top:-30px;
}
.btnlistblock{
    margin-top:-174px;
    position: relative;
    width: 110px;
    height: 100%;
    transition: margin-top 0.2s;
}
.btnlistcontent{
    background-color: rgb(255, 253, 253);
    display: block;
    border-style: dashed;
    border-width: 2px;
    text-align: center;
    border-color: rgb(0, 0, 0);
}
.btnlistelem{
    position: relative;
    width: 52px;
    margin: 10px;
    left: 5px;
}
.btnlistopen{
    position: relative;
    display: block;
    background-color:rgb(81, 49, 112);
    width: 100%;
    height: 35px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    cursor: pointer;
}
.btnlistopenicon {
    position: relative;
    width: 24px;
    height: 6px;
    top:15px;
    margin: 0 auto; /*позиционирование по центру*/
    background-color:rgb(230, 230, 230);
    pointer-events: none;
}
.btnlist_isClicked {
    margin-top: 0%
}
.inherit_isClicked {
    opacity: 0.3;
}



.btnsimple {
    width: 50px;
}

.btntop{
    position: fixed;
    width: 50px;
}
.btnleft{
    position: relative;
    left: 20px;
}
.btnbottom{
    position: fixed;
    bottom: 20vh;
    width: 50px;
}
.btnright{
    position: relative;
    right: 50px;
}
.btnlistelem a, .btnleft a, .btnright a, .btnright button, .btnsimple a, .btnsimple button{
    appearance: none;
    box-sizing: content-box;
    background-color: transparent;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    margin-top: 5px;
    border-style: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: white;
}
.btnlistelem a:hover, .btnleft a:hover, .btnright a:hover, .btnright button:hover, .btnsimple a:hover, .btnsimple button:hover {
    background-color: rgb(235, 235, 235);
}