.con-icon-home-exit {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 6px;
    margin-left: 10px;
    margin-right: 0px;
    color: #21c87a;
    opacity: 0;
}

.nano > .nano-content {
    /* left: -17px auto !important; */
    left: -17px !important;
    right: 0px !important;

}
#main {
    right: 300px;
    left: 0px !important;
}
#sidebar {
    right: 0px;
    left: auto;
}
@media only screen and (max-width: 1024px) {
    #main {
        right: 0px;
        box-shadow: none;
    }
    .con-icon-home-exit {
        opacity: 1;
    }
}

@media only screen and (max-width: 1024px) {
    #sidebar {
        transform: translateX(100%);
    }

    .show-sidebar #main {
        transform: translateX(-300px);
    }
}
