﻿@media (min-width: 279px) and (max-width: 990px) {
    /*.modal-dialog {
        width: 100% !important;
        margin: 0px !important;
    }

    .modal-content {
        width: 100% !important;
        height: 100% !important;
        left: 0px !important;
    }*/
    .create-subscription-back {
        padding: 10px !important;
    }

    .create-subscription-card-select-annual-plan {
        padding: 10px !important;
    }

    .create-subscription-card-select-subscription-plan {
        flex-direction: column !important;
        padding: 10px !important;
    }

    .create-subscription-card-plan {
        padding: 10px !important;
    }
}

.create-subscription-sidebar-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 8px;
}

.create-subscription-subcategories-field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    width: 100%;
}

    .create-subscription-subcategories-field a {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 140%;
        color: #7B68EE;
    }

.create-subscription-sidebar-content01 {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

    .create-subscription-sidebar-content01 h5 {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: var(--systemTextColor);
        margin-bottom: 1px;
    }

    .create-subscription-sidebar-content01 i {
        cursor: pointer;
    }

    .create-subscription-sidebar-content01 p {
        margin-top: 0;
        margin-bottom: 1px;
        font-family: 'Lato';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
    }

.create-subscription-sidebar-content-button-number {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*padding: 1px 7px 3px;*/
    gap: 10px;
    height: 18px;
    border: 1px solid #EFEFF7;
    border-radius: 30px;
}

    .create-subscription-sidebar-content-button-number h5 {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 120%;
        color: #6B7B9C;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

.create-subscription-sidebar-content02 {
    display: flex;
    flex-direction: row;
    justify-content: End;
    align-items: center;
}

.create-subscription-body-bg-color {
    background: #F8F8FC;
}

.create-subscription-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 24px;
    gap: 15px;
    width: 100%;
    height: 100%;
}

.create-subscription-back {
    padding: 15px 0px;
    width: 100%;
    position: sticky;
    top: 0;
}

.create-subscription-back-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 0px;
    gap: 8px;
    /*width: 57px;
    height: 36px;*/
    border-radius: 8px;
    border: none;
}

    .create-subscription-back-button p {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 140%;
        color: var(--bodyTextColor);
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

.create-subscription-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 10px 40px 0px;
    gap: 10px;
    width: 100%;
    /*height: 88px;*/
    flex: none;
}

    .create-subscription-header h5 {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 150%;
        display: flex;
        align-items: center;
        text-align: center;
        color: var(--systemTextColor);
    }

.create-subscription-card-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 120px 24px;
    width: 100%;
    height: 320px;
}

.create-subscription-card-summary {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 24px;
    gap: 24px;
    width: 100%;
    height: 300px;
    background: #FFFFFF;
    border: 1px solid #EFEFF7;
    border-radius: 8px;
}

.create-subscription-card-current-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
    width: 100%;
}

    .create-subscription-card-current-details h5 {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 150%;
        color: var(--systemTextColor);
        flex: none;
    }

.create-subscription-card-current-details-plan {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 16px;
    width: 100%;
}

.create-subscription-card-details-plan {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
    width: 20%;
}

    .create-subscription-card-details-plan b {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 150%;
        color: #6B7B9C;
    }

    .create-subscription-card-details-plan p {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 150%;
        color: var(--systemTextColor);
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

.create-subscription-card-details-total {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 0px;
    gap: 8px;
    width: 20%;
}

    .create-subscription-card-details-total p {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 150%;
        text-align: right;
        color: var(--systemTextColor);
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

.create-subscription-card-image img {
    width: 100%;
}

.create-subscription-card-process {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    width: 100%;
    /*height: 45px;*/
    flex: none;
}

.create-subscription-card-process-plan-usage {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    width: 100%;
    /*height: 21px;*/
    flex: none;
}

    .create-subscription-card-process-plan-usage b {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 150%;
        color: #6B7B9C;
    }

    .create-subscription-card-process-plan-usage p {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: var(--systemTextColor);
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

.create-subscription-card-process-progress-bar img {
    width: 100%;
}

.create-subscription-card-plan {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 0px;
    /*padding: 0px 120px;*/
    gap: 15px;
    width: 100%;
    /*height: 1018px;*/
    border-radius: 8px;
    flex: none;
}

.create-subscription-card-plan-details {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 24px 12px 32px;
    width: 100%;
    /*gap: 10px;
    height: 978px;*/
    /*background: #FEF4EF;*/
    background: var(--subscriptionBackgroundColor);
    border: 1px solid #EFEFF7;
    border-radius: 8px;
    overflow: scroll;
}

.create-subscription-card-plan-details-colums {
    display: flex;
    padding: 20px 0px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
    border-radius: 12px;
}

.create-subscription-card-plan-name {
    width: 100%;
    height: 55px;
    background: #FFFFFF;
    border-radius: 8px;
    flex: none;
}

.create-subscription-card-popular-plan-name {
    width: 100%;
    height: 36px;
    background: #FFFFFF;
    border-radius: 8px;
    flex: none;
}

/*.create-subscription-card-plan-popular {
    border: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    gap: 8px;*/
/*position: absolute;*/
/*width: 100%;
    height: 36px;*/
/*left: 692px;*/
/*background: linear-gradient(93.74deg, #FF7051 1.23%, #D3AC1E 100%);
    border-radius: 8px;
    border: none;
    display: flex;
}

    .create-subscription-card-plan-popular p {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: #FFFFFF;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }*/

.create-subscription-card-plan-buynow p {
    /*position: absolute;*/
    width: 139px;
    height: 48px;
    /*left: 734px;*/
    /*top: 36.97px;*/ font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--systemTextColor);
    flex: none;
}

.create-subscription-card-plan h5 {
    /*position: absolute;*/
    /*width: 122px;*/
    /*height: 48px;*/
    /*left: 500px;*/
    /*top: 37px;*/
    padding-bottom: 20px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--systemTextColor);
}

.create-subscription-card-plan-button {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border-radius: 8px;
}

.create-subscription-card-plan-buy-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    gap: 10px;
    position: absolute;
    width: 11%;
    height: 36px;
    left: 496px;
    /*top: 9.02px;*/
    background: #7B68EE;
    border-radius: 8px;
    border: none;
}

    .create-subscription-card-plan-buy-button p {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 140%;
        color: #FFFFFF;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

.create-subscription-card-plan-current {
    background: #EBE8FC;
    border-radius: 8px;
    border: none;
    /*display: flex;*/
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    gap: 8px;
    position: absolute;
    width: 11%;
    height: 36px;
    left: 730px;
    /*top: 9.02px;*/
}

    .create-subscription-card-plan-current p {
        color: #7B68EE;
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 140%;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

.create-subscription-card-plan-current-buynow {
    background: #7B68EE;
    border-radius: 8px;
    border: none;
    /*display: flex;*/
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    gap: 8px;
    position: absolute;
    width: 11%;
    height: 36px;
    left: 730px;
    /*top: 9.02px;*/
}

    .create-subscription-card-plan-current-buynow p {
        color: #FFFFFF;
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 140%;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

.create-subscription-card-plan-buybutton {
    /*display: flex;*/
    flex-direction: row;
    /*justify-content: center;
    align-items: center;*/
    padding: 8px 24px;
    gap: 10px;
    /*position: absolute;*/
    /*width: 150px;*/
    height: 36px;
    /*left: 995px;*/
    /*top: 9.02px;*/
    border-radius: 8px;
    border: none;
}

    .create-subscription-card-plan-buybutton a {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 140%;
        color: #FFFFFF;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        text-decoration: none;
    }

.create-subscription-card-plan-buybutton-selected {
    /*display: flex;*/
    flex-direction: row;
    /*justify-content: center;
    align-items: center;*/
    padding: 8px 24px;
    gap: 10px;
    /*position: absolute;*/
    /*width: 150px;*/
    height: 36px;
    /*left: 995px;*/
    /*top: 9.02px;*/
    border-radius: 8px;
}

    .create-subscription-card-plan-buybutton-selected b {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 140%;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

.create-subscription-data-header {
    display: flex;
    flex-direction: column;
    /*flex-direction: row;*/
    align-items: center;
    padding: 24px 12px;
    width: 100%;
    height: 210px;
    /*height: 100%;*/
    background: #FFFFFF;
    /*border-radius: 8px;*/
}

.create-subscription-data-headerIndex-blank {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px 3px;
    gap: 12px;
    width: 100%;
    height: 150px;
    left: 50px;
    background: #FFFFFF;
    /*top: 14px;*/
}

.create-subscription-data-headerIndex-select {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    /*padding: 2px 3px;*/
    gap: 12px;
    width: 100%;
    height: 150px;
}

    .create-subscription-data-headerIndex-select a {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        text-decoration: none;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .create-subscription-data-headerIndex-select b {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 22px;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        text-decoration: none;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

.create-subscription-data {
    width: 100%;
    height: 54px;
    /*background: #FFFFFF;*/
    /*border-radius: 8px;*/
}

.create-subscription-data-hr {
    width: 100%;
}

    .create-subscription-data-hr hr {
        background: #DEDEDE;
        /*background: #000000;*/
    }

.create-subscription-data-hr-select {
    width: 100%;
}

    .create-subscription-data-hr-select hr {
        background: #FFFFFF;
        /*background: #000000;*/
    }

.create-subscription-dataIndex {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px 3px;
    gap: 12px;
    /*position: absolute;*/
    /*width: 46%;*/
    width: 100%;
    height: 54px;
    left: 50px;
    /*top: 14px;*/
}

    .create-subscription-dataIndex p {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        display: flex;
        color: var(--systemTextColor);
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .create-subscription-dataIndex i {
        color: var(--systemTextColor);
    }

.create-subscription-dataIndex1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px 3px;
    gap: 12px;
    position: absolute;
    width: 10%;
    height: 44px;
    left: 1000px;
    /*top: 14px;*/
}

    .create-subscription-dataIndex1 p {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        display: flex;
        color: #000000;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

.create-subscription-dataIndex2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px 3px;
    gap: 12px;
    position: absolute;
    width: 10%;
    height: 44px;
    left: 729px;
    /*top: 14px;*/
}

    .create-subscription-dataIndex2 p {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        display: flex;
        color: #000000;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

.create-subscription-dataIndex3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px 3px;
    gap: 12px;
    /*position: absolute;*/
    width: 100%;
    height: 44px;
    /*left: 500px;*/
    /*top: 14px;*/
}

    .create-subscription-dataIndex3 p {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 22px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #000000;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }


.create-subscription-data2 {
    width: 100%;
    height: 54px;
    background: #FFFFFF;
    border-radius: 8px;
}

.create-subscription-data2Index1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px 3px;
    gap: 12px;
    position: absolute;
    width: 10%;
    height: 44px;
    left: 1000px;
    /*top: 14px;*/
}

    .create-subscription-data2Index1 p {
        width: 100%;
        height: 24px;
    }

.create-subscription-data2Index2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px 3px;
    gap: 12px;
    position: absolute;
    width: 10%;
    height: 44px;
    left: 728px;
    /*top: 14px;*/
}

    .create-subscription-data2Index2 p {
        width: 100%;
        height: 24px;
    }

.create-subscription-data2Index3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px 3px;
    gap: 12px;
    width: 100%;
    height: 44px;
    /*left: 500px;*/
    /*top: 14px;*/
}

    .create-subscription-data2Index3 p {
        width: 100%;
        height: 24px;
    }

.create-subscription-data2Index4 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px 3px;
    gap: 12px;
    /*position: absolute;*/
    /*width: 25%;*/
    width: 100%;
    height: 54px;
    left: 50px;
    /*top: 14px;*/
}

    .create-subscription-data2Index4 p {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        display: flex;
        color: #000000;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

.create-subscription-card-select-subscription-plan {
    display: flex;
    flex-direction: row;
    /*justify-content: center;*/
    align-items: center;
    padding: 10px 0px;
    /*padding: 10px 120px;*/
    gap: 10px;
    width: 100%;
    /*height: 84px;*/
    /*flex: none;*/
}

    .create-subscription-card-select-subscription-plan h2 {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 120%;
        display: flex;
        align-items: center;
        color: var(--systemTextColor);
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

.create-subscription-card-select-annual-plan {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    /*padding: 10px 120px;*/
    gap: 10px;
    width: 100%;
    /*height: 98px;*/
    /*flex: none;*/
}

    .create-subscription-card-select-annual-plan h2 {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 150%;
        display: flex;
        align-items: center;
        text-align: center;
        color: var(--systemTextColor);
    }

.create-subscription-transaction-lbl {
    padding: 10px 320px;
}


.create-subscription-card-plan-details-colums-select {
    border-radius: 12px;
    /*border: 1px solid #EDECEA;*/
    background: #FFF;
    padding: 20px 0px;
}

.create-subscription-card-plan-details-colums-selected {
    border-radius: 12px;
    border: 1px solid #EDECEA;
    background: #FFF;
    padding: 20px 0px;
}


.create-subscription-data-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 120px;
}

.create-subscription-data-head-body {
    width: 100%;
    height: 100%;
    /*background: #FEF4EF;*/
    background: var(--subscriptionBackgroundColor);
}

.create-subscription-data-head-body-select {
    width: 100%;
    height: 100%;
    background: #FFF;
    border-radius: 12px;
}

.create-subscription-dataIndex-button-select {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 100%;
}

.create-subscription-dataIndex-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 100%;
}

    .create-subscription-dataIndex-header p {
        font-family: Lato;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        display: flex;
        color: var(--systemTextColor);
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .create-subscription-dataIndex-header b {
        color: var(--systemTextColor);
        font-family: Lato;
        font-style: normal;
        text-align: center;
        font-size: 32px;
        font-weight: 700;
        line-height: 150%;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

.create-subscription-data-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.create-subscription-data-head-most-popular-color {
    display: flex;
    width: 100%;
    height: 10px;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: -0.131px;
    border-radius: 12px 16px 0px 0px;
    background: linear-gradient(93.74deg, var(--mostPopularLeftSideColor) 1.23%, var(--mostPopularRightSideColor) 100%);
}

.create-subscription-data-head-most-popular {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    /*left: 74px;*/
    top: -24px;
    color: var(--systemTextColor);
    font-size: 13px;
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.create-subscription-card-plan-popular-selected {
    background: linear-gradient(93.74deg, var(--mostPopularLeftSideColor) 1.23%, var(--mostPopularRightSideColor) 100%);
}
