﻿* {
    margin: 0;
    padding: 0;
    font-family: 'Gotham Book';
    list-style: none;
    text-decoration: none;
}

.menu {
    width: 300px;
    overflow: hidden;
}

.item {
    border-top: 1px solid #EB0029;
    overflow: hidden;
}

.acor {
    display: block;
    padding: 16px 20px;
    background: #EB0029;
    color: white;
    position: relative;
}

    .acor:before {
        content: "";
        position: absolute;
        width: 14px;
        height: 14px;
        background: #EB0029;
        left: 20px;
        bottom: -7px;
        transform: rotate(45deg);
    }

    .acor i {
        margin-right: 10px;
    }

.smenu {
    background: white;
    overflow: hidden;
    transition: max-height 0.3s;
    max-height: 0;
}

    .smenu a {
        display: block;
        padding: 16px 26px;
        color: black;
        font-size: 14px;
        margin: 4px 0;
        position: relative;
    }

        .smenu a:before {
            content: "";
            position: absolute;
            width: 6px;
            height: 100%;
            background: #EB0029;
            left: 0;
            top: 0;
            transition: 0.3s;
            opacity: 0;
        }

        .smenu a:hover:before {
            opacity: 1;
        }

.item:target .smenu {
    max-height: 10em;
}

.k-menu {
    font-size: 0.9rem !important;
    padding-bottom: 0.5rem !important;
    text-align: justify !important;
    color: white !important;
    font-family: 'Gotham Bold' !important;
    font-style: normal !important;
    font-weight: normal !important;
}

    .k-menu:hover {
        color: white !important;
    }

    .k-menu:first-of-type {
        padding-top: 1rem !important;
    }

    .k-menu:last-of-type {
        padding-bottom: 1rem !important;
    }

.k-menu-item {
    color: black !important;
    border-radius: 4px !important;
    height: 3rem !important;
    display: flex !important;
    align-items: center !important;
    line-height: 3rem !important;
    position: relative !important;
    list-style: none !important;
}

    .k-menu-item.active {
        background-color: rgba(255,255,255,0.25) !important;
    }

    .k-menu-item:hover {
        background-color: rgba(255,255,255,0.1) !important;
        /**/
    }

.k-menu-group {
    icon: initial !important;
    display: block !important;
    padding: 16px 20px !important;
    background: #EB0029 !important;
    color: white !important;
    position: relative !important;
    border-radius: 4px !important;
    display: flex !important;
}

.k-menu-vertical .k-item > .k-link {
    color: white !important;
}

.k-item > .k-link {
    color: white !important;
    border-radius: unset;
}

.mdc-nav-item {
    padding: 5px !important;
    min-height: 45px;
    height: auto !important;
}
