@charset "UTF-8";
.withdraw-info .row1 {
    width: 90%;
}

.withdraw-info .row1 .tickets input {
    width: 69%;
    border: none;
    outline: none;
}

.withdraw-info .row2 {
    width: 90%;
}

.withdraw-info .row2 .wallet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 10px;
}

.withdraw-info .row2 .wallet-header h2 {
    font-weight: bold;
    font-size: 32px;
    color: #000000;
}

.withdraw-info .row2 .wallet-header .search-wallet {
    border-radius: 50px;
    width: 30%;
    height: 38px;
    display: flex;
    align-items: center;
    padding: 20px;
}

.withdraw-info .row2 .wallet-header .search-wallet input {
    border: none;
    outline: none;
    padding: 5px 10px;
}

.withdraw-info .row1 .tickets {
    display: flex;
    align-items: center;
    border-radius: 50px;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.1019607843);
    height: 72px;
    padding-left: 25px;
    padding-right: 20px;
    position: relative;
}

.withdraw-info .row1 .tickets button {
    background-color: #f05271;
    border-radius: 35px;
    height: 37px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    color: azure;
    width: 25%;
    position: absolute;
    right: 10px;
}

.withdraw-info .row1 .tickets .notice {
    color: rgba(0, 0, 0, 0.3607843137);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.withdraw-info .row1 .tickets .notice-content {
    color: rgba(0, 0, 0, 0.3607843137);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.withdraw-box {
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .withdraw-box table,
    .withdraw-box thead,
    .withdraw-box tbody,
    .withdraw-box th,
    .withdraw-box td,
    .withdraw-box tr {
        display: block;
        width: 100%;
    }
    .withdraw-box thead {
        display: none; /* إخفاء رؤوس الجدول */
    }
    .withdraw-box tbody tr {
        background: #fff;
        margin-bottom: 15px;
        border-radius: 10px;
        padding: 15px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }
    .withdraw-box tbody td {
        text-align: left;
        padding: 8px 0;
        border: none;
        display: flex;
    }
    .withdraw-box tbody td::before {
        content: attr(data-label);
        font-weight: bold;
        width: 120px;
    }
    .withdraw-box tbody td span {
        flex-grow: 1;
    }
}
.withdraw-box table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 15px;
    overflow: hidden;
}

.withdraw-box thead {
    background-color: #e7e7ed;
}

.withdraw-box thead th {
    text-align: center;
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
}

.withdraw-box tbody td {
    padding: 10px 5px;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    border-top: 1px solid #eee;
    text-align: center;
}

.withdraw-box .status {
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.withdraw-box .status.complete {
    background: #d6f7ed;
    color: #0ea77a;
}

.withdraw-box .status.pending {
    background: rgba(248, 153, 44, 0.2);
    color: #f8992c;
}

.withdraw-box .status.incomplete {
    background: #fcd6d9;
    color: #d64545;
}

.withdraw-box .details-btn {
    background: #ffa620;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
}

/*# sourceMappingURL=withdrawHistory.css.map */
