.card {position: relative;display: flex;flex-direction: column;min-width: 0;word-wrap: break-word;background-color: var(--card-bg);background-clip: border-box;border: 1px solid var(--card-border-color);border-radius: 0.3125rem; } .card > hr {margin-right: 0;margin-left: 0; } .card > .list-group:first-child .list-group-item:first-child {border-top-left-radius: 0.3125rem;border-top-right-radius: 0.3125rem; } .card > .list-group:last-child .list-group-item:last-child {border-bottom-right-radius: 0.3125rem;border-bottom-left-radius: 0.3125rem; } .card-body {flex: 1 1 auto;padding: 1.25rem;color: var(--card-color); } .card-title {margin-bottom: 1.25rem; } .card-subtitle {margin-top: -0.625rem;margin-bottom: 0; } .card-text:last-child {margin-bottom: 0; } .card-link:hover {text-decoration: none; } .card-link + .card-link {margin-left: 1.25rem; } .card-header {padding: 1.25rem 1.25rem;margin-bottom: 0;color: var(--card-cap-color);background-color: var(--card-cap-bg);border-bottom: 1px solid var(--card-border-color); } .card-header:first-child {border-radius: calc(0.3125rem - 1px) calc(0.3125rem - 1px) 0 0; } .card-header + .list-group .list-group-item:first-child {border-top: 0; } .card-footer {padding: 1.25rem 1.25rem;background-color: var(--card-cap-bg);border-top: 1px solid var(--card-border-color); } .card-footer:last-child {border-radius: 0 0 calc(0.3125rem - 1px) calc(0.3125rem - 1px); } .card-header-tabs {margin-right: -0.625rem;margin-bottom: -0.625rem;margin-left: -0.625rem;border-bottom: 0; } .card-header-pills {margin-right: -0.625rem;margin-left: -0.625rem; } .card-img-overlay {position: absolute;top: 0;right: 0;bottom: 0;left: 0;padding: 1.25rem; } .card-img {width: 100%;border-radius: calc(0.3125rem - 1px); } .card-img-top {width: 100%;border-top-left-radius: calc(0.3125rem - 1px);border-top-right-radius: calc(0.3125rem - 1px); } .card-img-bottom {width: 100%;border-bottom-right-radius: calc(0.3125rem - 1px);border-bottom-left-radius: calc(0.3125rem - 1px); } .card-deck {display: flex;flex-direction: column; } .card-deck .card {margin-bottom: 0.625rem; } @media (min-width: 576px) {.card-deck {flex-flow: row wrap;margin-right: -0.625rem;margin-left: -0.625rem;}.card-deck .card {display: flex;flex: 1 0 0%;flex-direction: column;margin-right: 0.625rem;margin-bottom: 0;margin-left: 0.625rem;} } .card-group {display: flex;flex-direction: column; } .card-group > .card {margin-bottom: 0.625rem; } @media (min-width: 576px) {.card-group {flex-flow: row wrap;}.card-group > .card {flex: 1 0 0%;margin-bottom: 0;}.card-group > .card + .card {margin-left: 0;border-left: 0;}.card-group > .card:not(:last-child) {border-top-right-radius: 0;border-bottom-right-radius: 0;}.card-group > .card:not(:last-child) .card-img-top,.card-group > .card:not(:last-child) .card-header {border-top-right-radius: 0;}.card-group > .card:not(:last-child) .card-img-bottom,.card-group > .card:not(:last-child) .card-footer {border-bottom-right-radius: 0;}.card-group > .card:not(:first-child) {border-top-left-radius: 0;border-bottom-left-radius: 0;}.card-group > .card:not(:first-child) .card-img-top,.card-group > .card:not(:first-child) .card-header {border-top-left-radius: 0;}.card-group > .card:not(:first-child) .card-img-bottom,.card-group > .card:not(:first-child) .card-footer {border-bottom-left-radius: 0;} } .card-columns .card {margin-bottom: 1.25rem; } @media (min-width: 576px) {.card-columns {column-count: 3;column-gap: 1.25rem;orphans: 1;widows: 1;}.card-columns .card {display: inline-block;width: 100%;} } .accordion > .card {overflow: hidden; } .accordion > .card:not(:first-of-type) .card-header:first-child {border-radius: 0; } .accordion > .card:not(:first-of-type):not(:last-of-type) {border-bottom: 0;border-radius: 0; } .accordion > .card:first-of-type {border-bottom: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 0; } .accordion > .card:last-of-type {border-top-left-radius: 0;border-top-right-radius: 0; } .accordion > .card .card-header {margin-bottom: -1px; } .row-card {margin-bottom: -1.25rem; } .col-card {padding-bottom: 1.25rem; } .card {flex-grow: 1;flex-shrink: 0;box-shadow: 0 0 0.625rem rgba(var(--black), 0.25); } .card .card-body {display: flex;flex-direction: column;align-items: flex-start;width: 100%;text-align: left; } .card .card-body .form-group {width: 100%; } .card .card-body .form-group:last-child {margin-bottom: 0; } .card.card-1 {background: #F8FAFC;margin-bottom: 1.25rem;font-size: 0.875rem;color: oklch(0.554 0.046 257.417); } .card.card-1 svg {width: 1rem;height: 1rem;margin-right: 0.3125rem;position: relative;top: -1px; } .card.card-2 .table {text-align: center; } .card.card-2 .table th {font-size: 0.6875rem;text-transform: uppercase;font-weight: normal;color: oklch(0.554 0.046 257.417); } .card.card-2 small, .card.card-2 .small {display: block;color: oklch(0.554 0.046 257.417); } .card.card-2 .card-header {border-bottom: 0; } .card.card-2 .card-header .form-group {margin-bottom: 0; } .card.card-2 .card-header label {width: 100%; } .card.card-2 .card-body {padding-top: 0;padding-bottom: 0; } .card.card-2 .card-footer {border-top: 0; } .card.card-2.show {background: oklab(0.208 -0.00310889 -0.0418848/0.05); } @media (min-width: 576px) {.card.card-3 {position: sticky;top: 7.75rem;} } .card.card-3 h3, .card.card-3 .h3 {font-size: 0.75rem;text-transform: uppercase;font-weight: normal;color: oklch(0.554 0.046 257.417);margin-bottom: 0; } .card.card-3 .table.table-1 {margin-bottom: 1.25rem; } .card.card-3 .table.table-1 th {font-size: 0.875rem;color: oklch(0.554 0.046 257.417);font-weight: normal; } .card.card-3 .table.table-1 td {font-size: 1.25rem;font-weight: 600;text-align: right; } .card.card-3 .table.table-2 th {font-size: 0.875rem;color: oklch(0.554 0.046 257.417);font-weight: normal; } .card.card-3 .table.table-2 td {font-size: 0.875rem;text-align: right; } .card.card-3 .form-group-reserve {display: flex;margin-left: -0.3125rem;margin-right: -0.3125rem; } .card.card-3 .form-group-reserve .custom-radio {padding-left: 0;flex-grow: 1;padding-left: 0.3125rem;padding-right: 0.3125rem; } .card.card-3 .form-group-reserve .custom-radio .custom-control-label {text-align: center;width: 100%;border: solid 1px var(--input-border-color);border-radius: 0.3125rem; } .card.card-3 .form-group-reserve .custom-radio .custom-control-label::before, .card.card-3 .form-group-reserve .custom-radio .custom-control-label::after {content: none; } .card.card-3 .form-group-reserve .custom-radio .custom-control-label:hover {background-color: oklch(96.8% 0.007 247.896); } .card.card-3 .form-group-reserve .custom-radio .custom-control-input:checked + .custom-control-label {background: var(--primary);border-color: var(--primary);color: var(--white); } .card.card-3 .card-header {border-bottom: 0; } .card.card-3 .card-body {padding-top: 0;padding-bottom: 0; } .card.card-3 .card-footer {border-top: 0;font-size: 0.75rem;color: oklch(0.554 0.046 257.417);margin-bottom: 0; } 