/* Add here all your CSS customizations */
/* Add here all your CSS customizations */
/* Social Icons */
.social-icons {
    margin: 0;
    padding: 0;
    width: auto;
}

.social-icons li {
    display: inline-block;
    margin: -1px 1px 0 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.social-icons li a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #FFF;
    border-radius: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: #333 !important;
    text-decoration: none;
}

.social-icons li:hover a {
    background: #171717;
    color: #FFF !important;
}

.social-icons li:hover.social-icons-twitter a {
    background: #1aa9e1;
}

.social-icons li:hover.social-icons-facebook a {
    background: #3b5a9a;
}

.social-icons li:hover.social-icons-linkedin a {
    background: #0073b2;
}

.social-icons li:hover.social-icons-rss a {
    background: #ff8201;
}

.social-icons li:hover.social-icons-googleplus a {
    background: #dd4b39;
}

.social-icons li:hover.social-icons-pinterest a {
    background: #cc2127;
}

.social-icons li:hover.social-icons-youtube a {
    background: #c3191e;
}

.social-icons li:hover.social-icons-instagram a {
    background: #7c4a3a;
}

.social-icons li:hover.social-icons-skype a {
    background: #00b0f6;
}

.social-icons li:hover.social-icons-email a {
    background: #dd4b39;
}

.social-icons li:hover.social-icons-vk a {
    background: #6383a8;
}

.social-icons li:hover.social-icons-xing a {
    background: #1a7576;
}

.social-icons li:hover.social-icons-tumblr a {
    background: #304e6c;
}

.social-icons li:hover.social-icons-reddit a {
    background: #ff4107;
}

.social-icons.social-icons-dark li a {
    background: #181818;
}

.social-icons.social-icons-dark li a i {
    color: #FFF;
}

.social-icons.social-icons-transparent li {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.social-icons.social-icons-transparent li a {
    background: transparent;
}

.social-icons.social-icons-icon-light li a i {
    color: #FFF;
}

/* #Footer */
#footer {
    background: #1D2127;
    border-bottom-color: #161a1e;
    border-top-color: #1D2127;
    font-size: 0.9em;
    margin-top: 50px;
    padding: 30px 0 0;
    position: relative;
    clear: both;
}

#footer .container .row > div {
    margin-bottom: 25px;
}

#footer .container input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#footer a:hover {
    color: #CCC;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer a {
    color: #FFF;
}

#footer h4 {
    font-size: 1.8em;
    font-weight: 200;
}

#footer h5 {
    color: #CCC;
}

#footer ul.nav-list > li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 20px;
    padding-bottom: 11px;
}

#footer ul.nav-list > li:last-child a {
    border-bottom: 0;
}

#footer ul.nav-list > li a:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

#footer ul.list.icons li {
    margin-bottom: 5px;
}

#footer form {
    opacity: 0.85;
}

#footer form label.error {
    line-height: 16px;
    margin: 5px 0 -5px;
    display: block;
    clear: both;
}

#footer form .alert {
    padding: 6px;
    text-align: center;
}

#footer .footer-ribbon {
    background: #999;
    position: absolute;
    margin: -90px 0 0 14px;
    padding: 10px 20px 6px 20px;
}

#footer .footer-ribbon:before {
    border-right: 10px solid #646464;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 100%;
    position: absolute;
    top: 0;
    width: 7px;
}

#footer .footer-ribbon span {
    color: #FFF;
    font-size: 1.6em;
    font-family: "Shadows Into Light", cursive;
}

#footer .newsletter form {
    width: 100%;
    max-width: 262px;
}

#footer .alert a {
    color: #222;
}

#footer .alert a:hover {
    color: #666;
}

#footer .twitter .fa, #footer .twitter .fas, #footer .twitter .far, #footer .twitter .fal, #footer .twitter .fab, #footer .twitter .icons {
    clear: both;
    font-size: 1.5em;
    position: relative;
    top: 3px;
}

#footer .twitter .meta {
    color: #999;
    display: block;
    font-size: 0.9em;
    padding-top: 3px;
}

#footer .twitter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .twitter ul li {
    padding-bottom: 20px;
}

#footer .twitter ul li:last-child {
    padding-bottom: 0;
}

#footer .twitter-account {
    color: #FFF;
    display: block;
    font-size: 0.9em;
    margin: -15px 0 5px;
    opacity: 0.55;
}

#footer .twitter-account:hover {
    opacity: 1;
}

#footer .contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .contact i {
    display: block;
    float: left;
    font-size: 1.2em;
    margin: 7px 8px 10px 0;
    position: relative;
    text-align: center;
    top: -2px;
    width: 16px;
}

#footer .contact i.fa-envelope {
    font-size: 1em;
    top: 0;
}

#footer .contact p {
    margin-bottom: 10px;
}

#footer .logo {
    display: block;
}

#footer .logo.mb-5 {
    margin-bottom: 2px;
}

#footer .footer-copyright {
    background: #1D2127;
    border-bottom-color: #161a1e;
    border-top-color: #1D2127;
    padding: 5px 0 5px;
}

#footer .footer-copyright nav {
    float: right;
}

#footer .footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .footer-copyright nav ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
}

#footer .footer-copyright nav ul li:first-child {
    border: medium none;
    padding-left: 0;
}

#footer .footer-copyright p {
    color: #fff;
    margin: 0;
    padding: 0;
}

#footer .phone {
    color: #FFF;
    font-size: 26px;
    font-weight: bold;
    display: block;
    padding-bottom: 15px;
    margin-top: -5px;
}

#footer .narrow-phone {
    text-align: right;
    margin: -2px 0 0 0;
}

#footer .narrow-phone .phone {
    font-size: 16px;
    padding-bottom: 0;
    margin-top: -13px;
}

#footer .recent-work {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .recent-work li {
    float: left;
    width: 30%;
    margin: 10px 3% 0 0;
}

#footer .recent-work img {
    border: 0;
    width: 100%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

#footer .recent-work .img-thumbnail-hover-icon {
    border: 0;
}

#footer .recent-work .img-thumbnail-hover-icon:after {
    font-size: 22px;
    margin-left: -2px;
}

#footer .view-more-recent-work {
    padding: 12px;
}

#footer.short {
    padding-top: 50px;
}

#footer.short .footer-copyright {
    background: transparent;
    border: 0;
    padding-top: 0;
    margin-top: 0;
}

#footer.light {
    padding-top: 60px;
    background: #FFF;
    border-top: 1px solid #DDD;
}

#footer.light .footer-ribbon {
    margin-top: -76px;
    margin-left: 14px;
}

#footer.light .footer-copyright {
    margin-top: 15px;
    background: #FFF;
    border-top: 1px solid #DDD;
}

#footer.light .footer-copyright p {
    color: #777;
}

#footer.light .phone,
#footer.light .twitter-account {
    color: #777;
}

#footer.light ul.nav-pills > li > a.active {
    color: #FFF;
}

#footer.narrow {
    padding-top: 30px;
}

#footer.narrow .footer-copyright {
    margin-top: 0;
}

#footer.narrow .nav > li > a {
    padding: 5px 12px;
}

#footer.color {
    color: #FFF;
}

#footer.color p {
    color: #FFF;
}

#footer.color .footer-copyright nav ul li {
    border-left-color: #FFF;
}

#footer.footer-reveal {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -10;
}

/* Responsive */
@media (max-width: 991px) {
    #footer .phone {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    /* Footer */
    #footer .phone {
        font-size: 20px;
    }
}


/* Sign Screens - Wrappers */
.body-sign2 {
    display: table;
    height: 100vh;
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 15px;
    width: 100%;
}

.body-sign2 .center-sign2 {
    display: table-cell;
    padding-top: 20px;
    vertical-align: top;
    background-color: #FFF;
}

.body-sign2 .card-sign2 {
    background-color: #FFF;
}

.body-sign2 .card-sign2 .card-title-sign2 .title2 {
    background-color: #CCC;
    border-radius: 5px 5px 0 0;
    color: #FFF;
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 13px 17px;
    vertical-align: bottom;
}

.body-sign2 .card-sign2 .card-body2 {
    background: #FFF;
    border-top: 5px solid #CCC;
    border-radius: 5px 0 5px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 33px 33px 15px;
}

/* Sign Screens - Elements */
.body-sign2 .checkbox-custom2 {
    margin-top: 8px;
}

.body-sign2 .line-thru2 {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    position: relative;
}

.body-sign2 .line-thru2 span {
    color: #CCC;
    position: relative;
    z-index: 3;
}

.body-sign2 .line-thru2:before {
    background-color: #FFF;
    content: '';
    height: 10px;
    left: 50%;
    position: absolute;
    margin: -5px 0 0 -20px;
    top: 50%;
    width: 40px;
    z-index: 2;
}

.body-sign2 .line-thru2:after {
    border-bottom: 1px solid #DADADA;
    content: '';
    display: block;
    left: 10%;
    position: absolute;
    top: 47%;
    width: 81%;
    z-index: 1;
}

/* USER INITIAL ICON */
#user-icon {
    background-color: #007bff; /* Change the background color */
    width: 50px; /* Size of the circle */
    height: 50px; /* Size of the circle */
    font-size: 20px; /* Font size for the initials */
    color: white; /* Text color for initials */
    border-radius: 50%; /* Make it round */
    text-align: center; /* Center text inside the circle */
    line-height: 50px; /* Vertically center text */
}

/* Image loading spinner */
/* Spinner Styling */
.image-placeholder {
    position: relative;
    width: 150px; /* Same width as the image */
    height: 150px; /* Same height as the image */
    background-color: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    border: 4px solid #f3f3f3; /* Light background */
    border-top: 4px solid #3498db; /* Blue color for the spinner */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}


#webcam-container {
    position: relative;
    width: 100%;  /* Full width */
    height: 50vh; /* 50% of the viewport height */
    background: #000; /* Add a black background while capturing */
}

#video {
    width: 100%;
    height: auto;
    object-fit: cover; /* Ensure the video scales properly */
}

#captured-image {
    width: 100%; /* Limit the width of the captured image */
    height: auto; /* Maintain aspect ratio */
    display: none; /* Hide initially until captured */
    object-fit: contain; /* Make sure the image fits within the container */
}

.system-message {
    background-color: #f8d7da;
    color: #721c24;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
}
.loading-wheel {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    display: block; /* Make sure it is visible initially */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#image-container {
    position: relative;
    display: inline-block;
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}

/* RESERVATION GRID TABLE */
#resTable {
    width: 100%; /* Ensure the table spans the full container width */
    border-collapse: collapse; /* Collapse table borders */
    background-color: #fff; /* Set the default background to white */
}

/* Apply to th and td inside resTable */
#resTable th, #resTable td {
    padding: 10px 10px; /* Adds padding inside cells */
    text-align: left; /* Align text to the left */
    border: 1px solid #ddd; /* Light gray border for separation */
}

/* Table header styling */
#resTable th {
    background-color: #333; /* Dark background for header */
    color: #fff; /* White text for header */
    font-weight: bold; /* Make header text bold */
}

/* Alternating row colors inside resTable */
#resTable tr:nth-child(even) {
    background-color: #f2f2f2; /* Light gray background for even rows */
}

#resTable tr:nth-child(odd) {
    background-color: #fff; /* White background for odd rows */
}

/* Row hover effect inside resTable */
#resTable tr:hover {
    background-color: #ddd; /* Light gray background on row hover */
}

/* SWITCHES / TOGGLES / RADIOS */
.switch {
    position: relative;
    display: inline-block;
    width: 75px; /* Adjust width for larger switch */
    height: 30px; /* Adjust height */
}

/* Hide the checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Style the slider (toggle) */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc; /* Off color */
    transition: 0.4s;
    border-radius: 50px; /* Rounded corners */
}

/* The slider's circle inside the toggle */
.slider:before {
    content: "";
    position: absolute;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    left: 4px; /* On position */
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
}

/* When the checkbox is checked (On state) */
input:checked + .slider {
    background-color: #4caf50; /* On color */
}

/* When the checkbox is checked (On state), move the slider */
input:checked + .slider:before {
    transform: translateX(50px); /* Move the slider to the right */
}

/* Text labels for On and Off */
.text-left, .text-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: white;
    font-weight: bold;
}

.text-left {
    left: 5px; /* Position "Off" text */
}

.text-right {
    right: 5px; /* Position "On" text */
}

/* Add space between the slider and the text */
.switch {
    padding-left: 40px;
    padding-right: 40px;
}
