/* Reply Modal Styles */
.reply-modal .modal-content {
    border-radius: 24px;
    border: none;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.reply-modal .modal-header {
    border-bottom: 1px solid #E5E5E5;
    padding: 20px 24px;
    border-radius: 24px 24px 0 0;
}

.reply-modal .modal-title {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #141414;
}

.reply-modal .btn-close {
    padding: 0;
    margin: 0;
}

.reply-modal .modal-body {
    padding: 24px;
}

.reply-modal-donation-message {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    color: #666661;
    font-style: italic;
    margin-bottom: 16px;
    padding: 12px;
    background: #F8F9FA;
    border-radius: 12px;
    display: none;
}

.reply-modal-textarea {
    width: 100%;
    min-height: 100px;
    padding: 12px 16px;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    color: #141414;
    resize: vertical;
    transition: border-color 0.3s ease;
}

.reply-modal-textarea:focus {
    outline: none;
    border-color: #FF7141;
}

.reply-modal .modal-footer {
    border-top: 1px solid #E5E5E5;
    padding: 16px 24px;
    border-radius: 0 0 24px 24px;
}

.reply-modal .btn-outline-secondary {
    border-color: #E5E5E5;
    color: #666661;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 12px;
}

.reply-modal .btn-outline-secondary:hover {
    background: #F8F9FA;
    border-color: #E5E5E5;
    color: #141414;
}

.reply-modal .btn-primary {
    background: #FF7141;
    border: none;
    color: #FFFFFF;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 12px;
    transition: background-color 0.3s ease;
}

.reply-modal .btn-primary:hover {
    background: #E55A2B;
}

.reply-modal .btn-primary:disabled {
    background: #FFB399;
    cursor: not-allowed;
}

/* Supporter Reply Link */

/* Mobile Responsive */
@media (max-width: 576px) {
    .reply-modal .modal-dialog {
        margin: 16px;
    }

    .reply-modal .modal-header,
    .reply-modal .modal-body,
    .reply-modal .modal-footer {
        padding: 16px;
    }

    .reply-modal .modal-title {
        font-size: 16px;
    }

    .reply-modal-textarea {
        min-height: 80px;
        font-size: 13px;
    }

    .reply-modal-donation-message {
        font-size: 13px;
        padding: 10px;
    }
}

/* Message Card Styles */
.message-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    gap: 16px;
    width: 700px;
    height: 160px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
    border-radius: 48px;
    position: relative;
}

.message-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 16px;
    width: 100%;
    height: 25px;
}

.message-header h3 {
    margin: 0;
    width: 500px;
    height: 25px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #141414;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.social-links .social-link i {
    color: #141B34 !important;
}

.edit-btn {
    width: 24px;
    height: 24px;
    font-size: 16px;
    color: #141414;
    background: none;
    border: none;
    cursor: pointer;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.edit-btn i {
    font-size: 22px;
    color: #141B34;
}

.message-text {
    width: 100%;
    height: 15px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #666661;
    margin: 0;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.social-links {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    width: 184px;
    height: 24px;
    flex: none;
    order: 2;
    flex-grow: 0;
}

.social-link {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex: none;
    flex-grow: 0;
}

.social-link i {
    font-size: 29px;
    color: #141B34;
    transition: color 0.3s ease;
}

.bg-star .social-link i {
    color: #fff;
}

.social-link:hover i {
    color: #007bff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .message-card {
        width: 90%;
        max-width: 500px;
        height: auto;
        padding: 24px;
    }

    .message-header h3 {
        font-size: 18px;
        width: auto;
    }

    .message-text {
        font-size: 14px;
        line-height: 18px;
        height: auto;
    }

    .social-links {
        width: auto;
        justify-content: center;
    }
}

/* Ta
b System Styles */
.tab-content {
    width: 100%;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

/* Settings Styles */
.settings-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px 0;
}

.settings-card {
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
    border-radius: 48px;
    padding: 32px;
    margin-bottom: 24px;
}

.settings-header {
    margin-bottom: 24px;
}

.settings-header h3 {
    margin: 0;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #141414;
}

.settings-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.setting-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.setting-item label {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #141414;
}

.setting-input,
.setting-textarea {
    padding: 12px 16px;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    color: #141414;
    background: #FFFFFF;
    transition: border-color 0.3s ease;
}

.setting-input:focus,
.setting-textarea:focus {
    outline: none;
    border-color: #FF7141;
}

.setting-textarea {
    min-height: 80px;
    resize: vertical;
}

.url-input-group {
    display: flex;
    align-items: center;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    overflow: hidden;
}

.url-prefix {
    padding: 12px 16px;
    background: #F8F9FA;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    color: #666661;
    border-right: 1px solid #E5E5E5;
}

.url-input {
    border: none;
    border-radius: 0;
    flex: 1;
}

.change-password-btn {
    padding: 12px 24px;
    background: #FF7141;
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    align-self: flex-start;
}

.change-password-btn:hover {
    background: #E55A2B;
}

/* Toggle Switch Styles */
.toggle-item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.toggle-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.toggle-description {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 12px;
    color: #666661;
}

.toggle-switch {
    position: relative;
}

.toggle-switch input[type="checkbox"] {
    display: none;
}

.toggle-label {
    display: block;
    width: 48px;
    height: 24px;
    background: #E5E5E5;
    border-radius: 12px;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
}

.toggle-label::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.toggle-switch input[type="checkbox"]:checked+.toggle-label {
    background: #FF7141;
}

.toggle-switch input[type="checkbox"]:checked+.toggle-label::after {
    transform: translateX(24px);
}

/* Settings Actions */
.settings-actions {
    text-align: center;
    margin-top: 32px;
}

.save-settings-btn {
    padding: 16px 48px;
    background: #FF7141;
    color: #FFFFFF;
    border: none;
    border-radius: 24px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.save-settings-btn:hover {
    background: #E55A2B;
}

/* Responsive Settings */
@media (max-width: 768px) {
    .settings-container {
        padding: 0px;
    }

    .settings-card {
        padding: 24px;
        border-radius: 24px;
    }

    .toggle-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .toggle-switch {
        align-self: flex-end;
    }

    .save-settings-btn {
        width: 100%;
    }
}



/* Mobile Profile Dropdown Styles */
.mobile-profile-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    gap: 8px;
    width: 200px;
    background: #FFFFFF;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    z-index: 1000;
}

.mobile-profile-dropdown.active {
    display: flex;
}

.mobile-profile-menu-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
    width: 100%;
}

.mobile-profile-menu-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    gap: 8px;
    width: 100%;
    height: 44px;
    background: #FFFFFF;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.mobile-profile-menu-item:hover {
    background: #F8F9FA;
}

.mobile-profile-menu-item span {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #141B34;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.mobile-profile-menu-item.logout span {
    color: #FA233B;
}

.mobile-profile-menu-item.logout:hover {
    background: #FFF5F5;
}

.mobile-profile-menu-item svg {
    flex: none;
    order: 1;
    flex-grow: 0;
}

/* Responsive adjustments for profile dropdowns */
@media (max-width: 768px) {

    .mobile-profile-dropdown {
        width: 180px;
        right: 0;
    }
}

@media (max-width: 480px) {
    .mobile-profile-dropdown {
        width: 160px;
        right: 0;
    }

    .mobile-profile-menu-item {
        padding: 10px 12px;
        height: 40px;
    }

    .mobile-profile-menu-item span {
        font-size: 13px;
    }
}

/* Modal Overlay */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}

.modal-overlay.active {
    display: block;
}

/* Edit Form Styles */
.edit-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    gap: 16px;
    width: 700px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
    border-radius: 48px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    max-height: 90vh;
    overflow-y: auto;
}

.edit-form-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 16px;
    width: 100%;
    height: 25px;
}

.edit-form-header h3 {
    margin: 0;
    width: 350px;
    height: 25px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #141414;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.edit-form-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    width: 100%;
}

.edit-message-textarea {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px 16px 42px 16px;
    gap: 10px;
    width: 636px;
    height: 200px;
    border: 1px solid #141414;
    border-radius: 25px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #141414;
    resize: none;
    outline: none;

}

.edit-message-textarea:focus {
    outline: none;
    border-color: #FF7141;
}

.social-input-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.social-input-icon {
    position: absolute;
    left: 16px;
    font-size: 24px;
    color: #666661;
    pointer-events: none;
    z-index: 1;
}

.edit-social-input {
    width: 100%;
    padding: 12px 16px 12px 42px;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    color: #141414;
    background: #FFFFFF;
    transition: border-color 0.3s ease;
}

.edit-social-input:focus {
    outline: none;
    border-color: #FF7141;
}

.edit-social-input:focus+.social-input-icon,
.social-input-wrapper:focus-within .social-input-icon {
    color: #FF7141;
}

/* Mevcut Sosyal Medya Badge'leri */
.existing-social-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    margin-top: 12px;
    min-height: 40px;
    position: absolute;
    bottom: 190px;
    margin-left: 20px;
}

.social-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    padding-right: 10px;

    border-radius: 32px;
    transition: all 0.3s ease;
}

.social-badge:hover {
    background: #F0F1F2;
    border-color: #FF7141;
}

.social-badge-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.social-badge-icon svg {
    width: 100% !important;
    height: 100% !important;
    color: #141B34;
}

.social-badge-icon i {
    font-size: 20px;
    color: #141B34;
}

.social-badge-text {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #141414;
    line-height: 1;
}

.social-badge-remove {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cf4415;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.social-badge-remove:hover {
    background: #E55A2B;
    transform: scale(1.1);
}

.social-badge-remove i {
    font-size: 10px;
    color: #FFFFFF;
}

.add-social-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
    gap: 8px;
    width: 100%;
    background: #F8F9FA;
    border: 1px dashed #E5E5E5;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.add-social-btn:hover {
    background: #F0F1F2;
    border-color: #FF7141;
}

.add-social-btn span {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #666661;
}

.save-btn {
    padding: 12px 24px;
    background: #FF7141;
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    align-self: flex-end;
}

.save-btn:hover {
    background: #E55A2B;
}

/* Responsive adjustments for edit form */
@media (max-width: 768px) {
    .profile-container .edit-form {
        width: 95%;
        max-width: 500px;
        left: 50%;
        transform: translateX(-50%);
        height: auto;
        padding: 24px;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .profile-container .edit-form-header {
        width: 100%;
    }

    .profile-container .edit-message-textarea,
    .profile-container .edit-social-input,
    .profile-container .add-social-btn,
    .profile-container .save-btn {
        width: 100%;
    }

    .profile-container .edit-messag {
        height: 120px;
    }

    .modal-overlay {
        background: rgba(0, 0, 0, 0.6);
    }

    .edit-form-header h3 {
        font-size: 18px;
        width: auto;
    }

    .save-btn {
        width: 100%;
        align-self: stretch;
    }

    .social-badge {
        padding: 8px 0px;
        padding-right: 10px;
    }

    .social-badge-text {
        font-size: 13px;
    }

    .social-badge-remove {
        width: 16px;
        height: 16px;
        top: 3px;
        right: 2px;
    }

    .social-badge-remove i {
        font-size: 9px;
    }
}



/* Mobile Notification Menu Header Styles */
.mobile-notification-menu-header {
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0px 32px;
    gap: 230px;
    position: absolute;
    width: 358px;
    height: 96px;
    left: calc(50% - 358px/2);
    top: 0px;
}

.mobile-notification-menu-header .logo {
    /* Standart Logo */
    width: 75px;
    height: 48px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    position: relative;
}

.mobile-notification-menu-header .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mobile-notification-close-area {
    /* Frame 30 */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 16px;
    width: 64px;
    height: 24px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.mobile-notification-menu-close {
    /* Icon Button */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background: transparent;
    border: none;
    cursor: pointer;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.mobile-notification-menu-close i {
    /* menu-01 */
    width: 24px;
    height: 24px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    color: #fff;
    font-size: 18px;
}

/* Responsive adjustments for mobile notification header */
@media (max-width: 480px) {
    .mobile-notification-menu-header {
        width: 100%;
        left: 0;
        padding: 20px 16px 24px;
        gap: 0;
        justify-content: space-between;
    }

    .mobile-notification-menu-header .logo {
        width: 60px;
        height: 38px;
    }

    .mobile-notification-close-area {
        width: auto;
    }
}

/* Ti
me Filter Dropdown Styles */
.time-filter {
    position: relative;
}

.filter-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #141414;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    border-color: #FF7141;
    background: #FFF5F2;
}

.filter-btn i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.filter-btn.active i {
    transform: rotate(180deg);
}

.filter-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    display: none;
    flex-direction: column;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    z-index: 100;
    min-width: 150px;
}

.filter-dropdown.active {
    display: flex;
}

.filter-option {
    padding: 12px 16px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #141414;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.filter-option:hover {
    background: #FFF5F2;
    color: #FF7141;
}

.filter-option.selected {
    background: #FF7141;
    color: #FFFFFF;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .filter-btn {
        padding: 6px 12px;
        font-size: 13px;
    }

    .filter-dropdown {
        min-width: 140px;
    }

    .filter-option {
        padding: 10px 14px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .filter-btn {
        padding: 6px 10px;
        font-size: 12px;
        gap: 6px;
    }

    .filter-btn i {
        font-size: 10px;
    }

    .filter-dropdown {
        min-width: 130px;
        right: 0;
    }

    .filter-option {
        padding: 10px 12px;
        font-size: 12px;
    }
}

/* Earnings Card Responsive Styles */
.earnings-card {
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
    border-radius: 48px;
    padding: 32px;
    margin-bottom: 24px;
}

.earnings-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
}

.greeting-text {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #141414;
    margin: 0;
}

.profile-url-section {
    display: flex;
    align-items: center;
    gap: 8px;
}

.profile-url {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    color: #666661;
}

.copy-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #FF7141;
    transition: color 0.3s ease;
}

.copy-btn:hover {
    color: #E55A2B;
}

.divider {
    border: none;
    border-top: 1px solid #E5E5E5;
    margin: 16px 0;
}

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

.supporters-section {
    display: flex;
    align-items: center;
    gap: 8px;
}

.supporters-text {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #141414;
}

.info-btn-wrapper {
    position: relative;
    display: inline-block;
}

.info-btn {
    background: none;
    /* border: none; */
    width: auto;
    height: auto;
    cursor: pointer;
    color: #141414;
    padding: 0px 6px;
    font-style: italic;
    border-radius: 50%;
    border: 1px solid #141414;
    font-size: 12px;
    transition: all 0.3s ease;
}

.info-btn:hover {
    background: #141414;
    color: #FFFFFF;
}

.info-tooltip {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    background: #141414;
    color: #FFFFFF;
    padding: 12px 16px;
    border-radius: 12px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    white-space: normal;
    width: 280px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
}

.info-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #141414;
}

.info-btn-wrapper:hover .info-tooltip {
    opacity: 1;
    visibility: visible;
}

.earnings-amount {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #FF7141;
    margin: 0;
}

.earnings-stats {
    list-style: none;
    padding: 0;
    margin: 16px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.earnings-stats li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    color: #141414;
}

.stats-bullet {
    color: #141414;
    font-size: 14px;
}

.stats-text {
    font-weight: 400;
    color: #141414;
    font-size: 15px;
    ;
}

.stats-text strong {
    font-weight: 600;
    color: #141414;
}



.supporter-message {
    background: #F8F9FA;
    border-radius: 12px;
    padding: 12px 16px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    color: #141414;
    line-height: 1.5;
}


.reaction-pp {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.reaction-text {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 13px;
    color: #141414;
    line-height: 1.5;
}

.show-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px;
    margin-top: 16px;
    background: #F8F9FA;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #141414;
    cursor: pointer;
    transition: all 0.3s ease;
}

.show-more-btn:hover {
    background: #F0F1F2;
    border-color: #FF7141;
}

.show-more-btn i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.show-more-btn.loading {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Responsive Earnings Card */
@media (max-width: 768px) {
    .earnings-card {
        padding: 24px;
        border-radius: 32px;
    }

    .greeting-text {
        font-size: 20px;
    }

    .earnings-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .time-filter {
        width: 100%;
    }

    .filter-btn {
        width: 100%;
        justify-content: space-between;
    }

    .earnings-amount {
        font-size: 32px;
    }

    .earnings-stats li {
        font-size: 13px;
    }

    .stats-bullet {
        font-size: 14px;
    }

    .donation-card {
        padding: 24px;
        border-radius: 38px;
    }



    .supporter-message-container,
    .supporter-reaction {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .earnings-card {
        padding: 20px;
        border-radius: 24px;
    }

    .greeting-text {
        font-size: 18px;
    }

    .profile-url {
        font-size: 12px;
    }



    .supporters-text {
        font-size: 13px;
    }

    .info-tooltip {
        width: 240px;
        font-size: 12px;
        padding: 10px 14px;
        bottom: calc(100% + 8px);
    }

    .earnings-stats li {
        font-size: 12px;
    }





    .supporter-avatar {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .supporter-name {
        font-size: 13px;
    }

    .supporter-count {
        font-size: 11px;
    }

    .supporter-message {
        font-size: 13px;
        padding: 10px 14px;
    }

    .reaction-pp {
        width: 28px;
        height: 28px;
    }

    .reaction-text {
        font-size: 12px;
    }
}

/* Delete Message Button Styles */
.supporter-message-container {
    position: relative;
}

.delete-message-btn {
    position: absolute;
    top: -38px;
    right: 8px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    opacity: 0;
}

.supporter-message-container:hover .delete-message-btn {
    opacity: 1;
}

.delete-message-btn:hover {
    background: #FFF5F2;
    border-color: #FF7141;
}

.delete-message-btn i {
    font-size: 14px;
    color: #666661;
    transition: color 0.3s ease;
}

.delete-message-btn:hover i {
    color: #FF7141;
}

/* Delete Confirmation Modal */
.delete-message-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.delete-message-modal.active {
    display: flex;
}

.delete-message-modal-content {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 32px;
    max-width: 400px;
    width: 92%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.delete-message-modal-header {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #141414;
    margin-bottom: 16px;
    text-align: center;
}

.delete-message-modal-body {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    color: #6B7280;
    margin-bottom: 24px;
    line-height: 1.6;
    text-align: center;
}

.delete-message-modal-footer {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.delete-message-modal-btn {
    width: 100%;
    height: 56px;
    border-radius: 48px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
}

.delete-message-modal-btn-cancel {
    background: #E5E7EB;
    color: #141414;
}

.delete-message-modal-btn-cancel:hover {
    background: #D1D5DB;
}

.delete-message-modal-btn-delete {
    background: #FA233B;
    color: #FFFFFF;
}

.delete-message-modal-btn-delete:hover {
    background: #c7392d;
}

@media (max-width: 480px) {
    .delete-message-btn {
        width: 28px;
        height: 28px;
        opacity: 1;
    }

    .delete-message-btn i {
        font-size: 12px;
    }

    .delete-message-modal-content {
        padding: 24px;
    }

    .delete-message-modal-header {
        font-size: 18px;
    }
}


/* Username Lock Tooltip */
.username-lock-wrapper {
    position: relative;
}

.username-lock-wrapper .username-lock-tooltip {
    display: none;
    position: absolute;
    bottom: calc(100% + 12px);
    right: 0;
    background-color: #141414 !important;
    background: #141414 !important;
    color: #ffffff !important;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 400;
    white-space: normal;
    z-index: 99999;
    font-family: 'Be Vietnam Pro', sans-serif;
    pointer-events: none;
    line-height: 1.4;
    width: 250px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.username-lock-wrapper:hover .username-lock-tooltip {
    display: block !important;
}

.username-lock-wrapper .username-lock-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 8px;
    border: 6px solid transparent;
    border-top-color: #141414 !important;
}

/* Profile Input Icon Info Tooltip */
.profile-input-icon.info {
    position: relative;
    cursor: help;
    opacity: 1 !important;
}

.profile-input-icon.info svg {
    opacity: 1 !important;
}

.profile-input-icon.info svg path {
    stroke: #141414 !important;
    opacity: 1 !important;
}

.profile-input-icon.info::after {
    content: attr(title);
    position: absolute;
    bottom: calc(100% + 12px);
    right: 0;
    background: #141414 !important;
    color: #fff !important;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 400;
    white-space: normal;
    width: 280px;
    z-index: 10000;
    font-family: 'Be Vietnam Pro', sans-serif;
    pointer-events: none;
    line-height: 1.5;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.profile-input-icon.info:hover::after {
    opacity: 1;
    visibility: visible;
}

.profile-input-icon.info::before {
    content: '';
    position: absolute;
    top: -6px;
    right: 8px;
    border: 6px solid transparent;
    border-top-color: #141414;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.profile-input-icon.info:hover::before {
    opacity: 1;
    visibility: visible;
}

/* Bank Setting Styles */
.bank-setting .profile-field {

    padding-bottom: 16px;
    margin-bottom: 20px;
}

.bank-setting .profile-field:last-of-type {
    border-bottom: none;
}

.bank-setting .profile-input-group {
    border: none;
    border-bottom: 1px solid #797979;
    border-radius: 0px;
    height: 45px;
    padding: 0px 16px 20px 16px;
}

.bank-setting .profile-field-last .profile-input-group {
    border-bottom: 0px;
}

.bank-setting .profile-field {
    gap: 0px;
    margin-bottom: 10px;

}

.bank-setting .profile-field label {
    color: #141414;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 6px;
}

.bank-setting h3 {
    margin-bottom: 0px !important;
}

.bank-setting .profile-field input {
    color: #565656;
    font-size: 15px;
    border: none;
    padding: 8px 0;
    background: transparent;
}

.bank-setting .profile-field input:focus {
    outline: none;

}

/* Label with Info Icon */
.label-with-info {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.bank-info-icon {
    position: relative;
    cursor: pointer;
    color: #7c7c7c;
    font-size: 10px;
    transition: all 0.3s ease;
    width: 18px;
    height: 18px;
    border: 1px solid #7c7c7c;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bank-info-icon:hover {
    transform: scale(1.1);
    background: #7c7c7c;
    color: #fff;
}

.bank-info-icon::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 12px);
    left: 50%;
    background: #141414 !important;
    color: #fff !important;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 400;
    white-space: normal;
    width: 280px;
    z-index: 10000;
    font-family: 'Be Vietnam Pro', sans-serif;
    pointer-events: none;
    line-height: 1.5;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translate(-30%, 10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.bank-info-icon:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translate(-30%, 0);
}

.bank-info-icon::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 12px;
    border: 6px solid transparent;
    border-top-color: #141414;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.bank-info-icon:hover::before {
    opacity: 1;
    visibility: visible;
}

/* Update IBAN Modal */
.update-iban-modal,
.email-verification-modal {
    border-radius: 45px;
    padding: 12px 24px;
    background: #fff;
}

.update-iban-title,
.verification-title {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 900;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #141414;
    margin-bottom: 16px;
}

.update-iban-description,
.verification-description {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #7c7c7c;
    margin-bottom: 32px;
}

.iban-input-wrapper {
    margin-bottom: 32px;
}

.iban-input-wrapper label {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #141414;
    margin-bottom: 8px;
    display: block;
}

.iban-input {
    width: 100%;
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 48px;
    padding: 16px 24px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #141414;
}

.iban-input:focus {
    outline: none;
    border-color: none;
    background: #e8e8e8;
}

.modal-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-modal {
    width: 100%;
    height: 56px;
    border-radius: 48px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-vazgec {
    background: #E8E8E8;
    color: #141414;
}

.btn-vazgec:hover {
    background: #d0d0d0;
}

.btn-kaydet {
    background: #6366F1;
    color: #FFFFFF;
}

.btn-kaydet:hover {
    background: #5558dd;
}

/* Email Verification Code Inputs */
.verification-code-inputs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 32px;
}

.code-input {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 2px solid #E0E0E0;
    border-radius: 14px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #141414;
    transition: all 0.3s ease;
}

.code-input:focus {
    outline: none;
    border-color: #6366F1;
    background: #F5F5FF;
}

.code-input.filled {
    border-color: #6366F1;
    background: #F5F5FF;
}

/* Modal backdrop */
.modal-backdrop.show {
    opacity: 0.8;
    background: #000;
    z-index: 1040;
}

/* Delete Account Modal Styles */
.delete-account-modal,
.email-verification-modal {
    border-radius: 24px;
    border: none;
    padding: 0;
}

.delete-account-modal .modal-body,
.email-verification-modal .modal-body {
    padding: 32px 24px;
    text-align: center;
}

.delete-modal-title,
.verification-modal-title {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #141414;
    margin-bottom: 16px;
}

.delete-modal-description,
.verification-modal-description {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
    margin-bottom: 24px;
}

.btn-delete-cancel,
.btn-delete-confirm,
.btn-verification-cancel,
.btn-verification-confirm {
    width: 100%;
    height: 56px;
    border-radius: 48px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 12px;
}

.btn-delete-cancel,
.btn-verification-cancel {
    background: #E5E7EB;
    color: #141414;
}

.btn-delete-cancel:hover,
.btn-verification-cancel:hover {
    background: #D1D5DB;
}

.btn-delete-confirm {
    background: #FA233B;
    color: #FFFFFF;
}

.btn-delete-confirm:hover {
    background: #c7392d;
}

.btn-delete-confirm:disabled {
    background: #FCA5A5;
    cursor: not-allowed;
    opacity: 0.6;
}

.btn-verification-confirm {
    background: #FA233B;
    color: #FFFFFF;
}

.btn-verification-confirm:hover {
    background: #FCA5A5;
}

.btn-verification-confirm:disabled {
    background: #FCA5A5;
    cursor: not-allowed;
    opacity: 0.6;
}

/* Verification Code Inputs */
.verification-code-inputs {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-bottom: 16px;
}

.verification-digit {
    width: 48px;
    height: 56px;
    border: 2px solid #E5E7EB;
    border-radius: 12px;
    text-align: center;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #141414;
    transition: all 0.2s ease;
}

.verification-digit:focus {
    outline: none;
    border-color: #FF7141;
    background: #FFF5F2;
}

.verification-digit.filled {
    border-color: #FF7141;
    background: #FFF5F2;
}

#verification-error {
    display: block;
    text-align: center;
    margin-bottom: 16px;
    font-size: 14px;
}

/* Image Crop Modal Styles */
.image-crop-modal {
    border-radius: 24px;
    border: none;
}

.image-crop-modal .modal-header {
    border-bottom: 1px solid #E5E7EB;
    padding: 20px 24px;
}

.image-crop-modal .modal-title {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #141414;
}

.image-crop-modal .modal-body {
    padding: 24px;
    background: #F9FAFB;
}

.image-crop-modal .modal-footer {
    border-top: 1px solid #E5E7EB;
    padding: 20px 24px;
}

.crop-container {
    max-height: 400px;
    overflow: hidden;
    background: #000;
    border-radius: 12px;
}

.crop-container img {
    max-width: 100%;
    display: block;
}

/* Cropper.js custom styles */
.cropper-view-box,
.cropper-face {
    border-radius: 50%;
}

.cropper-view-box {
    box-shadow: 0 0 0 1px #39f;
    outline: 0;
}

.cropper-point {
    background-color: #39f;
}

.cropper-line {
    background-color: #39f;
}

.cropper-bg {
    background-image: none;
}

/* Profile Settings Container Styles */
.profile-settig-container {
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
    border-radius: 48px;
    padding: 32px;
}

.profile-settig-container h3 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #141414;
    margin-bottom: 12px;
}

.profile-settig-container>p {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    color: #7c7c7c;
    margin-bottom: 24px;
}

.profile-field {
    margin-bottom: 20px;
}

.profile-field label {
    display: block;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #7c7c7c;
    margin-bottom: 8px;
}

.profile-input-group {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    padding: 12px 16px;
    background: #FFFFFF;
}

.profile-input-group input {
    flex: 1;
    border: none;
    outline: none;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    color: #141414;
    background: transparent;
}

.profile-input-group input:not([readonly]) {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 4px 8px;
    margin: -4px -8px;
}

.profile-input-group input:not([readonly]):focus {
    background: #fff;
    box-shadow: 0 0 0 2px rgba(255, 113, 65, 0.2);
}

.profile-input-icon {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.profile-input-icon.edit:hover svg path {
    stroke: #FF7141;
}

.profile-input-icon.edit.active svg path {
    stroke: #FF7141;
}

.profile-input-icon.edit.active {
    opacity: 1 !important;
}

.profile-input-icon.lock {
    cursor: default;
}

.profile-avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    position: relative;
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
}

.profile-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.avatar-edit {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background: #FF7141;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.avatar-edit:hover {
    background: #E55A2B;
}

/* Delete Account Tab */
.delete-account-tab {}



.delete-account-tab p {
    text-align: center;
    font-size: 16px;
}

#deleteAccountBtn {
    background: #DC2626;
    border: none;
    padding: 14px 24px;
    border-radius: 26px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    transition: background 0.3s ease;
}

#deleteAccountBtn:hover {
    background: #B91C1C;
}

/* U
sername Lock Tooltip */
.username-lock-tooltip {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 12px;
    color: #666661;
    background: #F8F9FA;
    padding: 8px 12px;
    border-radius: 8px;
    margin-top: 4px;
    line-height: 1.5;
    border: 1px solid #E5E5E5;
}

/* Donation Card Header with Menu */
.donation-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
}

.donation-title {
    margin: 0;
}

.donation-menu-wrapper {
    position: relative;
    margin-top: -6px;
}

.donation-menu-btn {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    color: #141414;
    font-size: 20px;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.donation-menu-btn:hover {
    background: #F8F9FA;
}

.donation-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.12);
    padding: 8px;
    min-width: 180px;
    display: none;
    z-index: 1000;
}

.donation-dropdown.active {
    display: block;
}

.donation-dropdown-item {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 12px 16px;
    background: none;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #141414;
    transition: all 0.2s ease;
    text-align: left;
}

.donation-dropdown-item:hover {
    background: #F8F9FA;
}

.donation-dropdown-item i {
    font-size: 16px;
    color: #666661;
}

/* Report Modal Styles */
.report-modal-content {
    border-radius: 24px;
    border: none;
    background: #fff;
    color: #141414;
}

.report-modal-content .modal-header {
    padding: 24px 24px 0px !important;
}

.report-modal-title {
    font-family: 'Rubik One Regular', sans-serif;
    font-size: 20px;
    color: #141414;
    margin: 0;
    text-align: center;
    width: 100%;
}

.report-modal-content .btn-close {
    filter: invert(1);
    opacity: 0.8;
}

.report-modal-content .btn-close:hover {
    opacity: 1;
}

.report-modal-content .modal-body {
    padding: 16px 24px 24px;
}

.report-modal-description {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    color: #141414;
    margin-bottom: 24px;
    text-align: center;
}

.report-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.report-option {
    display: flex;
    align-items: center;
    padding: 16px;
    background: #fff;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0;
}
.bg-star .main-footer-brand h3 {
    bottom: -40px;
}

@media (max-width: 768px) {
  
    .main-footer-brand h3 {
   
        bottom: -53px !important;
     
    }
}
.report-option:hover {}

.report-option input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 12px;
    cursor: pointer;
    accent-color: #141414;
}

.report-option input[type="radio"]:checked+.report-option-text {
    font-weight: 600;
}

.report-option-text {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    color: #141414;
    flex: 1;
}

.report-description-wrapper {
    width: 90%;
    margin: 0 auto 20px auto;
}

.report-description-input {
    width: 100%;
    min-height: 100px;
    padding: 12px 16px;
    background: #e6e6e6;
    border: 0px solid #2A2A2A;
    border-radius: 12px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    color: #d0d0d0;
    resize: vertical;
    transition: border-color 0.3s ease;
}

.report-description-input::placeholder {
    color: #666661;
}

.report-description-input:focus {
    outline: none;
    border-color: #FFFFFF;
}

.report-submit-btn {
    width: 90%;
    padding: 14px;
    background: #141414;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 auto;
    display: block;
}

.report-submit-btn:hover {
    background: #E5E5E5;
}

.report-submit-btn:disabled {
    background: #666661;
    cursor: not-allowed;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .donation-header-wrapper {
        gap: 12px;
    }

    .donation-menu-btn {
        font-size: 18px;
        padding: 6px;
    }

    .donation-dropdown {
        min-width: 160px;
    }

    .donation-dropdown-item {
        padding: 10px 14px;
        font-size: 13px;
    }

    .report-modal-content .modal-header,
    .report-modal-content .modal-body {
        padding: 20px;
    }

    .report-modal-title {
        font-size: 28px;
    }

    .report-modal-description {
        font-size: 17px;
    }

    .report-option {
        padding: 0px;
    }

    .report-option-text {
        font-size: 16px;
        font-weight: 700;
        ;
    }
}

