.gegov-account {
    max-width: 900px;
    margin: 40px auto;
    font-family: Arial, sans-serif;
}

.gegov-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #111;
    color: #fff;
    padding: 20px;
    border-radius: 12px;
}

.gegov-balance {
    text-align: right;
}

.gegov-balance strong {
    font-size: 22px;
    color: #00ffa3;
}

.gegov-card {
    background: #f9f9f9;
    padding: 20px;
    margin-top: 20px;
    border-radius: 12px;
}

.gegov-crypto-list {
    list-style: none;
    padding: 0;
}

.gegov-crypto-list li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.gegov-crypto-list a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.gegov-empty {
    color: #888;
}

.gegov-alert {
    color: red;
}
.gegov-crypto-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
    padding: 0;
    list-style: none;
}

.gegov-crypto-item {
    background: #fff;
    border-radius: 12px;
    text-align: center;
    padding: 15px;
    transition: 0.2s;
    border: 1px solid #eee;
}

.gegov-crypto-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.gegov-crypto-logo img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 10px;
}

.gegov-no-logo {
    width: 60px;
    height: 60px;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
}

.gegov-crypto-name {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.gegov-account-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.gegov-account-right {
    display: flex;
    gap: 10px;
}

.gegov-account-right .gegov-btn {
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 14px;
    transition: 0.2s ease;
}

.gegov-account-right .gegov-btn:hover {
    transform: translateY(-2px);
}

.gegov-status-cancelled{

    color:#6b7280;

    font-weight:700;
}

.gegov-cancel-btn{

    display:inline-block;

    padding:6px 12px;

    border-radius:8px;

    background:#ef4444;

    color:#fff;

    text-decoration:none;

    font-size:13px;

    font-weight:600;

    transition:.2s;
}

.gegov-cancel-btn:hover{

    opacity:.9;
}

/* =========================
   WALLET CRG
========================= */

.gegov-wallet-card {

    background: #fff;

    border: 1px solid #e5e7eb;

    border-radius: 16px;

    padding: 24px;

    margin: 25px 0;

    box-shadow: 0 4px 18px rgba(0,0,0,.05);

}

.gegov-wallet-card h3 {

    margin: 0 0 10px;

    font-size: 22px;

    font-weight: 700;

}

.gegov-wallet-desc {

    color: #6b7280;

    margin-bottom: 18px;

}

.gegov-wallet-input {

    width: 100%;

    height: 52px;

    padding: 0 16px;

    border: 2px solid #e5e7eb;

    border-radius: 12px;

    font-size: 15px;

    transition: .2s ease;

    margin-bottom: 15px;

    box-sizing: border-box;

}

.gegov-wallet-input:focus {

    outline: none;

    border-color: #2563eb;

    box-shadow: 0 0 0 4px rgba(37,99,235,.12);

}

.gegov-wallet-input::placeholder {

    color: #9ca3af;

}

.gegov-wallet-card .gegov-btn {

    min-width: 180px;

}
.gegov-wallet-saved {

    display: inline-block;

    background: #ecfdf5;

    color: #15803d;

    padding: 8px 14px;

    border-radius: 999px;

    font-size: 13px;

    font-weight: 600;

    margin-bottom: 15px;

}
.gegov-pagination{

    margin-top:25px;

    text-align:center;
}

.gegov-pagination .page-numbers{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:40px;

    height:40px;

    margin:0 4px;

    padding:0 12px;

    border-radius:12px;

    background:#fff;

    border:1px solid #e5e7eb;

    text-decoration:none;

    color:#111827;

    font-weight:600;

    transition:.2s;
}

.gegov-pagination .page-numbers:hover{

    background:#22c55e;

    color:#fff;

    border-color:#22c55e;
}

.gegov-pagination .current{

    background:#22c55e;

    color:#fff;

    border-color:#22c55e;
}
/* =========================
   CARD
========================= */

.gegov-card{

    background:#fff;

    border:1px solid #ececec;

    border-radius:20px;

    padding:24px;

    box-shadow:
        0 6px 20px
        rgba(0,0,0,.05);

    margin-bottom:30px;
}

.gegov-card h3{

    margin:0 0 20px;

    font-size:22px;

    font-weight:700;

    color:#111827;
}


/* =========================
   TABLE
========================= */

.gegov-withdraw-table{

    width:100%;

    border-collapse:collapse;
}

.gegov-withdraw-table thead th{

    background:#f8fafc;

    color:#64748b;

    font-size:13px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:.5px;

    padding:14px;

    border-bottom:1px solid #e5e7eb;
}

.gegov-withdraw-table tbody td{

    padding:16px 14px;

    border-bottom:1px solid #f1f5f9;

    vertical-align:middle;
}

.gegov-withdraw-table tbody tr{

    transition:.2s;
}

.gegov-withdraw-table tbody tr:hover{

    background:#f8fafc;
}


/* =========================
   STATUS
========================= */

.gegov-status-approved,
.gegov-status-rejected,
.gegov-status-cancelled,
.gegov-status-pending{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:6px 12px;

    border-radius:999px;

    font-size:12px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:.5px;
}

.gegov-status-approved{

    background:#dcfce7;

    color:#15803d;
}

.gegov-status-rejected{

    background:#fee2e2;

    color:#dc2626;
}

.gegov-status-cancelled{

    background:#e5e7eb;

    color:#6b7280;
}

.gegov-status-pending{

    background:#fef3c7;

    color:#d97706;
}


/* =========================
   CANCEL BUTTON
========================= */

.gegov-cancel-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:8px 14px;

    border-radius:12px;

    background:#fff;

    border:1px solid #ef4444;

    color:#ef4444;

    font-weight:600;

    text-decoration:none;

    transition:.2s;
}

.gegov-cancel-btn:hover{

    background:#ef4444;

    color:#fff;
}


/* =========================
   EMPTY
========================= */

.gegov-no-withdrawals{

    padding:20px;

    text-align:center;

    color:#6b7280;
}


/* =========================
   MOBILE
========================= */

@media (max-width:768px){

    .gegov-card{

        padding:18px;
    }

    .gegov-withdraw-table{

        display:block;

        overflow-x:auto;

        white-space:nowrap;

        -webkit-overflow-scrolling:touch;
    }

    .gegov-withdraw-table thead th{

        font-size:12px;
    }

    .gegov-withdraw-table tbody td{

        font-size:14px;
    }

    .gegov-cancel-btn{

        min-width:100px;
    }
}

.gegov-holders-header{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:15px;

    margin-bottom:24px;

    flex-wrap:wrap;
}

.gegov-holders-header h2{

    margin:0;

    font-size:24px;

    font-weight:700;

    color:#111827;
}


.gegov-holder-card{

    width:100%;

    background:#fff;

    border:1px solid #e5e7eb;

    border-radius:16px;

    padding:15px;

    box-sizing:border-box;

    transition:.2s;
}

.gegov-holder-card:hover{

    border-color:#22c55e;
}

.gegov-wallet-wrapper{

    display:flex;
    
    align-items:center;

    gap:10px;

    margin-top:12px;

    padding:10px;

    border-radius:14px;

    background:#f8fafc;

    border:1px solid #e5e7eb;
}
.gegov-wallet-address{

    display:block;

    font-family:monospace;

    font-size:14px;

    color:#111827;

    line-height:1.7;

    word-break:break-all;

    margin-bottom:12px;
}
.gegov-wallet-wrapper code{

    flex:1;

    overflow:hidden;

    white-space:nowrap;

    font-size:12px;

    color:#475569;
}

.gegov-copy-wallet,
.gegov-approve-holder,
.gegov-delete-holder{

    border:none;

    border-radius:999px;

    padding:8px 16px;

    font-size:13px;

    font-weight:600;

    cursor:pointer;

    transition:.2s;
}

.gegov-copy-wallet{

    background:#f9f4f6;

    color:#111827;
}

.gegov-approve-holder{

    border:none;

    background:#22c55e;

    color:#fff;

    padding:10px 18px;

    border-radius:999px;

    font-weight:600;

    cursor:pointer;

    transition:.2s;
}
.gegov-holder-meta{

    display:flex;

    gap:16px;

    align-items:center;

    flex-wrap:wrap;

    margin-bottom:12px;

    font-size:13px;

    color:#64748b;
}

.gegov-approve-holder:hover{

    background:#16a34a;

    transform:translateY(-1px);
}

.gegov-delete-holder{

    border:none;

    background:#ef4444;

    color:#fff;

    padding:10px 18px;

    border-radius:999px;

    font-weight:600;

    cursor:pointer;

    transition:.2s;
}

.gegov-delete-holder:hover{

    background:#dc2626;

    transform:translateY(-1px);
}
.gegov-holder-actions{

    display:flex;

    gap:10px;

    flex-wrap:wrap;
}

.gegov-holder-status{

    padding:4px 10px;

    border-radius:999px;

    font-size:12px;

    font-weight:600;
}

.gegov-holder-status.approved{

    background:#dcfce7;

    color:#15803d;
}

.gegov-holder-status.pending{

    background:#fef3c7;

    color:#d97706;
}

@media (max-width:768px){

    .gegov-holder-card{

        padding:14px;
    }

    .gegov-holder-actions{

        width:100%;

        flex-direction:column;
    }

    
    .gegov-approve-holder,
    .gegov-delete-holder{

        width:100%;
    }
	
	.gegov-wallet-wrapper code{
    font-size:11px;

}
}
.gegov-holder-title{

    margin:0 0 12px;

    font-size:22px;

    font-weight:700;
    
	color:#dc2626;
    
}

.gegov-holder-subtitle{

    display:block;

    margin-top:4px;

    font-size:12px;

    font-weight:700;

    color:#111827;

    text-transform:uppercase;

    letter-spacing:.5px;
}

/* =========================
   HEADER
========================= */

.gegov-history-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:20px;

    margin-bottom:25px;

    flex-wrap:wrap;
}

.gegov-history-header h2{

    margin:0;

    font-size:28px;

    font-weight:700;

    color:#111827;
}


/* =========================
   GRID
========================= */

.gegov-history-grid{

    display:flex;

    flex-direction:column;

    gap:18px;

    margin-top:20px;
}


/* =========================
   CARD
========================= */


.gegov-campaign-history-card{

    position:relative;

    background:#fff;

    border:1px solid #e5e7eb;

    border-radius:14px;

    padding:14px 18px;

    overflow:hidden;
}

.gegov-campaign-history-card:hover{

    border-color:#22c55e;

    box-shadow:
        0 8px 24px
        rgba(0,0,0,.05);
}


/* linea superiore */

.gegov-campaign-history-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:4px;

    background:
        linear-gradient(
            90deg,
            #22c55e,
            #3b82f6
        );
}

.gegov-campaign-history-card h3{

    margin:0 0 10px;

    font-size:17px;

    font-weight:700;

    color:#111827;
}

.gegov-campaign-history-card p{

    display:inline-flex;

    align-items:center;

    margin:0 18px 8px 0;

    border:none;

    padding:0;

    font-size:13px;

    white-space:nowrap;
	
	flex-shrink:0;
}

.gegov-campaign-history-card strong{

    margin-right:5px;

    color:#64748b;

    font-weight:600;
	
	flex-shrink:0;
}


/* =========================
   PROGRESS
========================= */

.gegov-progress{

    margin-top:8px;

    height:6px;

    background:#e5e7eb;

    border-radius:999px;

    overflow:hidden;
}

.gegov-progress-bar{

    height:100%;

    background:
        linear-gradient(
            90deg,
            #22c55e,
            #3b82f6
        );
}


/* =========================
   EMPTY
========================= */

.gegov-history-grid + p{

    text-align:center;

    padding:40px;

    border:1px dashed #d1d5db;

    border-radius:18px;

    background:#fff;

    color:#64748b;
}


/* =========================
   PAGINATION
========================= */

.gegov-pagination{

    display:flex;

    justify-content:center;

    align-items:center;

    flex-wrap:wrap;

    gap:8px;

    margin:30px 0;
}

.gegov-pagination .page-numbers{

    min-width:42px;

    height:42px;

    display:flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    border-radius:12px;

    background:#fff;

    border:1px solid #e5e7eb;

    color:#334155;

    font-weight:600;

    transition:.2s;
}

.gegov-pagination .page-numbers:hover{

    border-color:#22c55e;

    color:#22c55e;
}

.gegov-pagination .current{

    background:
        linear-gradient(
            135deg,
            #22c55e,
            #3b82f6
        );

    color:#fff;

    border:none;
}

.gegov-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    z-index: 999999;
}

.gegov-modal-content {
    background: #fff;
    width: 520px;
    max-width: 90%;
    margin: 10% auto;
    padding: 20px;
    border-radius: 12px;
    position: relative;
    animation: fadeIn 0.2s ease-in-out;
}

.gegov-close {
    position: absolute;
    right: 12px;
    top: 8px;
    font-size: 26px;
    cursor: pointer;
}

.gegov-help-btn {
    margin-left: 10px;
    padding: 5px 12px;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #ff7011;
    border-radius: 6px;
}

.gegov-help-btn:hover {
    background: #eee;
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

.gegov-danger-zone {

    margin-top: 40px;

    padding: 20px;

    border: 1px solid #ffb3b3;

    background: #fff5f5;

    border-radius: 12px;

}

.gegov-delete-btn {

    background: #d93025;

    color: #fff;

    border: 0;

    padding: 12px 18px;

    border-radius: 8px;

    cursor: pointer;

    font-weight: 600;

}

.gegov-delete-btn:hover {

    opacity: .9;

}

.gegov-delete-modal {

    display: none;

    position: fixed;

    inset: 0;

    background: rgba(0,0,0,.65);

    z-index: 999999;

}

.gegov-delete-content {

    width: 90%;

    max-width: 500px;

    margin: 80px auto;

    background: #fff;

    padding: 25px;

    border-radius: 12px;

    position: relative;

    box-sizing: border-box;

}

.gegov-delete-content h2 {

    margin-top: 0;

}

.gegov-delete-input {

    width: 100%;

    padding: 12px;

    margin-top: 8px;

    margin-bottom: 18px;

    border: 1px solid #ddd;

    border-radius: 8px;

    box-sizing: border-box;

}

.gegov-delete-confirm-btn {

    width: 100%;

    background: #d93025;

    color: #fff;

    border: 0;

    padding: 14px;

    border-radius: 8px;

    cursor: pointer;

    font-weight: 700;

}

.gegov-delete-confirm-btn:hover {

    opacity: .9;

}

.gegov-close {

    position: absolute;

    top: 12px;

    right: 15px;

    font-size: 28px;

    cursor: pointer;

    line-height: 1;

}

.gegov-warning {

    margin: 20px 0;

    padding: 16px 18px;

    background: #fff1f1;

    border: 1px solid #ffb3b3;

    border-left: 5px solid #d93025;

    border-radius: 10px;

    color: #8a1c1c;

    font-size: 14px;

    line-height: 1.6;

}
.gegov-buy-help{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:15px;
}

.gegov-buy-help p{
    margin:0;
}



.gegov-popup{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.7);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:9999;
}

.gegov-popup-content{
    background:#fff;
    padding:25px;
    border-radius:12px;
    max-width:500px;
    width:90%;
    position:relative;
}

.gegov-popup-close{
    position:absolute;
    top:12px;
    right:16px;
    width:32px;
    height:32px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    cursor:pointer;
    font-size:24px;
    font-weight:bold;
    line-height:1;
    transition:all .2s ease;
}

.gegov-popup-close:hover{
    background:rgba(0,0,0,.08);
    transform:scale(1.1);
}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

    .gegov-campaign-history-card{

        padding:18px;
    }

     .gegov-campaign-history-card p{

        display:flex;

        margin:6px 0;

        white-space:normal;
    }

    .gegov-history-header{

        flex-direction:column;

        align-items:flex-start;
    }

    .gegov-history-header .gegov-btn{

        width:90%;

        justify-content:center;
    }
}


