@import url(fonts.css);

body {
    min-width: 320px;
    padding: 70px 0 0;
    margin: 0;
	font-family: 'db_heaventroundedregular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #0a090c;
    letter-spacing: normal;
    background: #fff;
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited,
div {
    outline: 0;
}

a,
a:focus,
a:hover {
    color: #454545;
}

a img,
img {
    outline: 0;
    border: 0;
}

hr {
    float: left;
    width: 100%;
    display: block;
    border-color: #cecece
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.d-table {
    display: table;
}

.d-table-cell {
    display: table-cell;
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-family: 'db_heaventroundedmed', sans-serif;
    font-style: normal;
    font-weight: 400
}

h1 {
    font-family: 'db_heaventroundedbold', sans-serif;
    font-size: 36px;
    line-height: 36px;
}

h2 {
    font-size: 26px;
    line-height: 26px;
}

h4 {
    font-size: 20px;
    line-height: 30px;
}

h6 {
    font-size: 20px;
    line-height: 20px;
}

p {
    font-family: db_heaventroundedregular, sans-serif;
    font-size: 22px;
    line-height: 27px;
}

i {
    font-family: db_heaventroundedmed_it, sans-serif;
    font-style: normal;
    font-weight: 400
}

b {
    font-family: db_heaventroundedbold, sans-serif;
    font-style: normal;
    font-weight: 400
}

p b {
    font-family: db_heaventroundedmed, sans-serif
}
label,
input, 
button, 
select, 
textarea,
.form-control {
    font-family: 'db_heaventroundedmed', sans-serif !important;
    font-weight: 400 !important;
    /* ปรับขนาดให้ใกล้เคียงกับ p (22px) หรือ h4 (20px) ในไฟล์หลัก */
    font-size: 20px !important; 
    line-height: normal !important;
}

button[type="submit"] {
    font-family: 'db_heaventroundedbold', sans-serif !important;
    font-size: 24px !important;
}

input[readonly] {
    font-family: 'db_heaventroundedregular', sans-serif !important;
}

input::placeholder {
    font-family: 'db_heaventroundedregular', sans-serif !important;
    font-size: 18px;
}

.swal2-title {
    font-family: 'db_heaventroundedbold', sans-serif !important;
}
.swal2-html-container, .swal2-confirm, .swal2-cancel {
    font-family: 'db_heaventroundedmed', sans-serif !important;
}

.my-dashboard-wrapper {
    font-family: db_heaventroundedbold, sans-serif;
    display: flex;
    min-height: 80vh;
    background-color: #f4f7f6;
    text-align: left;
}

/* เมนูด้านซ้าย (Sidebar) */
.my-sidebar {
    width: 260px;
    background-color: #273b8c;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.my-sidebar-header {
    padding: 30px 20px;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.my-sidebar-header h2 {
    margin: 0;
    font-weight: 700;
    color: #ffffff;
    font-size: 32px;
}

.my-sidebar-menu {
    list-style: none;
    padding: 20px 0;
    margin: 0;
}

.my-sidebar-menu li {
    margin-bottom: 5px;
}

.my-sidebar-menu a {
    display: block;
    padding: 15px 25px;
    color: #d1d8f0;
    text-decoration: none;
    font-size: 24px;
    transition: 0.3s;
    border-left: 4px solid transparent;
}

.my-sidebar-menu a:hover, .my-sidebar-menu a.active {
    background-color: #1a2a6c;
    color: #ffffff;
    border-left: 4px solid #ef4444;
}

/* พื้นที่เนื้อหาด้านขวา (Main Content) */
.my-main-content {
    flex: 1;
    padding: 40px;
    overflow-y: auto;
}

.my-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    background: #273b8c;
    padding: 20px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.my-topbar h2 {
    margin: 0;
    color: #333;
    font-size: 32px;
    font-weight: 600;
}

.my-user-profile {
    font-weight: 500;
    color: #273b8c;
}

.my-stat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.my-stat-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);
    position: relative;
    overflow: hidden;
}

.my-stat-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #273b8c, #4db8ff);
}

.my-stat-title {
    font-size: 16px;
    color: #777;
    margin-bottom: 10px;
}

.my-stat-value {
    font-size: 32px;
    font-weight: 700;
    color: #273b8c;
    margin: 0;
}

.my-share-box {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}

.my-share-wrapper {
    display: flex;
    gap: 10px;
    width: 100%;
    margin-top: 10px;
}

.my-share-input {
    flex: 1;
    padding: 15px;
    background: #f4f7f6;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    color: #555;
    outline: none;
}

.my-btn-copy {
    background: #273b8c;
    color: #fff;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.my-btn-copy:hover {
    background: #1a2a6c;
}

/* Responsive ปรับสำหรับมือถือ */
@media (max-width: 768px) {
    .my-dashboard-wrapper { flex-direction: column; }
    .my-sidebar { width: 100%; }
    .my-sidebar-menu {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        padding: 10px;
    }
    .my-sidebar-menu a {
        border-left: none;
        border-bottom: 3px solid transparent;
        padding: 10px 15px;
    }
    .my-sidebar-menu a:hover, .my-sidebar-menu a.active {
        border-left: none;
        border-bottom: 3px solid #ef4444;
    }
    .my-main-content { padding: 20px; }
    .my-topbar { flex-direction: column; gap: 10px; text-align: center; }
    .my-share-wrapper { flex-direction: column; }
    .my-btn-copy { width: 100%; }
}

    /* รีเซ็ตค่าขอบหน้าจอของ Browser */
    body, html {
        margin: 0;
        padding: 0;
        height: 100%;
        background-color: #f4f7f6;
    }
    .my-dashboard-wrapper { min-height: 100vh; }

    /* =========================================
        ส่วนที่เพิ่มใหม่: CSS สำหรับ Dropdown มุมขวาบน 
        ========================================= */
    .user-dropdown {
        position: relative;
        display: inline-block;
    }

    /* ปุ่มเบอร์โทรศัพท์ */
    .user-dropdown-btn {
        background: transparent;
        border: none;
        font-size: 20px;
        font-weight: 700;
        color: #ffffff; /* สีเทาเข้ม */
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 8px;
        font-family: 'Kanit', sans-serif;
        padding: 10px;
    }

    /* ลูกศรชี้ลง */
    .arrow-down {
        font-size: 18px;
        color: #718096;
        transition: transform 0.3s;
    }

    /* กล่องเมนูที่จะเด้งลงมา */
    .user-dropdown-menu {
        display: none; /* ซ่อนไว้ก่อน */
        position: absolute;
        right: 0;
        top: 100%;
        background-color: #ffffff;
        min-width: 220px;
        box-shadow: 0 8px 25px rgba(0,0,0,0.15); /* เงาฟุ้งๆ เหมือนในรูป */
        border-radius: 8px;
        z-index: 100;
        border: 1px solid #e2e8f0;
        overflow: hidden;
    }

    /* ทำให้แสดงตอนเอาเมาส์ชี้ (Hover) */
    .user-dropdown:hover .user-dropdown-menu {
        display: block;
    }
    
    /* หมุนลูกศรตอน Hover */
    .user-dropdown:hover .arrow-down {
        transform: rotate(180deg);
    }

    /* หัวข้อในกล่อง Dropdown */
    .dropdown-header-text {
        padding: 15px 20px;
        font-weight: 700;
        font-size: 18px;
        color: #273b8c;
        border-bottom: 1px solid #e2e8f0; /* เส้นคั่น */
        text-align: center;
        background-color: #f8fafc;
    }
    /* ลิงก์เมนูด้านใน */
    .user-dropdown-menu a {
        display: block;
        padding: 15px 20px;
        color: #273b8c; /* สีฟ้าตามรูป */
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        transition: background-color 0.2s;
    }

    .user-dropdown-menu a:hover {
        background-color: #f1f5f9; /* สีเทาอ่อนตอนชี้เมนู */
    }

    .img-fluid {
        max-width: 80%;
        height: auto;
    }   
/* =========================================
   หน้า login และสมัครสมาชิก (Login & Register)
   ========================================= */
      .img-fluid-login {
        max-width: 200%;
        height: auto;
      }   
     .effect-blue{
        font-size:60px;
        font-weight: bold; 
        
        background: linear-gradient(to bottom, #5f74ca 0%, #273b8c 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        
        filter: drop-shadow(1.5px 1.5px 0px #ffffff) 
                drop-shadow(-1.5px -1.5px 0px #ffffff) 
                drop-shadow(1.5px -1.5px 0px #ffffff) 
                drop-shadow(-1.5px 1.5px 0px #ffffff) 
                drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.4));
                
        transition: transform 0.3s ease;
    }

    .effect-blue:hover{
        transform: translateY(-5px) scale(1.05);
    }
    .effect-pulse {
        font-size: 60px;
        font-weight: 900;
        color: #ffffff; /* ตัวหนังสือสีขาว */
        background-color: #273b8c; /* พื้นหลัง(ข้างใน)สีน้ำเงิน */
        padding: 10px 40px; 
        border-radius: 50px; 
        display: inline-block;
        border: 2px solid #ffffff; /* ใส่ขอบขาวบางๆ ให้ปุ่มดูเด้งขึ้น */
        animation: pulseBoxGlowBlue 2s infinite alternate;
    }

    @keyframes pulseBoxGlowBlue {
        0% { 
            box-shadow: 0 0 10px rgba(39,58,139,0.5);
            transform: scale(1); 
        }
        100% { 
            box-shadow: 0 0 20px #4db8ff, 
                        0 0 35px #273b8c;
            transform: scale(1.03); 
        }
    }
    .floating-card {
        background-color: #ffffff; /* พื้นหลังสีขาว */
        border-radius: 24px; /* ความมนของมุมกล่อง */
        padding: 20px 40px; /* ระยะห่างเนื้อหาด้านใน (บน-ล่าง 50px, ซ้าย-ขวา 40px) */
        max-width: 550px; /* ความกว้างสูงสุดของกล่อง */
        margin: auto; /* จัดให้อยู่กึ่งกลางหน้าจอ */
        box-shadow: 2px 2px 20px 10px #273b8caf; 
    }
    .floating-card h3 {
        text-align: center;
        color: #273b8c;
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .phone-outline-login {
        font-size: 16px !important; /* บังคับขนาดตัวอักษรให้เล็กลงพอดี */
        font-weight: 400; /* ให้ตัวอักษรบางลง เป็นแบบปกติ */
        color: #333333; /* สีตัวอักษรเวลาที่ผู้ใช้พิมพ์เบอร์ลงไป */
        padding: 15px 20px; /* เพิ่มพื้นที่ว่างด้านในให้กล่องดูโปร่งสวยงาม */
        border: 1px solid #3b82f6; /* สีเส้นขอบสีฟ้าตามในรูปของคุณ */
        border-radius: 8px; /* ขอบมน */
        width: 100%;
        box-sizing: border-box;
        outline: none;
        transition: all 0.3s ease;
    }

    /* ปรับแต่งเฉพาะตัวอักษรจางๆ คำว่า "หมายเลขโทรศัพท์" (Placeholder) */
    .phone-outline-login::placeholder {
        color: #94a3b8 !important; /* สีเทาอ่อนให้รู้ว่าเป็นแค่คำแนะนำ */
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    /* เอฟเฟกต์เวลาผู้ใช้คลิกที่ช่องกรอก (Focus) */
    .phone-outline-login:focus {
        border-color: #273b8c; /* เปลี่ยนกรอบเป็นสีน้ำเงินเข้ม */
        box-shadow: 0 0 0 3px rgba(39, 59, 140, 0.15); /* มีเงาฟุ้งๆ สีน้ำเงินรอบๆ */
    }

/* =========================================
   หน้ายืนยัน OTP affiliate.otp
   ========================================= */
        .otp-fullscreen-wrapper {
            display: flex;
            justify-content: center; /* จัดให้อยู่กึ่งกลางแนวนอน */
            align-items: center;     /* จัดให้อยู่กึ่งกลางแนวตั้ง */
            min-height: 100vh;       /* บังคับความสูงให้เต็มหน้าจอ */
            background-color: #f4f7f6; /* สีพื้นหลังของหน้าเว็บ (ปรับเปลี่ยนได้ครับ) */
            width: 100%;
        }
        .otp-card {
            background: #ffffff;
            padding: 50px 40px;
            border-radius: 16px;
            box-shadow: 0 8px 100px rgba(0, 0, 0, 0.05);
            width: 100%;
            max-width: 450px;
            text-align: center;
            box-sizing: border-box;
            font-family: 'Kanit', sans-serif;
        }

        /* โลโก้ด้านบน */
        .otp-logo {
            max-width: 80%;
            width: auto; 
            height: auto; 
            max-height: 60px;
            margin: 0 auto 25px auto;
            display: block;
            object-fit: contain;
        }

        .otp-title {
            font-size: 24px;
            font-weight: 700;
            color: #333;
            margin-bottom: 10px;
            margin-top: 0;
            font-family: 'Kanit', sans-serif;
        }

        .otp-subtitle {
            font-size: 15px;
            color: #718096;
            margin-bottom: 30px;
            line-height: 1.5;
            font-family: 'Kanit', sans-serif;
        }

        .otp-subtitle strong {
            color: #273b8c; /* สีน้ำเงินแบรนด์ */
            font-size: 16px;
            font-family: 'Kanit', sans-serif;
        }

        /* กลุ่มช่องกรอก OTP */
        .otp-input-group {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-bottom: 30px;
            font-family: 'Kanit', sans-serif;
        }

        .otp-input {
            width: 50px;
            height: 60px;
            font-size: 24px;
            font-weight: 600;
            text-align: center;
            border: 1px solid #cbd5e1;
            border-radius: 8px;
            background-color: #ffffff;
            color: #333;
            outline: none;
            transition: all 0.2s;
            font-family: 'Kanit', sans-serif;
        }

        .otp-input:focus {
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
            font-family: 'Kanit', sans-serif;
        }

        /* ปุ่มยืนยัน */
        .btn-verify {
            width: 100%;
            padding: 15px;
            background-color: #cbd5e1; /* สีเทาตอนยังกรอกไม่ครบ */
            color: #ffffff;
            border: none;
            border-radius: 50px;
            font-size: 18px;
            font-weight: 600;
            cursor: not-allowed;
            transition: 0.3s;
            font-family: 'Kanit', sans-serif;
        }

        .btn-verify.active {
            background-color: #273b8c; /* เปลี่ยนเป็นสีน้ำเงินเมื่อกรอกครบ */
            cursor: pointer;
        }

        .btn-verify.active:hover {
            background-color: #1e2c6a;
        }

        /* ขอรหัสใหม่ */
        .resend-box {
            margin-top: 25px;
            font-size: 16px;
            color: #718096;
        }

        .resend-link {
            color: #3b82f6;
            text-decoration: none;
            font-weight: 500;
        }

        .resend-link:hover {
            text-decoration: underline;
        }

        .resend-timer {
            color: #ef4444; /* สีแดงสำหรับเวลานับถอยหลัง */
            font-weight: 500;
        }

        @media (max-width: 480px) {
            .otp-card { padding: 40px 20px; border-radius: 0; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; }
            
            .otp-logo { max-height: 45px; max-width: 90%; margin-bottom: 20px; } 
            
            .otp-input { width: 45px; height: 55px; font-size: 20px; }
            .otp-input-group { gap: 8px; }
        }
/* =========================================
   หน้าแก้ไขข้อมูลส่วนตัว (Edit Profile)
   ========================================= */
.edit-profile-container {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    max-width: 1000px;
    margin: 0 auto;
}

.page-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 15px;
}

.section-title {
    font-size: 18px;
    font-weight: 700;
    color: #273b8c; /* สีส้มเหลือง */
    margin-bottom: 20px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.section-note {
    font-size: 16px;
    font-weight: 400;
    color: #3b82f6; /* สีฟ้า */
}

/* Layout จัดเรียงฟอร์ม */
.form-row {
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.form-label {
    width: 200px;
    font-weight: 600;
    color: #1f2937 !important; 

    padding-top: 10px;
    flex-shrink: 0;
}

.form-label.required {
    color: #ef4444; /* สีแดงสำหรับฟิลด์บังคับ */
}

.form-input-group {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}

/* ช่องกรอกข้อมูล */
.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-family: 'Kanit', sans-serif;
    font-size: 15px;
    outline: none;
    transition: 0.3s;
}

.form-control:focus {
    border-color: #3b82f6;
}

/* สไตล์เมื่อเกิด Error (สีแดง) */
.form-control.is-invalid {
    border-color: #ef4444;
}
.invalid-feedback {
    color: #ef4444;
    font-size: 13px;
    margin-top: 5px;
}

/* ส่วนของรูปโปรไฟล์ */
.profile-pic-section {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.profile-pic-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 200px;
    flex-shrink: 0;
}

.profile-avatar {
    width: 150px;
    height: 150px;
    background-color: #e2e8f0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.profile-avatar svg {
    width: 80px;
    height: 80px;
}

.btn-change-pic {
    color: #3b82f6;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn-change-pic:hover {
    text-decoration: underline;
}

/* ฟอร์มข้างรูปโปรไฟล์ */
.profile-info-form {
    flex: 1;
    min-width: 300px;
}

/* ปุ่มอัปโหลดรูปภาพด้านขวาของ Input */
.input-with-button {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.input-with-button .form-control {
    flex: 1;
}

.btn-outline {
    padding: 11px 20px;
    border: 1px solid #cbd5e1;
    background: #3b82f6;
    border-radius: 6px;
    font-family: 'Kanit', sans-serif;
    cursor: pointer;
    white-space: nowrap;
    color: #ffffff;
}

.btn-outline:hover {
    background: #f8fafc;
    color: #171717;

}

/* Radio Buttons */
.radio-group {
    display: flex;
    gap: 20px;
    padding-top: 10px;
}

.radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: #555;
}

/* หมายเหตุท้ายฟอร์ม */
.footer-notes {
    margin-top: 30px;
    font-size: 13px;
    color: #333;
    line-height: 1.8;
}

.footer-notes span.red {
    color: #ef4444;
}

/* ปุ่มส่งข้อมูล */
.btn-submit-data {
    margin-top: 20px;
    padding: 12px 40px;
    background-color: #cbd5e1;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: not-allowed;
}

.btn-submit-data.active {
    background-color: #3b82f6;
    cursor: pointer;
}

@media (max-width: 768px) {
    .form-label { width: 100%; padding-top: 0; margin-bottom: 5px; }
    .input-with-button { flex-direction: column; align-items: stretch; }
    .profile-pic-section { flex-direction: column; align-items: center; }
}
/* เปลี่ยนสีหัวข้อ Topbar เป็นสีขาว */
.my-topbar h2 {
    color: #ffffff !important;
}

/* ขอบกล่อง Input เป็นสีแดง */
.form-control.is-invalid {
    border-color: #ef4444 !important;
    background-color: #fef2f2 !important; /* แถมพื้นหลังสีแดงอ่อนๆ ให้ด้วย จะได้เด่นๆ */
}

/* ข้อความแจ้งเตือนด้านล่าง */
.invalid-feedback {
    color: #ef4444;
    font-size: 13px;
    margin-top: 5px;
    display: block;
}
.form-label.text-danger {
    color: #ef4444 !important; 
}

/* (แถม) ถ้าอยากให้เฉพาะ "ดอกจัน *" เป็นสีแดงตลอดเวลา ให้ใช้คลาสนี้ครับ */
.form-label.required::after {
    content: " *";
    color: #ef4444;
}

/* =========================================
   UI สำหรับหน้า Dashboard และหน้าสร้างลิงก์
   ========================================= */
.premium-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    padding: 30px;
    border: 1px solid #f1f5f9;
}
.modern-input {
    background-color: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 12px 16px;
    color: #334155;
    font-size: 15px;
    width: 100%;
    transition: all 0.3s;
}
.modern-input:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    outline: none;
}
.btn-gradient-blue {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 600;
    cursor: pointer !important;
    transition: all 0.3s;
    box-shadow: 0 4px 6px rgba(37, 99, 235, 0.2);
    white-space: nowrap;
}
.btn-gradient-blue:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(37, 99, 235, 0.3);
}
.btn-copy-soft {
    background-color: #eff6ff;
    color: #2563eb;
    border: 1px solid #bfdbfe;
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}
.btn-copy-soft:hover {
    background-color: #dbeafe;
}
.modern-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 10px;
}
.modern-table th {
    background-color: #f8fafc;
    color: #475569;
    font-weight: 600;
    padding: 14px 16px;
    text-align: left;
    border-bottom: 2px solid #e2e8f0;
}
.modern-table td {
    padding: 16px;
    border-bottom: 1px solid #f1f5f9;
    color: #334155;
    vertical-align: middle;
}
.modern-table tr:hover td {
    background-color: #f8fafc;
}
.badge-click {
    background-color: #dbeafe;
    color: #1e40af;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
}
#affiliate-app-container, #affiliate-app-container * {
    font-family: 'db_heaventroundedmed', sans-serif !important;
}

/* 🔵 Theme Colors */
.text-navy { color: #273b8c !important; }
.bg-navy { background-color: #273b8c !important; color: #fff !important; }
.bg-light-blue { background-color: #f8faff !important; border-color: #dbeafe !important; }

/* 🔘 Buttons Custom */
.btn-navy-main {
    background-color: #273b8c !important;
    color: #fff !important;
    border: none !important;
    transition: all 0.3s ease;
}
.btn-navy-main:hover {
    background-color: #1e2e6e !important;
    box-shadow: 0 4px 12px rgba(39, 59, 140, 0.2);
    transform: translateY(-1px);
}

.btn-copy-outline {
    background-color: #fff !important;
    color: #273b8c !important;
    border: 1px solid #273b8c !important;
    transition: 0.2s;
}
.btn-copy-outline:hover {
    background-color: #f0f4ff !important;
}

/* 📋 Form Inputs */
.custom-input {
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    padding: 12px 15px !important;
    font-size: 18px !important;
    outline: none !important;
}
.custom-input:focus {
    border-color: #273b8c !important;
    box-shadow: 0 0 0 2px rgba(39, 59, 140, 0.1);
}
.phone-outline-login {
    color: #273b8c;
    /* font-size: 20px; */
}

input.phone-outline-login {
    color: #273b8c !important;
    font-size: 22px !important;
    font-weight: bold !important;
    text-align: center !important;
    height: 50px !important;
}
