.Card{border-radius:0;-webkit-box-shadow:var(--shadow1);box-shadow:var(--shadow1);background-color:var(--bg2);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;position:relative}.Card .image{border-radius:0;height:150px;overflow:hidden;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#fff;background-size:cover;background-position:50%;background-repeat:no-repeat;cursor:pointer}.Card .image div{width:100%;height:100%;-webkit-transition:all .5s ease-in;transition:all .5s ease-in;margin:10px 0}.Card header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:18px;padding:0 14px}.Card header h1{font-weight:500;font-size:15px}.Card header .status{border-radius:0;font-size:10px;font-weight:600;text-transform:uppercase;padding:2px 8px;text-align:center;display:inline-block}.Card header .active{color:#234e52;background:#e6fffa}.Card header .inactive{color:#c53030;background:#fff5f5}.Card .data{font-weight:400;font-size:13px;padding:0 14px}.Card .icons{position:absolute;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;left:0;height:25px;background-color:var(--bg3);width:100%;border-radius:0;border-top-right-radius:0;border-top-left-radius:0}.Card .icons img{cursor:pointer;height:16px;opacity:1;-webkit-transition:all .25s;transition:all .25s}.Card .icons img:hover{opacity:.8;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.Card .icons .iconsLeft{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.Card .icons .iconsLeft img{padding:0 10px}.Card .icons .iconsRight{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.Card .icons .iconsRight img{padding:0 10px}.Card.withIcons{padding-bottom:35px}