﻿@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

/** {
    box-sizing: border-box;
    margin:0px;
}*/

.container {
    display: flex;
    width: 100%;
/*    transition: all 0.3s ease;*/
    height: 100%;
    padding:0px;
    position:relative

    
}
.maincontent {
    flex-grow: 1;
/*    transition: width 0.3s ease;*/
    padding:10px;
    margin-right:10px;
    width:1200px;

    
}

/*.menu ~ .maincontent {
    width: calc(240px - 1200px);
}*/

.menu::-webkit-scrollbar {
    display: none;
}

.menu {
    /*    position: fixed;*/
    top: 0;
    left: 0;
/*    width: 240px;*/
    height: 100%;
    /*transition: .3s;*/
    /*    transition: width 0.3s ease;*/
    scrollbar-width: none;
    overflow: hidden scroll;
    background: #ffffff12;
    -ms-overflow-style: none;
    padding-left: 0px;
    padding-right: 10px;
    backdrop-filter: blur(5px);
    box-shadow: 8px 0px 9px 0px #00000014;
/*    width: calc(95% - 260px);*/
}


.menu-content li {
    list-style: none;
    border-radius: 0px 50px 50px 0;
    transition: .3s;
    margin-bottom: 5px;
    cursor: context-menu;
    background-color:#c4edf0 ;
    color:teal
}

    .menu-content li:hover {
        background-color:teal;
        color:#c4edf0
    }
        
    .menu-content li.active {
        background-color: teal;
        color: #c4edf0;
    }


a {
    text-decoration: none;
    color: teal;
    display: flex;
    align-items: center;
    font-family: 'poppins', sans-serif;
}

    a:hover {
        color: #c4edf0;
        transition: 1s ease
    }
    a.active {
        background-color: teal;
        color: #c4edf0 ;
        border-radius: 0px 50px 50px 0;
    }
    .material-symbols-outlined {
    padding: 15px;
    font-size: 30px;
    margin-right: 5px;
    border-radius: 50%;
    background-color:transparent;
}
    .ProfilePicture {
        list-style: none;
        border-radius: 50%;
        transition: .3s;
        /*    margin-bottom: 20px;*/
        /*    padding-left: 20px;*/
        width: 40px;
        height: 40px;
        margin-right: 30px;
        background-color: teal;
        align-content: center;
    }

.ProfileMenu {
    border-radius: 50%;
    height: 70PX;
    width: 70PX;
    color: #00b4d8;
    display: flex;
    margin-left: 37px;
    margin-top: 1px;
}

/*.ProfilePicture1 {
    list-style: none;
    border-radius: 50%;
    transition: .3s;*/
    /*    margin-bottom: 20px;*/
    /*    padding-left: 20px;*/
    /*width: 42px;
    height: 42px;
    padding: 0px;
    margin-right: 10px;
    background-color: #0c0c0c;*/
    /*    align-content:center;*/
/*}*/

.ProfileMenu1 {
    overflow: hidden;
    color: teal;
    display: flex;
    padding-left: 18px;
    margin-bottom: 5px;
    margin-top:5px
}

#ProfilePicture {
    font-size: 60px;
    color: teal;
    background-color: transparent;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    padding: 5px;
    border-radius: 50%
}
.panellogin {
    background-color: white;
    box-sizing: border-box;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    padding: 20px;
    left: 40%;
    transform: translate(-30%, -50%);
    width: 320px;
    height: 380px;
    position: fixed;
    top: -30%;
    z-index: 1000;
    display: block;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
    border-radius: 15px;
}
