.logout_button[data-v-107918ea]{background:#505c8b;border:none;padding:.3rem 1.3rem;color:#fff;border-radius:5px;cursor:pointer;transition:background-color .1s ease-in-out}.user_profile_container[data-v-107918ea]{display:flex;column-gap:10px;align-items:center}.user_name[data-v-107918ea]{color:#757575}html,body,#root,.app,#app{position:relative;height:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px;height:8px;background-color:transparent}::-webkit-scrollbar-track{background-color:transparent;border-radius:5px}::-webkit-scrollbar-thumb{background-color:#a6b2c3;border-radius:5px}::-webkit-scrollbar-corner{background-color:#fff}*{box-sizing:border-box}:root{--bg-color: "black"}.wrap{height:100vh;display:grid;grid-template-rows:auto 1fr;background:url(./bg.61ea56ac.webp);background-size:cover}.content{height:100%}header{display:flex;align-items:center;justify-content:space-between;padding:2rem}.right_block,.left_block{display:flex;align-items:center}.logo__image{height:25px}.apps_container{display:grid;justify-content:center;justify-items:center;grid-template-columns:repeat(auto-fit,400px);grid-gap:2rem}@media (max-width: 700px){.apps_container{grid-template-columns:repeat(auto-fit,200px)}}.app_card{display:block;position:relative;width:400px;height:250px;border-radius:5px;overflow:hidden;box-shadow:5px 5px 10px #0000001a;transition:all .1s ease-in}.app_card:hover{transform:translateY(-2px);box-shadow:5px 5px 10px #0003}.app_card__title{position:absolute;font-size:1.5rem;font-weight:300;top:1rem;left:1rem;z-index:1;color:#fff;padding:.5rem 1rem;transition:all .2s ease-in;text-decoration:none;border-radius:5px}.app_card__image{width:100%;height:100%}.app_card__description_bg{background:rgba(94,139,80,.8);border-radius:30px;position:absolute;top:-30%;left:-5px;height:65%;width:108%;transform:skew(19deg,-9deg)}.app_card__description{position:absolute;top:1rem;left:1rem;color:#fff;z-index:2}.app_card:hover{text-decoration:underline}@media (max-width: 700px){.app_card{width:200px;height:150px}.app_card__title{top:.5rem;left:.5rem;font-size:1.2rem}}
