.sbody{position:fixed;display:flex;background:#0e0c01;flex-direction:column;justify-content:center;align-items:center;left:1%;height:98vh;width:250px;border:1px solid #686136;border-radius:20px}@keyframes slideInMenu{0%{left:1%}to{left:-100%}}@keyframes slideOutMenu{0%{left:-100%}to{left:1%}}.show-sidebar-menu{animation:slideInMenu .5s forwards}.hide-sidebar-menu{animation:slideOutMenu .5s forwards}.check{position:fixed;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#0e0c01;height:100%;width:100%;z-index:1;.sidebar-logo-cont{height:200px;top:20%}}.sidebar-logo-cont{position:absolute;height:50px;width:auto;top:5%}.sidebar-logo{height:100%;width:auto}.profilebar-cont{bottom:5%}.profilebar-body,.profilebar-cont{position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.profilebar-body{height:80px}.profileBar{position:absolute;display:flex;flex-direction:row;justify-content:center;align-items:center;width:95%;height:70px;background:none;border-radius:10px;h3{position:absolute;color:#d2bd00;font-size:16px;right:20%}}.profileBar:hover{cursor:pointer;background:#1d1c14}.logout-button{position:relative;display:flex;flex-direction:row;justify-content:left;align-items:center;background:none;text-align:left;border:none;color:#d2bd00;font-weight:900;font-size:14px;padding:10px 20px;bottom:2%;gap:10px;width:100%;height:auto;cursor:pointer;svg{fill:#d2bd00;width:30px;left:5%}}.logout-button:hover{background:#0e0c01}.menu{top:15%}.menu,.menu-wl{position:absolute;display:flex;width:100%;flex-direction:column;justify-content:left;align-items:center;gap:20px}.menu-wl{p{color:#fff}button{text-align:center;background:#d2bd00;padding:10px 20px;width:90%;color:#000;font-weight:900;font-size:16px;border-radius:50px;cursor:pointer;border:2px solid #d2bd00;left:5%}button:hover{background:#0e0c01;color:#d2bd00}}.menu-button{position:relative;border:none;display:flex;background:none;justify-content:left;align-items:center;text-align:center;padding:15px;width:90%;border-radius:50px;height:40px;color:#686136;font-size:20px;font-weight:700;cursor:pointer;gap:10px}.menu-button:hover{background:#1d1c14;color:#d2bd00}.activeButton{background-color:#1d1c14;.menu-button{color:#d2bd00}}.more-button{position:relative;border:none;display:flex;background:none;justify-content:left;align-items:center;text-align:center;padding:20px;width:90%;border-radius:50px;height:40px;color:#686136;font-size:20px;font-weight:700;cursor:pointer;gap:20px}.more-button:hover{background:#1d1c14;color:#d2bd00}.create-button{position:absolute;text-align:center;background:#d2bd00;padding:10px 20px;bottom:15%;width:90%;color:#000;font-weight:900;font-size:16px;border-radius:50px;border:none;cursor:pointer;left:5%}.create-button:hover{background:#1d1c14;border:2px solid #d2bd00;color:#d2bd00}.logout-m{position:fixed;background:#d2bd00;color:#0e0c01;left:45%;bottom:10%;padding:5px;border-radius:5px;z-index:1}.profile-image{position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;width:50px;height:50px;border-radius:100%;overflow:hidden;left:5%;border:2px solid #d2bd00;Image{width:100%}}.dots{position:absolute;right:5%;display:flex;flex-direction:column;gap:5px;cursor:pointer;div{height:7px;width:7px;background:#d2bd00;border-radius:100%}}.profile-dropdown{position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;bottom:95%;border-radius:10px;background:#1d1c14;border:1px solid #d2bd00;width:90%;padding:5px;height:auto;overflow:hidden}.settings{position:absolute;background:none;text-align:center;border:none;color:#d2bd00;font-weight:900;font-size:16px;padding:10px 20px;width:100%;top:5%;cursor:pointer}.settings:hover{background:#0e0c01}.menu-svg{height:28px;width:28px}.side-menu-bar{position:fixed;display:flex;flex-direction:column;justify-content:center;align-items:center;height:60px;width:60px;border:2px solid #686136;background:#0e0c01;border-radius:0 10px 10px 0;gap:10px;left:265px;cursor:pointer;color:#686136;font-weight:900;font-size:52px;.side-bar-svg{height:90%;width:90%}}.side-menu-bar:hover{color:#d2bd00}@keyframes slideIn{0%{left:265px}to{left:0}}@keyframes slideOut{0%{left:0}to{left:265px}}.show-sidebar{animation:slideIn .5s forwards}.hide-sidebar{animation:slideOut .8s forwards}.not-found-address{background:#0e0c01}.not-found-address,.switch-modal{position:fixed;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100vw;z-index:1}.switch-modal{top:0;background:#1d1c14bc}.switch-cont{position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;width:300px;gap:10px;height:auto;padding:10px;background:#0e0c01;border:2px solid #d2bd00;border-radius:20px;button{width:90%;padding:5px;border:none;background:#d2bd00;color:#0e0c01;border-radius:20px;font-size:20px;cursor:pointer;font-weight:900}button:hover{background:#0e0c01;border:2px solid #d2bd00;color:#d2bd00}.back-btn{position:relative;display:flex;justify-content:center;align-items:center;font-size:40px;width:40px;height:40px;color:#d2bd00;border-radius:100%;border:2px solid #d2bd00;cursor:pointer}}@media (max-width:700px){.sbody,.side-menu-bar{display:none}.profile-dropdown{top:100%;height:20vh;z-index:1}}