
body {
    font-family: Arial, sans-serif;
    background-color: rgb(26, 32, 38);
    margin: 0;
    padding: 0;
    color: #fff;
    min-height: 100vh;
    overflow-x: hidden;
}





.header {
    display: flex;
    align-items: center;
    padding: 1px 4px;
    background-color: #212a33;
    border-bottom: 1px solid #212a33;
    width: 100%;
    box-sizing: border-box;
}

.logo {
    width: 108px;
    height: auto;

}


.logoo {
    width: 108px;
    height: auto;
    margin-right: 6px;
    margin-top: 4px;
}

.logo1 {
    width: auto;
    height: 33px;
}

.search-container {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #2b343e;
    border-radius: 8px;
}

.search-icon {
    position: absolute;
    left: 10px;
    width: 15px;
    height: 15px;
}

.search-input {
    height: auto;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 12px 6px 32px;
    box-shadow: none !important;
    border: none;
    background: transparent;
    color: #8c9aa9;
    text-overflow: ellipsis;
    outline: none;
    width: 150px;
    box-sizing: border-box;
}

.search-input::placeholder {
    color: #8794A1;
    text-align: center;
}


.container {
    padding: 10px 10px;
    width: 100%;
    box-sizing: border-box;
}


.username-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 0 5%;
    flex-wrap: wrap;
}

.username {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
}

.deal-status {
    background-color: #259b4034;
    font-size: 13px;
    line-height: 17px;
    padding: 3px 10px;
    margin: 9px 10px 4px;
    border-radius: 6px;
    font-weight: 500;
    color: #33e66c;
}


.card {
    background-color: #212a33;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.card-header {
    display: flex;
    justify-content: space-between;
    background-color: rgb(41, 52, 64);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 11px;
    font-weight: 700;
    color: #8794A1;
    padding: 5px 15%;
}

.card-header span {
    font-weight: 700 !important; 
}

.card-content {
    display: flex;
    justify-content: space-between;
    padding: 10px 12%;
}

.column {
    display: flex;
    flex-direction: row; 
    align-items: center; 
    gap: 8px; 
}

.card-content .amount {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px; 
    font-family: ProductSans, -apple-system, system-ui, sans-serif !important;
}

.card-content .amount span {
    font-weight: 700; 
    font-family: ProductSans, -apple-system, system-ui, sans-serif !important;
}

.coin-icon {
    width: 14px; 
    height: 16px;
    margin-right: 3px;
    display: block;
    position: relative;
    top: 0.75px; 
}

.converted {
    font-size: 13px; 
    color: #8794A1;
    font-weight: 400; 
    font-family: ProductSans, -apple-system, system-ui, sans-serif !important;
}

.how-it-works {
    display: none; 
    margin: 0 0 15px 15px;
    background: none;
    border: none;
    color: #8794A1;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    text-align: left;
}


.info-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid #13191e8b;
}

.info-row:last-child {
    border-bottom: none;
}

.info-label {
    font-weight: 600;
    color: #fff;
    font-size: 12px;
}

.info-value {
    font-weight: 500;
    color: #248bda;
    font-size: 12px;
    word-break: break-all;
}

.deal-header {
    text-align: center;
    margin: 10px 0;
}

.deal-title {
    color: #8794A1;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

.deal-subtitle {
    color: #8794A1;
    font-weight: 400;
    font-size: 12px;
    margin: 3px 0 0;
}


.connect-wallet {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #248bda;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.connect-wallet:hover {
    background-color: rgb(30, 127, 201);
}

.subscribe-updates {
    display: none; 
    align-items: center;
    justify-content: center; 
    width: 100%;
    background: none;
    border: none;
    color: #8794A1;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
    text-decoration: underline; 

}

.subscribe-icon {
    width: 14px;
    height: 14px;
    margin-right: 5px; 
    display: none;
}



.merchant-card {
    background-color: rgb(41, 52, 64); 
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    margin-top: 20px;
}

.merchant-row {
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
    border-bottom: 1px solid #13191e00;
}

.merchant-row:last-child {
    border-bottom: none;
}

.merchant-label {
    font-weight: 700;
    color: #8794A1;
    font-size: 12px;
}

.merchant-value {
    font-weight: 700;
    color: #ffffff; 
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 2px;
}

.merchant-value.merchant-id {
    color: #8794A1; 
}

.merchant-icon {
    width: 14px; 
    height: 16px;
    margin: 0;
    display: block;
    position: relative;
    top: 0.75px; 
}

.merchant-icon-v {
    width: 13.5px;
    height: 13px;
}



.footer {
    background-color: #111417;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    padding: 10px 0;
    margin: 0;
    left: 0;
    color: #8794A1;
    font-size: 12px;
    z-index: 10;
}

.footer-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 12px;
}

.footer-icon {
    width: 18.5px;
    height: 18px;
    vertical-align: middle; 
    display: inline-block; 
}


.transactions {
    margin-bottom: 80px; 
    width: 100%;
    box-sizing: border-box;
}

.transactions-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px 15px;
    text-align: left;
}

.transactions-table {
    background-color: #212a33;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.transactions-header {
    display: flex;
    justify-content: space-between;
    background-color: rgb(41, 52, 64);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 11px;
    color: #8794A1;
    padding: 5px 15px;
}

.transactions-header span {
    flex: 1;
    text-align: center;
    font-weight: 700 !important;
}

.transactions-header span:first-child {
    text-align: left;
}

.transactions-header span:last-child {
    text-align: right;
}

.transactions-body {
    padding: 5px 15px; 
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    transition: height 0.3s ease-in-out; 
}

.transaction-row {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    align-items: center;
    position: relative;
    z-index: 1;
}

.transaction-row:not(:last-child)::after {
    content: '';
    position: absolute;
    left: -15px; 
    right: -15px; 
    bottom: 0;
    border-bottom: 1px solid #13191e8b; 
    z-index: 0;
}

.transaction-row span {
    flex: 1;
    font-size: 12px;
    text-align: center;
}

.transaction-row span:first-child {
    text-align: left;
    color: #8794A1; 
}

.transaction-row span:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.transaction-row .price {
    color: #ffffff;
    font-weight: 700;
}

.transaction-row .price-usd {
    color: #8794A1;
    font-weight: 400;
    font-size: 11px;
}

.transaction-row .status {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 2px;
}

.transaction-row .status-content {
    display: flex;
    align-items: center;
    gap: 5px; 
    font-weight: 700; 
}

.transaction-row .status.completed .status-content {
    color: #248bda;
}

.transaction-row .status.pending .status-content {
    color: #ff8633;
}

.transaction-row .status.in-progress .status-content {
    color: #33e66c;
}

.transaction-row .status-icon {
    width: 12px;
    height: 12px;
}

.transaction-row .status.in-progress .status-icon {
    animation: spin 1s linear infinite; 
}

.transaction-row .time-ago {
    color: #8794A1;
    font-size: 10px;
    font-weight: 400;
}

.transaction-row.animate {
    animation: scaleIn 0.3s ease-in-out;
}

@keyframes scaleIn {
    0% { transform: scale(0.8); opacity: 0.7; }
    100% { transform: scale(1); opacity: 1; }
}

.transaction-row.pulse {
    animation: pulsePending 0.5s ease-in-out;
}

@keyframes pulsePending {
    0% { transform: scale(1); }
    25% { transform: scale(0.9); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.transaction-row.remove {
    animation: slideOutRight 0.3s ease-in-out forwards;
}

@keyframes slideOutRight {
    0% { transform: translateX(0); opacity: 1; }
    100% { transform: translateX(100%); opacity: 0; }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.timer-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
}

.timer-label {
    color: #8794A1;
    font-size: 14px;
    font-weight: 500;
}

.timer-value {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.timer-value.orange {
    color: #ff8633;
}

.timer-value.red {
    color: #e30c0c;
}


.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85); 
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #111213;
    border-radius: 10px;
    border: 1px solid #1c1e1f92;
    padding: 20px;
    width: 80%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative; 
}

.modal-icons {
    display: flex;
    justify-content: center;
    align-items: center; 
    gap: 10px; 
}

.modal-icon1 {
    width: 30px;
    height: 30px;
}

.modal-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    align-self: center;
    margin: 0;
}

.modal-description {
    color: #8794A1;
    font-size: 12px;
    font-weight: 400;
    align-self: center;
    text-align: center;
    margin: 0;
    line-height: 1.5;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px; 
    height: 20px;
    background-color: #232525; 
    border-radius: 50%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.modal-close svg {
    width: 10px; 
    height: 10px;
}

