.tier-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
    background: #f3f3f3;
    padding: 24px;
    width: 100%;
    max-width: 300px;

    height: 100%;
}

.tier-card-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 55%;
}

.tier-card-details{
    height: 45%;
}

.tier-action-btn{
    margin-top: auto;
    margin-bottom: 32px;
}

.upgrade-btn {
    background: #f0f0f0;
}


.bg-aixl-gradient {
    background: var(--aixl-color-gradientblue);
    color: white !important;
}



.payment-method{
    background: var(--bs-white);
    padding: 12px;
    border-radius: 16px;
    width: fit-content;
    line-height: 0;
}

.payment-method > .material-symbols-rounded {
    font-size: 40px!important;
}

.cdoc-logo{
    width: 152px;
    cursor: pointer;
}

.copy-paste-form .input-group {
    border-radius: 12px;
    color: var(--bs-tertiary-color);
    border: 2px solid var(--bs-aixl-grey, #E5E5E5);
    margin-bottom: 16px;
}

.copy-paste-form .readonly{
    background: transparent;
}

.timeline-icon{
    min-width: 40px;
    min-height: 40px;
    background-color: var(--bs-primary);
    color: #fff;
    font-size: 20px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline-line{
    width: 2px;
    background-color: var(--bs-primary);
    height: 100%;
}

.timeline{
    width: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

dt{
  font-weight: normal !important;
}

dd{
    font-weight: bold;
    font-size: 20px;
}

