@charset "UTF-8";
.wallets-info .row1 {
    width: 100%;
}
html[lang="ar"] .col2 .wallets-info .span-2::after {
    content: "";
    position: absolute;
    left: 47px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 10px;
    background: #000000;
    position: absolute;
}
.wallets-info .row1 .tickets input {
    width: 69%;
    border: none;
    outline: none;
}

.wallets-info .row2 {
    width: 100%;
}

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

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

.wallets-info .row2 .wallet-header .search-wallet {
    border-radius: 50px;
    width: 30%;
    height: 38px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background-color: #ffffff;
}

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

.wallets-info .row1 .tickets {
    display: flex;
    align-items: center;
    border-radius: 50px;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.1019607843);
    padding: 15px;
    position: relative;
    background-color: #ffffff;
    justify-content: space-around;
}

.wallets-info .row1 .tickets .deposit {
    background-color: #f05271;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    border: none;
    color: azure;
    width: 35%;
    margin-right: 5px;
}
.wallets-info .row1 .tickets .deposit:hover {
    background-color: #8379b8;
}
html[lang="ar"] .wallets-info .row1 .tickets .deposit {
    right: 204px;
    margin-left: 5px;
}

.wallets-info .row1 .tickets .withdraw {
    border-radius: 35px;
    background-color: transparent;
    border: 1px solid #8379b8;
    font-size: 16px;
    font-weight: 700;
    color: #8379b8;
    width: 35%;
    padding: 10px;
}
.wallets-info .row1 .tickets .withdraw:hover {
    background-color: #8379b8;
    color: #ffffff;
    border: none;
}
html[lang="en"] .wallets-info .row1 .tickets .withdraw {
    right: 0px;
}
html[lang="ar"] .wallets-info .row1 .tickets .withdraw {
    left: -31px;
}

.wallets-info .row1 .tickets .wallet-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 70%;
    position: relative;
}

.wallets-info .row1 .tickets .notice {
    color: #f05271;
    font-weight: bold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
}

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

.wallet-box {
    background: white;
    border-radius: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.0823529412);
    position: relative;
    z-index: 1;
    padding: 20px;
    margin-bottom: 30px;
}

.wallet-box table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 15px;
    overflow: hidden;
}

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

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

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

.wallet-box .status {
    padding: 2px 25px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
}

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

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

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

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

.dashboard .overlay-deposit,
.dashboard .overlay-withdraw {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none; /* مخفي افتراضي */
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.dashboard .form-add-ticket .super-form-container {
    overflow-y: scroll;
    max-height: 80vh;
}
.dashboard .form-add-ticket {
    background-color: #ffffff;
    margin: 20px;
    border-radius: 30px;
    width: 800px;
    position: relative;
    z-index: 100;

    @media (max-width: 768px) {
        width: 400px;
    }

    @media (max-width: 480px) {
        width: 300px;
    }
}

.dashboard .form-add-ticket .form-container {
    padding: 20px;
    border-bottom: 1px solid gray;
    padding-bottom: 50px;
}

.dashboard .form-add-ticket .form-container .first-row {
    display: flex;
    flex-wrap: wrap;
}

.dashboard .form-add-ticket .form-container .payment-method {
    margin-top: 32px;
}

.dashboard .form-add-ticket .form-container .first-row .img-container {
    width: 21%;
    margin-right: 23px;
    border: 2px solid gray;
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    border-radius: 30px;
}

.dashboard .form-add-ticket .form-container .first-row .img-container.active {
    border-color: #ff2f92; /* فوشيا */
}

.dashboard
    .form-add-ticket
    .form-container
    .first-row
    .img-container.active
    .icon {
    display: flex; /* هنا بتظهر */
}

.dashboard .form-add-ticket .form-container .first-row .icon {
    height: 20px;
    width: 20px;
    background-color: #d64545;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.img-container.active .icon {
    display: flex; /* هنا بتظهر */
}

.dashboard .form-add-ticket .form-container .first-row div img {
    max-width: 100%;
}

.dashboard .form-add-ticket .form-container .constrains {
    padding-bottom: 20px;
    border-bottom: 1px solid gray;
}

.dashboard .form-add-ticket .form-container .constrains .title {
    font-size: 25px;
    font-weight: bold;
    color: #d64545;
}

.dashboard .form-add-ticket .form-container .constrains .content {
    font-size: 20px;
    font-weight: 600;
    color: #f05271;
}

.dashboard .form-add-ticket .form-container .balance {
    padding-bottom: 20px;
    border-bottom: 1px solid gray;
    padding-top: 20px;
    margin-bottom: 20px;
}

.dashboard .form-add-ticket .form-container .balance .balance-title {
    font-size: 25px;
    font-weight: bold;
    color: #666;
    margin-bottom: 10px;
}

.dashboard .form-add-ticket .form-container .balance .balance-price {
    font-size: 42px;
    font-weight: bold;
    color: #f05271;
    margin-bottom: 10px;
}

.dashboard .form-add-ticket .top-title {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid gray;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard .form-add-ticket .top-title .close-icon {
    font-size: 18px;
    cursor: pointer;
}

.dashboard .form-add-ticket .input-container {
    margin-bottom: 10px;
}

.dashboard .form-add-ticket .input-container input {
    width: 100%;
    height: 30px;
    padding: 24px;
    outline: none;
    border: 1px solid grey;
    border-radius: 50px;
}

.dashboard .form-add-ticket .form-control {
    border-radius: 50px;
    padding: 15px 20px;
}

.dashboard .form-add-ticket .title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.dashboard .form-add-ticket .top-title {
    display: flex;
}

.dashboard .form-add-ticket .form-buttons {
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.dashboard .form-add-ticket .form-buttons .close {
    margin-right: 20px;
    width: 20%;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 50px;
    font-size: 20px;
    color: white;
    background-color: #808080;
}

/* Custom Select Styles */
.custom-select {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.custom-select .options {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999;
    position: absolute;
    max-height: 250px;
    overflow-y: auto;
    border: 1px solid #f1f1f1;
}

.custom-select .label {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
    letter-spacing: 0%;
    color: #000;
    margin-top: 40px;
}

.custom-select .options.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.custom-select .options div {
    padding: 12px 20px;
    font-size: 15px;
    color: #444;
    transition: all 0.2s ease;
}

.custom-select .options div:hover {
    background-color: #f05271 !important;
    color: white !important;
    cursor: pointer;
}

.wallets-info .custom-select .options div:hover {
    background-color: #f05271;
    color: white;
    cursor: pointer;
}

.select-placeholder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    border: 1px solid #e2e2e2;
    padding: 0 25px;
    background-color: #ffffff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.select-placeholder:hover {
    border-color: #f05271;
}

.custom-select .select-placeholder .selected {
    font-weight: 500;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.36); /* Placeholder color */
    transition: color 0.3s ease;
}

.custom-select .select-placeholder .selected.has-value {
    color: #000; /* Selected value color */
}

.custom-select .select-placeholder .arrow {
    font-size: 14px;
    color: #888;
    transition: transform 0.3s ease;
}

.custom-select .select-placeholder .arrow.active {
    transform: rotate(180deg);
}

/* Restored Styles */
html[lang="ar"] .dashboard .form-add-ticket .form-buttons .close {
    margin-left: 20px;
}

html[lang="en"] .dashboard .form-add-ticket .form-buttons .close {
    margin-right: 20px;
}

.dashboard .form-add-ticket .form-buttons .create {
    width: 25%;
    border: none;
    outline: none;
    height: 40px;
    border-radius: 50px;
    font-size: 20px;
    color: white;
    font-weight: bold;
    background-color: #f05271;
}

html[lang="ar"] .dashboard .form-add-ticket .form-buttons .create {
    margin-left: 10px;
}

.dashboard .overlay-withdraw {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    /* مخفي افتراضي */
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

@media (max-width: 560px) {
    .wallets-info .row2 .wallet-header {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .wallets-info .row2 .wallet-header .search-wallet {
        width: 100%;
    }
}
@media (max-width: 959px) {
    .wallets-info .row1 .tickets {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 20px;
    }
    .wallets-info .row1 .tickets .withdraw {
        width: 50%;
    }
    .wallets-info .row1 .tickets .deposit {
        width: 50%;
    }
    .wallets-info .row1 .tickets .wallet-buttons {
        justify-content: flex-start;
        margin-top: 10px;
        width: 100%;
    }
    .wallets-info .row1 .tickets .notice-container {
        margin-top: 20px;
        margin-left: 10px;
        width: 100%;
    }
    .wallets-info .row1 .tickets .notice-container input {
        width: 60%;
    }
}
@media (max-width: 482px) {
    .wallets-info .row1 .tickets .wallet-buttons {
        flex-direction: column;
        align-items: flex-start;
    }
    .wallets-info .row1 .tickets .wallet-buttons .deposit {
        margin-bottom: 8px;
        width: 100%;
    }
    .wallets-info .row1 .tickets .wallet-buttons .withdraw {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .wallet-box table,
    .wallet-box thead,
    .wallet-box tbody,
    .wallet-box th,
    .wallet-box tr,
    .wallet-box td {
        display: block;
        width: 100%;
    }
    .wallets-info .row2 {
        width: 96%;
    }
    /* Hide the table header */
    .wallet-box thead {
        display: none;
    }
    .wallet-box tr {
        background: #fff;
        margin: 12px 0;
        padding: 15px;
        border-radius: 12px;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    }
    .wallet-box td {
        padding: 8px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #eee;
    }
    .wallet-box td:last-child {
        border-bottom: none;
    }
    /* Add labels before each cell */
    .wallet-box td:nth-child(1)::before {
        content: "Payment Gateway:";
        font-weight: bold;
        color: #444;
    }
    .wallet-box td:nth-child(2)::before {
        content: "Payment Status:";
        font-weight: bold;
        color: #444;
    }
    .wallet-box td:nth-child(3)::before {
        content: "Deposit Amount:";
        font-weight: bold;
        color: #444;
    }
    .wallet-box td:nth-child(4)::before {
        content: "Deposit Date:";
        font-weight: bold;
        color: #444;
    }
    .wallet-box td {
        font-size: 14px;
    }
    /* Status style stays same */
    .wallet-box .status {
        margin-left: 10px;
    }
}
@media (max-width: 1025px) {
    .dashboard .form-add-ticket {
        width: 90%;
    }
}
@media (max-width: 670px) {
    .dashboard .form-add-ticket .form-buttons {
        flex-direction: column;
        padding: 20px 10px;
    }
    .dashboard .form-add-ticket .form-buttons .close {
        width: 100%;
        margin-bottom: 20px;
    }
    .dashboard .form-add-ticket .form-buttons .create {
        width: 100%;
    }
    .dashboard .form-add-ticket .form-buttons .close {
        margin-right: 0px;
    }
    html[lang="ar"] .dashboard .form-add-ticket .form-buttons .close {
        margin-left: 0px;
    }
}
@media (max-width: 1235px) {
    .dashboard .form-add-ticket .form-container .first-row .img-container {
        width: 29%;
    }
}
@media (max-width: 563px) {
    .dashboard .form-add-ticket .form-container .first-row .img-container {
        width: 43%;
    }
}
@media (max-width: 435px) {
    .dashboard .form-add-ticket .form-container .first-row {
        justify-content: center;
    }
    .dashboard .form-add-ticket .form-container .first-row .img-container {
        width: 40%;
    }
}

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