.subscription-plan-page {
    padding-bottom: 50px;   
}

.subscription-plan-page .subscription-logo {
    padding: 50px;
}

.subscription-plan-page .subscription-logo a {
    font-family: 'Meow Script';
    /* padding: 50px 0 0 50px; */
    color: var(--secondary-color);
    border-radius: 20px;
    display: inline-block;
    font-size: 30px;
    line-height: 34px;
    text-decoration: none;
}

.subscription-content-table {
    padding: 30px;
    background: var(--soft-ivory);
    max-width: 1175px;
    margin: auto;
}

.subscription-feature-table {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subscription-feature-table .subscription-feature-table-title h1 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px;
    line-height: normal;
}

.subscription-feature-table .subscription-feature-table-title p {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.5;
    line-height: 20px;
}

.pricing-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
}

.switches-container {
    --switches-bg-color: #FFF;
    --switches-label-color: white ;
    --switch-bg-color: white;
    --switch-text-color: goldenrod ;
    width: 186px;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: var(--switches-bg-color);
    line-height: 3rem;
    border-radius: 3rem;
    border: 1px solid #E4E4E7;
}

.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: var(--font-weight-500);
    opacity: 0.5;
}

.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
}

.switch {
    border-radius: 3rem;
    background: var(--primary-color);
    height: 100%;
}

.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: var(--switch-text-color) ;
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
    color: var(--white-color);
    font-size: 16px;
    font-weight: var(--font-weight-500);
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}

.subscription-plan-grid {
    /* margin-top: 40px; */
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: end;
    gap: 20px;
}

.subscription-plan-grid .plan-grid-item {
    background: var(--beige-color);
    padding: 16px;
    min-width: 250px;
}

.subscription-plan-grid .plan-grid-item h3 {
    font-size: 16px;
    line-height: normal;
    font-weight: var(--font-weight-600);
    /* margin-bottom: 32px; */
    margin-bottom: 20px;
}

.subscription-plan-grid .plan-grid-item p {
    font-size: 26px;
    line-height: normal;
    font-weight: var(--font-weight-700);
    margin-bottom: 20px;
}

.subscription-plan-grid .plan-grid-item p sub, .subscription-plan-grid .plan-grid-item p .subscription-details {
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
    opacity: 0.5;
    bottom: 0;
    left: -4px;
}

.subscription-plan-grid .plan-grid-item a {
    background: var(--secondary-color);
    width: 100%;
    text-align: center;
    padding: 12px 0;
    display: block;
    color: var(--white-color);
    font-size: 14px;
    line-height: 18px;
    font-weight: var(--font-weight-600);
    border-radius: 99em;
    text-decoration: none;
}

.subscription-plan-table {
    border: 1px solid rgba(218, 218, 215, 1);
    margin-top: 20px;
    border-radius: 8px;
}

.subscription-plan-table-title {
    background: rgba(240, 238, 227, 1);
    font-size: 16px;
    font-weight: var(--font-weight-600);
    /* padding: 14px 12px; */
    padding: 10px 12px;
}

.subscription-plan-table-content {
    /* padding: 16px 23px; */
    /* padding: 10px 23px; */
    display: flex;
    flex-wrap: wrap;
    /* gap: 16px; */
    align-items: center;
    border-bottom: 1px solid rgba(218, 218, 215, 1);
    width: 100%;
}

.subscription-plan-table-content-left {
    width: 30%;
    /* min-width: 322px; */
}

.subscription-plan-table-content-left span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: var(--letter-spacing);
    font-weight: var(--font-weight-500);
    display: flex;
    align-items: center;
    gap: 7px;
}

.subscription-plan-table-content-left span i {
    font-size: 18px;
}

.subscription-plan-table-content-right {
    /* width: calc(100% - 405px); */
    display: flex;
    /* justify-content: space-between; */
    width: 70%;
    justify-content: center;
    gap: 180px;
}

.subscription-plan-table-content-right span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: var(--letter-spacing);
    font-weight: var(--font-weight-700);
    padding: 9px 7.5px;
    display: inline-block;
    min-width: 90px;
    color: var(--primary-color);
    text-align: center;
}

.subscription-plan-table-content-right span.icon-minus {
    font-size: 30px;
    line-height: 10px;
}

.icon-check-round {
    background: var(--primary-color);
    color: var(--white-color);
    border-radius: 99em;
    width: 22px;
    height: 22px;
    display: flex;
    text-align: center;
    margin: auto;
    align-items: center;
    justify-content: center;
}
.subscription-plan-table-content-left{
    width: calc(100% - 790px);
    padding: 10px 23px;
}
.subscription-plan-table-content-right{
    width: 790px;
    padding: 10px 23px;
}

.subscription-plan-grid .plan-grid-item a.btn.current-plan{
    background: var(--primary-color);
    pointer-events: none;
}
.subscription-plan-grid .btn.free-plan-disabled{
    background: #22273687;
    pointer-events: none;
}

.form-control.disabled{
    background-color: #cccccc57 !important;
}