.selectorBtn{display:flex;align-items:center;margin-left:.75rem;font-size:14px;flex-flow:column;width:100px;position:relative}
.selectorBtn .btn{position:relative;width:100px;height:100%;background-color:inherit;display:flex;justify-content:center;align-items:center;cursor:pointer;color:#000}
.selectorBtn .btn .svg{position:absolute;right:0;display:flex;align-items:center}
.selectorBtn .btn .svg svg{width:20px;height:20px}
.selectorBtn .btn:hover{background-color:#fff;color:#000}
.selectorBtn .btnList{top:100%;position:absolute;overflow:hidden;width:100px;height:auto;z-index:1;background-color:#fff;border-radius:0 0 1.25rem 1.25rem;box-shadow:0 5px 20px -5px rgba(0,0,0,.2);will-change:height;display:none;}
.selectorBtn .btnList.move-top{top:0;transform: translateY(-100%);}
.selectorBtn .btnList .btnListItem{width:100px;height:34px;display:flex;justify-content:center;align-items:center}
.selectorBtn .btnList .btnListItem:hover{background-color:#f1f1f1;cursor:pointer}
.selectorBtn .btnImg{width:22px;height:auto}
