.featured-thumb-blog{
    width: 100%;
}
.featured-thumb-blog img{
    width: 100%;
    border-radius: 10px !important;
}
.blog-post{
    overflow: auto;
    width: 100%;
    margin: 0 0 30px 0;
    border: 1px solid #f0f2f5;
    padding: 30px 30px 30px 15px;
    border-radius: 10px !important;
}
.blog-show-title{
    margin: 0px!important;
}
.tix4-upcoming-blogs {
    background-color: #ffffff;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #000;
    padding: 0 0 20px;
    overflow: auto;
}
.tix4-blogs-sect{
    padding: 40px 0;
    overflow: auto;
    background-color: #ffffff;
}
.tix4-upcoming-blogs-sidebar {
    background-color: #ffffff;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #000;
    padding: 20px 0;
    overflow: auto;
}
.tix4-upcoming-blogs img{
    max-width: 100%;
    height: auto;
}
.ticket-selector {
    background-color: #fff;
    /*border: 1px solid #ddd;*/
    border-radius: 4px;
    /*padding: 20px;*/
    text-align: center;
    /*width: 300px; !* Adjust width as needed *!*/
    margin: auto; /* Center the ticket selector */
}

.ticket-selector h2 {
    color: #333;
    font-size: 18px;
    margin-bottom: 15px;
}

.quantity-selector {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
}
.important-notice-txt{
    text-align: center;
}
#svg-tooltip {
    background-color: #ffffff !important; /* White background */
    color: #000000 !important; /* Dark text */
    padding: 8px;
    border-radius: 10px!important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4)!important;
    z-index: 9999;
}
.tooltip-inner {
    background-color: #fff; /* Background color */
    color: #000;            /* Text color */
    max-width: 200px;       /* Adjust width */
    font-size: 14px;
    padding: 8px;
    text-align: left;
}
.tooltip-arrow {
    border-top-color: #333; /* Match tooltip background */
}
.tooltip-promo-banner{
    background-color: #ad0002;
    font-size: 12px;
    text-align: center;
    color:#fff;
    padding: 5px;
    margin: 10px 0 0 0;
    width:100%;
}
.seat {
    fill: black;
    stroke: black;
    stroke-width: 2;
}

.seat.selected {
    fill: red;
    stroke: yellow;
    stroke-width: 3;
}

.important-notice-txt{
    text-align: center;
}


.seat {
    fill: black;
    stroke: black;
    stroke-width: 2;
}

.seat.selected {
    fill: red;
    stroke: yellow;
    stroke-width: 3;
}

.important-notice-txt{
    text-align: center;
}


.seat {
    fill: black;
    stroke: black;
    stroke-width: 2;
}

.seat.selected {
    fill: red;
    stroke: yellow;
    stroke-width: 3;
}

.important-notice-txt{
    text-align: center;
}


.seat {
    fill: black;
    stroke: black;
    stroke-width: 2;
}

.seat.selected {
    fill: red;
    stroke: yellow;
    stroke-width: 3;
}

.quantity-selector button {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #333;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 18px;
}

.quantity-selector button:hover {
    background-color: #e9e9e9;
}

.quantity-selector input {
    text-align: center;
    padding: 5px;
    margin: 0 10px;
    width: 50px; /* Adjust width as needed */
    border: 1px solid #ddd;
}

.quantity-selector-ga {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
}

.quantity-selector-ga button {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #333;
    /*padding: 5px 10px;*/
    cursor: pointer;
    font-size: 18px;
}

.quantity-selector-ga button:hover {
    background-color: #e9e9e9;
}

.quantity-selector-ga input {
    text-align: center;
    padding: 5px;
    margin: 0 10px;
    width: 35px; /* Adjust width as needed */
    border: 1px solid #ddd;
}

#find-tickets-button {
    /*background-color: #007bff;*/
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    /*border: none #007bff;*/
    width: 100%; /* Full width button */
    margin-bottom: 10px;
    margin-left: 20px;
}

/*#find-tickets-button:hover {*/
/*    background-color: #0069d9;*/
/*    border-color: #0062cc;*/
/*}*/

/* Optional: Add responsiveness to the ticket selector */
@media (max-width: 600px) {
    .ticket-selector {
        width: 100%;
        box-sizing: border-box;
    }

    .price-legend-colors {
        font-size: 12px;
    }
}

/*.fixed-panel {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.fixed-panel > div {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    flex-grow: 1;*/
/*}*/


/*@media (max-width: 767px) {*/
/*    .fixed-panel {*/
/*        flex-direction: column;*/
/*    }*/
/*}*/
/* Base styles for all devices */
.quantity-selector-ga button,
.quantity-selector-ga input.ticket-quantity {
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    text-align: center;
    border: 1px solid #ccc;
}

.quantity-selector-ga input.ticket-quantity {
    margin: 0 5px;
    border: 1px solid #ccc;
}

@media (max-width: 576px) {
    .quantity-selector-ga button,
    .quantity-selector-ga input.ticket-quantity {
        width: 30px;
        height: 30px;
        line-height: 30px;
        padding: 2px;
    }
}

.event-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
}

.text-options, .seating-chart-container {
    flex: 1; /* This will allow each container to take up half the space */
    padding: 10px; /* Add some padding for spacing */
}

.text-options {
    max-width: 50%; /* Ensures the container does not grow beyond half the parent width */
}

.seating-chart-container {
    max-width: 50%; /* Adjust as necessary to fit the seating chart */
    display: flex;
    justify-content: center;
    align-items: center;
    /* Add any additional styles for the seating chart here */
}


.ticket-details {
    font-size: 16px;
    color: #333;
    /* Allow text to wrap if it's too long */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1; /* Allows text to expand */
}

.ticket-details span {
    display: block; /* Display each span as block to have its own line */
}

.buy-tickets-button {
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    border: none;
    /* Set both width and height to ensure consistency */
    width: 120px; /* Adjust as needed */
    height: 50px; /* Adjust as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.buy-tickets-button.disabled {
    pointer-events: none; /* Prevent clicking */
    opacity: 0.5; /* Visual indication that the link is disabled */
}

/* Adjust the size of the price within the button for a more compact look */
.buy-tickets-button .price {
    font-size: 12px;
}

/* Adjust for the button text */
.buy-tickets-button span {
    font-size: 16px; /* Font size for the text 'BUY' */
    display: inline; /* Keeps the text inline */
}

/* Ensure the colors match the ones in your image */
.buy-tickets-button {
    background-color: #5cb85c; /* Green background */
}

.buy-tickets-button:hover {
    background-color: #4cae4c; /* Darker green on hover */
}

/* Keep the responsiveness in mind */
@media (max-width: 600px) {
    .ticket-option {
        /* Adjust styles for mobile if necessary */
    }
}

.seat-map {
    position: relative;
    margin-bottom: 15px;
}

.seat-dot {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 50%; /* Adjust as needed */
    top: 50%; /* Adjust as needed */
    transform: translate(-50%, -50%);
}

.ticket-price {
    margin-bottom: 10px;
}

.ticket-price .price {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.view-fees {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
}

.ticket-details {
    font-size: 16px;
    /* Add additional styling as needed */
}

/*.fixed-panel {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    align-items: stretch; !* Ensure that children of .fixed-panel stretch to fill the height *!*/
/*}*/

.ticket-options-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
}
.ticket-options-attractions-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
    height: 500px;
    overflow: auto;
}
.ticket-option {
    background-color: #fff;
    border-top: 1px solid #f0f4f5;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
    /*box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
}

.seating-chart-sect {
    padding: 0 5px 20px !important;
    text-align: center!important; /* Center the seating chart if it's smaller than the available space */
}
.seating-chart-sect-thumb {
    background-color: #ffffff !important;
    color: #000;
    padding: 50px;
    border-radius: 10px !important;
    font-size: 13px;
    text-align: right!important; /* Center the seating chart if it's smaller than the available space */
}
/* Additional styles for the seating chart image */
.seat-map img {
    max-width: 100%; /* Ensure the image is responsive and fits its container */
    height: auto;
}

.svg-container {
    position: relative; /* This makes sure that absolute positioning is relative to this container */
    /*height: 500px; !* Example height *!*/
    width: 100%; /* Example width */
    border:1px solid #ccc;
    padding: 5px;
}

.selected-circle {
    fill: #c71515 !important;
}

.ignore-pointer {
    pointer-events: none !important;
}


/*.svg-container {*/
/*    width: 100%; !* Ensure the container fills its parent *!*/
/*    overflow: hidden; !* Hide any overflowing content *!*/
/*}*/

/*.svg-container svg {*/
/*    width: 100%; !* Make the SVG element fill its container *!*/
/*    height: auto; !* Allow the SVG's height to adjust proportionally *!*/
/*}*/
/*.seating-chart-sect svg{*/
/*    width: 100%;*/
/*    height:100%!important;*/
/*}*/
#seat-tooltip {
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none; /* Initially hidden */
    position: absolute;
    z-index: 1000;
    /* Additional styling */
}

#svg-container {
    position: relative;
}

.tooltip-content {
    font-family: Arial, sans-serif;
}

.tooltip-header {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.tooltip-header div {
    margin: 0 5px; /* Adjust spacing as needed */
}

.tooltip-header span {
    font-size: smaller;
}

.tooltip-header strong {
    font-size: larger;
    font-weight: bold;
}

.tooltip-divider {
    border: 0;
    border-top: 1px solid #ccc;
    margin: 5px 0;
}

.tooltip-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tooltip-description {
    float:left;
    width: 40%;
    padding:2px 0 0 0;
}

.tooltip-price-container {
    text-align: right;
}

.tooltip-discount {
    color: #D62728;
    width: 50%;
    float: left;
    font-size: 0.85em;
}

.tooltip-original-price {
    text-decoration: line-through;
    width: 40%;
    float: left;
}

.tooltip-discounted-price {
    display: inline-block;
    background-color: #FFBF00;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    font-weight: bold;
    margin-left: 5px;
}
.tooltip-info-row{
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.tooltip-price-box {
    padding: 4px 8px;
    border-radius: 5px;
    color: white; /* Make text color white */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    float: left;
    width: 60%;
}

.tooltip-price {
    font-weight: bold;
}

.price-legend-colors {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px 0;
    border-bottom: 3px solid #f1f2f5;
    margin-bottom: 20px;
}

.price-legend-colors-seller {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px 0;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px 0;
}

.buy-legend-colors-seller {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px 0;
    flex-wrap: wrap;
}



#selected-seats {
    /* Style as needed */
    padding: 10px;
    margin-top: 10px;
}

#selected-seats-container {
    font-family: Arial, sans-serif;
}

#selected-seats-header,
#selected-seats .seat {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

#selected-seats-header > span,
#selected-seats .seat > div,
#selected-seats-subtotal > span {
    flex: 1; /* Assign equal width to all columns */
    padding: 10px; /* Add padding for better readability */
    box-sizing: border-box; /* Include padding in the element's total width */
}

#selected-seats-header > span:nth-child(2),
#selected-seats .seat > div:nth-child(2) {
    flex: 2; /* Give the SECTION column more space, if needed */
}

#selected-seats-header {
    background-color: #cd000d !important; /* Header background color */
    color: white;
    font-weight: bold;
}

#selected-seats .seat {
    border-bottom: 1px solid #ddd; /* Add separation between seat rows */
}

#selected-seats .seat button {
    background: none;
    border: none;
    cursor: pointer;
}

#selected-seats-subtotal {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

#selected-seats-subtotal > span {
    flex: 1; /* Equal width for subtotal sections */
    text-align: right;
}

/* Styling for the subtotal value to make it stand out */
#subtotal {
    font-weight: bold;
}

.tooltip-banner {
    text-align: center;
    padding: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    border-radius: 5px;
}


.custom-tooltip-class {
    max-width: 220px; /* Set a max-width for tooltips */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 10px;
    line-height: 1.4;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #ddd;
}

.tooltip-discount-row {
    margin-bottom: 4px;
    text-align: center;
    font-size: 0.85em;
    color: #FF0000;
    width: 100%;
    overflow: auto;
    min-width: 200px;
}

.tooltip-original-price {
    text-decoration: line-through;
    padding-left: 10px; /* Added for separation */
}

.tooltip-price-container {
    background-color: #5cb85c; /* Adjust the color to match your green price tag */
    color: white;
    display: inline-block;
    padding: 4px 8px;
    margin-top: 4px; /* Added for separation */
    border-radius: 5px;
    font-weight: bold;
}

.tooltip-price {
    font-weight: bold;
}

.tooltip-zone {
    display: block; /* Make the zone appear on its own line */
    margin-bottom: 4px; /* Added for separation */
}

.ticket-selector {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
}

.tooltip-header > span {
    display: block; /* Each piece of information on its own line */
    margin-bottom: 2px; /* Added for separation */
}

.add-tickets-button {
    padding: 10px 20px;
    /*border-radius: 4px;*/
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    border: none;
    /* Set both width and height to ensure consistency */
    width: 100px; /* Adjust as needed */
    height: 40px; /* Adjust as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.add-tickets-button.disabled {
    pointer-events: none; /* Prevent clicking */
    opacity: 0.5; /* Visual indication that the link is disabled */
}

/* Adjust the size of the price within the button for a more compact look */
.add-tickets-button .price {
    font-size: 12px;
}

/* Adjust for the button text */
.add-tickets-button span {
    font-size: 16px; /* Font size for the text 'BUY' */
    display: inline; /* Keeps the text inline */
}

.custom-ticket-selector {
    background-color: white; /* Removing the grey background */
    border-bottom: 1px solid #ccc; /* Divider for the title */
}

.custom-ticket-selector .ui-dialog-titlebar {
    background: transparent;
    border: none; /* Removing the default border */
}

.custom-ticket-selector .ui-dialog-title {
    text-align: left;
    width: 100%;
}

.custom-ticket-selector {
    position: absolute;
    right: .3em;
    top: 50%;
    transform: translateY(-50%);
    margin: 0; /* Remove margins */
    padding: .3em; /* Reduce padding */
}

.discount-info {
    text-align: left;
    margin: 5px 0; /* Adjust margin as needed */
}

.discount-info .discount {
    color: #FF0000; /* Red color for the discount percentage */
    font-weight: bold;
}

.discount-info .old-price {
    float: right;
    text-decoration: line-through;
}

/* Disable dragging cursor */
.no-drag {
    cursor: default;
}

/* Remove rounded borders */
.no-border {
    border-radius: 0;
}

/* Adjust the dialog content for even distribution */
.ticket-selector {
    padding: 15px; /* Adjust padding as necessary */
    border: none; /* Remove border if any */
    border-radius: 0; /* Remove rounded corners */
}

.ticket-details {
    margin-bottom: 10px; /* Provide space below the details */
}

/* Evenly distribute and align the discount information */
.discount-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Style for the button to fill width and center text */
.add-tickets-button {
    width: 100%;
    margin-top: 10px; /* Space above the button */
    text-align: center;
    border-radius: 0; /* Remove rounded corners */
}

/* Dialog main container adjustments */
.ui-dialog.ticket-selector {
    border: 1px solid #ddd; /* Light grey border */
    border-radius: 0; /* No rounded corners */
}

/* Title bar adjustments */
.ui-dialog .ui-dialog-titlebar {
    background: white; /* White background */
    border: none; /* No borders */
    position: relative; /* For absolute positioning the close button */
    padding-right: 30px; /* Padding to not overlap the close button */
}

/* Custom title to match your screenshot */
.ui-dialog .ui-dialog-title {
    font-weight: bold;
    color: #333; /* Dark text color */
    margin-top: 0;
}

/* Detail container */
.ticket-details {
    border-bottom: 1px solid #ddd; /* Light grey bottom border */
    padding-bottom: 10px; /* Space above the border */
}

/* Zone and price details, clear fix applied */
.ticket-details:after {
    content: "";
    display: table;
    clear: both;
}

/* Detail labels */
.ticket-details strong {
    float: left;
    margin-right: 5px; /* Space between label and value */
}

/* Detail values */
/* Discount details row */
.tooltip-discount-row {
    background: #f4f4f4; /* Light grey background */
    padding: 5px; /* Padding around the discount text */
    margin-bottom: 10px; /* Space below the discount row */
}

/* Discount percentage styling */
.tooltip-discount {
    font-weight: bold;
    color: #d9534f; /* Red text color for discount */
}

/* Original price styling */
.tooltip-original-price {
    text-decoration: line-through;
    margin-left: 5px; /* Space between discount text and original price */
}

/* Button styling */
/*.add-tickets-button {*/
/*    color: white;*/
/*    !*width: 100%; !* Full-width button *!*!*/
/*    border: none; !* No border *!*/
/*    border-radius: 0; !* No rounded corners *!*/
/*    padding: 10px; !* Padding inside the button *!*/
/*    margin-top: 10px; !* Space above the button *!*/
/*}*/

/* Button hover effect */
/*.add-tickets-button:hover {*/
/*    background-color: #5a52e0; !* Slightly darker on hover *!*/
/*}*/

.ui-dialog .ui-dialog-titlebar-close {
    background: none !important;
    border: none !important;
    opacity: 1;
    width: auto;
    height: auto;
}


/* Custom close button icon */
.ui-dialog-titlebar-close:before {
    content: '\f00d'; /* Font Awesome icon unicode */
    font-family: "Font Awesome 5 Free"; /* Ensure this matches your Font Awesome version */
    display: inline-block;
    font-weight: 900; /* Font Awesome requires 900 weight for solid icons */
    font-size: 14px;
    color: #aaa; /* Icon color */
}

/* Close button hover effect */
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:focus {
    background: transparent;
    color: #888;
}

.dialog-title {
    text-align: center;
    margin: 0;
    padding: 8px; /* Adjust the padding to manage the spacing */
    font-size: 1.2em; /* Adjust the font size as needed */
}

.title-divider {
    border: 0;
    height: 1px;
    background-color: #ccc; /* This is your grey line */
    margin: 5px 0; /* Reduces whitespace around the divider */
}

.ticket-selector {
    padding: 0; /* Removes default padding */
}

.ticket-selector table {
    width: 100%; /* Ensures the table takes full width */
    border-collapse: collapse;
}

.ticket-selector td {
    padding: 0px 0.5px; /* Adjusts the padding for cells */
    vertical-align: middle; /* Centers content vertically */
}

.add-tickets-button {
    padding: 10px 0; /* Adds padding on top and bottom of the button */
    margin: 8px 0; /* Adds some space above and below the button */
}

.ui-dialog .ui-dialog-titlebar {
    background: transparent; /* No background */
    border: 0; /* Remove border */
    position: relative; /* For absolute positioning of the close button */
}

.ui-dialog-titlebar-close {
    background: transparent !important;
    border: none !important;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    /*color: #666; // Ensure the icon is visible*/
}

.ui-dialog-titlebar-close:hover {
    background-color: rgba(0, 0, 0, 0.1) !important; /* Slight background on hover for feedback */
}

#control-buttons button {
    display: block;
    width: 50px;
    height: 50px;
    margin: 10px auto;
    border: none;
    background-color: #f0f0f0;
    cursor: pointer;
}

#control-buttons button:focus {
    outline: none;
}

/*#control-buttons button:nth-child(1) {*/
/*    background: url('path_to_house_icon') no-repeat center center / 70% 70%;*/
/*}*/

/*#control-buttons button:nth-child(2) {*/
/*    background: url('path_to_plus_icon') no-repeat center center / 70% 70%;*/
/*}*/

/*#control-buttons button:nth-child(3) {*/
/*    background: url('path_to_minus_icon') no-repeat center center / 70% 70%;*/
/*}*/

#control-buttons {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 100; /* Make sure this is above the SVG z-index */
}

.mini-map {
    position: absolute;
    top: 10px; /* Adjust as necessary, keeps the mini-map 10px from the top */
    right: 10px; /* Adjust as necessary, keeps the mini-map 10px from the right */
    width: 150px; /* Set the width of the mini-map */
    height: 150px; /* Set the height of the mini-map */
    overflow: hidden; /* Hides any overflow */
    border: 1px solid black; /* Adds a border for visibility */
    background: white; /* Optional: sets a background color */
    z-index: 10; /* Ensures the mini-map is on top of other content */
}

.mini-map-overlay {
    position: absolute;
    border: 2px solid red; /* Color to highlight the zoomed area */
    display: block; /* Ensure the overlay is always visible */
    z-index: 9999;

}

.grabbing {
    cursor: grabbing;
}

.svg-seating-chart{
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow: auto;
}

.seat-item {
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ddd;
    margin: 0;
    background-color: #fff;
    transition: background-color 0.3s ease;
}

.seat-item:hover {
    background-color: #f0f8ff;
}

.seat-item.selected {
    background-color: #007bff;
    color: #fff;
}

.card-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

.card-header.active {
    background-color: #e9ecef;
}

.arrow-icon {
    margin-right: 10px;
}

.section-label {
    flex: 1;
    text-align: left;
}
.row-description {
    padding-left: 20px;
    flex: 1;
    text-align: left;
}

.row-label {
    flex: 1;
    text-align: right;
}

.seat-key {
    flex: 1;
    text-align: left;
}

.seat-price {
    flex: 1;
    text-align: right;
    font-weight: bold;
}

#summary {
    margin-top: 20px;
}

.btn-link {
    color: inherit;
    text-decoration: none;
}

.btn-link:hover {
    color: inherit;
    text-decoration: none;
}
.no-image-blog {
    width: 100%;
    height: 200px;
    background: #f0f2f5;
    border-radius: 10px !important;
    line-height: 200px;
    text-align: center;
}
.custom-event-seating-section {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
    text-align: center !important; /* Center the image */
    background-color: white !important; /* Ensure a white background */
}

.custom-seating-chart-image-container {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: white !important; /* Ensure a white background */
    border: 1px solid #cccccc;
}

.custom-seating-chart-image {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important; /* Ensures the image covers the container while maintaining its aspect ratio */
    background-color: white !important; /* Ensure a white background */
}

.bg-light-blue {
    background-color: #d7e9ff !important;
}
.blog-header{
    color: #cd010e;
    text-transform: uppercase;
    font-weight: bold;
}
@media (max-width: 500px) {
    .no-image-blog{
        margin:  0 0 20px;
    }
    .svg-seating-chart{
        padding:0px;
    }
    .ticket-options-attractions-container {
        height: 100%;
        overflow: auto;
    }
    .seats-by-section {
        height: 300px;
    }
    .important-notice-txt {
        text-align: center;
        font-size: 12px;
    }
    .event-seating{
        margin: 0 0 10px 0;
    }
    .featured-thumb-blog img {
        width: 100%;
        border-radius: 10px !important;
        margin-bottom: 30px;
    }
}