﻿* {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #1C2228;
    color: #f7fff7;
    height: 100%;
}

a {
    color: #44a4cd;
}

a:hover {
    color: #44a8cf;
}

.shadow {
    box-shadow: 0 8px 12px rgba(0,0,0,0.2), 0 5px 6px rgba(0,0,0,0.3);
}

.section-container {
    padding: 30px;
}

.card-theme {
    background-color: #191F26;
    border: none;
    border-radius: 2px;
}

.card-heading-theme{
    color: #eee;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding: 12px;
}

.card-body-theme{
    background-color: #494F56;
}

.cards {
    display: flex;
    flex-direction: column;
}

.section-container {
    padding: 30px;
}

#sideBar {
    height: 100vh;
    padding-top: 80px;
    position: fixed;
    background-color: #191F26;
}

#dashboard {
    margin-top: 70px;
}

#navbar {
    padding-left: 35px;
    padding-right: 35px;
    min-height: 70px;
    background-color: #161A1E !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.25);
}

hr {
    background-color: #f7fff7;
}

.main-content {
    margin: 10px 50px 10px 50px;
    
}

.content {
    margin-top: 15px;
}

.index-content {
    margin-top: 80px;
    padding: 0;
}

.exchange-table {
    margin-top: 30px;
}

.delete-btn {
    color: #a52a2a;
}

#btn-market,
#btn-limit {
    width: 100%;
}

.btn-trade-type:focus {
    background-color: #ff6b6b;
    color: #fff;
}

.btn-selected {
    background-color: #ff6b6b;
}

.btn-take-profit {
    background-color: #ff6b6b;
}

.btn-group {
    width: 100%;
}

.margin-right-5 {
    margin-right: 5px; 
}
.margin-top-15 {
    margin-top: 15px;
}
.stopLossSlider {
    margin-top: 10px;
}

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
}

.error-msg {
    font-size: 12px;
    margin-bottom: 0;
    color: red;
    text-align: right
}
.info-msg {
    font-size: 12px;
    margin-bottom: 0;
    text-align: right
}

.card-partner {
    background-color: transparent;
    border: 1px solid #f8f9fa;
    margin-bottom: 20px;
    border-radius: 10px;
}

.card-title {
    color: #f8f9fa;
}

.card-text {
    color: #ced4da;
}

.btn-tvh {
    background-color: #ff6b6b;
    color: #fff;
    font-weight: 350;
    font-size: 0.9rem;
    height: 35px;
    padding-right: 30px;
    padding-left: 30px;
    transition: .4s ease-in;
}

    .btn-tvh:hover {
        background-color: transparent;
        color: #fff;
        border: #ff6b6b 1px solid;
        transition: .4s ease-out;
    }

.partner-logo {
    width: 200px;
    height: 200px;
    object-fit: contain;
    border-radius: 15px;
}

.input-error {
    border: 2px solid red;
}

.balance {
    float: right;
}

.modal-content {
    background-color: #3e3e3e !important;
    /*border: 1px solid rgb(183, 180, 180);*/
    border: 1px solid #f7fff7 !important;
}

.close {
    color: #fff;
}

.close:hover {
    color: #fff;
}

.alert-danger {
    color: #fff;
    background-color: red;
    border-color: red;
}

.alert-success {
    color: #fff;
    background-color: green;
    border-color: green;
}

td {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.how-to-dialog {
    min-height: 400px !important;
    min-width: 75% !important;
    margin: 0 auto;
    margin-top: 50px;
    width: 75%;
    max-width: 100% !important;
    /*height: 500px;*/
}

.info-box {
    border: 1px solid #f7fff7;
    font-size: 90%;
}

.tab-pane {
    height:100%;
    overflow-y:scroll;
    width:100%;
}

.modal-dialog {
    max-width: 100% !important;
    max-height: 85% !important;
}

.card {
    background-color: #3e3e3e !important;
    border: 1px solid #f7fff7;
}

#faqAccordion .card {
    background-color: #1e252f !important;
}

#faqAccordion .card-header {
    background-color: #1e252f !important;
}

.card-header {
    background-color: #2d2d2d !important;
    color: #ff6b6b;
}

.card-header .btn-link {
    color: #f7fff7;
}

.modal-dialog-centered {
    max-width: 500px !important;
}

.tv-alert-url {
    color: #44a4cd;
}

#binance-discount {
    color: #ff6b6b;
}

.risk-info, .risk-info:hover {
    color: #f7fff7;
}

#btn-close, #btn-limit, #btn-sell, #btn-sl, #btn-close-long, #btn-close-short {
    border-left: 1px solid #000;
}

.error-cell {
    color: red;
}

.pnl-profit-cell {
    color: #16a36c;
}

.pnl-loss-cell {
    color: #e1453d;
}

.success-cell {
    color: #33cc33;
}

.error-warning {
    color: yellow;
}

.privacy {
    font-size: 0.8rem;
}

.benefits {
    list-style: none;
}

.benefits-point {
    color: green;
}

.home-exchanges {
    list-style: none;
    font-size: 22px;
}

.home-row1 {
    min-height: 300px;
}

.home-row2 {
    background-color: #333333;
    min-height: 300px;
}

.page-footer {
    background-color: #000000;
    font-size: 12px;
}

.page-footer hr {
    background-color: #2f2f2f;
}

.index-register {
    margin-top: 25px;
    padding: 15px;
    font-size: 20px;
}

.home-images {
    display: inline-block;
    white-space: nowrap;
}

.index-logo {
    display: inline-block;
    white-space: nowrap;
}

.home-video {
    padding-top: 40px;
    padding-bottom: 40px;
}

.nav-link.active {
    color: #ff6b6b !important;
    background-color: transparent !important;
    border-color: #ff6b6b !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid;
}

.nav-tabs .nav-link:hover {
    color: #fff !important;
    border: 0;
}

.nav-tabs {
    border: 0;
}

.copy-container {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
    height: 100%;
}

.tab-pane {
    overflow-y: auto;
}

.signal-card {
    width: 100%;
    height: 300px;
    max-height: 300px;
    cursor: pointer;
    transition: border-color 0.6s linear;
    display: block;
    overflow: hidden;
}

.card-text {
    font-size: 0.85rem;

}

.signal-card:hover {
    border-color: #ff6b6b;
}

.signal-card:hover .card-header {
    color: #ff6b6b;
}

.card-header {
    color: #fff;
    transition: color 0.6s linear;
}

.card-body {
    overflow: hidden;
    text-overflow: ellipsis;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.signal-label {
    color: #9e9e9e;
    font-size: 13px;
}

.signal-description {
    background-color: #333333;
    min-height: 250px;
    border-radius: 15px;
    padding: 15px;
    margin-top: 20px;
}
/*.card-header:hover  {
    color: #ff6b6b;
}*/
.card-exchange {
    color: #44a4cd;
    font-size: 0.85rem;
    font-weight: bold;
}

.card-col {
    padding: 30px;
}

.no-b-margin {
    margin-bottom: 0;
}

.api-key-container {
    margin: 60px;
}

.yt-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.yt-container iframe, .yt-container object, .yt-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 648px) {
    .WrappedColumnClass {
        white-space: normal;
        word-wrap: break-word;
    }
    
}

#createCopyTradeBtn:after {
    content: 'Create Copy Trade';
}


.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); /* Umbrechen, sobald die Box 300 Pixel Breite hat */
}


.signal-card-subscription {
    width: 100%;
    height: 400px;
    transition: border-color 0.6s linear;
    display: block;
    overflow: hidden;
}

.payment-btn {
    margin-top: 110px;
}

.checkout-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-box {
    width: 300px;
}
/*.grid div {
    margin-right: 30px;
    margin: 1em;
    padding: 1em;
}*/
.subscription-container {
    margin-top: 45px;
    margin-left: 45px;
    margin-right: 45px;
}

.rounded-corners {
    border-radius: 25px;
    border: 2px solid #ff6b6b;
    padding: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.manage-btns {
    font-size: 21px;
    color: white;
    transition: color 0.4s linear;
}
    .manage-btns:hover {
        color: #ff6b6b;
    }

.modal-load {
    width: 600px;
}

.table-load {
    color: #f7fff7 !important;
}

.table-load:hover {
    color: #f7fff7 !important;
}

.table-hover tbody tr:hover {
    color: #f7fff7 !important;
}

.margin-form-group {
    margin-bottom: 0;
}

.checkout-content {
    flex: 1 0 auto;
    height: 100%;
}

.checkout-body {
    display: flex;
    flex-direction: column;
}

.checkout-footer {
    flex-shrink: 0;
}

.alert-checkout {
    margin-bottom: 0 !important;
}

.discount-info {
    border: 1px dashed #161a1e;
}

@media screen and (max-width:948px) {
    .api-key-container {
        margin: 0;
    }
    h2 {
        font-size: 1.5rem;
    }

    .nav-tabs {
        font-size: 0.85rem;
    }
}

@media screen and (max-width:468px) {
    .nav-tabs {
        font-size: 1.7rem;
    }

    #createCopyTradeBtn {
        font-size: 0.8rem;
    }
}

@media screen and (max-width:825px) {
    #btn-close {
        font-size: 0.8rem;
    }

    #btn-sell {
        font-size: 0.8rem;
    }

    #btn-buy {
        font-size: 0.8rem;
    }
}

@media screen and (max-width:369px) {
        #btn-close {
        height: 45px;
    }

    #btn-sell {
        height: 45px;
    }

    #btn-buy {
        height: 45px;
    }
}

@media screen and (max-width:395px) {
    .nav-tabs {
        font-size: 1.3rem;
    }
    #createCopyTradeBtn:after {
        content: 'Create';
    }
}

@media screen and (max-width:328px) {
    .nav-tabs {
        font-size: 1rem;
    }
}

@media screen and (max-width:1246px) {
    .WrappedColumnClass {
        white-space: nowrap;
        word-wrap: normal;
    }
    
}

@media (max-width: 1200px) {
    .display-4 {
        font-size: 2rem !important;
    }

    h3 {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 2070px) {
    #chrome-extensions {
        font-size: 1.1rem;
    }
}
/* ============================================
   SETTINGS PAGE STYLES
   ============================================ */

/* Settings Navigation Tabs */
.settings-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    padding: 1rem;
    background-color: #252931;
    border-radius: 12px;
    margin-bottom: 2rem;
}

.settings-nav-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    color: #9ca3af;
    text-decoration: none;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.settings-nav-item:hover {
    color: #f7fff7;
    background-color: #343a40;
    text-decoration: none;
}

.settings-nav-item.active {
    color: #f7fff7;
    background-color: rgba(255, 107, 107, 0.15);
    border-color: #ff6b6b;
}

.settings-nav-item i {
    font-size: 1rem;
    width: 1.25rem;
    text-align: center;
}

/* Mobile: horizontal scroll */
@media (max-width: 768px) {
    .settings-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        padding: 0.75rem;
        gap: 0.25rem;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    
    .settings-nav::-webkit-scrollbar {
        display: none;
    }
    
    .settings-nav-item {
        flex-shrink: 0;
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
    }
    
    .settings-nav-item span {
        display: none;
    }
    
    .settings-nav-item i {
        margin: 0;
    }
}

/* Settings Container */
.settings-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Settings Header & Nav - always 800px */
.settings-header,
.settings-nav {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Settings Content - default 800px */
.settings-content {
    max-width: 800px;
    margin: 0 auto;
}

/* Wide content for API Keys, Affiliate */
.settings-content-wide {
    max-width: 1100px;
}

/* Settings Header */
.settings-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.settings-header h1 {
    font-size: 2rem;
    font-weight: 600;
    color: #f7fff7;
    margin-bottom: 0.5rem;
}

.settings-header h1 i {
    color: #ff6b6b;
    margin-right: 0.5rem;
}

/* Settings Cards */
.settings-card {
    background-color: #252931;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border: 1px solid #343a40;
}

.settings-card-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #f7fff7;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #343a40;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.settings-card-title i {
    color: #ff6b6b;
}

.settings-card-body {
    color: #d1d5db;
}

/* Settings Form Inputs */
.settings-card .form-control {
    background-color: #1C2228;
    border: 1px solid #3d4654;
    color: #f7fff7;
    border-radius: 8px;
    padding: 0.75rem 1rem;
}

.settings-card .form-control:focus {
    background-color: #1C2228;
    border-color: #ff6b6b;
    box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.15);
    color: #f7fff7;
}

/* Settings Select */
.settings-card select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%239ca3af' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
    text-overflow: ellipsis;
    line-height: 1.5;
    height: auto;
    min-height: calc(1.5em + 1.5rem + 2px);
}

.settings-card select.form-control option {
    background-color: #1C2228;
    color: #f7fff7;
    padding: 0.5rem;
}

/* Settings Checkbox */
.settings-card .form-check {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.settings-card .form-check-input {
    width: 1.1rem;
    height: 1.1rem;
    margin-top: 0;
    background-color: #1C2228;
    border: 1px solid #4b5563;
    border-radius: 4px;
}

.settings-card .form-check-input:checked {
    background-color: #ff6b6b;
    border-color: #ff6b6b;
}

.settings-card .form-check-label {
    color: #d1d5db;
    margin-bottom: 0;
    margin-left: 0.5rem;
}

/* Input Group Addon */
.settings-card .input-group-text {
    background-color: #343a40;
    border-color: #4b5563;
    color: #9ca3af;
}

/* Info Tooltip Icon */
.settings-card .info-tooltip {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.2s ease;
}

.settings-card .info-tooltip:hover {
    color: #ff6b6b;
    text-decoration: none;
}

.settings-card .form-control:disabled,
.settings-card .form-control[readonly] {
    background-color: #191F26;
    color: #9ca3af;
    border-color: #2d3748;
}

.settings-card .form-control::placeholder {
    color: #6b7280;
}

.settings-card label {
    color: #9ca3af;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

/* Settings Buttons */
.settings-card .btn-primary {
    background-color: #ff6b6b;
    border-color: #ff6b6b;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.settings-card .btn-primary:hover {
    background-color: #ff5252;
    border-color: #ff5252;
    transform: translateY(-1px);
}

.settings-card .btn-outline-secondary {
    border-color: #4b5563;
    color: #9ca3af;
    border-radius: 8px;
}

.settings-card .btn-outline-secondary:hover {
    background-color: #374151;
    border-color: #4b5563;
    color: #f7fff7;
}

/* Normalize button elements to match anchor styling */
.settings-card button.btn {
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    vertical-align: middle;
}

/* Settings Nav Tabs */
.settings-card .nav-tabs-dark {
    border-bottom: 1px solid #343a40;
}

.settings-card .nav-tabs-dark .nav-link {
    color: #9ca3af;
    border: none;
    border-bottom: 2px solid transparent;
    background: transparent;
    padding: 0.75rem 1rem;
}

.settings-card .nav-tabs-dark .nav-link:hover {
    color: #f7fff7;
    border-bottom-color: #4b5563;
}

.settings-card .nav-tabs-dark .nav-link.active {
    color: #ff6b6b;
    border-bottom-color: #ff6b6b;
    background: transparent;
}

/* Settings Table */
.settings-card .table-dark {
    background-color: #1C2228;
    border-radius: 8px;
    overflow: hidden;
}

.settings-card .table-dark th,
.settings-card .table-dark td {
    border-color: #343a40;
    vertical-align: middle;
}

.settings-card .table-dark thead th {
    background-color: #1C2228;
    border-bottom: 2px solid #343a40;
    font-weight: 600;
    color: #9ca3af;
    font-size: 0.85rem;
    text-transform: uppercase;
}

.settings-card .table-dark tbody tr {
    transition: background-color 0.15s ease;
}

.settings-card .table-dark tbody tr:hover {
    background-color: rgba(255, 107, 107, 0.05);
}

/* Table Cell - Truncate with expand on hover */
.truncate-cell {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.truncate-cell:hover {
    overflow: visible;
    white-space: normal;
    word-break: break-all;
}

.api-key-cell {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.api-key-cell:hover {
    overflow: visible;
    white-space: normal;
    word-break: break-all;
}

/* Status Badges */
.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.6rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

.status-badge.active {
    background-color: rgba(16, 185, 129, 0.15);
    color: #10b981;
}

.status-badge.pending {
    background-color: rgba(16, 185, 129, 0.15);
    color: #10b981;
}

.status-badge.expired {
    background-color: rgba(239, 68, 68, 0.15);
    color: #ef4444;
}

.status-badge.info {
    background-color: rgba(68, 164, 205, 0.15);
    color: #44a4cd;
}

/* Free Model Badge */
.free-model-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.2rem 0.5rem;
    background-color: rgba(245, 158, 11, 0.15);
    color: #f59e0b;
    border-radius: 4px;
    font-size: 0.75rem;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.free-model-badge:hover {
    background-color: rgba(245, 158, 11, 0.25);
    text-decoration: none;
    color: #f59e0b;
}

.free-model-badge.info {
    background-color: rgba(68, 164, 205, 0.15);
    color: #44a4cd;
}

.free-model-badge.info:hover {
    background-color: rgba(68, 164, 205, 0.25);
    color: #44a4cd;
}

/* Delete Button */
.btn-delete {
    width: 36px;
    height: 36px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #9ca3af;
    background: transparent;
    border: 1px solid #4b5563;
    transition: all 0.15s ease;
}

.btn-delete:hover {
    color: #ef4444;
    border-color: #ef4444;
    background-color: rgba(239, 68, 68, 0.1);
}

/* Extension Star */
.extension-star {
    color: #FFD700;
    font-size: 1rem;
    margin-left: 0.5rem;
}

/* Bootbox Modal Dark Theme */
.bootbox.modal {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.bootbox .modal-dialog {
    margin: 0 1rem;
    max-width: 440px;
}

.bootbox .modal-content {
    background-color: #252931 !important;
    border: 1px solid #343a40 !important;
    border-radius: 12px !important;
}

.bootbox .modal-header {
    border-bottom: none;
    padding: 1.5rem 1.5rem 0.5rem;
}

.bootbox .modal-title {
    color: #f7fff7;
    font-weight: 600;
    font-size: 1.1rem;
}

.bootbox .bootbox-close-button {
    color: #6b7280;
    opacity: 1;
    text-shadow: none;
    font-size: 1.5rem;
    font-weight: 400;
}

.bootbox .bootbox-close-button:hover {
    color: #f7fff7;
}

.bootbox .modal-body {
    padding: 1rem 1.5rem 1.5rem;
}

.bootbox .modal-body p {
    color: #9ca3af;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.bootbox .bootbox-input {
    background-color: #1C2228;
    border: 1px solid #343a40;
    color: #f7fff7;
    border-radius: 8px;
    padding: 0.75rem 1rem;
}

.bootbox .bootbox-input:focus {
    background-color: #1C2228;
    border-color: #ff6b6b;
    box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.1);
    color: #f7fff7;
}

.bootbox .bootbox-input::placeholder {
    color: #6b7280;
}

.bootbox .modal-footer {
    border-top: none;
    padding: 0 1.5rem 1.5rem;
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.bootbox .btn-secondary,
.bootbox .bootbox-cancel {
    background-color: transparent;
    border: 1px solid #343a40;
    color: #9ca3af;
    border-radius: 8px;
}

.bootbox .btn-secondary:hover,
.bootbox .bootbox-cancel:hover {
    background-color: #1C2228;
    border-color: #343a40;
    color: #f7fff7;
}

.bootbox .btn-primary,
.bootbox .bootbox-accept {
    background-color: #ff6b6b;
    border-color: #ff6b6b;
    color: #fff;
    border-radius: 8px;
}

.bootbox .btn-primary:hover,
.bootbox .bootbox-accept:hover {
    background-color: #ff5252;
    border-color: #ff5252;
}

/* Affiliate Tier Cards */
.tier-card {
    background-color: #1C2228;
    border: 1px solid #343a40;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}

.tier-header {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tier-header.tier-1 {
    background: linear-gradient(135deg, #374151 0%, #1f2937 100%);
}

.tier-header.tier-2 {
    background: linear-gradient(135deg, #44a4cd 0%, #2d7a9c 100%);
}

.tier-header.tier-3 {
    background: linear-gradient(135deg, #ff6b6b 0%, #c94444 100%);
}

.tier-badge {
    font-weight: 600;
    font-size: 0.9rem;
    color: #fff;
}

.tier-share {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
}

.tier-body {
    padding: 1rem;
}

.tier-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tier-body ul li {
    padding: 0.4rem 0;
    color: #d1d5db;
    font-size: 0.9rem;
    border-bottom: 1px solid #343a40;
}

.tier-body ul li:last-child {
    border-bottom: none;
}

/* Affiliate Stat Cards */
.stat-card {
    background-color: #252931;
    border: 1px solid #343a40;
    border-radius: 12px;
    padding: 1.25rem;
    text-align: center;
    height: 100%;
}

.stat-icon {
    font-size: 1.5rem;
    color: #ff6b6b;
    margin-bottom: 0.5rem;
}

.stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #f7fff7;
}

.stat-label {
    font-size: 0.85rem;
    color: #9ca3af;
    margin-top: 0.25rem;
}

/* Custom Range Slider */
.settings-card .custom-range {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: #343a40;
    border-radius: 4px;
    outline: none;
}

.settings-card .custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #ff6b6b;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.15s ease;
}

.settings-card .custom-range::-webkit-slider-thumb:hover {
    background: #ff5252;
}

.settings-card .custom-range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #ff6b6b;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

.settings-card .custom-range:disabled {
    opacity: 0.5;
}

.settings-card .custom-range:disabled::-webkit-slider-thumb {
    background: #6b7280;
    cursor: not-allowed;
}

/* Settings Info Box */
.settings-info-box {
    background-color: #1C2228;
    border: 1px solid #343a40;
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #d1d5db;
}

.settings-info-box.success {
    border-left: 3px solid #10b981;
}

.settings-info-box.warning {
    border-left: 3px solid #f59e0b;
}

.settings-info-box.info {
    border-left: 3px solid #3b82f6;
}

.settings-info-box i {
    margin-right: 0.5rem;
}

.settings-info-box ul {
    margin-top: 0.5rem;
    margin-bottom: 0;
    padding-left: 1.25rem;
}

.settings-info-box li {
    margin-bottom: 0.25rem;
}

/* Settings Status Badges */
.settings-status {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.settings-status.enabled {
    background-color: rgba(16, 185, 129, 0.15);
    color: #10b981;
}

.settings-status.disabled {
    background-color: rgba(239, 68, 68, 0.15);
    color: #ef4444;
}

/* Settings Modal */
.settings-modal .modal-content {
    background-color: #252931;
    border: 1px solid #343a40;
    border-radius: 12px;
}

.settings-modal .modal-header {
    border-bottom: 1px solid #343a40;
    padding: 1.25rem 1.5rem;
}

.settings-modal .modal-title {
    color: #f7fff7;
    font-weight: 600;
}

.settings-modal .modal-body {
    padding: 1.5rem;
    color: #d1d5db;
}

.settings-modal .close {
    color: #9ca3af;
    opacity: 1;
}

.settings-modal .close:hover {
    color: #f7fff7;
}

/* Input Group Addon */
.settings-card .input-group-append .btn {
    border-radius: 0 8px 8px 0;
    border-color: #3d4654;
    background-color: #343a40;
    color: #9ca3af;
}

.settings-card .input-group-append .btn:hover {
    background-color: #4b5563;
    color: #f7fff7;
}

.settings-card .input-group .form-control {
    border-radius: 8px 0 0 8px;
}
