.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; } .card > hr {margin-right: 0;margin-left: 0; } .card > .list-group:first-child .list-group-item:first-child {border-top-left-radius: 0;border-top-right-radius: 0; } .card > .list-group:last-child .list-group-item:last-child {border-bottom-right-radius: 0;border-bottom-left-radius: 0; } .card-body {flex: 1 1 auto;padding: 2.125rem;color: var(--card-color); } .card-title {margin-bottom: 2.125rem; } .card-subtitle {margin-top: -1.0625rem;margin-bottom: 0; } .card-text:last-child {margin-bottom: 0; } .card-link:hover {text-decoration: none; } .card-link + .card-link {margin-left: 2.125rem; } .card-header {padding: 2.125rem 2.125rem;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 - 1px) calc(0 - 1px) 0 0; } .card-header + .list-group .list-group-item:first-child {border-top: 0; } .card-footer {padding: 2.125rem 2.125rem;background-color: var(--card-cap-bg);border-top: 1px solid var(--card-border-color); } .card-footer:last-child {border-radius: 0 0 calc(0 - 1px) calc(0 - 1px); } .card-header-tabs {margin-right: -1.0625rem;margin-bottom: -1.0625rem;margin-left: -1.0625rem;border-bottom: 0; } .card-header-pills {margin-right: -1.0625rem;margin-left: -1.0625rem; } .card-img-overlay {position: absolute;top: 0;right: 0;bottom: 0;left: 0;padding: 1.25rem; } .card-img {width: 100%;border-radius: calc(0 - 1px); } .card-img-top {width: 100%;border-top-left-radius: calc(0 - 1px);border-top-right-radius: calc(0 - 1px); } .card-img-bottom {width: 100%;border-bottom-right-radius: calc(0 - 1px);border-bottom-left-radius: calc(0 - 1px); } .card-deck {display: flex;flex-direction: column; } .card-deck .card {margin-bottom: 1.0625rem; } @media (min-width: 576px) {.card-deck {flex-flow: row wrap;margin-right: -1.0625rem;margin-left: -1.0625rem;}.card-deck .card {display: flex;flex: 1 0 0%;flex-direction: column;margin-right: 1.0625rem;margin-bottom: 0;margin-left: 1.0625rem;} } .card-group {display: flex;flex-direction: column; } .card-group > .card {margin-bottom: 1.0625rem; } @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: 2.125rem; } @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: -2.125rem; } .col-card {padding-bottom: 2.125rem; } .card {flex-grow: 1;flex-shrink: 0;height: 100%; } .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-footer {background: var(--card-bg); } .card.card-list-item {border: 0;border-radius: 1.5rem;aspect-ratio: 385/633;position: relative;overflow: clip;text-decoration: none;width: 100%;border: solid 1px rgba(234, 234, 234, 0.3019607843);background: rgba(234, 234, 234, 0.3019607843); } .card.card-list-item .card-img-top {aspect-ratio: 385/309;position: relative; } .card.card-list-item .card-img-top .img-fluid {position: absolute;inset: 0;object-fit: cover;width: 100%;height: 100%;border-radius: 1.5rem; } .card.card-list-item .card-img-top .badge {position: absolute;bottom: 0;color: var(--white);padding: 0.8125rem 24px;border-radius: 1.5rem;margin-bottom: 0;font-family: "DM Sans", sans-serif;font-weight: 700;font-size: 14px;text-transform: uppercase; } .card.card-list-item .card-img-top .badge.badge-primary {background-color: rgba(255, 107, 107, 0.75); } .card.card-list-item .card-img-top .badge.badge-secondary {background-color: rgba(135, 247, 226, 0.75); } .card.card-list-item .card-img-top .badge.badge-success {background-color: rgba(40, 167, 69, 0.75); } .card.card-list-item .card-img-top .badge.badge-warning {background-color: rgba(255, 193, 7, 0.75); } .card.card-list-item .card-body {padding-top: 1.375rem;padding-left: 1.1875rem;padding-right: 1.1875rem;padding-bottom: 0; } .card.card-list-item .row {width: calc(100% + 2.125rem); } .card.card-list-item .card-footer {padding-top: 0;padding-bottom: 1.4375rem;border-top: 0;display: flex;align-items: center;justify-content: center;background: transparent; } .card.card-list-item .card-title {font-family: "DM Sans", sans-serif;font-weight: 700;font-size: 1.59375rem;line-height: 1.4117647059;margin-bottom: 1.125rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: clip; } .card.card-list-item .card-text {font-family: "DM Sans", sans-serif;font-weight: 400;font-size: 0.85rem;line-height: 1.7647058824;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: clip; } .card.card-list-item .card-text-date {font-size: 1.25rem;color: var(--primary); } .card.card-list-item .card-text-price {font-size: 1.25rem; } .card.card-speaker {flex-direction: row;border-radius: 0;border: 0;background: transparent;padding: 0.8125rem 0.625rem 0.8125rem 0.0625rem;text-decoration: none !important;padding: 0 !important; } .card.card-speaker .card-img {flex-shrink: 0; } .card.card-speaker .card-img, .card.card-speaker .card-img .img-fluid {width: 3rem;height: 3rem;border-radius: 50%;background: var(--gray-300); } .card.card-speaker .card-body {padding: 0.125rem 1rem; } .card.card-speaker .card-title {font-size: 0.85rem;line-height: 1.7647058824;font-weight: 500;color: var(--black);margin: 0;margin-bottom: 0 !important;padding-top: 0 !important; } .card.card-speaker .card-text {font-size: 0.74375rem;line-height: 1.6806722689;font-weight: 400;color: #6B7280;margin: 0;margin-bottom: 0 !important; } 