@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";:root{--greenClr: #f49901;--blueClr: #146ebe;--redClr: #ed3419}.app{display:flex;height:100%;min-height:100vh;flex-direction:column;background:rgba(0,0,0,.01)}.container-app{display:flex;justify-content:left;min-height:78vh;padding:85px 15px 10px}.middle-center{display:flex;height:100%;min-height:78vh;width:100%;justify-content:center;align-items:center}@media (max-width: 625px){.container-app{padding-top:85px}}.red-icon{color:var(--redClr);font-size:22px}.text-red{color:var(--redClr)}.text-green{color:var(--greenClr)}.card-container{display:flex;flex-wrap:wrap}.owner-kos{font-weight:500}.print-content{display:none}@media print{.print-content{display:block}}.header{width:100%;background:#fff;position:fixed;z-index:10;box-shadow:0 2px 10px #0000000d;visibility:hidden;display:flex;box-sizing:border-box;justify-content:space-between;align-items:center;text-align:left;padding:14px 15px}.font-green{color:#f49901;cursor:pointer}.font-green.title{font-weight:600;font-size:18px}.menu.active{background:var(--greenClr);color:#fff}.menu.active:hover{color:var(--greenClr);background:transparent}.icon-notif{font-size:18px}.buyer-text-notif{font-size:15px}.drawer-container{display:flex;height:100%;flex-direction:column;justify-content:space-between}body{margin:0;font-family:Poppins,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:Poppins,sans-serif}
