﻿:root {
    --black: #000000;
    --white: #16192f;
    --white-color: #ffffff;
    --off-white: #25284b;
    --border-color: #41466f;
    --muted: #eff2ff;
    --primary: #1aa48b;
    --primary-light: #1aa48b;
    --secondary: #10181a;
    --secondary-light: #315f72;
    --danger: #e81a46;
    --danger-light: #ed4b71;
    --success: #6ca329;
    --success-light: #79b530;
    --info: #07a8ff;
    --info-light: #5fc5ff;
    --warning: #ffa000;
    --warning-light: #ffb448;
    --dark: #3b4067;
    --dark-light: #122e67;
    --light: #dae0e5;
    --light-light: #d3d9df;
    --facebook: #3b5998;
    --twitter: #00acee;
    --instagram: #dd2a7b;
    --google: #F4B400;
    --rating: #ffca2b;
    --price: #ff6b50;
    --light-bg: #fbf2f2;
    --text: #eaecf5;
    --title-color: #eaecf5;
    --hover-color: #0079bd;
}

.field-validation-error {
    color: var(--danger);
}

.error_img {
    width: 600px;
}

.float-right {
    float: right;
}

.tabular_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--primary);
}

.preview_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid var(--primary);
}

.preview_auditorium_img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    border: 1px solid var(--primary);
}

.search_span {
    align-self: center;
    margin-right: 5px;
}

.w-20 {
    width: 20%;
}

.ad-auth-feilds {
    position: relative;
}

.ad-input {
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
    box-sizing: border-box;
}

.left-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    padding-left: 10px;
}

.right-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    padding-right: 10px;
    cursor: pointer;
}
/** Seat Plan Custom CSS Start **/

/* Container for each row */
.auditorium-row {
    display: flex;
    margin: 5px 0;
    gap: 20px;
    flex-wrap: wrap; /* allows wrapping on smaller screens */
    width: 100%;
}

.fs-12 {
    font-size: 12px;
}

.mr-5px {
    margin-right: 5px;
}
/** Syncfusion Custom CSS Start **/
.e-input-group, .e-input-group.e-control-wrapper, .e-float-input, .e-float-input.e-input-group, .e-float-input.e-control-wrapper, .e-float-input.e-input-group.e-control-wrapper {
    background: var(--white) !important;
}

span.e-input-group.e-control-wrapper.form-control.form-control-sm.e-ddl.e-lib.e-keyboard {
    padding: 10px !important;
}

.e-input-group:not(.e-success):not(.e-warning):not(.e-error), .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
    border-color: var(--border-color);
}
/** Syncfusion Custom CSS End **/
.seat-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; /* Prevent wrapping */
    justify-content: center;
    padding: 5px;
    width: 100%; /* Ensure full width */
    overflow: auto; /* Hide overflow if any */
}

.seat {
    flex-grow: 1; /* Allow seats to grow */
    flex-basis: 0; /* Shrinks the seat size to fit */
    min-width: 20px; /* Max seat size */
    max-width: 20px; /* Max seat size */
    height: 20px;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    text-align: center;
    line-height: 20px;
    font-size: 11px;
    border-radius: 5px;
    display: inline-block;
    color: #080915;
}

.seat_bigger {
    flex-grow: 1; /* Allow seats to grow */
    flex-basis: 0; /* Shrinks the seat size to fit */
    min-width: 50px; /* Max seat size */
    max-width: 50px; /* Max seat size */
    height: 50px;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    border-radius: 5px;
    display: inline-block;
    color: #080915;
}

.column-gap:not(:last-child) {
    width: 30px;
}

.w-5per {
    width: 5%;
}

.event_tabular_img {
    width: 400px;
    height: 100px;
    border-radius: 5px;
    border: 5px solid var(--primary);
}

.e-input-group:not(.e-success):not(.e-warning):not(.e-error), .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
    padding: 10px !important;
}

.event_dtl_img {
    width: 100%;
    height: 260px;
    margin-top: 10px;
    border-radius: 5px;
    border: 5px solid var(--primary);
}

.event_desc_p {
    font-size: 16px;
}

.event_dtl_card {
    width: 100%;
    height: 540px;
}

    .event_dtl_card h4 {
        text-transform: uppercase;
        font-size: 16px;
        margin-top: 20px;
    }

.seat.reserved {
    background-color: var(--success-light);
}

.reservation_image_preview {
    width: 240px;
    height: 240px;
}

.reservation_textarea {
    max-height: 400px;
}

.seat_bigger.reserved {
    background-color: var(--success-light);
}

.buttons-pdf, .buttons-copy, .buttons-csv, .buttons-print {
    display: none !important;
}

.db_event_image {
    height: 300px;
    width: 100%;
    border-radius: 5px;
}
