﻿/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/


.auth-one-bg .bg-overlay {
    background: -webkit-gradient(linear, left top, right top, from(#333), to(#3333));
    background: linear-gradient(to right, #333, #333);
    opacity: .9;
}


/*.auth-one-bg {
    background-image: url(../images/Roxy/heroimage_1920x980.jpg);
}*/

body {
    color: #000000;
    background-color: #ffffff;
}

.card {
    background: #f1f1f1;
}

.signin-other-title .title {
    background: none;
}

.text-primary {
    color: #000 !important;
}

.shape > svg {
    width: 100%;
    height: auto;
    fill: #ffffff;
}

.btn-secondary {
    color: #fff;
    background: #d22800;
    border-color: #d22800;
}

.navbar-menu {
    width: var(--vz-vertical-menu-width);
    z-index: 1002;
    background: #102240;
    border-right: 1px solid var(--vz-vertical-menu-border);
}

.navbar-header {
    background: #102240;
    color: #ffffff;
}

.navbar-menu .navbar-nav .nav-link {
    color: #d3d3d3;
}

.navbar-menu .navbar-nav .nav-sm .nav-link {
    color: #a9a9a9;
}

.menu-title {
    color: #ffffff;
}

.navbar-brand-box {
    background: #102240 !important;
}

.avatar-md {
    height: 5.5rem;
    width: 5.5rem;
}

tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.btn-soft-danger {
    background: #494949;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    border-radius: 0;
}

.btn-secondary {
    background: #d22900;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    border-radius: 0;
}

.seat-blk {
    float: left;
}

ul.rc-selectedseats {
    display: inline-block;
    margin: 10px 0 0;
    top: inherit;
    left: inherit;
}

    ul.rc-selectedseats li:first-child {
        float: left;
        font: 16px / 16px 'gtp_regular';
        color: #fff;
        background: transparent;
        width: 100%;
        height: auto;
        border: 0;
        text-align: left;
        padding: 0 0 5px;
        margin: 0;
    }

    ul.rc-selectedseats li {
        color: #000;
        font: 16px 'gtp_bold';
        padding: 7px 8px;
        background: #fff;
        text-decoration: none;
        margin: 0 10px 0 0;
        float: left;
        text-align: center;
        line-height: 16px;
        text-decoration: none;
        list-style: none;
    }

.seats-selection .card {
    background: #FFF;
}

.seats-selection .card-body {
    background-color: black;
}

.seat-booking-timer {
    color: #fff;
}

    .seat-booking-timer span {
        font-size: 15px;
    }

/* Custom styles for the active tab */
.nav-tabs .nav-link.active {
    background-color: #E1E8FF; /* Custom background color */
    color: #687CFE; /* Custom text color */
}

/* Optional: Change color on hover */
.nav-tabs .nav-link:hover {
    color: #A7B3FF; /* Change hover color to match active background */
}
/*.acc_active {
    background-color: #dc3545;*/ /* Example active background color */
/*color: white;*/ /* Example text color */
/*border-color: #dc3545;
}*/

.custom-date {
    background: transparent;
    color: white;
    border: none;
    padding: 10px;
    text-align: center;
    font-family: Arial, sans-serif;
    cursor: pointer;
    outline: none;
    display: block; /* Ensure the button behaves as a block-level element */
    width: 100%; /* Make it fill the width of its container */
}

    .custom-date:hover {
        background-color: #b71c1c; /* Darker red on hover */
    }

    .custom-date:not(:last-child) {
        border-right: 2px solid #ffffff; /* White divider line */
    }

.date-selector {
    display: flex;
    background-color: #d32f2f; /* Red background color */
    /*padding: 10px;*/
    overflow-x: auto; /* Allows horizontal scrolling if too many buttons */
    white-space: nowrap;
}

.acc_active {
    background-color: #2d2926;
    /* Even darker red for active state */
}

.custom-date .day {
    display: block;
    font-size: 12px;
    opacity: 0.7; /* Slightly lighter */
}

.custom-date .date {
    display: block;
    font-size: 20px;
}

.custom-date .month {
    display: block;
    font-size: 12px;
    opacity: 0.7;
}

/* Increase the width of the accordion */
.accordion {
    width: 100%; /* Adjust this value to the desired width (can be percentage or pixel-based) */
    max-width: 100%; /* Ensure the accordion does not exceed 100% of its parent container */
}

/* Increase the height (length) of the accordion body */
.accordion-body {
    min-height: 100px; /* Adjust this value to make the accordion body taller */
    padding: 1.5rem; /* Increase padding for more space */
    overflow-y: auto; /* Allow scrolling if content overflows */
}

/* Optional: Increase the width of the accordion items */
.accordion-item {
    width: 100%; /* Ensure the accordion items fill the available width */
    margin-bottom: 1rem;
}

/* Optional: Increase the width of the button */
.accordion-button {
    padding: 1rem; /* Increase padding for the accordion button */
    font-size: 1rem; /* Optional: Adjust the font size of the accordion header */
}

.topbar-user {
    background-color: var(--theme-bg-color-custom);
}

    .topbar-user .user-name-text {
        color: white;
    }

    .topbar-user .user-name-sub-text {
        /*   background-color: black;*/
        color: #E7D8C8;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-top: 5px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.activity-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    margin: 10px 0;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .activity-card .icon {
        width: 50px;
        height: 50px;
        margin-bottom: 5px;
    }

    .activity-card .date {
        font-size: 0.9em;
        color: #666;
        margin-bottom: 8px;
    }

    .activity-card .content h5 {
        font-size: 1.1em;
        margin-bottom: 5px;
    }

    .activity-card .content p {
        margin: 2px 0;
        font-size: 0.9em;
    }

    .activity-card strong {
        color: #333;
    }

    .activity-card .icon {
        width: 50px; /* Reduced width */
        height: 50px; /* Reduced height */
        margin: 5px; /* Space around the icon */
        padding: 3px; /* Space inside the icon boundaries */
        display: block;
        background-color: #f9f9f9; /* Optional: Add background to visualize padding */
        border-radius: 10px; /* Optional: Add rounded edges */
    }
/* Fullscreen Loader */
#loading-screen {
    display: none;
    position: fixed; /* Fixed position relative to the body */
    top: 50%;
    left: 55%; /* Shift loader 5% more to the right */
    transform: translate(-50%, -50%); /* Keep it vertically centered */
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Darker background */
    backdrop-filter: blur(5px);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    font-size: 1.5rem;
}

/* Loader Container */
.loader-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Spinning Film Reel */
.film-reel {
    width: 80px;
    height: 80px;
    border: 8px solid rgba(255, 255, 255, 0.3);
    border-top: 8px solid #ff4c4c; /* Red border */
    border-radius: 50%;
    animation: spin 1.5s linear infinite;
    margin-bottom: 20px;
}

/* Movie Ticket Animation */
.ticket {
    background: #ff4c4c; /* Red background */
    color: white; /* White text */
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(255, 76, 76, 0.3); /* Red shadow */
    animation: bounce 1.5s infinite alternate;
}

/* Reel Animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Ticket Bounce */
@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.action-log-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: black;
    color: white;
    padding: 12px 20px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: none;
    z-index: 1000;
    overflow-y:auto;
}

/* Ensure log container adjusts based on content */
.log-container {
    display: flex;
    flex-direction: column;
    width: auto; /* Allow it to shrink based on content */
    margin-left: 250px; /* Adjusted to move slightly left */
    flex-grow: 1; /* Takes up available space */
}

/* Ensure heading and log text stack properly */
.log-heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
}

.action-log-panel ul {
    font-size: 16px;
    padding-left: 0;
    justify-content: flex-start;
    width: 100%;
    list-style: none;
    margin: 0;
}

/* Adjust position of select seats button */
#select_seat {
    position: absolute;
    right: 200px; /* Move slightly to the left */
    bottom: 30px;
    z-index: 1100;
    width: 250px
}

/* Responsive Fix: Adjust layout on smaller screens */
@media (max-width: 768px) {
    .action-log-panel {
        flex-direction: column;
        align-items: center;
        max-height: unset;
        padding: 12px;
    }

    .log-container {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    #select_seat {
        position: static;
        margin-top: 10px;
    }
}

.alert-box {
    background-color: #ffdddd; /* Light red background */
    color: #d8000c; /* Dark red text */
    border-left: 6px solid #d8000c; /* Left accent border */
    padding: 15px;
    margin: 10px 0;
    font-size: 18px;
    /*font-weight: bold;*/
    border-radius: 5px;
    display: none; /* Hidden by default */
}

#alert-message {
    font-size: 20px; /* Extra large text */
    /*font-family: Arial, sans-serif;*/
}

.arrow::after {
    content: "➜"; /* Thicker Unicode Arrow */
    font-weight: bold;
    margin: 0 2px;
    color: #007bff;
    font-family: Arial, sans-serif;
    font-size: 24px;
}
/* Box Styling for Movie Swap */
.log-box {
    background: #222;
    color: white;
    padding: 6px 10px; /* Reduced padding */
    border-radius: 6px; /* Slightly smaller rounded corners */
    font-size: 16px; /* Reduced font size */
    display: inline-block;
    margin-bottom: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Lighter shadow */
}

/* Box Styling for Schedule */
.schedule-box {
    background: #222;
    color: white;
    padding: 6px 10px; /* Reduced padding */
    border-radius: 6px;
    font-size: 16px; /* Reduced font size */
    display: inline-block;
    margin-left: 0px; /* Reduced spacing */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
/*.seat {
    width: 20px;*/ /* Adjust width */
    /*height: 10px;*/ /* Adjust height */
    /*min-width: 40px;
    min-height: 40px;
   
}*/
