.pricing-blue { color: #00bfff !important; }
.pricing-grey { color: #a9b0bc !important; }
.pricing-green { color: #32cd32 !important; }
.pricing-green-light { color: #baebba !important; }
.pricing-red { color: #ff0000 !important; }
.pricing-red-dark { color: #e0103a !important; }
.pricing-red-medium { color: #ff4b4b !important; }
.pricing-red-light { color: #ffaeae !important; }
.pricing-orange { color: #ffaf23 !important; }
.pricing-white { color: #fff !important; }
.pricing-grey-dark { color: #777777 !important; }
.pricing-yellow { color: #fffb00 !important; }
.pricing-black { color: #000 !important; }
.pricing-purple { color: #d100b5 !important; }

.pricing-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    transform: scale(1);
}

.pricing-table {
    padding: 40px;
    border: 1px solid #303941;
    border-radius: 10px;
    min-width: 300px;
    background: #182029;
    color: #fff;
    transition: all 0.3s ease-out 0s;
}
.pricing-table:hover {
    border-color: rgba(255, 190, 24, 0.5);
}

.pt-title {
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    background: #0f161b;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 800;
}

.pt-price-wrap {
    margin-top: 35px;
    justify-content: flex-start;
    gap: 1px;
}

.pt-price {
    font-size: 35px;
    font-weight: 600;
    align-items: center;
    line-height: 35px;
}
.pt-price-info {
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 14px;
    line-height: 23px;
    color: var(--tg-body-color);
}

.pt-price-sale {
    margin-top: 5px;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 23px;
    color: var(--tg-theme-primary);
}
.pt-price-sale i {
    margin: 0 5px;
}
.pt-price-sale-left,
.pt-price-sale-right {
    align-items: center;
}
.pt-price-sale-right {
    color: #fff;
}

.pt-subtitle {
    margin-top: 25px;
    font-weight: 600;
}

.pt-list {
    margin-top: 10px;
    justify-content: flex-start;
    color: var(--tg-body-color);
}
.pt-list-item {
    font-size: 15px;
    line-height: 15px;
    margin-top: 10px;
    align-items: center;
}
.pt-list-item:first-child {
    margin-top: 0;
}
.pt-list-item i {
    margin-right: 5px;
    color: var(--tg-common-color-deepskyblue);
}

.pt-button {
    margin: 45px 0 10px 0 !important;
}

.pt-footer {
    text-align: center;
    color: var(--tg-body-color);
    font-size: 12px;
}
.pt-footer i {
    margin-right: 5px;
}

.pricing-button {
    display: block;
    background: #0074e0;
    color: #fff;
    font-weight: bold;
    text-transform: none;
    border: 3px solid #0074e0;
    padding: 8px 18px;
    font-size: 15px;
    letter-spacing: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin: 0 auto 0 auto !important;
    height: 50px;
    cursor: pointer;
    width: 100%;
}
.pricing-button:hover {
    background: #0074e0;
    color: #fff;
    border: 3px solid #47a6ff;
}
.pricing-button:disabled {
    background-color: #43474b;
    border: 3px solid #323538;
    color: #818181;
}

.pricing-button-link {
    margin: 40px 0 20px 0;
}