.profile-card_account {
    display: flex;
    align-items: center;
    background: #f3f3f3;
    padding: 5px 4px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

.profile-icon_account {
    margin-right: 10px;
}

.profile-icon_account span {
    width: 30px;
    height: 30px;
    background-color: #33225a;
    color: white;
    font-size: 0.93rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.profile-details_account {
    display: flex;
    flex-direction: column;
}

.profile-name_account {
    font-weight: 600;
    font-size: 0.875rem;
    font-family: arial, sans-serif;
    letter-spacing: 0.3px;
    color: #33225a;
    line-height: 18px;
}

.profile-role_account {
    color: #005ac1;
    font-size: 12px;
    font-weight: normal;
    font-family: arial, sans-serif;
}

.AccountsPageWrapper {
    margin-left: 60px;
}
.AccountsPageWrapper.extraSapceRemove{
    margin-left: 0;
}

.AccountsPageNave {
    box-shadow: 0 0 8px rgba(0, 0, 0, .05);
    border: 1px solid #ddd;
}

.AccountsPageNave.layout-margin {
    margin: 15px 15px 15px 8px;
    width: 100%;
    max-width: 200px;
    height: 100vh;
}

.AccountsPageContainer {
    box-shadow: 0 0 8px rgba(0, 0, 0, .05);
    border: 1px solid #ddd;
}

.AccountsPageContainer.layout-margin {
    margin: 15px 20px 15px 0;
    /* width: 78% !important; */
}

.AccountsMemnu {
    margin: 0;
}

.AccountsMemnu ul {
    list-style-type: none;
    margin: 0 10px;
    padding: 0px;
}

.AccountsMemnu li {
    border-bottom: 1px solid #f9f9f9;
    background-color: #f0f0f0;
    border-radius: 6px;
    margin-bottom: 5px;
}

.AccountsMemnu li a {
    color: #33225a;
    display: block;
    padding: 10px;
}

.AccountsMemnu li a i {
    color: #ff8382;
    font-size: 1.125rem;
    margin-right: 4px;
}

.AccountsMemnu li a .material-icons {
    color: #ff4f4d;
    font-size: 1.125rem;
    margin-right: 4px;
    min-height: auto;
    height: auto;
    max-width: none;
    width: auto;
    min-width: auto;
}

.AccountsMemnu h3 {
    padding: 21px 0px;
}

.AccountsMemnu li.active {
    background-color: #33225a;
    color: #fff;
}

.AccountsMemnu li.active a {
    color: #fff;
}

.welcome_Sec.layout-margin.layout-row {
    padding: 0px 0;
    border-bottom: 1px solid #dedede;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.welcome_Sec h5 {
    margin-bottom: 0;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: arial, sans-serif;
    color: #ef6362;
}

.welcome_Sec h5 span {
    color: #33225a;
    /*    border-bottom: 1px dashed #ef6362;*/
}

.minContainerColum {
    overflow-x: hidden;
    overflow-y: auto;
    height: 80vh;
    justify-content: space-between;
}

.minColum.flex-50 {
    max-width: 47%;
}

.minColum {
    padding: 5px 0;
}

.min_subtext_main {
    display: flex;
    /* align-items: end; */
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 4px;
}

.min_subtext {
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 0;
}

.Left_subtext {
    /* height: 27px; */
}

.Left_subtext_active {
    width: 47%;
    /* height: 27px; */
    height: auto;
}

.Left_subtext_active.flex_controller {
    width: 100%;
    display: inline-flex;
}

.Left_subtext_active h5 {
    font-size: 1rem;
    margin: 0;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: arial, sans-serif;
    color: #33225a;
    text-transform: uppercase;
    padding-top: 0;
}

.Left_subtext_active h6 {
    font-size: 1rem;
    margin: 0 0 0 26px;
    letter-spacing: 0.8px;
    font-weight: 600;
    font-family: arial, sans-serif;
    color: #ef6362;
    text-transform: uppercase;
    padding-top: 0;
}

.Left_subtext_active h6.colorGreen {
    color: #005ac1;
}

.Left_subtext.flex_controller {
    width: 100%;
    display: inline-flex;
}

.Left_subtext h5 {
    font-size: 1rem;
    margin: 0;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: arial, sans-serif;
    color: #33225a;
    text-transform: uppercase;
    padding-top: 0;
}

.Left_subtext h6 {
    font-size: 1rem;
    margin: 0 0 0 8px;
    letter-spacing: 0.8px;
    font-weight: 600;
    font-family: arial, sans-serif;
    color: #ef6362;
    text-transform: uppercase;
    padding-top: 0;
}

.Left_subtext h6.colorGreen {
    color: #005ac1;
}

.textunset h5 {
    text-transform: capitalize;
}

.textunset h5.colorRed {
    color: #ef6362;
    font-size: 0.813rem;
}

.right_subtext {
    width: 48.5%;
    height: 27px;
    text-align: right;
    margin-bottom: 5px;
}

.right_subtext h5 {
    font-size: 1rem;
    margin: 0;
    letter-spacing: 0.8px;
    font-weight: 600;
    font-family: arial, sans-serif;
    color: #ef6362;
    text-transform: uppercase;
    padding-top: 6px;
}

.right_subtext span.texAlign {
    display: flex;
    justify-content: right;
}

.right_subtext span.texAlign .md-button {
    min-height: auto;
    height: auto;
    line-height: normal;
    padding: 6px 12px;
    font-size: 0.875rem;
    text-transform: capitalize;
    margin: 0;
    letter-spacing: 0.8px;
    background: #ff8887;
    transition: all 0.6s;
}

.right_subtext span.texAlign .md-button:hover {
    background-color: #33225a;
}

.right_subtext span.texAlign a {
    padding: 6px 12px;
    font-size: 0.875rem;
    letter-spacing: 0.8px;
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);*/
    color: rgb(255, 255, 255);
    transition: all 0.5s;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    line-height: 18px;
    align-items: center;
    text-align: center;
    border-radius: 3px;
    border: 0;
    margin: 0;
    background: #ff8c39;
    transition: all 0.6s;
}

.right_subtext span.texAlign a:hover {
    background-color: #ed7d2d;
}


.startEndDate {
    border: 2px solid #33225a;
    border-radius: 8px;
    padding: 10px;
    font-family: Arial, sans-serif;
    width: 92%;
    /*    max-width: fit-content;*/
    display: grid;
    grid-template-columns: auto auto;
    gap: 40px;
    margin-bottom: 10px;
}

.SED_sec {
    /*    width: 48%;*/
}

.SED_title {
    font-weight: bold;
    font-size: 0.93rem;
    letter-spacing: 0.6px;
    color: #33225a;
}

.SED_date {
    font-size: 0.875rem;
    color: #666;
}

.SED_list {
    list-style: none;
    padding: 0;
    margin: 4px 0 0;
}

.SED_list li {
    display: flex;
    font-size: 13px;
    align-items: center;
    margin-bottom: 3px;
}

.SED_list li span {
    margin-right: 5px;
}

.SED_list li span.checkGreen {
    color: green;
}

.SED_list li span.checkGreen md-icon {
    color: green;
    min-height: auto;
    min-width: auto;
    font-size: 0.875rem;
    width: auto;
    height: auto;
}

.SED_list li span.crossRed {
    color: #ef6362;
}

.SED_list li span.crossRed md-icon {
    color: #ef6362;
    min-height: auto;
    min-width: auto;
    font-size: 0.875rem;
    width: auto;
    height: auto;
}


.switchAnnualPlan {
    border: 2px solid #33225a;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    width: 99%;
    margin: auto auto 15px auto;
}

.switchAnnualPlan_Topsec {
    padding: 8px 12px 8px 10px;
    display: flex;
    justify-content: space-between;
}

.switchAnnualPlan_date {
    width: 70%;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.6px;
    color: #33225a;
}

.switchAnnualPlan_price {
    width: 29%;
    text-align: right;
}

.switchAnnualPlan_price span {
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.4px;
    color: #606060;
    font-family: arial, sans-serif;
}

.switchAnnualPlan_FooterSec {
    display: block;
}

.switchAnnualPlan_FooterSec a {
    padding: 6px;
    color: #fff;
    letter-spacing: 0.6px;
    font-size: 0.875rem;
    text-align: center;
    display: block;
    background: #4b2e8e;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all 0.5s;
}

.switchAnnualPlan_FooterSec a:hover {
    background: #392170;
}

.switchAnnualPlan_FooterSec button {
    padding: 6px;
    color: #fff;
    letter-spacing: 0.6px;
    font-size: 0.875rem;
    text-align: center;
    display: block;
    background: #33225a;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all 0.5s;
    height: auto;
    line-height: normal;
    text-transform: capitalize;
    min-height: auto;
    max-width: 100%;
    min-width: 100%;
    margin: 0;
}

.switchAnnualPlan_FooterSec button:hover {
    background: #392170;
}

.switchAnnualPlan_FooterSec .md-button.md-default-theme:not([disabled]):hover,
.switchAnnualPlan_FooterSec .md-button:not([disabled]):hover {
    background: #392170;
}

.switchAnnualPlan_FooterSec .md-button.md-default-theme:not([disabled]).md-focused,
.switchAnnualPlan_FooterSec .md-button:not([disabled]).md-focused {
    background: #392170;
}



.PlanExpires {
    border: 2px solid #ff88875e;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    width: auto;
    margin: auto auto 10px auto;
    background: #ffeded7d;
    box-shadow: 0px 3px 6px -1px #d5d5d5ee;
}

.PlanExpires_Topsec {
    padding: 8px 12px 8px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.PlanExpires_date {
    width: 70%;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.6px;
    color: #ef6362;
}

.PlanExpires_price {
    width: 29%;
    text-align: right;
    display: inline-flex;
    justify-content: right;
}

.PlanExpires_price span {
    font-weight: bold;
    font-size: 0.875rem;
    letter-spacing: 0.3px;
    font-family: arial, sans-serif;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #33225a;
    border-radius: 100%;
    color: #fff;
}

.PaymentMethod {
    border: 2px solid #33225a;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    width: 99%;
    margin: auto auto 15px auto;
}

.PaymentMethod_Topsec {
    padding: 8px 12px 8px 10px;
    display: flex;
    justify-content: space-between;
}

.PaymentMethod_img {
    width: 20%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: left;
}

.PaymentMethod_img img {
    width: 60px;
}

.PaymentMethod_email {
    width: 79%;
}

.PaymentMethod_email a {
    text-align: right;
    display: block;
    font-weight: normal;
    font-size: 0.93rem;
    letter-spacing: 0.4px;
    color: #0055c2;
    font-family: arial, sans-serif;
    padding: 5px 0;
}

.PaymentMethod_FooterSec {
    display: block;
}

.PaymentMethod_FooterSec a {
    padding: 6px;
    color: #fff;
    letter-spacing: 0.6px;
    font-size: 0.875rem;
    text-align: center;
    display: block;
    background: #ff8c39;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all 0.5s;
}

.PaymentMethod_FooterSec a:hover {
    background: #ed7d2d;
}

.sbcrib_head_button a {
    padding: 6px 10px;
    color: #fff;
    letter-spacing: 0.3px;
    font-size: 0.875rem;
    text-align: center;
    display: block;
    background: #33225a;
    border-radius: 6px;
    transition: all 0.5s;
}

.sbcrib_head_button a:hover {
    background: #392170;
}

.PaymentMethod_FooterSec button {
    padding: 6px;
    color: #fff;
    letter-spacing: 0.6px;
    font-size: 0.875rem;
    text-align: center;
    display: block;
    background: #33225a;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all 0.5s;
    height: auto;
    line-height: normal;
    text-transform: capitalize;
    min-height: auto;
    max-width: 100%;
    min-width: 100%;
    margin: 0;
}

.PaymentMethod_FooterSec button:hover {
    background: #4b2e8e;
}

.PaymentMethod_FooterSec .md-button.md-default-theme:not([disabled]):hover,
.PaymentMethod_FooterSec .md-button:not([disabled]):hover {
    background: #4b2e8e;
}

.PaymentMethod_FooterSec .md-button.md-default-theme:not([disabled]).md-focused,
.PaymentMethod_FooterSec .md-button:not([disabled]).md-focused {
    background: #4b2e8e;
}

.Cancel_Subscription {
    border-radius: 8px;
    font-family: Arial, sans-serif;
    width: 99%;
    margin: auto auto 15px auto;
}

.Cancel_Subscription a {
    padding: 8px;
    color: #fff;
    letter-spacing: 0.6px;
    font-size: 0.875rem;
    text-align: center;
    display: block;
    background: #ff7e7d;
    border-radius: 5px;
    transition: all 0.5s;
}

.Cancel_Subscription a:hover {
    background: #ef6362;
}

.Cancel_Subscription button {
    padding: 10px 8px;
    color: #fff;
    letter-spacing: 0.6px;
    font-size: 0.875rem;
    text-align: center;
    display: block;
    background: #ff7e7d;
    border-radius: 5px;
    transition: all 0.5s;
    height: auto;
    line-height: normal;
    text-transform: capitalize;
    min-height: auto;
    max-width: 100%;
    min-width: 100%;
    margin: 0;
}

.Cancel_Subscription button:hover {
    background: #ef6362;
}

.Cancel_Subscription .md-button.md-default-theme:not([disabled]):hover,
.Cancel_Subscription .md-button:not([disabled]):hover {
    background: #ef6362;
}

.Cancel_Subscription .md-button.md-default-theme:not([disabled]).md-focused,
.Cancel_Subscription .md-button:not([disabled]).md-focused {
    background: #ef6362;
}


.AddOns_Row_Action {}

.AddOns_Action {
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 14px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 12px;
}

.Left_AddOns {
    width: 47%;
    /* height: 27px; */
}

.Left_AddOns h5 {
    font-size: 1rem;
    margin: 0;
    letter-spacing: 0.3px;
    font-weight: 600;
    font-family: arial, sans-serif;
    color: #33225a;
    text-transform: capitalize;
    padding-top: 6px;
}

.right_AddOns {
    width: 49.5%;
    /* height: 27px; */
    text-align: right;
}

.right_AddOns span.AddOns_texAlign {
    display: flex;
    justify-content: right;
}

.right_AddOns span.AddOns_texAlign .md-button {
    min-height: auto;
    height: auto;
    line-height: normal;
    padding: 6px 12px;
    font-size: 0.875rem;
    text-transform: capitalize;
    margin: 0;
    letter-spacing: 0.8px;
    background: #33225a;
    transition: all 0.6s;
}

.right_AddOns span.AddOns_texAlign .md-button {
    min-height: auto;
    height: auto;
    line-height: normal;
    padding: 6px 12px;
    font-size: 0.875rem;
    text-transform: capitalize;
    margin: 0;
    letter-spacing: 0.8px;
    background: #33225a;
    transition: all 0.6s;
}

.right_AddOns span.AddOns_texAlign a {
    padding: 6px 6px;
    color: #fff;
    letter-spacing: 0.3px;
    font-size: 13px;
    text-align: center;
    display: block;
    background: #33225a;
    border-radius: 6px;
    transition: all 0.5s;
}

.right_AddOns span.AddOns_texAlign a:hover {
    background-color: #392170;
}

.addOneList {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    max-height: 250px;
    height: 100%;
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-width: thin;
}

.addOneList_tag {
    margin-right: 5px;
    margin-bottom: 5px;
}

.addOneList_tag a {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
    white-space: nowrap;
    display: inline-block;
    transition: all 0.5s;
    pointer-events: none;
}

.addOneList_tag a.addOneList_green {
    background-color: #eafbe4;
    color: #107c10;
    transition: all 0.5s;
}

.addOneList_tag a.addOneList_orange {
    background-color: #fef1e6;
    color: #e67e22;
    transition: all 0.5s;
}

.addOneList_tag a.addOneList_green:hover {
    background-color: #538543;
    color: #ffffff;
}

.addOneList_tag a.addOneList_orange:hover {
    background-color: #e67e22;
    color: #fff2e7;
}




.sbcrib_Details_wrap {
    /*    border: 1px solid #ddd;*/
    /*    border-radius: 8px;*/
    border: none;
    border-radius: 8px;
    padding: 8px;
    background-color: #f3f3f3;
    margin-bottom: 15px;
}

.sbcrib_head_sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.sbcrib_head_sec h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    font-family: arial, sans-serif;
    letter-spacing: 0.3px;
    color: #33225a;
}

.sbcrib_head_button {
    display: flex;
    justify-content: flex-end;
}

.sbcrib_head_button .button {
    background-color: #33225a;
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 13px;
    text-decoration: none;
    letter-spacing: .6px;
    transition: all 0.5s;
}

.sbcrib_head_button button {
    background-color: #33225a;
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 13px;
    text-decoration: none;
    letter-spacing: .6px;
    transition: all 0.5s;
    height: auto;
    line-height: normal;
    text-transform: capitalize;
    min-height: auto;
    max-width: 100%;
    min-width: 100%;
    margin: 0;
}

.sbcrib_head_button button:hover {
    background: #33225a;
}

.sbcrib_head_button .md-button.md-default-theme:not([disabled]).md-focused,
.sbcrib_head_button .md-button:not([disabled]).md-focused {
    background: #33225a;
}

.sbcrib_head_button .md-button.md-default-theme:not([disabled]):hover,
.sbcrib_head_button .md-button:not([disabled]):hover {
    background: #33225a;
}


.tableSbcrib_container {
    margin-top: 10px;
}

.tableSbcrib_container table {
    width: 100%;
    border-collapse: collapse;
}

.tableSbcrib_container th {
    font-weight: 600;
    font-family: arial, sans-serif;
    font-size: 0.875rem;
}

.tableSbcrib_container th,
.tableSbcrib_container td {
    border: 1px solid #ddd;
    padding: 6px;
    text-align: left;
    font-size: 13px;
    background-color: #fff;
}

.tableSbcrib_container .total {
    font-weight: 600;
    font-family: arial, sans-serif;
    text-align: right;
    font-size: 0.875rem;
}

.tableSbcrib_container .total-value {
    font-weight: 600;
    font-family: arial, sans-serif;
    font-size: 0.875rem;
}


.payment_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Arial, sans-serif;
    width: 100%;
    margin: auto auto 5px auto;
}

.payment-method {
    font-weight: bold;
    font-size: 1rem;
    color: #33225a;
}

.change-address {
    width: auto;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #33225a;
}

md-input-container.change-address {
    display: flex;
    align-items: center;
    width: auto;
}

md-input-container.change-address md-icon {
    color: #33225a;
    top: 7px;
    left: 4px;
    right: auto;
    font-size: 22px;
}

md-input-container.change-address input {
    color: #33225a;
    text-decoration: underline;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    height: 25px;
}




.subContainer {
    font-family: Arial, sans-serif;
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.subContainer h2 {
    font-size: 22px;
    font-weight: bold;
}

.subContainer .faq-panel {
    background: white;
    border-bottom: 1px solid #ddd;
}

.subContainer md-expansion-panel {
    margin-bottom: 8px;
}

.subContainer md-expansion-panel-collapsed {
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}

.subContainer md-expansion-panel-expanded {
    padding: 10px;
    font-size: 0.875rem;
}

.subContainer p {
    margin-top: 5px;
    color: gray;
}



.subscription-container {}

.subscription-container h3 {
    font-size: 1.25rem;
    color: #33225a;
    margin: auto auto 8px auto;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 3px;
    font-weight: 600;
}

.acrdGroup {}

.AccordianContainer {
    width: 98%;
    display: block;
    margin: auto;
}

.acrdGroup.panel {
    margin-bottom: 6px !important;
}

.AccordianContainer fieldset {
    border: transparent;
    margin: 0;
    padding: 8px 10px;
    border-radius: 0;
    margin-bottom: 0px;
    font-weight: normal;
    letter-spacing: 0.5px;
    font-size: 13px;
    color: #005ac1;
}

.lableName {
    letter-spacing: 0.5px;
}
.lableName b {
    font-weight: 600;
}

.acrdGroup .panel-heading {
    border: none;
    margin-bottom: 0 !important;
    box-shadow: none;
    background-color: #f4f4f4 !important;
    padding: 0 !important;
}

.acrdGroup .panel-heading h4.panel-title {
    margin-bottom: 0;
}

.acrdGroup .panel-heading h4 a {
    color: #40225a;
    font-size: 0.875rem;
}

.acrd-heading {}

.clickable-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    cursor: pointer;
    padding: 6px;
}

.clickable-heading i {
    background: #c3c3c3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #fff;
}

.clickable-heading i.fa-chevron-down {
    background: transparent;
    color: #33225a;
}



.wrapper_Subscription .cancel-dialog {
    max-width: 500px;
    width: 100%;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.wrapper_Subscription .top-header {
    background-color: transparent;
    box-shadow: none;
}

.wrapper_Subscription .close-btn {
    color: black;
}

.wrapper_Subscription .dialog-content {
    padding: 20px;
}

.wrapper_Subscription .title {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.wrapper_Subscription .checkbox {
    display: block;
    margin: 5px 0;
    text-align: left;
}

.wrapper_Subscription .improve-text {
    font-size: 0.875rem;
    font-weight: bold;
    margin-top: 20px;
}

.wrapper_Subscription .feedback-box {
    width: 100%;
}

.wrapper_Subscription .feedback-box textarea {
    width: 100%;
    height: 80px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 0.875rem;
}

.wrapper_Subscription .button-group {
    margin-top: 20px;
}

.wrapper_Subscription .back-btn {
    background-color: #007bff;
    color: white;
    margin-right: 10px;
}

.wrapper_Subscription .submit-btn {
    background-color: #000;
    color: white;
}


/*-----------------------------------------------Billing Payment-------------------------------------------*/
.plan-container-unique {
    border: 2px solid #33225a;
    padding: 10px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    width: 98%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 8px;
}

.plan-table-unique {
    width: 40%;
    border-collapse: collapse;
    margin: auto;
    margin-left: 10px;
}

.plan-table-unique th {
    color: #33225a;
}

.plan-table-unique th,
.plan-table-unique td {
    border: 1px solid #ddd;
    padding: 5px;
    text-align: left;
    font-size: 12px;
    color: #33225a;
}

td.sub_Text_end .material-icons,
td.sub_Text_end md-icon {
    min-height: auto;
    min-width: auto;
    font-size: 1.125rem;
    width: auto;
    height: auto;
}

md-icon .plan-table-unique th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.plan-Container-unique {
    display: flex;
    align-items: baseline;
    width: 58%;
    flex-wrap: wrap;
}

.plan-Lable-status {
    width: 100%;
    font-size: 1rem;
    margin: 0 0 10px 0;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: arial, sans-serif;
    color: #8f8f8f;
    text-transform: uppercase;
}

.plan-image-unique {
    width: 100%;
    height: 54px;
    background: #33225a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
    padding: 12px;
    overflow: hidden;
}

.plan-image-unique::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path fill="rgba(255,255,255,0.1)" d="M0 50 Q50 100 100 50 T200 50 V200 H0 Z"/></svg>');
    background-size: cover;
    opacity: 0.8;
    pointer-events: none;
}

.plan-status {
    font-size: 1.15rem;
    letter-spacing: 0.4px;
}

.plan-status-unique {
    display: block;
    position: relative;
}

.plan-status-unique a {
    background-color: green;
    color: #fff;
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 39px;
    letter-spacing: 0.4px;
    display: inline-block;
    transition: all 0.5s;
    text-decoration: none;
}

.AccountsPageContainer-2 {
    box-shadow: none;
    border: none;
}

.AccountsPageContainer-2.layout-margin {
    margin: 15px 4px 14px 4px;
    /* width: 78% !important; */
}

.AccountsPageContainer-3 {
    box-shadow: none;
    border: none;
}

.AccountsPageContainer-3.layout-margin {
    margin: 15px 20px 15px 0;
    /* width: 78% !important; */
}

.minContainerColum-2 {
    overflow-x: hidden;
    overflow-y: auto;
    height: 60vh;
    justify-content: space-between;

}

.plan-wrapper {
    padding: 10px;
    border-radius: 5px;
    width: 98%;
    margin-top: .1em;
    margin-bottom: .8em;
}

.plan-header {
    font-size: 1.25rem;
    margin: 0;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: arial, sans-serif;
    color: #33225a;
    padding-bottom: 10px;
}

.plan-table {
    width: 100%;
    border-collapse: collapse;
}

.plan-table th,
.plan-table td {
    border: 1px solid #ebebeb;
    padding: 6px;
    text-align: left;
    font-size: 13px;
    color: #33225a;
}

.plan-table th {
    background-color: #33225a0d;
    font-weight: bold;
    color: #33225a;
}

.plan-table tr td a {
    font-weight: 600;
    font-size: 0.875rem;
    color: #33225a;
    width: 40px;
    display: inline-flex;
    align-items: center;
    background: #33225a0d;
    height: 30px;
    justify-content: center;
    border-radius: 85px;
}

.Set-wrapper {
    padding: 8px;
    border-radius: 5px;
    width: 98%;
    margin-top: 0;
    margin-bottom: 0;
}

.Set-header {
    font-size: 1.15rem;
    margin: 0;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: arial, sans-serif;
    color: #33225a;
    padding-bottom: 8px;
}

.Set-table {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 12px;
}

.Set-table table {
    width: 100%;
    border-collapse: collapse;
}

.Set-table table td {
    padding: 4px 8px;
    font-size: 0.825rem;
    color: #33225a;
    border: none;
    letter-spacing: 0.5px;
}

.Set-table table td a {
    font-weight: 600;
    font-size: 0.825rem;
    color: #33225a;
    width: 40px;
    display: inline-flex;
    align-items: center;
    background: #dddddd;
    height: 30px;
    justify-content: center;
    border-radius: 85px;
}

.Set-table table td.sub_TextRight {
    text-align: right;
}

.Set-table table td.sub_TextRight .material-icons {
    min-height: auto;
    min-width: auto;
    font-size: 1.25rem;
    width: auto;
    height: auto;
}

.Set-table table td:nth-child(3) {
    text-align: right;
}


.payment__button a.buttonRed {
    background-color: #ef6362;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.5s;
    margin-left: 0;
    display: inline-block;
    width: auto;
    letter-spacing: 0.6px;
    font-weight: 600;
    text-decoration: none;
}

.payment__button a.buttonRed:hover {
    background-color: #d5504f;
}

/* ------------reset------------- */
.payment__button button.buttonRed {
    background-color: #ef6362;
    color: white;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.5s;
    margin-left: 0;
    display: inline-block;
    width: auto;
    letter-spacing: 0.8px;
    font-weight: normal;
    text-decoration: none;
    line-height: normal;
    max-height: unset;
}

.payment__button button.buttonRed:hover {
    background-color: #d5504f;
}
.payment__button button.buttonRed.md-button.md-default-theme.md-raised:not([disabled]):hover, 
.payment__button button.buttonRed.md-button.md-raised:not([disabled]):hover {
    background-color: #392170;
}
/* -----------reset-------------- */

.payment__button a.buttonblue {
    background-color: #33225a;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    margin-left: 10px;
    display: inline-block;
    width: auto;
    letter-spacing: 0.6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.5s;
}

.payment__button a.buttonblue:hover {
    background-color: #392170;
}

/* -----------blue-------------- */
.payment__button button.buttonblue {
    background-color: #33225a;
    color: white;
    padding: 9px 8px;
    border-radius: 5px;
    font-size: 14px;
    margin-left: 10px;
    display: inline-block;
    width: auto;
    letter-spacing: 0.8px;
    transition: all 0.5s;
    font-weight: normal;
    line-height: normal;
    max-height: unset;
}

.payment__button button.buttonblue:hover {
    background-color: #392170;
}
.payment__button button.buttonblue.md-button.md-default-theme.md-raised:not([disabled]):hover, 
.payment__button button.buttonblue.md-button.md-raised:not([disabled]):hover {
    background-color: #4e28a7;
}
/* -----------blue-------------- */

.payment__button {
    display: inline-flex;
    justify-content: right;
    width: 100%;
}

.payment__button .button {
    background-color: #33225a;
    color: white;
    padding: 12px 28px;
    border-radius: 5px;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.5s;
    margin-left: 10px;
    display: inline-block;
    width: auto;
    letter-spacing: 0.6px;
    font-weight: 600;
}

.payment__button .buttonRed {
    background-color: #ef6362;
    color: white;
    padding: 12px 28px;
    border-radius: 5px;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.5s;
    margin-left: 10px;
    display: inline-block;
    width: auto;
    letter-spacing: 0.6px;
    font-weight: 600;
}

.payment__button button {
    background-color: #33225a;
    color: white;
    padding: 12px 28px;
    border-radius: 5px;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.5s;
    height: auto;
    line-height: normal;
    text-transform: capitalize;
    min-height: auto;
    display: inline-block;
    width: auto;
    letter-spacing: 0.6px;
}

.payment__button button:hover {
    background: #33225a;
}

.payment__button .md-button.md-default-theme:not([disabled]).md-focused,
.sbcrib_head_button .md-button:not([disabled]).md-focused {
    background: #33225a;
}

.payment__button .md-button.md-default-theme:not([disabled]):hover,
.sbcrib_head_button .md-button:not([disabled]):hover {
    background: #33225a;
}

.payment__button button.buttonRed:hover {
    background: #33225a;
}

@media (max-width: 768px) {
    .Set-table table {
        width: 100%;
        display: block;
    }

    .Set-table td {
        display: block;
        width: 100%;
        text-align: left;
    }

    .Set-table td:nth-child(3) {
        text-align: right;
    }
}



.minContainerColum-3 {
    overflow-x: hidden;
    overflow-y: auto;
    height: 80vh;
}

.pym_wrapper {
    padding: 8px 0;
    border-radius: 0;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
}

.mainPymContainer {
    display: grid;
    grid-template-columns: 28% 70.5%;
    gap: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.pym_Left {}
.pym_right {}

.pym_col {
    display: flex;
    width: 100%;
}

.pym_icon {
    margin-right: 10px;
}

.pym_icon img {
    width: 20px;
    position: relative;
    top: 3px;
}

.pairaPym {
    display: block;
    width: 100%;
}

.pairaPym p {
    margin: 0;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #707070;
}

.pym_header {
    font-size: 1rem;
    margin: 0;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: arial, sans-serif;
    color: #33225a;
}

.pym_welcome_Sec.layout-margin.layout-row {
    padding: 0px 0;
    border-bottom: 1px solid #dedede;
    margin-top: 0;
}

.pym_welcome_Sec h5 {
    margin-bottom: 0;
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #33225a;
}

.pym_welcome_Sec h5 span {
    color: #33225a;
    /*    border-bottom: 1px dashed #ef6362;*/
}

/*.pym_row.layout-wrap.layout-xs-column.layout-row {
    display: flex;
    justify-content: space-between;
}

.col_PtmRow {
    width: 30%;
    margin-bottom: 17px;
}*/

.pym_row.layout-wrap.layout-xs-column.layout-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 20px;
    margin: 0 0;
}
.col_PtmRow {
    width: 100%;
    /*margin-bottom: 15px;*/
}

.pym_row.payment-method-layout {
    grid-template-columns: repeat(2, 1fr);
}

.pym_row.payment-method-layout .payment-card-top {
    grid-column: 1 / -1;
}

@media (max-width: 767px) {
    .pym_row.payment-method-layout {
        grid-template-columns: 1fr;
    }
}

.custom-input {
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    padding: 5px 10px;
    background: #fff;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

md-input-container.card-no-standalone {
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    padding: 2px 2px !important;
    background: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

md-input-container.card-no-standalone::after {
    display: none;
}

md-input-container.card-no-standalone:focus-within,
md-input-container.card-no-standalone.md-input-focused {
    border: 1px solid #007BFF;
}

md-input-container.card-no-standalone.md-default-theme.md-input-invalid,
md-input-container.card-no-standalone.md-input-invalid {
    border: 1px solid #ef6362;
}

md-input-container.card-no-standalone::before {
    content: "";
    position: absolute;
    left: 10px;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    width: 24px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 20'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%235f82ef'/%3E%3Cstop offset='1' stop-color='%23355bcf'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='1' y='1' width='26' height='18' rx='4' fill='url(%23g)'/%3E%3Crect x='1' y='5' width='26' height='3' fill='rgba(255,255,255,0.35)'/%3E%3Crect x='5' y='11' width='6' height='4' rx='1.2' fill='rgba(255,255,255,0.86)'/%3E%3Ccircle cx='20.8' cy='13' r='2.1' fill='rgba(255,255,255,0.9)'/%3E%3Ccircle cx='23.3' cy='13' r='2.1' fill='rgba(255,255,255,0.68)'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    pointer-events: none;
}

md-input-container.card-no-standalone .md-input {
    border: none;
    outline: none;
    width: calc(100% - 35px) !important;
    margin-left: 35px;
    background: #fff;
    padding-left: 0 !important;
    box-sizing: border-box;
}

md-input-container.card-no-standalone .md-input::placeholder {
    color: #a3adbb;
}

md-input-container.card-no-standalone label:not(.md-container-ignore) {
    left: 2px;
    line-height: 1.3;
    color: #33225a !important;
    font-size: 0.875rem;
    transition: all 0.2s ease-in-out;
}

md-input-container.card-no-standalone.md-input-focused label,
md-input-container.card-no-standalone.md-input-has-value label {
    font-size: 12px;
    color: #007BFF !important;
    transform: translateY(-2px);
}

.custom-input input {
    border: none;
    outline: none;
    width: 98%;
    background: #fff;
}

.custom-input md-select {
    border: none;
    outline: none;
    width: 100%;
    background: #fff;
    font-size: 0.875rem;
    padding: 0;
    height: 32px;
}

.custom-input md-select.md-default-theme.ng-invalid.ng-touched .md-select-value, .custom-input md-select.ng-invalid.ng-touched .md-select-value {
    border: none;
}

.custom-input md-select .md-select-value {
    min-height: 24px !important;
}

.custom-input md-select.md-default-theme .md-select-value,
.custom-input md-select .md-select-value {
    border-bottom: none;
}

.custom-input md-select.md-default-theme:not([disabled]):focus .md-select-value,
.custom-input md-select:not([disabled]):focus .md-select-value {
    border-bottom: none;
}

.custom-input md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused .md-input,
.custom-input md-input-container:not(.md-input-invalid).md-input-focused .md-input,
.custom-input md-input-container.md-default-theme:not(.md-input-invalid).md-input-resized .md-input,
.custom-input md-input-container:not(.md-input-invalid).md-input-resized .md-input {
    border: none;
}

.custom-input:focus-within {
    border: 1px solid #007BFF;
}

md-input-container.custom-input.md-default-theme.md-input-invalid .md-input, md-input-container.custom-input.md-input-invalid .md-input{
    border: none
}
md-input-container.custom-input.md-default-theme.md-input-invalid, md-input-container.custom-input.md-input-invalid{
    border: 1px solid #ef6362;
}

md-input-container.custom-input .md-input {
    background: #fff;
}

md-input-container.custom-input label:not(.md-container-ignore) {
    left: 2px;
    line-height: 1.3;
}

md-input-container.custom-input label,
md-input-container.custom-input label,
md-input-container.custom-input md-select span {
    color: #33225a !important;
}

md-input-container.custom-input label,
md-input-container.custom-input .md-placeholder {
    font-size: 0.875rem;
    transition: all 0.2s ease-in-out;
}

md-input-container.custom-input.md-input-focused label,
md-input-container.custom-input.md-input-has-value label {
    font-size: 12px;
    color: #007BFF;
    transform: translateY(-2px);
}

.col_PtmRow.class_fullRow {
    width: 100%;
}

.col_PtmRow.class_fullCheck {
    width: 100%;
}

.col_PtmRow.class_fullCheck span {
    color: #33225a;
    font-size: 1rem;
}

.col_PtmRow.class_fullCheck md-checkbox {
    margin: 0;
}

.col_PtmRow.class_fullCheck md-checkbox.md-default-theme.md-checked .md-ink-ripple,
.col_PtmRow.class_fullCheck md-checkbox.md-checked .md-ink-ripple {
    color: #393939de;
}

.col_PtmRow.class_fullCheck md-checkbox.md-default-theme.md-checked .md-icon,
.col_PtmRow.class_fullCheck md-checkbox.md-checked .md-icon {
    background-color: rgb(51 34 90);
}

.col_PtmRow.WidthRow {
    position: relative;
    display: flex;
    align-items: center;
}

.col_PtmRow.WidthRow span.infoIcon_cvv {
    margin-left: 10px;
}



.payment-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.payment-option {
    display: flex !important;
    align-items: center;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    justify-content: space-between;
}

.payment-option.md-checked {
    border-color: #00aaff;
    background: #e6f7ff;
}

.payment-content {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 14px;
}

.payment-icons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.icon {
    height: 20px;
}

.payment-option .md-label {
    margin-left: 24px;
}

.payment-options .md-container {
    left: 16px;
}

.palnClassWrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

/*-----------------------------------------------Billing Payment-------------------------------------------*/

.SelectPlan-container {}

.SelectPlan-container h3 {
    font-size: 1.25rem;
    color: #ef6362;
    margin: auto auto 4px auto;
    border-bottom: none;
    padding-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.8px;
}

.SelectPlanColum.flex-50 {
    max-width: 44%;
    padding: 0;
}

.SelectPlanColum {
    padding: 5px 0;
}

.minContainerColum-4 {
    overflow-x: hidden;
    overflow-y: auto;
    height: 88vh;
    justify-content: space-between;
    padding-top: 0;
    margin-top: 0;
}

.STED-dtae {}

.STED_start {
    border-radius: 8px;
    padding: 6px 12px;
    font-family: Arial, sans-serif;
    width: 92%;
    display: flex;
    margin-bottom: 4px;
    justify-content: space-between;
    flex-wrap: wrap;
    /*    background: #efefef;*/
    background: #f0f0f0;
}

.STED_start.active {
    border: 2px solid #33225a;
}

.STED_start_sec {
    width: 48%;
}

.STED_start_title {
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.6px;
    color: #33225a;
}

.radiocheck_start {
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.6px;
    color: #33225a;
}

.radiocheck_start md-radio-button {
    margin-bottom: 0;
}

.radiocheck_start md-radio-button.md-default-theme .md-on,
.radiocheck_start md-radio-button .md-on {
    background-color: rgb(51 34 90);
}

.radiocheck_start md-radio-button.md-default-theme.md-checked .md-off,
.radiocheck_start md-radio-button.md-checked .md-off {
    border-color: rgb(239 99 98);
}

.STED_start_date {
    font-size: 12px;
    color: #666;
}

.STED_start_list {
    list-style: none;
    padding: 0;
    margin: 2px 0 0;
}

.STED_start_list li {
    display: flex;
    font-size: 13px;
    align-items: center;
    margin-bottom: 1px;
}

.STED_start_list li a {
    display: flex;
    font-size: 13px;
    align-items: center;
    margin-bottom: 3px;
    color: #3145ff;
}

.STED_start_list.sideSpace li {
    margin-left: 32px;
}

.STED_start_list li span {
    margin-right: 5px;
}

.STED_start_list li span.checkGreen {
    color: green;
}

.STED_start_list li span.checkGreen {
    color: green;
}

.STED_start_list li span.crossRed {
    color: #ef6362;
}

.STED_start_list li span.checkGreen md-icon {
    color: green;
    min-height: auto;
    min-width: auto;
    font-size: 0.875rem;
    width: auto;
    height: auto;
}

.STED_start_list li span.crossRed md-icon {
    color: #ef6362;
    min-height: auto;
    min-width: auto;
    font-size: 0.875rem;
    width: auto;
    height: auto;
}

.STED_start_Recomdeion {
    width: 100%;
    text-align: center;
}

.STED_start_Recomdeion a {
    background: #33225a;
    padding: 3px 11px;
    border-radius: 24px;
    margin-top: 4px;
    display: inline-block;
    width: auto;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.9px;
    color: #fff;
    transition: all 0.5s;
}

.STED_start_Recomdeion a:hover {
    opacity: 0.9;
}

.gray-text {
    color: gray;
}

.switchToggle {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.switchToggle .toggle-text {
    transition: color 0.3s ease-in-out, font-weight 0.3s ease-in-out;
}

.switchToggle .monthly-text {
    color: #33225a;
}

.switchToggle .annually-text {
    color: #a0a0a0;
    font-weight: normal;
}

.switchToggle md-switch.custom-switch.md-checked~.annually-text {
    color: black !important;
    font-weight: bold;
}

.switchToggle md-switch:not(.md-checked).custom-switch~.monthly-text {
    color: black !important;
    font-weight: bold;
}

.switchToggle md-switch:not(.md-checked).custom-switch~.annually-text {
    color: #a0a0a0 !important;
    font-weight: normal;
}

.switchToggle md-switch.custom-switch.md-checked .md-bar {
    background-color: #9d9d9d !important;
}

.switchToggle md-switch.custom-switch .md-thumb {
    background-color: #efefef !important;
}

.rowLayoutMargin {
    margin: 0;
}

.allSwitch_group {
    background: #33225a;
    color: #ffffff;
    padding: 7px 10px 0px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
}

.allSwitch_header {
    text-align: center;
    font-size: 1.01rem;
    margin-bottom: 0;
    letter-spacing: 0.6px;
}
.allSwitch_header b {
    font-weight: 500;
}

.allSwitch_grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.allSwitch_grid {
    margin: 5px;
}

.allSwitch_radioGroup {
    display: flex;
    gap: 10px;
}

.allSwitch_ColRadio {
    width: 280px;
}

.allSwitch_ColToggle {
    width: 280px;
    display: inline-flex;
    align-items: center;
    justify-content: right;
}

.allSwitch_ColRadio md-radio-button {
    margin-bottom: 0;
}

.allSwitch_toggleText {
    color: #fff;
    margin-right: 15px;
    transition: color 0.3s ease;
}

.allSwitch_ColToggle .allSwitch_toggleText {
    color: #fff;
    transition: color 0.3s ease;
}

md-switch.md-default-theme.md-checked.md-primary .allSwitch_toggleText,
md-switch.md-checked.md-primary .allSwitch_toggleText {
    color: #bbe1ff;
}

.allSwitch_ColRadio md-radio-button {
    margin-bottom: 0;
}

.allSwitch_ColRadio md-radio-button.md-default-theme .md-on,
.allSwitch_ColRadio md-radio-button .md-on {
    background-color: #fff;
}

.allSwitch_ColRadio md-radio-button.md-default-theme.md-checked .md-off,
.allSwitch_ColRadio md-radio-button.md-checked .md-off {
    border-color: rgb(108 190 255);
}

.allSwitch_ColRadio md-radio-button.md-default-theme .md-off,
.allSwitch_ColRadio md-radio-button .md-off {
    border-color: #fff;
}

.allSwitch_ColSearch {
    width: 40%;
}

.allSwitch_ColSearch md-input-container .md-input {
    padding: 3px 2px 5px 8px;
    height: 34px;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
}

.allSwitch_ColSearch md-input-container.md-icon-float>md-icon {
    top: 9px;
    left: 12px;
}

.allSwitch_inputContainer {
    position: relative;
    width: 92%;
    background: white;
    border: none;
    border-radius: 80px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    margin: 0;
}

.allSwitch_inputContainer .search-icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.allSwitch_inputContainer .search-icon-btn md-icon {
    color: #33225a;
    font-size: 1.25rem;
    padding: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

.allSwitch_inputContainer .search-icon-btn:hover md-icon {
    color: #22183d;
}

.allSwitch_inputContainer input {
    flex: 1;
    background: white !important;
    color: #33225a !important;
    border: none;
    outline: none;
    font-size: 1rem;
    padding: 8px 10px;
}

md-input-container.allSwitch_inputContainer label:not(.md-container-ignore) {
    bottom: 94%;
    left: 32px;
}

md-input-container.allSwitch_inputContainer.md-icon-float.md-input-focused label {
    display: none;
}

md-input-container.allSwitch_inputContainer.md-icon-float.md-input-has-value label {
    display: none;
}

.allSwitch_inputContainer:hover,
.allSwitch_inputContainer:focus-within {
    border: none;
}

.allSwitch_inputContainer .md-input-focus {
    border: none;
}

/*--------------------*/
.minContainerColum-5 {
    justify-content: space-between;
    margin-left: 0;
    margin-right: 18px;
}

.routeOptColum_scrollLeft {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 68vh !important;
    scroll-behavior: smooth;
    scrollbar-width: thin;
}

.routeOptColum_scrollRight {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 68vh !important;
    scroll-behavior: smooth;
    scrollbar-width: thin;
}

.routeOptColum {
    padding: 5px 0;
}

.routeOptColum.flex-60 {
    max-width: 59%;
    padding-left: 8px;
    padding-right: 8px;
}

.routeOptColum.flex-40 {
    max-width: 39.5%;
}

.routeOpt-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
}

.routeOpt-box {
    padding: 6px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    color: black;
    text-align: center;
    width: 30%;
    border: 1px solid #33225a;
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.routeOpt-container.updateClass {
    gap: 12px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(31%, 1fr));
    width: 100%;
}

.routeOpt-container.updateClass .routeOpt-box {
    padding: 6px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    color: black;
    text-align: center;
    border: 1px solid #33225a;
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
    width: auto;
}

.routeOpt-container:hover .routeOpt-box {
    /*filter: blur(0.5px);*/
}

.routeOpt-container .routeOpt-box:hover {
    /*filter: blur(0);*/
    transform: scale(1.01);
}

.routeOpt-header_right {
    display: flex;
    align-items: center;
    justify-content: right;
    /* width: 30%; */
    margin-bottom: 10px;
    position: relative;
    top: 0;
}

.routeOpt-header_right a {
    font-size: 0.675rem;
    letter-spacing: 0.5px;
    color: #ef6362;
}

.routeOpt-header_right a.coloOrang {
    color: #ff5c30;
}

.routeOpt-header_right span {
    font-size: 0.675rem;
    letter-spacing: 0.5px;
    color: red;
}

.routeOpt-header_right span.coloOrang {
    color: red;
}

.routeOpt-header_left {
    display: flex;
    align-items: flex-start;
    /* width: 70%; */
    justify-content: left;
    margin-bottom: 10px;
    text-align: left;
}

.routeOpt-header_left .icon {
    margin-right: 5px;
    position: relative;
    top: 2px;
    height: 26px;
}

.routeOpt-header_left .icon img {
    width: 20px;
}

.routeOpt-header_left .title {
    font-size: 0.88rem;
    color: #33225a;
    letter-spacing: 0.5px;
    position: relative;
    top: 3px;
}
.routeOpt-header_left .title .addon-detail-trigger {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
    text-align: left;
}
.routeOpt-header_left .title .addon-detail-trigger:hover,
.routeOpt-header_left .title .addon-detail-trigger:focus {
    text-decoration: underline;
    outline: none;
}

.routeOpt-header {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.routeOpt-box p.desc {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 0;
    letter-spacing: 0.4px;
    color: #1d1138;
}

.routeOpt-box .routeOpt-footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.routeOpt-box .add-btn {
    color: #4a01ef;
    border: none;
    padding: 0;
    border-radius: 0;
    cursor: pointer;
    background: transparent;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: all 0.5s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.routeOpt-box .add-btn md-icon {
    font-size: 1rem;
    line-height: normal;
    height: auto;
    padding: 0;
    margin: 0;
    min-height: auto;
    color: #280c68;
}

.routeOpt-box .added-btn {
    color: #107c10;
    border: none;
    padding: 0;
    border-radius: 0;
    cursor: pointer;
    background: #eafbe4;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: all 0.5s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.routeOpt-box .added-btn md-icon {
    font-size: 1rem;
    line-height: normal;
    height: auto;
    padding: 0;
    margin: 0;
    min-height: auto;
    color: #ff6d5e;
}

.AccountsPageWrapper button.hidden{
    display: none!important;
}

.AccountsPageWrapper button[disabled], .AccountsPageWrapper .md-button.md-raised[disabled] {
    color: #7e7e7e!important;
}

.routeOpt-footer .priceOption {
    font-weight: 600;
    font-family: arial, sans-serif;
    letter-spacing: 0.4px;
    display: flex;
    align-items: center;
    justify-content: right;
    font-size: 13px;
}

.priceData {
    color: #33225a;
}

.AgentOption {
    color: #3a3a3a;
}

.monthOption {
    color: #7e7e7e;
}

.FreeGreen {
    color: green;
}

.activeBill-plan-container {
    background-color: #e8f3ff;
    padding: 5px 6px;
    border-radius: 2px;
}

.activeBill-plan-title {
    font-size: 1rem;
    color: #33225a;
    letter-spacing: 0.8px;
}

.activeBill-billing-info {
    display: flex;
    gap: 12px;
}

.activeBill-label {
    font-size: 11px;
    color: #393838;
}

.activeBill-date {
    font-size: 12px;
    color: #33225a;
}


.planStart-container {
    background-color: #f9f9f9;
    padding: 5px 6px;
    border-radius: 2px;
    margin-top: 4px;
}

.planStart-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.planStart-title {
    font-size: 1.25rem;
    color: #33225a;
    letter-spacing: 0.8px;
}

.planStart-change {
    font-size: 0.850rem;
    color: #007bff;
    text-decoration: none;
    background-color: white;
    padding: 4px 8px;
    border-radius: 50px;
    border: 1px solid #d3d3d3;
    letter-spacing: 0.3px;
    transition: all 0.5s;
}

.planStart-change:hover {
    background-color: #fff;
}

.planStart-right {
    display: flex;
    align-items: center;
}

.planStart-price {
    font-size: 1.15rem;
    color: #280c68;
    letter-spacing: 0.8px;
}

.planStart-duration {
    font-size: 0.875rem;
    color: #808080;
    margin-left: 4px;
    letter-spacing: 0.4px;
}


.tableBulkImp_container {
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.BulkImp_TB,
.Add_TB {
    width: max-content;
    border-collapse: collapse;
}

.tableBulkImp_container table.BulkImp_TB {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border-collapse: collapse;
}

.tableBulkImp_container table.BulkImp_TB th {
    border-top: 3px solid #ddd;
    border-bottom: 3px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 3px;
    text-align: left;
    background-color: #fff;
    font-family: arial, sans-serif;
    font-size: 13px;
    color: #007bff;
    font-weight: normal;
    letter-spacing: 0.4px;

    vertical-align: middle;
    word-wrap: break-word;
    white-space: normal;
    text-align: center;
}

.tableBulkImp_container table.BulkImp_TB td {
    border: 1px solid #ddd;
    padding: 3px;
    font-size: 12px;
    background-color: #fff;
    vertical-align: middle;
    word-wrap: break-word;
    white-space: normal;
    text-align: center;
}

.tableBulkImp_container table.BulkImp_TB th:first-child,
.tableBulkImp_container table.BulkImp_TB td:first-child {
    text-align: left;
}

.tableBulkImp_container table.BulkImp_TB .total {
    font-weight: 600;
    font-family: arial, sans-serif;
    text-align: right;
    font-size: 0.875rem;
    padding-right: 5px;
}

.tableBulkImp_container table.BulkImp_TB .total-value {
    font-weight: 600;
    font-family: arial, sans-serif;
    font-size: 0.875rem;
    padding-left: 5px;
}

.tableBulkImp_container table.BulkImp_TB .md-button {
    height: auto;
    width: auto;
    min-height: auto;
    min-width: auto;
    padding: 0;
    margin: 0;
    line-height: normal;
}

.tableBulkImp_container table.BulkImp_TB .md-button md-icon {
    height: auto;
    width: auto;
    min-height: auto;
    min-width: auto;
    font-size: 1.125rem;
    color: #ef6362;
}

.tableBulkImp_container table.BulkImp_TB .md-button:hover {
    color: #ef6362;
    background: transparent;
}

.tableBulkImp_container table.BulkImp_TB .md-button md-icon:hover {
    color: #ef6362;
    background: transparent;
}

.tableBulkImp_container table.Add_TB {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border-collapse: collapse;
}

.tableBulkImp_container table.Add_TB th:first-child,
.tableBulkImp_container table.Add_TB td:first-child {
    text-align: left;
}

.tableBulkImp_container table.Add_TB th {
    border-top: none;
    border-bottom: 3px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 3px;
    text-align: left;
    background-color: #fff;
    font-family: arial, sans-serif;
    font-size: 13px;
    color: #007bff;
    font-weight: normal;
    letter-spacing: 0.4px;

    vertical-align: middle;
    word-wrap: break-word;
    white-space: normal;
    text-align: center;
}

.tableBulkImp_container table.Add_TB td {
    border: 1px solid #ddd;
    padding: 1px;
    font-size: 12px;
    background-color: #fff;

    vertical-align: middle;
    word-wrap: break-word;
    white-space: normal;
    text-align: center;
}

.tableBulkImp_container table.Add_TB.removeBorder td {
    border: 0px solid #ddd;
}

.tableBulkImp_container table.Add_TB .total {
    font-weight: 600;
    font-family: arial, sans-serif;
    text-align: right;
    font-size: 0.875rem;
    padding-right: 5px;
}

.tableBulkImp_container table.Add_TB .total-value {
    font-weight: 600;
    font-family: arial, sans-serif;
    font-size: 0.875rem;
    padding-left: 5px;
}

.tableBulkImp_container table.Add_TB .md-button {
    height: auto;
    width: auto;
    min-height: auto;
    min-width: auto;
    padding: 0;
    margin: 0;
    line-height: normal;
}

.tableBulkImp_container table.Add_TB .md-button md-icon {
    height: auto;
    width: auto;
    min-height: auto;
    min-width: auto;
    font-size: 1.125rem;
    color: #ef6362;
}

.tableBulkImp_container table.Add_TB .md-button:hover {
    color: #ef6362;
    background: transparent;
}

.tableBulkImp_container table.Add_TB .md-button md-icon:hover {
    color: #ef6362;
    background: transparent;
}

.greenColorFree {
    color: green;
}

.headingTAb {
    margin-top: 10px;
    background: #e8f3ff;
    padding: 4px 10px;
}

.headingTAb h6 {
    margin: 0;
    padding: 0;
    font-size: 0.93rem;
    font-family: arial, sans-serif;
    letter-spacing: 0.7px;
    font-weight: 600;
    color: #33225a;
}

.paymentSection_container {
    font-family: Arial, sans-serif;
    width: 99.5%;
    margin: auto;
}

.paymentSection_title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 2px;
    color: #33225a;
    margin-top: 10px;
}

.paymentSection_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e7f9ff;
    padding: 6px;
    border-radius: 3px;
    border: 1px solid #00aaff;
}

.paymentSection_cardLogo {
    position: relative;
    top: 3px;
}

.paymentSection_cardLogo img {
    height: 18px;
}

.paymentSection_cardNumber {
    font-weight: bold;
    color: #33225a;
}

.paymentSection_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4px;
}

.paymentSection_changeMethod {
    flex-shrink: 0;
}

.paymentSection_changeMethod a {
    color: #007bff;
    font-size: 0.875rem;
    text-decoration: none;
    transition: all 0.5s;
    border-radius: 4px;
    border: 1px solid #007bff;
    background: #fff;
    display: inline-block;
    padding: 3px 6px;
}

.paymentSection_changeMethod a:hover {
    color: #007bff;
}

.paymentSection_buttonGroup {
    display: flex;
    gap: 10px;
    padding: 10px 0;
}

.paymentSection_backBtn {
    background: white;
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 4px;
    text-transform: none;
    height: auto;
    min-height: auto;
    line-height: normal;
    width: auto;
    min-width: auto;
    transition: all 0.5s;
    margin: 0;
    background-color: #33225a;
}

.paymentSection_backBtn:hover {
    background-color: #392170 !important;
}

.paymentSection_payBtn {
    background-color: #ff8c39;
    color: white;
    border: none;
    border-radius: 4px;
    text-transform: none;
    padding: 6px 14px;
    height: auto;
    min-height: auto;
    line-height: normal;
    width: auto;
    min-width: auto;
    transition: all 0.5s;
    margin: 0;

    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.paymentSection_payBtn_2 {
    background-color: #decaca !important;
    color: white !important;
}

.paymentSection_payBtn:hover {
    background-color: #ff8c39 !important;
    color: white !important;
}

.paymentSection_buttonGroup a.paymentSection_backBtn {
    background: white;
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 4px;
    text-transform: none;
    height: auto;
    min-height: auto;
    line-height: normal;
    width: auto;
    min-width: auto;
    transition: all 0.5s;
    margin: 0;
    background-color: #33225a;
    text-decoration: none;
}

.paymentSection_buttonGroup a.paymentSection_backBtn:hover {
    background-color: #392170 !important;
}

.paymentSection_buttonGroup a.paymentSection_payBtn {
    background-color: #ff8c39;
    color: white;
    border: none;
    border-radius: 4px;
    text-transform: none;
    padding: 6px 14px;
    height: auto;
    min-height: auto;
    line-height: normal;
    width: auto;
    min-width: auto;
    transition: all 0.5s;
    margin: 0;
    text-decoration: none;
}

.paymentSection_buttonGroup a.paymentSection_payBtn:hover {
    background-color: #ed7d2d !important;
}

.wrapper_Subscription {
    padding: 10px;
    overflow: auto;
    height: 70vh;
}

.popup_modalBox {
    max-width: 600px;
    background: white;
    /*padding: 18px 18px;*/
    border-radius: 8px;
    /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);*/
    text-align: center;
    /* margin: 15px; */
    display: inline-block;
    vertical-align: top;
    /*width: 95%;*/
}

.popup_modalBox-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.popup_modalBox-image {
    max-width: 220px;
}

.popup_modalBox-close {
    background: none;
    border: none;
    font-size: 1.25rem;
    cursor: pointer;
}

.popup_modalBox-title {
    font-size: 1rem;
    margin: 10px 0;
}

.popup_modalBox-reasons {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: auto;
    max-width: 350px;
}

.popup_modalBox-message {
    text-align: center;
    margin: 8px auto;
    width: 90%;
}

.popup_modalBox-message p {
    font-size: 0.875rem;
    margin: 0;
}

.popup_modalBox-message p.large_font {
    font-size: 0.93rem;
    max-width: 435px;
    margin: auto;
    text-align: center;
}

.popup_modalBox-input {
    width: 100%;
    text-align: left;
}

.TextareaSection.inpSpace {
    margin: 15px auto 30px auto;
}


.TextareaSection {
    max-width: 450px;
    margin: auto;
}

.TextareaSection .popup_modalBox-input {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    display: block;
}

.TextareaSection .popup_modalBox-input textarea {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    resize: none;
    min-height: 80px;
    max-height: 80px;
    overflow: auto;
}

.TextareaSection .popup_modalBox-input:focus-within {
    border: 2px solid #007bff;
}

.popup_modalBox-actions {
    display: flex;
    justify-content: center;
    margin-top: 6px;
    margin-bottom: 15px;
}

.popup_modalBox-back,
.popup_modalBox-submit {
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    height: auto;
    min-height: auto;
    line-height: normal;
    transition: all 0.5s;
    color: #fff;
}

.popup_modalBox-back {
    background: #ef6362;
}

.popup_modalBox-submit {
    background: #33225a;
}

button.popup_modalBox-back.md-button.md-default-theme:not([disabled]):hover,
button.popup_modalBox-back.md-button:not([disabled]):hover {
    background-color: #33225a;
}

.popup_modalBox-reasons md-checkbox {
    margin-bottom: 4px;
}

.popup_modalBox-reasons md-checkbox .md-label {
    margin-left: 24px;
    font-size: 13px;
}

.popup_modalBox-reasons md-checkbox .md-container {
    width: 16px;
    height: 16px;
}

.popup_modalBox-reasons md-checkbox .md-icon {
    width: 16px;
    height: 16px;
}

.popup_modalBox-reasons md-checkbox.md-checked .md-icon:after {
    top: .2px;
    width: 4.66667px;
    height: 10.33333px;
}

.popup_modalBox-reasons md-checkbox.md-default-theme.md-checked .md-icon,
.popup_modalBox-reasons md-checkbox.md-checked .md-icon {
    background-color: rgb(51 34 90);
}


.inputDesign input:focus-within,
.inputDesign input:focus,
.inputDesign input:active {
    border-bottom: 1px solid #007bff;
}

md-input-container.inputDesign.md-default-theme:not(.md-input-invalid).md-input-focused .md-input,
md-input-container.inputDesign:not(.md-input-invalid).md-input-focused .md-input,
md-input-container.inputDesign.md-default-theme:not(.md-input-invalid).md-input-resized .md-input,
md-input-container.inputDesign:not(.md-input-invalid).md-input-resized .md-input {
    border-bottom: 1px solid #007bff;
}

.Bold_Subscription {
    font-size: 30px;
    color: #33225a;
    letter-spacing: 0.8px;
    margin-bottom: 20px;
}

.popup_modalBox.resetBoxSize {
    max-width: 600px;
    width: auto;
    padding: 30px;
    text-align: left;
}

.custom-subscription-header {
    font-size: 1.125rem;
    font-weight: bold;
    color: green;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    justify-content: center;
}

.custom-subscription-details,
.custom-subscription-next {
    max-width: 400px;
    width: 100%;
    text-align: left;
}

.custom-subscription-details p,
.custom-subscription-next p {
    font-size: 0.93rem;
    line-height: normal;
    margin: 0;
}

.custom-subscription-details ul,
.custom-subscription-next ul {
    list-style-type: none;
    padding: 0;
}

.custom-subscription-details li,
.custom-subscription-next li {
    /* display: inline-flex; */
    align-items: center;
    gap: 3px;
    margin-bottom: 5px;
}

.custom-subscription-charges {
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 3px;
    margin: 15px 0;
}

.custom-subscription-next h3 {
    margin-top: 15px;
}

.custom-subscription-footer {
    text-align: center;
    margin-top: 20px;
}

.custom-subscription-footer button {
    background-color: #0044cc;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.custom-subscription-footer button:hover {
    background-color: #002288;
}

.custom-subscription-header .custom-check-icon {
    color: #fff;
    background: green;
    border-radius: 2px;
    font-size: 17px;
    min-height: 20px;
    height: 20px;
    width: 20px;
    min-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-subscription-header b {
    color: #33225a;
    font-size: 24px;
    letter-spacing: 0.8px;
}

.popup_modalBox.resetBoxSize .custom-payment-icon {
    color: #ef6362;
}

.popup_modalBox.resetBoxSize .custom-diamond-icon {
    color: #2196F3;
    transform: rotate(-45deg);
    display: inline-block;
    font-size: 1.125rem;
}

.popup_modalBox.resetBoxSize .custom-done-icon {
    color: #2196F3;
    font-size: 1.125rem;
    display: inline-flex;
    justify-content: center;
    position: relative;
    top: 3px;
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
    .AccordianContainer {
        margin-left: 0;
    }
}

.note-box {
    max-width: 400px;
    margin: 0 auto;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    font-family: sans-serif;
    display: flow-root;
    border: 1px solid #33225a;
    background: #f6fbff;
  }
  
  .note-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #ef6362;
    margin-bottom: 6px;
    letter-spacing: 0.8px;
    margin-top: 5px;
  }
  
  .note-text {
    font-size: 0.875rem;
    color: #33225a;
    margin: 0 0 10px 0;
  }
  
  .note-text strong {
    color: #33225a;
  }
  
  .planStart-title {
  display: inline-block;
  font-size: 1rem;
}

.in-trial-label {
    display: inline-block;
    margin-left: 10px;
    color: red;
    font-size: 13px;
    position: relative;
    top: -10px;
    right: -80px;
}

.dot-animate::after {
  content: '';
  display: inline-block;
  width: 1em;
  text-align: left;
  animation: dots 1s steps(4, end) infinite;
}

@keyframes dots {
  0%   { content: ''; }
  25%  { content: '.'; }
  50%  { content: '..'; }
  75%  { content: '...'; }
  100% { content: ''; }
}

.newULLicontainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    width: auto;
    margin-bottom: 10px;
    border: 2px solid #33225a;
    font-family: Arial, sans-serif;
    position: relative;
}

.newULLicontainer h3 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 1.125rem;
    color: #3d2f7d;
    margin-bottom: 10px;
}

.newULLicontainer .list-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    grid-auto-rows: column;   
    width: 100%;
    padding: 0;
    list-style: none;
    margin:0;
}

.newULLicontainer li {
    display: flex;
    font-size: 13px;
    align-items: center;
    margin-bottom: 3px;
    color: #1565c0;
}

.containt_title {
    font-weight: bold;
    font-size: 0.93rem;
    letter-spacing: 0.6px;
    color: #33225a;
}
.containt_title_gray {
    font-size: 0.875rem;
    color: #666;
}
.newULLicontainer li span.checkGreen {
    color: green;
}
.newULLicontainer li span {
    margin-right: 5px;
}
.Margin_space{
    margin: 0px 0 4px 0;
}

.show-more.buttonLessShow{
    display: flex;
    align-items: end;
}
.show-more.buttonLessShow button{
    background: white;
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 4px;
    text-transform: none;
    height: auto;
    min-height: auto;
    line-height: normal;
    width: auto;
    min-width: auto;
    transition: all 0.5s;
    margin: 0;
    background-color: #441d9d;
    text-decoration: none;
}
.show-more.buttonLessShow button:hover{
    background-color: #441d9d;
}

.show-more.buttonLessShow button.show-more-active {
    background-color: #33225a ; /* Green or your desired color */
    color: white;
}

.routeOpt-box button.in-cart-btn {
    color: #00b318;
    border: 1px solid #e7e7e7;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: all 0.5s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.AccountsPageWrapper .routeOpt-box button[disabled], .AccountsPageWrapper .routeOpt-box .md-button.md-raised[disabled]{
    color: #00b318 !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1279px) {
    .routeOpt-container.updateClass {
        grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1300px) {
    .routeOpt-container.updateClass {
        grid-template-columns: repeat(auto-fill, minmax(47%, 1fr));
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1365px) {
    .routeOpt-container.updateClass {
        grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
    }
}


md-toolbar.buttonPosition .md-button {
    height: auto;
    background: transparent;
    top: 4px;
}
md-toolbar.buttonPosition {
    height: auto;
    min-height: 50px;
    max-height: 50px;
    line-height: normal;
}

md-toolbar.buttonPosition .md-toolbar-tools{
    font-size: 1.2rem;
    letter-spacing: 0.8px;
}




.planListsContainer {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.plan-template {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 450px;
    width: 90%;
    background: #f9f9f9;
    margin: auto;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #ffffff;
    padding: 15px 10px;
}

.plan-details {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.plan-details.spaceNone{
    margin: 0;
    position: relative;
}

.plan-template label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.9rem;
}

.plan-template label span {
    font-size: 1.01rem;
    color: #444;
    margin-left: auto;
}

.plan-template ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 4px;
}

.plan-template li {
    font-size: 14px;
}

.plan-template li b {
    font-size: 15px;
}

.plan-template li a {
    color: blue;
    text-decoration: none;
}

.plan-template li a:hover {
    text-decoration: underline;
}

ul.layout_deatails{}
.layout_deatails label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  color: #333;
}

/* Custom radio button */
.layout_deatails input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #888;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    position: relative;
    cursor: pointer;
    transition: border 0.2s ease, background 0.2s ease;
    margin: -1px 2px 0 0;
}

.layout_deatails input[type="radio"]:checked {
    border-color: #1565c0;
    background-color: #1565c0;
}

.layout_deatails input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}

.layout_deatails strong {
  font-size: 14px;
  color: #33225a;
}

.SelectPlanColum_6.flex-60 {
    max-width: 58%;
    padding: 0;
}

.SelectPlanColum_6 {
    padding: 5px 0;
}

ul.layout_dataList {
    margin-top: 10px;
    padding: 2px 4px;
}

ul.layout_dataList li {
    font-size: 13px;
    align-items: center;
    margin-bottom: 0;
    color: #1565c0;
}
ul.layout_dataList li span {
    margin-right: 5px;
}
ul.layout_dataList li span.checkGreen {
    color: green;
}

.loader-inline {
  vertical-align: middle;
}


.paymentSection_payBtn.loading {
  background: rgba(63, 81, 181, 0.7); /* Loading background */
}
.loader-inline{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.layout_dataList li:nth-child(n+7) {
  /* display: none !important; */
}
.payment__button.top_spaceBox{
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.grigContainer{
    display: flex;
    align-items: center;
    max-width: 450px;
    width: 90%;
    margin: auto;
    padding: 0px 10px;
    justify-content: right;
}

.list-container.fixListItem li:nth-child(n+7) {
  /* display: none !important; */
}

.dividerBox{
    height: 1px;
    background: transparent;
    border-bottom: 1px dashed #ffb3b3;
    margin: 10px;
}

.md-title {
    /*color: #33225a;*/
    /*border-bottom: 1px solid #eee;*/
    font-size: 18px;
    font-weight: bold;
    font-family: sans-serif;
    letter-spacing: 0.6px;
    color: #33225a;
    border-bottom: 1px dashed #ff8281;
    margin-bottom: 20px;
}


.routeOpt-box .routeOpt-footer.inpalntextbtn_color{}
.routeOpt-box .routeOpt-footer.inpalntextbtn_color .added-btn {
    color: #107c10;
    padding: 1px 2px 1px 6px;
    border-radius: 5px;
    font-size: 12px;
    background: #f5fff2;
}
.routeOpt-box .routeOpt-footer.inpalntextbtn_color .added-btn md-icon {
    width: 14px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 14px;
    margin-left: 3px;
    font-size: 16px;
    color: #e74c3c;
}
.routeOpt-box .routeOpt-footer.inpalntextbtn_color .removeColor{
    color: #fff;
    padding: 1px 3px 1px 3px;
    border-radius: 3px;
    font-size: 11px;
    background: #e74c3c;
    letter-spacing: 0.5px;
}

.unSubscribeItemList {

}
.unSubscribeItemList.marginSapceCreate{

}


.unSubscribeItemList.marginSapceCreate table.newTable {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border-collapse: collapse;
}
.unSubscribeItemList.marginSapceCreate table.newTable td {
    border: 1px solid #ddd;
    padding: 3px;
    font-size: 12px;
    background-color: #fff;
    vertical-align: middle;
    word-wrap: break-word;
    white-space: normal;
    text-align: center;
}
.unSubscribeItemList.marginSapceCreate table.newTable .md-button {
    height: auto;
    width: auto;
    min-height: auto;
    min-width: auto;
    padding: 0;
    margin: 0;
    line-height: normal;
}
.unSubscribeItemList.marginSapceCreate table.newTable .md-button:hover {
    color: #ef6362;
    background: transparent;
}

.unSubscribeItemList.marginSapceCreate table.newTable .md-button md-icon {
    height: auto;
    width: auto;
    min-height: auto;
    min-width: auto;
    font-size: 1.125rem;
    color: #ef6362;
}

.unSubscribeItemList.marginSapceCreate table.newTable .md-button md-icon:hover {
    color: #ef6362;
    background: transparent;
}

.unSubscribeItemList.marginSapceCreate table.newTable th:first-child, 
.unSubscribeItemList.marginSapceCreate table.newTable td:first-child {
    text-align: left;
}
.unSubscribeItemList.marginSapceCreate table.newTable th:first-child, 
.unSubscribeItemList.marginSapceCreate table.newTable td:first-child {
    text-align: left;
}
.unSubscribeItemList.marginSapceCreate table.newTable th {
    border-top: 3px solid #ddd;
    border-bottom: 3px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 3px;
    text-align: left;
    background-color: #fff;
    font-family: arial, sans-serif;
    font-size: 13px;
    color: #007bff;
    font-weight: normal;
    letter-spacing: 0.4px;
    vertical-align: middle;
    word-wrap: break-word;
    white-space: normal;
    text-align: center;
}

ul.limit-container.limitUpdatecss {
    background: #1565c0;
    padding-bottom: 0;
    margin-bottom: 5px;
    border-radius: 23px;
    padding-left: 8px;
    padding-right: 8px;
}
ul.limit-container.limitUpdatecss li {
    color: #fff;
    border-right: 1px solid #fff;
    margin: 0;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 6px 16px 5px 10px;
    border-radius: 25px 25px 0 0;
}
ul.limit-container.limitUpdatecss li:last-child {
    border-color: transparent;
}

ul.limit-container.limitUpdatecss li span{
    padding: 0;
    color: #fff;
    font-weight: 600;
    font-family: sans-serif;
}

.limit-container, .plan-template ul.limit-container {
    display: flex;
    flex-wrap: wrap; /* Optional: to allow wrapping on smaller screens */
    gap: 3px; /* Adjust spacing between items */
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 7px;
}
.limit-container li, .plan-template ul.limit-container li {
    white-space: nowrap; /* Prevent line breaks within items */
    border-right: 1px solid #000;
    padding: 0px 5px;
}

.limit-container li span, .plan-template ul.limit-container li span{
    color: #000;
    padding: 0px 2px;
}

.limit-container li:last-child, .plan-template ul.limit-container li:last-child {
    border-right: 0px solid #000;
}

.netTotalRow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px;
    margin:0px;
    background-color: #d7e0e0;
}

ul.netTotalRow li {
    list-style: none;
    padding: 0px;
    margin:0px;
}

.checkGrossCostValue {
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

.taxAbleCountryCss {
    font-size: 10px;
}

.strikethrough {
    text-decoration: line-through;
}

.lessShowMore{
    display: flex;
    align-items: center;
    justify-content: right;
    width: auto;
    padding-right: 6px;
    position: absolute;
    bottom: 10px;
    right: 0;
}
.lessShowMore a{
    color: #33225a;
    background: #e7f2ff;
    padding: 4px 10px;
    border-radius: 23px;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-family: inherit;
    font-weight: 600;
    transition: all 0.5s;
}
.lessShowMore a:hover{
    background: #ffe7e7;
}


.lessShowMore2{
    display: flex;
    align-items: center;
    justify-content: right;
    width: 100%;
    padding-right: 0px;
    position: absolute;
    bottom: -10px;
    right: -5px;
}
.lessShowMore2 a{
    color: #33225a;
    background: #e7f2ff;
    padding: 3px 7px;
    border-radius: 23px;
    font-size: 12px;
    letter-spacing: 0.2px;
    font-family: inherit;
    font-weight: 600;
    transition: all 0.5s;
}
.lessShowMore2 a:hover{
    background: #ffe7e7;
}


ul.limit-container.contaent_limitUpdate {
    background: #1565c0;
    padding-bottom: 0;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 23px;
    padding-left: 8px;
    padding-right: 8px;
}
ul.limit-container.contaent_limitUpdate li {
    color: #fff;
    border-right: 1px solid;
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.3px;
    padding: 6px 8px 5px 8px;
    border-image: linear-gradient(to bottom, #fff, transparent) 1 100%;
}
ul.limit-container.contaent_limitUpdate li:last-child {
    border-color: transparent;
}

ul.limit-container.contaent_limitUpdate li span{
    padding: 0;
    color: #fff;
    font-weight: 600;
    font-family: sans-serif;
}

.break-down {
    display: flex;
    flex-direction: row-reverse;
    padding: 5px;
}

a.break-down {
    color: #003570;
    font-size: 14px;
    letter-spacing: 0.5px;
    border: 1px solid;
    border-radius: 5px;
    width: 146px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    float: right;
    margin-top: 10px;
    margin-right: 4px;
    background: #f4f9ff;
}

.estimate-breakdown-dialog {
  min-width: 450px;
  max-width: 50%;
  width: 100%;
  border-radius: 10px;
}

.material-icons-cross {
    font-size: 20px;
    cursor: pointer;
}
.Left_subtext.flex_controller downgrade-scheduled{
    margin-left: 6px;
}

md-dialog.alertUpdateModal {
    padding: 15px 15px 10px 15px;
}
md-dialog.alertUpdateModal md-dialog-title {
    font-size: 18px;
    font-weight: bold;
    font-family: sans-serif;
    letter-spacing: 0.6px;
    color: #33225a;
    border-bottom: 1px dashed #ff8281;
    margin-bottom: 20px;
}
md-dialog.alertUpdateModal md-dialog-content {
    max-width: 460px;
}
md-dialog.alertUpdateModal md-dialog-content p {
    letter-spacing: 0.3px;
    color: #33225a;
}

/*md-dialog {
    padding: 15px 15px 10px 15px;
}*/
md-dialog md-dialog-title {
    font-size: 18px;
    font-weight: bold;
    font-family: sans-serif;
    letter-spacing: 0.6px;
    color: #33225a;
    border-bottom: 1px dashed #ff8281;
    margin-bottom: 20px;
}
md-dialog md-dialog-content {
    max-width: 460px;
}
md-dialog md-dialog-content p {
    letter-spacing: 0.3px;
    color: #33225a;
}



.routeOpt-box .update_Scheduled_btn {
    display: inline-flex;
    align-items: center;
}
.routeOpt-box .update_Scheduled_btn .md-button {
    width: 14px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 14px;
    margin-left: 0;
    font-size: 16px;
    color: #e74c3c;
    min-height: auto;
    line-height: normal;
    margin-right: 5px;
    margin-top: 0;
    margin-bottom: 0;
}
.routeOpt-box .update_Scheduled_btn .md-button:hover {
    color: #e74c3c;
    background: transparent;
    background-color: transparent;
}

.routeOpt-box .update_Scheduled_btn md-icon {
    width: 14px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 14px;
    margin-left: 3px;
    font-size: 16px;
    color: #e74c3c;
    min-height: auto;
}
.routeOpt-box .update_Scheduled_btn span {
    color: red;
    font-size: 11px;
}

@media only screen and (min-width: 1200px) and (max-width: 1279px) {
    .Left_subtext h5 {
        font-size: 0.8rem;
        letter-spacing: 0.4px;
    }
    .Left_subtext h6 {
        font-size: 0.8rem;
        letter-spacing: 0.4px;
        padding-left: 0;
    }
    .Left_subtext.flex_controller downgrade-scheduled{
        font-size: 0.75rem;
        letter-spacing: 0.4px;
    }
    .minColum.flex-50 {
        max-width: 49%;
    }
    ul.limit-container.limitUpdatecss li {
        font-size: 12px;
        letter-spacing: 0.3px;
        padding: 6px 8px 5px 6px;
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
    .Left_subtext h5 {
        font-size: 0.88rem;
        letter-spacing: 0.4px;
    }
    .Left_subtext h6 {
        font-size: 0.88rem;
        letter-spacing: 0.4px;
        padding-left: 8px;
    }
    .Left_subtext.flex_controller downgrade-scheduled{
        font-size: 0.78rem;
        letter-spacing: 0.4px;
        padding-left: 8px;
    }
    .minColum.flex-50 {
        max-width: 49%;
    }
    ul.limit-container.limitUpdatecss li {
        font-size: 13px;
        letter-spacing: 0.3px;
        padding: 6px 10px 5px 7px;
    }
}
@media only screen and (min-width: 1366px) and (max-width: 1440px) {
    .minColum.flex-50 {
        max-width: 48.5%;
    }
    ul.limit-container.limitUpdatecss li {
        letter-spacing: 0.4px;
        padding: 6px 12px 5px 9px;
    }
    .Left_subtext h5 {
        font-size: 0.98rem;
        letter-spacing: 0.4px;
    }
    .Left_subtext h6 {
        font-size: 0.98rem;
        letter-spacing: 0.4px;
        padding-left: 8px;
    }
    .Left_subtext.flex_controller downgrade-scheduled{
        font-size: 0.8rem;
        letter-spacing: 0.4px;
        padding-left: 8px;
    }
}


.breakdown_class {}
md-dialog-content.dialog-contentBreakdown {
    max-width: unset;
    padding: 10px 30px 15px 30px;
}
.updateColumn {
    background: #fbfdff;
    border: 1px solid;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 25px;
    border-color: #e2f2ff;
    color: #0d131c;
}
h2.update_h{
    color: #33225a;
    font-weight: 600;
    font-size: 22px;
    font-family: sans-serif;
    letter-spacing: 0.6px;
    margin-bottom: 0;
}
.update_hSub{
    color: #FF9800;
    font-weight: 500;
    letter-spacing: 0.6px;
}
.summeryUpdate{
    font-size:15px;
    font-weight:600;
    margin-bottom:10px;
}

.summeryUpdate{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #33225a;
    font-family: sans-serif;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #eee;
}
table.updateTableBox{
    width: 100%;
    border-collapse: collapse;
}

table.updateTableBox th, table.updateTableBox td {
    color: #33225a;
}

table.updateTableBox th.updateTextLeft{
    text-align: left;
    font-weight: 600;
    font-family: sans-serif;
    letter-spacing: 0.6px;
    color: #33225a;
    font-size: 15px;
    text-transform: uppercase;
}
table.updateTableBox th.updateTextRight{
    text-align:right;
    font-weight: 600;
    font-family: sans-serif;
    letter-spacing: 0.6px;
    color: #33225a;
    font-size: 15px;
    text-transform: uppercase;
}

table.updateTableBox td.updateTextLeft{
    text-align:left;
}
table.updateTableBox td.updateTextRight{
    text-align: right;
    font-weight: 600;
    font-family: arial, sans-serif;
    letter-spacing: 0.4px;
}
.wtItem{ 
    font-size: 12px;
    color: #6c6c6c; 
}
.subTotalItem{
    font-weight: 600;
    text-align: right;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-family: sans-serif;
}
.billingCurrency{
    font-weight: 600;
    font-size: 18px;
    text-align: right;
    font-family: sans-serif;
    letter-spacing: 0.6px;
}
md-dialog.ng_dialog_controller.parcelTypeUpdate {
    max-width: 700px;
}
md-dialog.ng_dialog_controller.parcelTypeUpdate md-dialog-content {
    max-width: 98%;
}

/* Add-on detail drawer */
.addonCategory{
    padding: 14px 5px 0px 5px;
}
.addonCategory .meta-card{
    margin-bottom: 0.8em;
}
.addonContainer{
    padding: 0 5px 10px 5px;
}
.addonContainer .meta-card{
    margin-bottom: 0.8em;
}
.addon-detail-sidenav md-content {
    background: #f9f9fc;
}
.addon-detail-toolbar-titles {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.addon-toolbar-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #33225a;
}
.addon-toolbar-subtitle {
    font-size: 0.85rem;
    color: #7a7a7a;
}
.addon-detail-wrapper {
    padding: 12px 16px 16px;
}
.addon-detail-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #33225a;
}
.addon-detail-heading {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.addon-detail-title {
    margin: 0;
    font-size: 1.10rem;
    color: #33225a;
    font-weight: 600;
    font-family: arial, sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #342259;
}
.Sub-addon-detail-title {
    margin: 0 ;
    font-size: 1rem;
    font-weight: 600;
    color: #33225a;
    font-family: arial, sans-serif;
    letter-spacing: 0.5px;
    padding-bottom: 4px;
    border-bottom: 1px solid #342259;
    display: flex;
    align-items: center;
}
.Sub-addon-detail-title img{
    width: 22px;
    margin-right: 5px;
}
.addon-detail-subtitle {
    font-size: 0.9rem;
    color: #342259;
    margin-top: 0.4em;
    display: block;
    margin-bottom: 1em;
}
.Sub-value{
    font-size: 0.9rem;
    color: #342259;
    margin-top: 0.5em;
    display: block;
    margin-bottom: 1.5em;
}
.addon-detail-description {
    margin: 0;
    line-height: 1.5;
    color: #4a4a63;
}
.addon-detail-description.placeholder {
    font-style: italic;
    color: #8a8aa0;
}
.addon-detail-images {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 6px 2px 6px 0;
}
.addon-detail-image-card {
    width: 100%;
    max-width: 180px;
    background: #fff;
    border: 1px solid #ececf5;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    padding: 5px;
    max-height: 240px;
}
.addon-detail-image-card img {
    width: 100%;
    object-fit: cover;
    display: block;
}
.addon-detail-videos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}
.addon-detail-video-card {
    background: #fff;
    border: 1px solid #ececf5;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.04);
}
.addon-detail-video {
    width: 100%;
    border-radius: 6px;
    display: block;
    outline: none;
}
.value.priceValue {
    font-weight: 600;
    font-family: arial, sans-serif;
}
.value.priceValue span {
    text-transform: capitalize;
}
.addon-detail-video-embed iframe {
    width: 100%;
    min-height: 160px;
    border: none;
    border-radius: 6px;
}
.addon-detail-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
}
.addon-detail-meta .meta-card {
    background: #fff;
    border: 1px solid #ececf5;
    border-radius: 8px;
    padding: 10px 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.addon-detail-meta .label {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #8a8aa0;
    margin-bottom: 4px;
}
.addon-detail-meta .value {
    font-weight: 700;
    color: #33225a;
    font-size: 0.95rem;
}

.addons_Details {}
.addons_Details md-toolbar.md-theme-light.md-toolbar-tools {}
.addons_Details md-toolbar.md-theme-light.md-toolbar-tools .addon-detail-toolbar-titles {}
.addons_Details md-toolbar.md-theme-light.md-toolbar-tools .addon-detail-toolbar-titles .addon-toolbar-title {
    color: #fff;
}
.addons_Details md-toolbar.md-theme-light.md-toolbar-tools .addon-detail-toolbar-titles .addon-toolbar-subtitle {
    color: #efe6ff;
    letter-spacing: 0.5px;
}

.popup_modalBox.resetBoxSize.positionButton {
    position: relative;
}
.popup_modalBox.resetBoxSize.positionButton button.md-icon-button.md-button {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    -webkit-text-fill-color: #fff;
    min-width: 30px !important;
    width: 30px;
    height: 30px;
    min-height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
.popup_modalBox.resetBoxSize.positionButton button.md-icon-button.md-button .material-icons {
    font-size: 18px;
    height: auto;
    width: auto;
    line-height: normal;
    min-width: auto;
    min-height: auto;
    color: #fff;
}
