
/*Start of styling for new tabs in  account page*/


.profileTab-wrapper {
    justify-content: space-evenly;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
}

.profileTab-username {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.profileTab-username-input{
    margin: -20px 15px 0 15px;
}

.profileTab-text-success,
.profileTab-text-danger {
    font-size: 12px;
    white-space: nowrap;
}

.profileTab-text-success {
    color: #007D47;
}

.profileTab-text-danger {
    color: red;
}

.profileTab-left-col, .profileTab-right-col {
    min-width: 400px;
    max-width: 400px;
}

.profileTab-left-col {
    margin-right: 144px ;
    margin-left: -15px;
}

.profileTab-right-col {
    display: flex;
    flex-direction: column;
    margin-right: -15px;
}

.profileTab-social-section {
    margin-top: auto;
}

.profileTab-image-wrapper{
    margin-bottom: 34px;
    margin-left: 0;
}


.profileTab-title{
    margin: 0 0 24px -15px;

}


.profileTab-initials{
    /*height: 155px !important;*/
}




/*used to target tabs in the settings/account page*/
.settings-full-page .nav-tabs {
    background: #e9ecf0 !important;
    border: none !important;
    border-radius: 999px;
    padding: 4px;
    margin-bottom: 40px;
    flex-wrap: nowrap;
    width: fit-content;
    gap: 2px;
}

.settings-full-page .nav-tabs .nav-link {
    background: transparent;
    border: none !important;
    border-radius: 999px;
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 20px;
    outline: none;
    transition: background 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}

.settings-full-page .nav-tabs .nav-item.show .nav-link,
.settings-full-page .nav-tabs .nav-link.active {
    background: #ffffff !important;
    color: #1A83FF !important;
    border: none !important;
    border-radius: 999px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    font-weight: 600;
}

.settings-full-page .nav-tabs .nav-link:focus {
    outline: none;
    box-shadow: none;
}

.settings-full-page .nav-tabs .nav-link:hover:not(.active) {
    background: rgba(0, 0, 0, 0.06);
    color: #475569;
    border: none !important;
}
.paymentsTab-container,
.notificationsTab-container{
    text-align: center;
    padding: 0 20px;
    flex-direction: column;
}

.payments-card {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.payments-card-title {
    display: flex;
    align-items: center;
}

.payments-card-title img {
    margin-right: 10px;
}

.payments-card-button {
    float: right;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
}

.paymentsTab-footer {
    margin-top: 48px;
    text-align: center;
}

.paymentsTab-footer p {
    color: gray;
}

.paymentsTab-footer{
    color: #101424;;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
}

.paymentsTab-footer a{
    color: #FF4A00 !important;
    border-bottom: 1px solid #FF4A00 !important;
    margin-left: 2px !important;
}


.paymentsTab-footer img {
    margin: 0 5px;
    width: 40px;
    /*height: 40px;*/
    height: auto;
}

.paymentsTab-footer-stripe, .paymentsTab-footer-paypal {
    width: 80px !important;
    height: auto;
}

.payments-footer-icons img {
    margin: 0 5px;
}

.paymentsTab-not-connected,
.paymentsTab-connected,
.paymentsTab-restricted,
.profileTab-verification{
    background-color: #E6F2ED;
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 20px;
    text-align: left;
    display: flex;
    align-items: center;
    max-width: 988px;
    /*justify-content: space-between;*/
}

.paymentsTab-restricted, .profileTab-verification {
    background-color: #fff4e6;
}

.profileTab-verification{
    /*max-width: calc(100% - 30px);*/
    max-width: 100% ;
    /*margin-left: -15px;*/
    /*margin: auto;*/
}

.paymentsTab-not-connected {
    background-color: #F2F3F7;
}

.stripe-banner-skeleton {
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 988px;
    min-height: 138px;
    display: flex;
    align-items: center;
    gap: 16px;
    background: #f0f1f3;
    box-sizing: border-box;
}

.stripe-banner-skeleton__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.stripe-banner-skeleton__line {
    height: 12px;
    border-radius: 6px;
    background: linear-gradient(90deg, #e8e9ec 25%, #d8d9dc 50%, #e8e9ec 75%);
    background-size: 200% 100%;
    animation: store-shimmer 1.4s infinite;
}

.stripe-banner-skeleton__btn {
    width: 160px;
    height: 42px;
    border-radius: 8px;
    flex-shrink: 0;
    background: linear-gradient(90deg, #e8e9ec 25%, #d8d9dc 50%, #e8e9ec 75%);
    background-size: 200% 100%;
    animation: store-shimmer 1.4s infinite;
}

.paymentsTab-status,
.notificationsTab-status,
.verificationTab-status{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 778px;
}

.verificationTab-status {
    transition: width 0.3s ease;
}

.paymentsTab-status-user,
.notificationsTab-status-user,
.verificationTab-status-user{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.paymentsTab-status-title,
.notificationsTab-title,
.verificationTab-status-title{
    color: #0F1429;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
 }

.paymentsTab-status-text,
.notificationsTab-status-text,
.profileTab-verification-status-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4F5674;
    max-width: 90%;
}

.profileTab-verification-status-text{
    max-width: 65%;
}

.paymentsTab-status-button-wrapper {
    display: flex;
    align-items: center;
    min-width: max-content;
    max-width: max-content;
    margin-left: 48px;
}

.paymentsTab-status-button-spinner{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.paymentsTab-status img {
    margin-right: 10px;
    width: 50px;
    height: 50px;
}

.paymentsTab-status-button {
    border: none;
    background: none;
    text-decoration: underline;
    color: #0F1429;
    cursor: pointer;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    align-items: center;
}

.paymentsTab-status-indicator {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-weight: bold;
    max-width: 180px;
}


.paymentTab-status-success, .paymentTab-status-restricted {
    display: flex;
    background-color: rgba(0, 125, 71, 0.15);
    border-radius: 30px;
    padding: 8px 12px !important ;
    align-items: baseline;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 16px;
}

.paymentTab-dot-success, .paymentsTab-dot-restricted{
    margin: 0 3px 0 auto;
    height: 10px;
    width: 10px;
    color: #007D47;
    background: #007D47;
    border-radius: 50%;
}

.paymentTab-status-restricted{
    background: rgba(255, 74, 0, 0.2);
}

.paymentsTab-connected-indicator {
    color: #007D47;
}

.paymentsTab-restricted-indicator {
    color: #FF4A00 !important;
}

.paymentsTab-dot-restricted{
    background: #FF4A00 !important;

}

.paymentsTab-status-wrapper,
.notificationsTab-status-wrapper,
.profileTab-verification-status-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: auto;
}

.profileTab-verification-status-wrapper {
    /*flex-grow: 1;*/
    /*padding: 0;*/
}

.profileTab-verification-status-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    transition: right 0.3s ease;
    max-width: 180px;
}

.profileTab-verification-status-indicator.shifted {
    right: 20%;
    transform: translateX(50%);
}

.paymentsTab-bankNoteIcon,
.notificationsTab-bellIcon,
.notificationsTab-annoucementIcon{
    border-radius: 50%;
    background: white;
    /*padding: 8px;*/
    max-height: 40px;
    max-width: 40px;
    min-height: 40px;
    min-width: 40px;
    text-align: center;
    align-content: space-around;
}
.notificationsTab-content {
     padding: 16px;
     border-radius: 12px;
     margin-bottom: 20px;
     text-align: left;
     display: flex;
     align-items: center;
     width: 100%;
     justify-content: space-between;
 }

.notificationsTab-active {
    background-color: #E6F2ED;
}

.notificationsTab-inactive {
    background-color: #F2F3F7;
}

.notificationsTab-toggle {
    display: flex;
    align-items: center;
    max-width: min-content;
}

.notificationsTab-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

.notificationsTab-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.notificationsTab-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 20px;
}

.notificationsTab-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.notificationsTab-switch input:checked + .notificationsTab-slider {
    background-color: #007D47;
}

.notificationsTab-switch input:checked + .notificationsTab-slider:before {
    transform: translateX(16px);
}

.notificationsTab-status-label {
    margin-right: 8px;
    font-weight: 700;
    font-size: 12px;
    color: #101424;
    align-items: flex-end;
}

.request-change-button {
    border-radius: 5px;
    font-size: 12px;
    padding: 3px 5px !important;
}

#buttons.request-change-button {
    margin-bottom: 8px !important;
}

#buttons-alt.request-change-button {
    margin-bottom: 0 !important;
}

/* ── Dark mode ──────────────────────────────────────────────────────────── */
[data-theme="dark"] .settings-full-page .nav-tabs {
    background: #1a1d2e !important;
}
[data-theme="dark"] .settings-full-page .nav-tabs .nav-link {
    background: transparent;
    color: #8b9ab0;
}
[data-theme="dark"] .settings-full-page .nav-tabs .nav-item.show .nav-link,
[data-theme="dark"] .settings-full-page .nav-tabs .nav-link.active {
    background: #262b45 !important;
    color: #1a83ff !important;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}
[data-theme="dark"] .settings-full-page .nav-tabs .nav-link:hover:not(.active) {
    background: rgba(255, 255, 255, 0.06);
    color: #c4cfe0;
}
[data-theme="dark"] .paymentsTab-status-title,
[data-theme="dark"] .notificationsTab-title,
[data-theme="dark"] .verificationTab-status-title {
    color: #e2e8f0;
}
[data-theme="dark"] .paymentsTab-status-text,
[data-theme="dark"] .notificationsTab-status-text,
[data-theme="dark"] .profileTab-verification-status-text {
    color: #8b9ab0;
}
[data-theme="dark"] .paymentsTab-not-connected {
    background-color: #1e2235;
}
[data-theme="dark"] .paymentsTab-connected {
    background-color: #0f2a1e;
}
[data-theme="dark"] .paymentsTab-restricted,
[data-theme="dark"] .profileTab-verification {
    background-color: #2a1a0a;
}
[data-theme="dark"] .notificationsTab-active {
    background-color: #0f2a1e;
}
[data-theme="dark"] .notificationsTab-inactive {
    background-color: #1e2235;
}
[data-theme="dark"] .notificationsTab-status-label {
    color: #e2e8f0;
}
[data-theme="dark"] .paymentsTab-status-button {
    color: #e2e8f0;
}
[data-theme="dark"] .no-posts-found-wrapper,
[data-theme="dark"] .myPurchases-none-wrapper {
    background: #141828;
    border-color: #1e2235;
}
[data-theme="dark"] .no-posts-found {
    color: #e2e8f0;
}
[data-theme="dark"] .no-posts-found-text {
    color: #8b9ab0;
}
[data-theme="dark"] .stripe-banner-skeleton {
    background: #1e2235;
}
[data-theme="dark"] .stripe-banner-skeleton__line,
[data-theme="dark"] .stripe-banner-skeleton__btn {
    background: linear-gradient(90deg, #2a3050 25%, #333a5a 50%, #2a3050 75%);
    background-size: 200% 100%;
}
[data-theme="dark"] .paymentsTab-bankNoteIcon,
[data-theme="dark"] .notificationsTab-bellIcon,
[data-theme="dark"] .notificationsTab-annoucementIcon {
    background: #2a3050;
}
[data-theme="dark"] .payments-card {
    background-color: #141828;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
