<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.package-view, .stripe-dash-main{
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
    max-width: 1140px ;
}
.package {
    border: 1px solid #efefef;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 10px;
    width: calc(50% - 20px);
    background-color: #fff;
}
.thankyousub {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10%;
    border: 1px solid #cccccc59;
    padding: 33px;
    border-radius: 7px;
}

@media (max-width: 800px) {
    .package, .stripe-dash-main {
        width: 100% !important;
    }
}

.top-area {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.bottom-area {
    padding: 20px;
}



.package h3, .stripe-dash-main h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.package p {
    font-size: 1em;
    margin: 10px 0;
    color: #333333;
}

.package button, .checkout-button {
    background-color: #008474;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    padding: 6px 15px;
    transition: background-color 0.3s;
}
.package .badge {
    padding: 8px 16px;
}


.package button:hover,  .checkout-button:hover {
    background-color: #008475cd;
    color: #fff;
}

.package button:focus {
    outline: none;
}

.subscription-management {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
}




.subscription-card h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.subscription-card p {
    margin: 10px 0;
}

.subscription-card .status {
    font-weight: bold;
}

.subscription-card .active {
    color: green;
}

.subscription-card .past_due,
.subscription-card .canceled {
    color: red;
}

.subscription-card button {
    background-color: #007cba;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 0.9em;
    padding: 10px 15px;
    margin: 5px 0;
    transition: background-color 0.3s;
}

.subscription-card button:hover {
    background-color: #005a8a;
}

.subscription-card button:focus {
    outline: none;
}


.btn.disabled, .btn:disabled {
    opacity:.65;
    background:red Â§!important
}

.btn-primary.disabled, .btn-primary:disabled{
    opacity:.65;
    background:red Â§!important
}
.checkout-button:disabled {
    background-color: #cccccc; /* Grey out the button */
    cursor: not-allowed;
    pointer-events: none;
}
.sign-up-form-gibbs {
    justify-content: center;
    display: flex;
    margin: 47px;
}
.dashboard-stat-user.color-1 {
    background: linear-gradient(to left, rgba(255,255,255,0) 25%, rgba(255,255,255,0.2));
    background-color: #64bc36;
    cursor: pointer;
}
.dashboard-stat-user {
    display: inline-block;
    padding: 0;
    height: 160px;
    background-color: #444;
    color: #fff;
    border-radius: 4px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    transition: 0.3s;
    cursor: default;
}
.dashboard-stat-content-user {
    position: absolute;
    left: 32px;
    top: 50%;
    width: 45%;
    transform: translateY(-50%);
}
.dashboard-stat-content-user h4 {
    font-size: 42px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    color: #fff;
    font-family: "Open Sans";
    letter-spacing: -1px;
}
.dashboard-stat-content-user span {
    font-size: 18px;
    margin-top: 4px;
    line-height: 24px;
    font-weight: 300;
    display: inline-block;
}
.dashboard-stat-icon-user {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-40%);
    font-size: 80px;
    opacity: 0.3;
}
.user-dashboard-card {
    margin: 30px 0 0 0;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.06);
    border-radius: 4px;
    background: #fff;
}
.user-dashboard-card .inner-ur {
    margin: 0;
    padding: 25px 30px;
    background-color: #fff;
    display: flex;
    border-bottom: 1px solid #eaeaea;
    border-radius: 4px 4px 0 0;
    justify-content: space-between;
    cursor: pointer;
}
.user-dashboard-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.dashboard-content .col-md-12,.dashboard-content .col-lg-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}


.dashboard-content .dashboard-stat {
   
    margin-bottom: 0px;
    
}

.box-inner svg:not(:root).svg-inline--fa,.box-inner svg:not(:host).svg-inline--fa{
    font-size: 30px;
}

.box-inner {
    padding: 10px 30px;
    border: 1px solid #cccc;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border: 0px;
    border-bottom: 1px solid #eaeaea;
}
.box-inner svg {
    color: #008474;
}

.box-inner .listing_top_div{
    display: flex;
    flex-direction: column;
}
.box-inner button {
    padding: 6px 20px;
}

.box-inner span {
    display: flex;
    flex-direction: column;
    justify-content: center;

}



#usergroupModal2 {
    background-color: rgba(0, 0, 0, 0.4);
    /* background: red; */
}


.user_group_modal .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 90%;
    max-width: 600px;
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}
button{
    font-weight: 600;
}



.bd-trialing {
    background: #49CA84;
    color: #fff;
    padding: 6px 8px;
    border-radius: 6px;
    margin: 0px 10px;
    font-weight: 600;
    font-size: 14px;
}
.bd-active {
    background: green;
    color: #fff;
}
.badge-status {
    text-transform: capitalize;
    font-weight: 600;
}
button.cancel-subscription {
    background: #F5F8FA;
    color:#000;
}
.content-user-dash {
    display: none; 
    padding-bottom: 28px;
}

.content-user-dash.active {
    display: block; /* Show when active */
}
.stripe-dash-main-inner{
    display: flex;
    justify-content: space-between;
}
.stripe-dash-main  {
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    margin: 10px;
    width: 100%;
    background-color: #fff;
}
.contt{
    background: #F5F8FA;
    color: #232323;
    border-radius: 5px;
    font-weight: 600;
    padding: 0px 10px;
    width: auto;
    max-width: 147px;
}

.listing-count{
    background: #F5F8FA;
    color: #232323;
    border-radius: 5px;
    font-weight: 600;
    padding: 2px 9px;
}
.load-div {
    display: flex;
    gap: 10px;
    align-items: center;
}</pre></body></html>