.e-input-group input.e-input, .e-input-group.e-control-wrapper input.e-input {
    margin: auto !important;
    margin-left: -10px !important;
}

.custom-thead-tr {
    background: none !important;
}

.custom-ul {
    list-style: disc;
    margin-left: 25px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.form-control-file {
    padding: 10px 20px !important;
}

.float-right {
    float: right;
}

span.field-validation-error {
    color: #ef7a4b;
}

.auditorium_img_preview {
    border-radius: 8px;
}

.bg-sidebar {
    border: 1px solid #3e3d64;
    background: #3e3d64;
}

    .bg-sidebar:hover {
        border: 1px solid #3e3d58 !important;
        background: #3e3d58 !important;
    }

    .bg-sidebar:active {
        border: 1px solid #3e3d58 !important;
        background: #3e3d58 !important;
    }
/*Seat Plan Page CSS Starts*/
.seats-align-table {
    border-collapse: collapse;
}

    .seats-align-table td {
        padding: 5px;
        border: 1px solid #000000;
        text-align: center;
    }

    .seats-align-table .seatNo {
        display: inline-block;
        color: #000000;
        padding: 5px;
        margin: 2px;
        border: 1px solid #000000;
    }

        .seats-align-table .seatNo.reserved {
            background: #ef7a4b;
        }
/*Seat Plan Page CSS Ends*/
.event_banner {
    height: 400px;
}

.buttons-pdf, .buttons-copy, .buttons-csv, .buttons-print {
    display: none !important;
}

.e-ticket-card {
    width: 100%;
    height: 700px;
}

    .e-ticket-card .card-body {
        padding: 0;
        padding-left: 20px !important;
    }

.fs-24 {
    font-size: 24px;
}

.fs-32 {
    font-size: 32px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.e-ticket-page-main-row {
    font-family: "Montserrat", sans-serif;
    margin: 10px 20px;
}

ul.urduUl {
    direction: rtl;
    text-align: right;
    list-style-position: inside; /* Ensures bullets are inside the text container */
    padding-right: 20px; /* Adjust as necessary to ensure bullets are correctly placed */
}

.urduUl li {
    list-style: none;
    margin-right: 20px; /* Adjust this value to ensure proper alignment */
}

.ur-instructions {
    font-family: "Noto Nastaliq Urdu", serif;
}

.w-20px {
    width: 20px !important;
}

.logo-lg {
    display: flex;
    width: 100%;
    margin: 20px 10px;
}

.w-15px {
    width: 15px !important;
}

.list-style-none {
    list-style: none !important;
}

.br-10 {
    border-radius: 10px;
}

.text-right {
    text-align: right;
}

.e-disabled {
    color: gray !important;
    pointer-events: none !important;
    cursor: not-allowed !important;
    opacity: 0.5 !important;
}

textarea.form-control.extractedText {
    min-height: 330px !important;
    max-height: 330px !important;
}

.ml-4 {
    margin-left: 20px;
}
.event_img {
    height: 700px;
}
.pd_card {
    margin: 0 30px;
    padding: 30px;
}