.toolbar{text-transform:uppercase;color:#4d4d4d;z-index:1;flex-direction:row;justify-content:space-between;max-width:100%;height:10vh;min-height:10vh;padding:0 20px;display:flex}.toolbar_left{align-items:center;width:50%;display:flex}.toolbar_right{justify-content:space-evenly;align-items:center;width:50%;display:flex}.toolbar svg{cursor:pointer}.dropdown_link{text-transform:uppercase}.toster{display:none}@media screen and (max-width:800px){.toolbar_right{display:none}.toster{justify-content:flex-end;align-items:center;width:50%;display:flex}}.menu_wrapper{z-index:1;background-color:#fff;flex-direction:column;align-items:center;width:90%;height:70vh;margin-top:9vh;display:flex;position:absolute}.menu_wrapper ul{border-inline-end:unset!important}.menu_wrapper>div{border:1px solid red}
body a{color:inherit;cursor:pointer;text-decoration:none;color:#4d4d4d!important}body a:hover{opacity:.8}.app{flex-direction:column;justify-content:flex-start;max-height:100vh;display:flex;overflow:auto}.home_page{flex-direction:row;justify-content:space-between;align-items:flex-start;width:80%;height:89vh;margin:1vh auto;display:flex}@media screen and (max-width:900px){.home_page{width:100%}}.hover-underline-animation{cursor:pointer;display:inline-block;position:relative}.hover-underline-animation:after{content:"";transform-origin:100% 100%;background-color:#4d4d4d;width:100%;height:2px;transition:transform .25s ease-out;position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.hover-underline-animation:hover:after{transform-origin:0 100%;transform:scaleX(1)}.spinner{flex-direction:column;justify-content:center;align-items:center;width:100%;height:70vh;display:flex}.spinner span{color:#4d4d4d}.footer{display:none}@media screen and (max-width:800px){.footer{justify-content:space-around;align-items:center;width:20%;height:10vh;margin:auto;display:flex}.home_page{height:79vh}}
