:root {
    --primary: rgba(200, 30, 30, 1);
    --silver: rgba(156, 163, 175, 1);
    --gold: rgba(250, 202, 21, 1);
    --platinum: rgba(209, 213, 219, 1);
    --font-light: white;
    --font-dark: black;
    --font-secondary: RGB(55, 65, 81);
}

#pills-tab-subscription {
    width: 320px;
    margin: 0 auto;
    padding: 3px;
    background: white;
    /* border: 1px solid #dedede; */
    border-radius: 30px;
    box-shadow: 0px 8px 16px 0px rgba(96, 97, 112, 0.16),
        0px 2px 4px 0px rgba(40, 41, 61, 0.04);
}

#pills-tab-subscription li a {
    width: 155px;
    border-radius: 30px;
    font-size: 20px;
    padding: 2px;
    font-weight: 600;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: rgba(200, 30, 30, 1) !important;
}

.image_dhumall_header_cards {
    width: 40%;
    height: auto;
}

.package-title {
    border-radius: 8px;
}

.btn-get-start {
    width: 100%;
}

/* Card content */
.feature-list-ul li {
    font-size: 14px;
}

.feature-list-ul li img {
    width: 13px;
    height: auto;
}

/* Component Price Plan */
/* .price-plan {} */

.total-price {
    font-size: 22px;
    color: black;
    font-weight: 700;
}

.total-period {
    font-size: 12px;
    color: #374151;
    font-weight: 400;
}

/* Component Price Discount */

/* .price-dicount {} */

.normal-price-label {
    font-size: 12px;
    color: #374151;
    font-weight: 700;
}

.normal-price-value {
    font-size: 12px;
    color: #8f9196;
    font-style: italic;
    font-weight: 700;
}

.strikethrough {
    position: relative;
}

.strikethrough::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #8f9196;
    /* You can adjust the color and style of the line */
}

/* .total-period {} */

/* Cards component style */
.cards {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #efefef;
    border-radius: 14px;
    box-shadow: 0px 8px 16px 0px rgba(96, 97, 112, 0.16),
        0px 2px 4px 0px rgba(40, 41, 61, 0.04);
    height: 520px;
    overflow-y: auto;
}

.package-title {
    font-weight: 600;
    color: black;
}

.cards-header {
    background: white;
}

.cards-footer {
    background: white;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-get-start {
    color: black;
}

.package-basic {
    background-color: var(--primary);
}

.package-silver {
    background-color: var(--silver);
}

.package-gold {
    background-color: var(--gold);
}

.package-platinum {
    border: 0.5px solid red !important;
    background: rgb(250, 226, 226);
    background: linear-gradient(
        52deg,
        rgba(250, 226, 226, 1) 0%,
        rgba(249, 250, 251, 1) 50%,
        rgba(250, 247, 247, 1) 100%
    );
    box-shadow: 0px 4px 8px 0px rgba(127, 127, 127, 0.4);
}

/* Table Style */
th.first-col,
td.first-col {
    width: 40%;
}

td.vertical-middle {
    vertical-align: middle;
}

.cards-container {
    min-height: 323px !important;
}

@media (min-width: 1440px) {
    .page-template-content .container,
    .page-template-content .container-fluid,
    .page-template-content .container-lg,
    .page-template-content .container-md,
    .page-template-content .container-sm,
    .page-template-content .container-xl {
        max-width: 1440px;
    }
}
