.card-container{background-color:#fff;box-shadow:0 2px 6px rgba(0,0,0,.06);padding:14px 16px;border-radius:12px;display:flex;flex-flow:column;height:100%;border:1px solid #e5e7eb;transition:all .2s ease-in-out}.card-container:hover{box-shadow:0 3px 10px rgba(0,0,0,.1)}.card-container.card-space-between{justify-content:space-between}.card-container .title{font-size:18px;font-weight:600;color:#0d2d2c}.card-container .normal-mode{justify-content:flex-start}.card-container.dark{background:#152623;border-color:#1e3530;box-shadow:none;color:#e8f0ef}.card-container.dark .title{color:#ba8e58}.card-container.dark:hover{box-shadow:none}.sm .card-container{padding:14px 16px}.sm .card-container .title{font-size:16px}.page-mode{min-height:400px}.header-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.dark .header-title{border-bottom-color:#1e3530}.my-2[data-v-17d87168]{margin:8px 0!important}