.customMenuSideComponent{-webkit-box-shadow:0 .1rem .35rem rgba(0,0,0,.16);box-shadow:0 .1rem .35rem rgba(0,0,0,.16);border-radius:3px;background-color:#fff}.customMenuSideComponent-title{background-color:#282828;color:#fff;height:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:1.25rem;font-weight:500}.customMenuSideComponent-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.customMenuSideComponent-body-item{height:3rem;color:#282828;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:1.25rem;padding-right:1rem;border-bottom:1px solid #ededed;font-weight:500;-webkit-transition:background .3s ease;transition:background .3s ease;cursor:pointer}.customMenuSideComponent-body-item.active{background:#ededed}.customMenuSideComponent-body-item.active .arrow{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.customMenuSideComponent-body-item:hover{background:#ededed}.customMenuSideComponent-body-item-arrow{width:22px;height:22px}.customMenuSideComponent-body-item-arrow-mark{display:inline-block;width:22px;height:22px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.customMenuSideComponent-body-item-arrow-mark-top{position:absolute;width:2px;height:8px;background-color:#282828;left:9px;top:2px;border-radius:10px;-webkit-transform:rotate(5deg);transform:rotate(5deg)}.customMenuSideComponent-body-item-arrow-mark-bottom{position:absolute;width:8px;height:2px;background-color:#282828;left:2px;top:9px;border-radius:10px;-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}@media screen and (max-width:950px){.customMenuSideComponent{width:70vw!important;height:100vh;position:fixed;left:0;top:0;z-index:99}}.resposnive-menu__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:17px;border-bottom:1px solid #b6b6b6;padding:10px 10px 10px 20px}.resposnive-menu__header .repsonsive-menu__title{font-weight:700}.resposnive-menu__header .material-icons{font-size:25px;color:#d9534f}.slide-enter-active,.slide-leave-active{-webkit-transition:.5s;transition:.5s}.slide-enter,.slide-leave-to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}