body {
  /* margin: 0; */
  /* padding: 0; */
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #012b66aa, #012b663d, #d21a213d, #d21a21aa);
  background-size: 200% 200%;
  animation: backgroundAnimation 13s infinite alternate ease-in-out;
  /* flex-direction: column; */
  font-family: 'Poppins';
}

@keyframes backgroundAnimation {
  0% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  75% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#sp-menu {
    justify-content: right;
    display: flex;
}

#offcanvas-toggler {
    color: #052f69;
}

.main-container {
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    max-width: 1300px !important;
    background: #f1f1f1aa;
    padding: 50px;
    margin-top: 120px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    margin-left: auto;
    margin-right: auto;
}

.logo.ppclogo {
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 30px;
}


tr:first-child {
}

tr:nth-child(even) {
    background: #6f9cca44;
}

tr:nth-child(odd) {
    background: #6f9cca88;
}

thead tr th {
    background: #002864;
    color: white;
}

tr td:nth-child(1) {
    font-weight: bold;
}

tbody tr {
    transition: .2s all;
}

tbody tr:hover {
    background: #6f9cca;
    transition: .2s all;
    
}

tbody tr td{
    transition: .2s all;
}

tbody tr td:hover {
    background: #6f9cca !important;
    transition: .2s all;
    color: white;
}

tbody tr:hover td:nth-child(1) {
    color: white;
    
}


td.selected:before {
    content: '\f058';
    font-weight: bold;
    font-family: 'Font Awesome 6 Free';
    margin-right: 5px;
    color: #002864;
    border-radius: 50%;
}

td.reserved:before {
    content: '\f057';
    font-weight: bold;
    font-family: 'Font Awesome 6 Free';
    margin-right: 5px;
    color: #d11a21;
}

td.reserved {
    font-weight: bold;
    color: #666;
}

table#scheduleTable {
    text-transform: uppercase;
}

td.avaiable:before, td.available:before {
    content: '\f00c';
    font-weight: bold;
    font-family: 'Font Awesome 6 Free';
    margin-right: 5px;
}

h2.reservation-info-title {}

.reservation-main-div {
    padding: 25px;
    background: white;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

span.selected-date-table:before {
    content: '\f00c';
    font-weight: bold;
    font-family: 'Font Awesome 6 Free';
    margin-right: 5px;
    color: #198754;
}

h3.selected-table {
    font-size: 24px;
    margin-bottom: 0;
}

input, select {
    border-radius: 3px !important;
}


button[type="submit"] {
    background: #d11a21;
    border: 1px solid #d11a21;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 0px !important;
}

button[type="submit"]:hover {
    background: #002864;
    border: 1px solid #002864;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 0px !important;
}


button[type="submit"]:before {
    content: '\f1d8';
    font-weight: bold;
    font-family: 'Font Awesome 6 Free';
    margin-right: 5px;
}


a.mainpage-back-btn {
    background: #002864;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 0;
}

a.mainpage-back-btn:hover {
    background: #d11a21;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 0;
}

a.mainpage-back-btn:before {
    content: '\f0a8';
    font-weight: bold;
    font-family: 'Font Awesome 6 Free';
    margin-right: 5px;
}

.button-container-div {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

div#table-reservation {
    /* margin-bottom: 30px; */
}

            #sp-header {
            width: 100%;
            background-color: #fff;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            z-index: 1000;
            display: flex;
            position: fixed;
            top: 0;
        }

        #sp-header.header-sticky {
            position: sticky;
            top: 0;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        .row {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px 20px;
            flex-direction: row;
            flex-wrap: nowrap;
            width: 100%;
            align-content: center;
            height: 80px;
        }

        .logo img {
            max-height: 50px;
        }

        .foglalas-button {
            text-decoration: none;
            padding: 10px 20px;
            background-color: #007bff;
            color: #fff;
            border-radius: 5px;
            transition: background-color 0.3s;
        }

        .foglalas-button:hover {
            background-color: #0056b3;
        }

        .sp-megamenu-parent {
            display: flex;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .sp-megamenu-parent li {
            margin: 0 10px;
            justify-content: center;
            align-items: center;
            display: flex;
            align-content: center;
            flex-wrap: nowrap;
            flex-direction: row;
        }

        .sp-megamenu-parent li a {
            text-decoration: none;
            color: #000;
            font-weight: 500;
        }

        /* Hamburger Menu */
        .offcanvas-toggler-right {
            display: none;
            font-size: 24px;
            cursor: pointer;
        }

        .mobile-menu {
            display: none;
            flex-direction: column;
            background-color: #fff;
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            z-index: 999;
        }

        .mobile-menu li {
            padding: 10px;
            border-bottom: 1px solid #ddd;
        }

        .mobile-menu li a {
            color: #000;
            text-decoration: none;
        }

        @media (max-width: 991px) {
            .sp-megamenu-parent {
                display: none;
            }

            .offcanvas-toggler-right {
                display: block;
            }

            .mobile-menu {
                display: none;
            }

            .mobile-menu.active {
                display: flex;
            }
        }


.container.reservation-main-div {
    margin-top: 30px;
}

.sp-megamenu-parent .sp-menu-item a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

td.selected {
    color: #002864;
}

.main-container .ppclogo img {
    max-height: 100px;
}

@media(max-width: 766px) {
#table-reservation {
    overflow-x: scroll;
}
}


@media(min-width: 992px) {
    .offcanvas-menu {
    display: none;
}
}




/* Offcanvas CSS */



#offcanvas-toggler {
    display: block;
    height: 120px;
    line-height: 120px;
    font-size: 30px;
}

#offcanvas-toggler>span:hover {
    color: #fff
}

.offcanvas-init {
    overflow-x: hidden;
    position: relative
}

.offcanvas-active .offcanvas-overlay {
    visibility: visible;
    opacity: 1
}

.offcanvas-overlay {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s
}

.body-wrapper {
    position: relative;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    backface-visibility: hidden
}

.close-offcanvas {
    position: absolute;
    top: 15px;
    z-index: 1;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    background: #333;
    color: #fff;
    z-index: 9999999999;
}

.close-offcanvas:hover {
    background: #666;
    color: #fff
}

.offcanvas-menu {
    width: 300px;
    height: 100% !important;
    position: fixed !important;
    top: 0;
    overflow: inherit;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 10000;
    float: right;
    position: absolute;
    right: 0;
    background: white;
    height: 100%;
}

.offcanvas-menu .offcanvas-inner {
    padding: 30px
}

.offcanvas-menu .offcanvas-inner .sp-module {
    padding: 0;
    margin: 0
}

.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
    font-size: 1rem;
    font-weight: bold
}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
    margin-bottom: 20px
}

.offcanvas-menu .offcanvas-inner .sp-module ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li {
    border: 0;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    display: block
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li a,.offcanvas-menu .offcanvas-inner .sp-module ul>li span {
    display: block;
    font-size: 1rem;
    padding: 0.125rem 0;
    position: relative
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>a>.menu-toggler,.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>.menu-separator>.menu-toggler {
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>a>.menu-toggler:after,.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>.menu-separator>.menu-toggler:after {
    content: "Ã¯Ââ€¢"
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent.menu-parent-open>a>.menu-toggler:after,.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent.menu-parent-open>.menu-separator>.menu-toggler:after {
    content: "Ã¯Ââ€“"
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li ul {
    display: none
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li ul li a {
    font-size: 0.875rem
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    float: right;
    margin-left: 20px
}

body.ltr #offcanvas-toggler.offcanvas-toggler-left {
    float: left;
    margin-right: 20px
}

body.ltr.offcanvs-position-left .body-wrapper {
    left: 0
}

body.ltr.offcanvs-position-left .offcanvas-menu {
    left: -300px
}

body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
    left: 0
}

body.ltr.offcanvs-position-left.offcanvas-active .body-wrapper {
    left: 300px
}

body.ltr.offcanvs-position-right .body-wrapper {
    right: 0
}

body.ltr.offcanvs-position-right .offcanvas-menu {
    right: -300px
}

body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
    right: 0
}

body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
    right: 300px
}

body.ltr .close-offcanvas {
    right: 15px
}

body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>a>.menu-toggler,body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>.menu-separator>.menu-toggler {
    right: 0
}

body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul>li ul {
    margin-left: 10px
}


/* Offcanvas CSS end */




.offcanvas-menu .sp-module._menu {
    text-align: center;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: bold;
}

.mobilgomb-offcv {
      padding-right: 50px !important;
}



.offcanvas-active .offcanvas-overlay {
    visibility: visible;
    opacity: 1
}

.offcanvas-overlay {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s
}

.offcanvas-menu .menu a {
    color: black;
}

@media(min-width: 992px) {
    a#offcanvas-toggler {
    display: none;
}
}

@media(max-width: 430px) {
    .form-group.button-container-div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
    margin-top: 15px;
}

.button-container-div button.btn.btn-success {
    margin-bottom: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
}


div#messageContainer h5 {
    text-align: center;
    margin-top: 5px;
    padding: 15px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    align-items: center;
    justify-content: center;
    display: flex;
}

#messageContainer >* {
    margin-bottom: 0;
}

#messageContainer > *:before {
    content: '\f071';
    font-family: 'Font Awesome 6 Free';
    font-weight: bold;
    margin-right: 10px;
    color: #d21921;
}

#start-time option:last-child {
    display: none;
}