
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
main {
    flex-grow: 1;
}
.btn-drawer {
    background-color: var(--bs-primary);
    position: fixed;

    z-index: 101;
    left: 280px;
    top: 56px;

    border-top-right-radius: 0.6rem;
    border-bottom-right-radius: 0.6rem;


    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-light);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1.1rem;
}

.btn-drawer svg {
    width: 35px;
    height: 35px;
    fill: var(--bs-white);
}

.drawer-close {
    translate: -280px;
}

.rounded {
    border-radius: 1rem !important;
}
.modal-open .menu-employer {
    z-index: initial;
    padding-top: inherit;
    position: relative;
    box-shadow: none;
}

.menu-employer {
    position: fixed;
    z-index: 1000;
/*    padding-top: 75px;*/
    background-color: white;
    left: 0;
    top: 0;
    height: 100%;
    box-shadow: 1px 0px 10px var(--bs-gray-500);
    width: 280px;
    transition-duration: 1s;
    transition-property: translate;

    display: flex;
    flex-direction: column;
}
.menu-up-employer {
    min-height: 65px;
}

.menu-bottom-employer {
    scrollbar-width: thin;
    overflow-y:auto;
    flex-grow: 1;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .drawer-close {
        translate: initial;
        transition-duration: 0s;
    }

    .btn-drawer {
        display: none;
    }

    .container-employer {
        padding-top: 25px;
        display: grid;
        /*grid-template-columns: 280px 712px;*/
        grid-template-columns: 280px 656px;
    }
    .menu-employer {
        padding-top: inherit;
        position: relative;
        box-shadow: none;
        display: block;
    }
    .menu-up-employer {

        min-height: inherit;

    }

    .content-employer {}

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container-employer {
        grid-template-columns: 280px 860px;
    }
    }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .container-employer {
        grid-template-columns: 280px 1040px;
    }
}
.svg-icon {
    margin-top: -5px;
    height: 25px;
}
