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

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

.wallets-info-producer .row2 .wallet-header {
    display: flex;
    justify-content: space-between;
    padding-left: 25px;
    margin-top: 40px;
    margin-bottom: 25px;
}

html[lang="ar"] .wallets-info-producer .row2 .wallet-header {
    padding-right: 25px;
    padding-left: 0;
}

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

.wallets-info-producer .row2 .wallet-header .search-wallet {
    border-radius: 50px;
    width: 30%;
    height: 38px;
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.0823529412);
}

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

.wallets-info-producer .row1 .tickets {
    display: flex;
    align-items: center;
}

.wallets-info-producer .row1 .ticket-container {
    border-radius: 50px;
    box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.1019607843);
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ffffff;
}
html[lang="ar"] .wallets-info-producer .row1 .ticket-container {
    padding-left: 18px;
    padding-right: 25px;
}
html[lang="en"] .wallets-info-producer .row1 .ticket-container {
    padding-right: 18px;
    padding-left: 15px;
}

.wallets-info-producer .row1 .tickets .deposit {
    background-color: #8379b8;
    border-radius: 35px;
    height: 37px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    color: azure;
    width: 100%;
    margin-right: 5px;
}
.wallets-info-producer .row1 .tickets .deposit:hover {
    background-color: #f05271;
}
.wallets-info-producer .row1 .tickets .withdraw {
    border-radius: 35px;
    background-color: transparent;
    border: 1px solid #8379b8;
    height: 37px;
    font-size: 16px;
    font-weight: 700;
    color: #8379b8;
    width: 35%;
}

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

.wallets-info-producer .row1 .tickets .balance {
    color: #8379b8;
    font-weight: bold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    padding-bottom: 7px;
}

.wallets-info-producer .row1 .tickets .notice-container {
    width: 90%;
}

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

.wallets-info-producer .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: 18px;
    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(128, 128, 128, 0.2);
    color: #808080;
}

.wallet-box .status.spent {
    background: #fce6d6;
    color: #ff7a00;
}

.wallet-box .status.refused {
    background: rgba(240, 82, 113, 0.2);
    color: #f05271;
}

.wallet-box .status.inescrow {
    background: rgba(131, 121, 184, 0.2);
    color: #8379b8;
}

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

.dashboard-producer .overlay-deposit {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    /* مخفي افتراضي */
    z-index: 10000;
    display: none;
    justify-content: center;
    align-items: center;
}
.dashboard-producer .form-add-ticket {
    background-color: #ffffff;
    margin: 20px;
    width: 50%;
    border-radius: 30px;
    padding-bottom: 30px;
}
.dashboard-producer .form-add-ticket .super-form-container {
    max-height: 60vh;
    overflow-y: scroll;
}
.dashboard-producer .form-add-ticket .form-container {
    padding: 20px 30px;
    border-bottom: 1px solid gray;
}

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

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

.dashboard-producer .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-producer
    .form-add-ticket
    .form-container
    .first-row
    .img-container.active {
    border-color: #ff2f92;
    /* فوشيا */
}

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

.dashboard-producer .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-producer .form-add-ticket .form-container .first-row div img {
    max-width: 100%;
}

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

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

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

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

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

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

.dashboard-producer .form-add-ticket .top-title {
    font-size: clamp(15px, 3vw, 30px);
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid gray;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-producer .form-add-ticket .top-title #closePopup {
    font-size: 25px;
}

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

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

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

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

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

.dashboard-producer .form-add-ticket .form-buttons .close {
    margin-right: 20px;
    width: 15%;
    height: 50px;
    border: 1px solid #666;
    outline: none;
    border-radius: 50px;
    font-size: 20px;
    color: #666;
    background-color: transparent;
}

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

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

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

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

.dashboard-producer .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-producer .row2 .wallet-header {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 959px) {
    .wallets-info-producer .row1 .tickets {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 20px;
    }
    .wallets-info-producer .row1 .tickets .withdraw {
        width: 50%;
    }
    .wallets-info-producer .row1 .tickets .deposit {
        width: 50%;
    }
    .wallets-info-producer .row1 .tickets .wallet-buttons {
        justify-content: flex-start;
        margin-top: 10px;
        width: 100%;
    }
    .wallets-info-producer .row1 .tickets .notice-container {
        margin-top: 20px;
        margin-left: 10px;
        width: 100%;
    }
    .wallets-info-producer .row1 .tickets .notice-container input {
        width: 60%;
    }
}
@media (max-width: 482px) {
    .wallets-info-producer .row1 .tickets .wallet-buttons {
        flex-direction: column;
        align-items: flex-start;
    }
    .wallets-info-producer .row1 .tickets .wallet-buttons .deposit {
        margin-bottom: 8px;
        width: 100%;
    }
    .wallets-info-producer .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-producer .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-producer .form-add-ticket {
        width: 90%;
        margin-top: 80%;
    }
}
@media (max-width: 670px) {
    .dashboard-producer .form-add-ticket .form-buttons {
        flex-direction: column;
        padding: 20px 10px;
    }
    .dashboard-producer .form-add-ticket .form-buttons .close {
        width: 100%;
        margin-bottom: 20px;
    }
    .dashboard-producer .form-add-ticket .form-buttons .create {
        width: 100%;
    }
    .dashboard-producer .form-add-ticket .form-buttons .close {
        margin-right: 0px;
    }
    html[lang="ar"] .dashboard-producer .form-add-ticket .form-buttons .close {
        margin-left: 0px;
    }
}
@media (max-width: 1235px) {
    .dashboard-producer
        .form-add-ticket
        .form-container
        .first-row
        .img-container {
        width: 29%;
    }
}
@media (max-width: 563px) {
    .dashboard-producer
        .form-add-ticket
        .form-container
        .first-row
        .img-container {
        width: 43%;
    }
}
@media (max-width: 435px) {
    .dashboard-producer .form-add-ticket .form-container .first-row {
        justify-content: center;
    }
    .dashboard-producer
        .form-add-ticket
        .form-container
        .first-row
        .img-container {
        width: 40%;
    }
}

/*# sourceMappingURL=wallet-producer.css.map */
