.asw-menu-btn {
    background-color: #12379a !important;
    cursor: grab;
    touch-action: none; /* para moviles */
    backface-visibility: hidden !important;
}

.asw-menu-btn:active {
     cursor: grabbing;
    transform: scale(1.08);
}

.asw-menu-header {
    background-color: #12379a !important;
    color: #fff;
}
.asw-footer {
     background-color: #12379a !important;
    color: #fff;
}
.asw-adjust-font div[role=button] {
     background-color: #12379a !important;
    color: #fff;
}
@media (max-width: 768px) {
    .asw-menu {
        width: calc(100vw - 20px);
        right: 10px;
        left: auto;
    }


    .asw-menu-btn svg {
        width: 18px;
        height: 18px;
    }
    .asw-menu-btn .material-icons {
        font-size: 18px;
    }
}