﻿body{
    background-color: rgb(63, 63, 62);  
    background-image: url(Images/1.jpg);
    background-size: cover ;
    background-attachment: fixed;
    background-blend-mode:overlay ;
    background-position: center;
    padding:0;
    margin: 0;
    cursor:pointer;
   }
   header{
    border-radius: 50% 0%;
    background-color: lightblue; 
    display:flex;
    justify-content: space-around;
    align-items: center;
    padding:10px;
    font-size: 20px;
    height:160px;
    overflow: hidden;
    border: solid white;
    margin: 3px;
    box-shadow: rgb(194, 193, 193) 1px 2px 2px 1px;
}
@media screen and (max-width:1581px){
.headerAdmin{
    height: auto;
}
}
@media screen and (max-width:1059px) {
    header {
        height: auto;
    }
    li {
        padding: 10px;
    }
}
    
    .ul1 {
        overflow: hidden;
    }

    li {
        float: left;
        list-style-type: none;
    }

    @media screen and (max-width:1581px) {
        .li-Admin {
            float: none;
            padding: 10px;
        }
    }

    @media screen and (max-width:450px) {
        .li-Admin a {
            font-size: 10px;
        }
    }

    li a {
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        border-radius: 50%;
    }

        li a:hover:not(.active) {
            transform: scale(1.5);
            color: green;
        }

    .material-icons {
        color: white;
    }

    .div-cart-p {
        margin-left: 5px;
    }

    .cart-p {
        border-radius: 50%;
        border: solid white 1px;
        background-color: lightblue;
        color: white;
        width: 15px;
        padding: 10%;
        margin: 50%;
    }

    .material-icons:hover {
        color: green;
    }

    .HeaderButtonDiv {
        margin-left: 50px;
        margin-right: 50px;
    }

    .HeaderButton {
        border-radius: 15px;
        border: solid white;
        background-color: lightblue;
        color: white;
        text-align: center;
        width: 55px;
    }

        .HeaderButton:hover {
            background-color: green;
            transition: ease 0.5s;
        }
.div-00 {
    overflow: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
}

    .div-00 div {
        overflow: hidden;
        overflow: hidden;
        display: flex;
        align-items: center;
        border: solid white 1px;
        border-radius: 15px;
        padding: 5px;
    }

    @media screen and (max-width:1231px) {
        .ul1 li a {
            font-size: 15px;
        }
    }

    @media screen and (max-width:1059px) {
        .ul1 li {
            float: none;
        }

        .material-icons {
            margin-left: 20px;
        }

        .HeaderButtonDiv {
            margin-left: 40px;
            margin-right: 20px;
        }

        .material-icons {
            width: 10px;
            height: 10px;
        }

        .HeaderButton {
            font-size: 9px;
            width: 42px;
        }
    }

    @media screen and (max-width:431px) {
        .ul1 li a {
            font-size: 8px;
        }
    }

    footer {
        background-color: aliceblue;
        overflow: hidden;
    }

    .divLogo {
        overflow: hidden;
        text-align: center;
    }

        .divLogo h1 {
            color: aliceblue;
            box-shadow: whitesmoke 0px 4px 4px 0px;
            font-size: 40px;
        }

        .divLogo span {
            color: red;
        }

    .gallary1 {
        background-color: gainsboro;
        border-top: 1px solid red;
        border-bottom: 1px solid red;
        display: flex;
        justify-content: center;
        position: relative;
        overflow: hidden;
        margin-bottom: 100px;
    }

    #photos1 {
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 500px;
        overflow: hidden;
    }

    #photoImg {
        width: 100%;
        height: 500px;
        object-fit: fill;
    }

    #btn1, #btn2 {
        background-color: white;
        border-radius: 50px;
        color: white;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: black;
    }

    #btn1 {
        left: 10px;
    }

    #btn2 {
        right: 10px;
    }

        #btn1:hover, #btn2:hover {
            background-color: red;
            border: solid 1px white;
            color: white;
        }

    .div5 h1 {
        text-align: center;
        border-bottom: solid;
        margin-top: 200px;
        margin-bottom: 20px;
        color: white;
        font-size: 50px;
    }

    @media screen and (max-width:900px) {
        .div5 h1 {
            font-size: 35px;
        }
    }

    @media screen and (max-width:700px) {
        .div5 h1 {
            font-size: 25px;
        }
    }

    .divimg {
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: url(Images/4.jpg);
        background-attachment: fixed;
        height: 100vh;
        border:solid 1px white;
    }

        .divimg p {
            color: white;
            text-align: center;
            font-family: 'Arial', sans-serif;
            font-size: 30px;
            line-height: 1.5;
            margin-top: 20px;
            object-fit: cover;
        }

    @media screen and (max-width:1040px) {
        .divimg p {
            font-size: 20px;
        }
    }

    @media screen and (max-width:500px) {
        .divimg p {
            font-size: 15px;
        }
    }

.divparagraph {
    background-image: url(Images/5.jpg);
    background-color: rgb(97, 90, 90);
    border-radius: 5% 5% 5% 5%;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: overlay;
    margin-top: 70px;
    border: solid 1px white;
}

        .divparagraph p {
            color: white;
            font-size: 30px;
            font-family: Arial, Helvetica, sans-serif;
            align-items: center;
            padding: 30px;
            border: gold solid;
            border-radius: 28%;
            font-weight: 700;
        }

    @media screen and (max-width:1040px) {
        .divparagraph p {
            font-size: 13px;
        }
    }

    @media screen and (max-width:500px) {
        .divparagraph p {
            font-size: 10px;
        }
    }

    .div6 {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 80px;
        margin: 5px;
        color: black;
        margin-top: 70px;
    }

    .div7 {
        border-radius: 10px 10px 10px 10px;
        background-color: white;
        border: solid white;
        box-shadow: 4px 5px 6px 3px grey;
        overflow: hidden;
        margin-right: 20px;
        background-size: cover;
    }

        .div7 p {
            font-size: 20px;
            text-align: center;
        }

    @media screen and (min-width:941px) and (max-width: 1550px) {
        .div6 {
            height: 600px;
        }

        .div7 {
            width: 100%;
            height: 600px;
        }

            .div7 img {
                width: 100%;
                height: 500px;
            }

            .div7 p {
                font-size: 15px;
            }
    }

    @media screen and (min-width:440px) and (max-width: 940px) {
        .div4 {
            overflow: hidden;
        }

        .div6 {
            width: 100%;
            height: 400px;
            padding: 0px 0px;
        }

        .div7 {
            width: 200px;
            height: 400px;
        }

            .div7 img {
                width: 200px;
                height: 300px
            }

            .div7 p {
                font-size: 10px;
            }
    }

    @media screen and (max-width: 501px) {
        .div6 {
            flex-wrap: wrap;
            width: 300px;
            overflow: hidden;
            height: 210vh;
            padding: 80px 80px;
        }

        .div7 {
            margin-top: 20px;
            width: 300px;
        }

            .div7 img {
                width: 300px;
            }

            .div7 p {
                font-size: 15px;
            }
    }

footer {
    border-top: 2px dashed;
    border-color: white;
    margin: 3px;
    margin-top: 50px;
    overflow: hidden;
   
}

    .p-footer {
        text-align: center;
        padding: 30px;
        background-color: lightblue;
        color: mediumvioletred;
        border: solid white;
        border-radius: 100% 100% 0% 0%;
        font-family: 'URW Chancery L', cursive;
    }

    .Telephone {
        display: flex;
        justify-content: left;
        font-family: 'URW Chancery L', cursive;
        padding-left: 80px;
    }

    .Telephone1 {
        color: brown;
        text-align: left;
        font-size: 25px;
    }

    .Telephone2 {
        color: green;
        text-align: left;
        padding: 16px;
        font-size: 16px;
        font-family: 'Snell Roundhand', cursive;
    }

    .Address {
        display: flex;
        justify-content: left;
        font-family: 'URW Chancery L', cursive;
        padding-left: 80px;
    }

    .Address1 {
        color: brown;
        text-align: left;
        font-size: 25px;
    }

    .Address2 {
        color: green;
        text-align: left;
        padding: 16px;
        font-size: 16px;
        font-family: 'Snell Roundhand', cursive;
    }

    .Gmail {
        display: flex;
        justify-content: left;
        font-family: 'URW Chancery L', cursive;
        padding-left: 80px;
    }

    .Gmail1 {
        color: brown;
        text-align: left;
        font-size: 25px;
    }

    .Gmail2 {
        color: green;
        text-align: left;
        padding: 16px;
        font-size: 16px;
        font-family: 'Snell Roundhand', cursive;
    }

    @media screen and (max-width:1300px) {
        .Telephone1 p {
            font-size: 20px;
        }

        .Address1 p {
            font-size: 20px;
        }

        .Gmail1 p {
            font-size: 20 px;
        }
    }

    @media screen and (max-width: 652px) {
        .Gmail2 p {
            font-size: 10px;
        }
    }

.MenuTable {
    background-image: url(4.jpg);
    background-image: url(Images/srsryh.jpg);
    background-attachment: fixed;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 150px;
    color: white;
    background-blend-mode: overlay;
    background-color: lightslategray;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

    .FoodImg {
        border: solid;
        background-color: white;
        border-radius: 10px;
        margin-right: 20px;
        margin-left: 20px;
        box-shadow: 3px 3px 6px 6px #333;
        width: calc(33.33% - 40px);
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
        margin-top: 20px;
    }

.SearchClass {
    border-radius: 10px;
    width: 100%;
    max-width: 400px; 
    padding: 10px;
    box-sizing: border-box;
}


.ButtonSearch {
    background-color: green;
    color: white;
    border-radius: 10px;
    border: solid white 1px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
}

.ul-product {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    list-style: none;
    justify-content: center;
    margin: 0;
}

    .ul-product li {
        padding: 10px 15px;
        background-color: #f0f0f0;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        .ul-product li:hover {
            background-color: #e0e0e0;
        }

@media (max-width: 768px) {
    .SearchClass {
        max-width: 300px;
    }

    .ButtonSearch {
        padding: 8px 15px;
        font-size: 14px;
    }

    .ul-product li {
        padding: 8px 12px;
    }
}

@media (max-width: 480px) {
    .SearchClass {
        max-width: 200px;
    }

    .ButtonSearch {
        padding: 6px 10px;
        font-size: 13px;
    }

    .ul-product {
        flex-direction: column;
        align-items: center;
    }

        .ul-product li {
            width: 100%;
            text-align: center;
        }
}


    @media screen and (max-width:600px) {
        .form-group input[type="text"],
        .form-group input[type="number"],
        .form-group input[type="file"] {
            padding: 10px;
            font-size: 16px;
            width: 100%;
            box-sizing: border-box;
        }
    }

    .FoodImg img {
        object-fit: cover;
        width: 100%;
        height: auto;
    }

        .FoodImg img:hover {
            background-color: white;
            border: solid white;
            box-shadow: 4px 5px 6px 3px grey;
            margin-right: 0;
            margin-bottom: 0;
            background-size: cover;
            transform: rotate(20deg);
            transition: ease 2s;
        }

    .Food-p {
        font-size: 16px;
        text-align: center;
        color: black;
        margin: 20px;
    }

    @media screen and (min-width:1551.1px) and (max-width: 2000px) {
        .FoodImg {
            width: 29%;
            height: 15%;
        }

            .FoodImg img {
                width: 530px;
                height: 450px;
            }

        .Food-p {
            font-size: 20px;
            margin: 50px;
        }
    }

    @media screen and (min-width:1421px) and (max-width: 1550px) {
        .FoodImg {
            width: 30%;
            height: 15%;
        }

            .FoodImg img {
                width: 500px;
                height: 450px;
            }

        .Food-p {
            font-size: 20px;
            margin: 50px;
        }
    }

    @media screen and (min-width:1394px) and (max-width: 1420px) {
        .FoodImg {
            width: 40%;
            height: 15%;
        }

            .FoodImg img {
                width: 550px;
                height: 450px;
            }

        .Food-p {
            font-size: 20px;
            margin: 50px;
        }
    }

    @media screen and (min-width: 943.1px) and (max-width: 1395.9px) {
        .FoodImg {
            width: 45%;
            float: left;
        }

            .FoodImg img {
                object-fit: cover;
                height: 450px;
            }

        .Food-p {
            font-size: 20px;
            margin: 50px;
        }
    }

    @media screen and (max-width: 942.9px) {
        .FoodImg {
            width: 60%;
            margin-left: 20%;
        }

            .FoodImg img {
                width: 100%;
                height: auto;
            }

        .Food-p {
            font-size: 14px;
            margin: 10px;
        }
    }

    .button-1 {
        border-radius: 10px 10px 10px 10px;
        background-color: green;
        font-size: 15px;
        font-family: Georgia, 'Times New Roman', Times, serif;
        color: white;
        height: 30px;
    }

        .button-1:hover {
            border-radius: 10px 10px 10px 10px;
            background-color: red;
            font-size: 20px;
            font-family: Georgia, 'Times New Roman', Times, serif;
            color: white;
            height: 50px;
            transition: ease 1s;
        }

    .number1 {
        border: solid green;
        width: 100px;
        height: 20px;
        border-radius: 10px;
    }

    .Book-a-Table {
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 10px;
        padding: 20px;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 20px;
    }

        table tr {
            height: 40px;
        }

        table label {
            font-size: 16px;
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
        }

        table input[type="text"],
        table input[type="datetime-local"],
        table input[type="number"],
        table input[type="email"] {
            width: calc(100% - 10px);
            padding: 10px;
            margin-bottom: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }

        table input[type="radio"] + label {
            margin-left: 8px;
        }

        table textarea {
            width: calc(100% - 12px);
            padding: 10px;
            margin-bottom: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            resize: none;
        }

        table h3 {
            font-size: 14px;
            margin-bottom: 5px;
        }

        table input[type="checkbox"] {
            margin-right: 5px;
        }

    .button-td {
        margin: 10px 5px;
        padding: 10px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

        .button-td.save {
            background-color: green;
            color: white;
        }

        .button-td.delete {
            background-color: red;
            color: white;
        }

    .Order {
        background-color: lightyellow;
        overflow: hidden;
        border-radius: 10px;
    }

        .Order h2 {
            text-align: center;
        }

    .Ordertable {
        border-collapse: collapse;
        width: 100%;
        margin-top: 20px;
    }

        .Ordertable th {
            border: 2px solid #dddddd;
            text-align: left;
            padding: 8px;
        }

        .Ordertable td {
            border: 1px solid #dddddd;
            text-align: left;
            padding: 8px;
        }

        .Ordertable th {
            background-color: #f2f2f2;
        }

    .oredr-button {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 40%;
        margin-left: 40%;
    }

    .Administration-a-Table ,.Administration-a-Table12{
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 10px;
        padding: 20px;
        align-items: center;
        width: 20%;
        margin-left: 39%;
        font-size: large;
        list-style-type: none;
    }
 
.Administration-a-Table a {
    text-decoration: none;
}

    .selectName {
        width: 200px;
        border-radius: 5px;
        border: solid 0px;
    }

    .Administration-a-Table tr {
        height: 70px;
    }

    #textName {
        max-width: 180px;
        width: 100%;
    }

    .PasswordName {
        width: 197px;
        border-radius: 5px;
        border: solid 0px;
    }

    #PasswordName {
        width: 197px;
        border-radius: 5px;
        border: solid 0px;
    }

.Administration-a-Table2{
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 20px;
    align-items: center;
    width: 50%;
    margin-left: 24%;
    font-size: large;
    overflow: hidden;
}
        .Administration-a-Table2 tr {
            height: 70px;
        }
        .Administration-a-Table2 td {
            margin: 20px;
        }

.Administration-Home {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;  
    align-items: center;
    width: 50%;
    margin-left: 24%;
    font-size: large;
    overflow: hidden;
    display:flex;
    justify-content:center;
}

.Admin-div-img{
    width:500px;
    height:500px;
    padding:20px;
    overflow:hidden;
}
    .Admin-div-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: solid 1px black;
        border-radius:10px;
        box-shadow: 1px 1px 3px 3px gray;
    }
.tableAdmin{
    margin:10px;
    width:100px;
}

.tableAdmin td{
  padding:30px;
}
@media screen and (max-width: 1721px){

    .Admin-div-img {
        width: 300px;
        height: 300px;
        padding: 15px;
    }

        .Admin-div-img img {
            width: 100%;
            height: 100%;
        }

    .tableAdmin {
        width: 70px;
    }

        .tableAdmin td {
            padding: 20px;
        }
}
@media screen and (max-width:1331px) {

    .Admin-div-img {
        width: 200px;
        height: 200px;
        padding: 15px;
    }

        .Admin-div-img img {
            width: 100%;
            height: 100%;
        }

    .tableAdmin {
        width: 50px;
        font-size:10px;
    }     
}
@media screen and (max-width:1331px) {
    .Administration-Home {
        display: block;
        
    }
    .Admin-div-img {
        width: auto;
        height: 400px;
        padding: 15px;
    }

        .Admin-div-img img {
            width: 100%;
            height: 100%;
        }

    .tableAdmin {
        width: 50px;
        font-size: 15px;
    }

      
}
@media screen and (max-width:1331px) {
    .Administration-Home {
        display: block;
    }

    .Admin-div-img {
        width: auto;
        height: 400px;
        padding: 15px;
    }

        .Admin-div-img img {
            width: 100%;
            height: 100%;
        }

    .tableAdmin {
        width: 50px;
        font-size: 15px;
    }

}
@media screen and (max-width:675px) {
  
    .Admin-div-img {
        width: auto;
        height: 300px;
        padding: 15px;
    }

        .Admin-div-img img {
            width: 100%;
            height: 100%;
        }

    .tableAdmin {
        width: 50px;
        font-size: 10px;
    }
}
@media screen and (max-width:496px) {

    .Admin-div-img {
        width: auto;
        height: 200px;
        padding: 15px;
    }

        .Admin-div-img img {
            width: 100%;
            height: 100%;
        }

    .tableAdmin {
        width: 50px;
        font-size: 8px;
    }
}
@media screen and (max-width:421px) {
    .tableAdmin {
        font-size: 5px;
    }
}
.button5 {
    margin-left: 60%;
}

    .button6 {
        margin-left: 10%;
    }

    .numberN {
        max-width: 180px;
        width: 100%;
    }

    .emailN {
        max-width: 180px;
        width: 100%;
    }


    .Customers-Service {
        overflow: hidden;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 10px;
        padding: 20px;
        margin-top: 20px;
        padding-bottom: 100px;
    }

        .Customers-Service div {
            display: flex;
            justify-content: center;
            text-align: center;
        }

    @media screen and (max-width:1300px) {
        .Customers-Service div p {
            font-size: 22px;
        }
    }

    @media screen and (max-width:901px) {
        .Customers-Service div p {
            font-size: 20px;
        }
    }

    @media screen and (max-width:501px) {
        .Customers-Service div p {
            font-size: 15px;
        }
    }

    .form1 {
        padding: 20px;
        background-color: white;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        max-width: 400px;
        width: 100%;
    }

    .Customers-Service label {
        display: block;
        margin-bottom: 8px;
    }

    .Customers-Service input {
        width: 100%;
        padding: 8px;
        margin-bottom: 16px;
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .Customers-Service textarea {
        width: 100%;
        padding: 8px;
        margin-bottom: 16px;
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-radius: 4px;
        resize: none;
    }

    .Customers-Service button {
        background-color: #4caf50;
        color: #fff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        width: 100px;
        height: 25px;
    }

        .Customers-Service button:hover {
            background-color: red;
        }

    .whatsapp-button {
        background-color: #25D366;
        color: #fff;
        padding: 15px 20px;
        border-radius: 50%;
        border: solid white;
        width: 60px;
        text-decoration: none;
    }

    .star1 {
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 10px;
        margin-top: 20px;
        padding-bottom: 100px;
    }

    .container {
        width: 80%;
        margin: auto;
        overflow: hidden;
    }

    .comment-form {
        background: #ffffff;
        padding: 20px;
        margin-bottom: 20px;
        border: 1px solid green;
        border-radius: 5px;
    }

        .comment-form h3 {
            color: green;
            margin-bottom: 20px;
            text-align: center;
        }

        .comment-form label {
            display: block;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .comment-form textarea,
        .comment-form input[type="text"],
        .comment-form input[type="email"],
        .comment-form select {
            width: 100%;
            padding: 10px;
            margin-bottom: 10px;
            border: 1px solid green;
            border-radius: 3px;
            box-sizing: border-box;
        }

        .comment-form input[type="submit"] {
            background: green;
            color: #fff;
            border: none;
            padding: 10px 20px;
            border-radius: 3px;
            cursor: pointer;
            transition: 1s ease;
            margin-left: 45%;
            margin-top: 30px;
        }

            .comment-form input[type="submit"]:hover {
                background: red;
            }

    .comment-list {
        list-style: none;
        padding: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .textarea2 {
        resize: none;
    }

    .comment {
        background: #ffffff;
        margin-bottom: 20px;
        padding: 20px;
        border: 1px solid green;
        border-radius: 5px;
        overflow: visible;
        height: auto
    }

        .comment p {
            margin: 0;
        }

    @media screen and (max-width:941px) {
        .comment {
            width: 200px;
        }
    }

    .comment .rating {
        color: #e8491d;
        font-size: 18px;
    }

    .container2 h1 {
        color: green;
        text-align: center;
        font-size: 50px;
        padding-top: 20px;
    }

    .container2 p {
        font-size: 30px;
        width: 80%;
        margin: auto;
        overflow: hidden;
        padding: 20px;
    }

    @media screen and (max-width:1300px) {
        .container2 h1 {
            font-size: 30px;
        }

        .container2 p {
            font-size: 20px;
        }
    }

    @media screen and (max-width:901px) {
        .container2 h1 {
            font-size: 20px;
        }

        .container2 p {
            font-size: 15px;
        }
    }

    @media screen and (max-width:501px) {
        .container2 h1 {
            font-size: 15px;
        }

        .container2 p {
            font-size: 10px;
        }
    }

    .invoice {
        max-width: 600px;
        margin: auto;
        border: 1px solid #000;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .invoice-header, .invoice-footer {
        text-align: center;
        margin-bottom: 20px;
    }

        .invoice-header h1, .invoice-footer p {
            margin: 0;
        }

    .tableInvoice {
        width: 100%;
        border-collapse: collapse;
    }
        .tableInvoice th {
            border: 1px solid black;
            padding: 10px;
            text-align: center;
            background-color: #f2f2f2;
        }
        .tableInvoice td {
            border: 1px solid black;
            padding: 10px;
            text-align: center;
        }
    .total {
        font-weight: bold;
    }
.tableUserSlide,  .theadSlide, .thboduSlide {
    border: solid green 1px;
    padding: 5px;
}
    .tableUserSlide .th-Slide, .tr-Slide, .td-Slide {
        border: solid green 1px;
        padding: 5px;
        margin: 10px;
    }
#td-img-slide{
    width:200px;
    height:200px;
    overflow:hidden;
}
#td-img-slide img{
    width:100%;
    height:100%;
    object-fit:contain;
}
.table-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}


.time-display-table {
    width: 100%;
    font-family: Arial, sans-serif;
    margin: 0 auto;
   
}


.table-header {
    color: black;
}

.header-row {
    height: 50px;
}

.header-cell {
    padding: 10px;
    text-align: left;
  
}


.table-body {
    font-size: 16px;
    color: #333;
}

.table-row:nth-child(even) {
    background-color: #f2f2f2;
}

.table-cell {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
}
.dropdown {
    position: static;
    display: flex;
    align-items: center;
}

   

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
@media screen and (max-width:653px) {
    .dropdown-content {
        min-width: 100px;
        font-size:10px;
    }
}
@media screen and (max-width:530px) {
    .dropdown-content {
        min-width: 70px;
    }
}
@media screen and (max-width:500px) {
    .dropdown-content {
        min-width: 40px;
    }
}
    .dropdown:hover .dropdown-content {
        display: block;
        border-radius: 10px;
        margin-top: 120px;
    }

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: red;
            border-radius: 10px;
            color: white;
        }
@media screen and (max-width:1067px) {
    .table-Registration1 {
        display: none;
    }
}
@media screen and (max-width:1300px) {
    .table-Registration2 {
        display: none;
        overflow:hidden;
    }
}
@media screen and (min-width:1067px) {
    .form-registration {
        overflow:hidden;
        display: none;
    }

}
@media screen and (min-width:1299px) {
    .form-login {
        overflow: hidden;
        display: none;
    }
    
}

@media screen and (max-width:1299px) {
    .Administration-a-Table12 {
        margin:10px;
        padding: 10px;
        width: auto;
    }
}
.div-select-product {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 10px;
}

.li-select {
    margin: 15px;
    overflow: hidden;
}

    .li-select p {
        color: yellow;
        font-size:25px;
    }
@media screen and (max-width:1063px) {

    .li-select p {
        font-size: 20px;
    }
}


.li-select p:hover {
    box-shadow: inset 0 -2px 0 0 yellow;
}

.login-input-size {
    width: 100%;
}

@media screen and (max-width: 538px) {
    .login-input-size {
        width: 300px;
    }
}
.Message {
    display: grid;
    justify-content: center;
    padding: 100px;
}
.Message-Div {
    display: grid;
    justify-content: center;
    border-radius: 15px;
    border: solid 2px red;
    padding: 20px;
    background-color:white;
    margin-bottom:40px;
    height:auto;
    width:500px;
}
.Message-Div button{
    width:50px;
    height:30px;
    background-color:blue;
    border-radius:5px;
    color:white;
}
    .Message-Div p {
        white-space: normal;
        word-break: break-word;  
    }
.Requests{
    display:flex;
    justify-content:space-evenly;
}
.Requests-img{
    border:solid 1px black;
    border-radius:5px;
    width:100px;
    height:100px;
    overflow:hidden;
}
.div-p {
    margin-top: 50px;
}
.Requests-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tracking-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tracking-step {
    width: 50px;
    height: 50px;
    background-color: #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: white;
    font-weight: bold;
    position: relative;
}

    .tracking-step.complete {
        background-color: green;
        font-size: 10px;
    }

.tracking-line {
    width: 60px;
    height: 4px;
    background-color: green;
    margin: 0 10px;
}
.a-chat {
    text-decoration: none;
    background-color: forestgreen;
    color: white;
    padding: 20px 10px;
    border-radius: 5px;
}
.a-chat:hover{
    background-color: red;
    transition:ease 1.3s;
}


.containerX9Alpha, .uniqueContainerHX29B {
    width: 90%;
    max-width: 800px;
    margin: 20px auto;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

h1.headingZ45Tango, h1.uniqueHeaderY92ZT {
    text-align: center;
    color: #4A4A4A;
    font-size: 28px;
    margin-bottom: 20px;
}

.searchBarF7Omega {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

    .searchBarF7Omega input[type="search"] {
        flex: 1;
        padding: 10px;
        border: 1px solid #d1d1d1;
        border-radius: 6px;
        min-width: 200px;
    }

    .searchBarF7Omega button {
        padding: 10px 20px;
        background-color: blue;
        color: white;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        font-weight: bold;
        transition: 0.3s;
    }

        .searchBarF7Omega button:hover {
            background-color: #00449e;
        }

.radioGroupH4Sigma {
    display: flex;
    gap: 15px;
    align-items: center;
}

    .radioGroupH4Sigma label {
        font-size: 14px;
        color: #333;
        cursor: pointer;
    }

.empTableK2Delta, .uniqueEmpTableQ91WS {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    overflow-x: auto;
}

    .empTableK2Delta th, .empTableK2Delta td,
    .uniqueEmpTableQ91WS th, .uniqueEmpTableQ91WS td {
        padding: 15px;
        border: 1px solid #ddd;
        text-align: center;
        vertical-align: middle;
    }

    .empTableK2Delta th, .uniqueEmpTableQ91WS th {
        background-color: #f7f9fc;
        font-weight: bold;
        color: #4A4A4A;
    }

.buttonBundleQ9Echo button, .uniqueButtonBundleR53VD button {
    padding: 6px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    color: white;
    transition: background-color 0.3s;
}

.viewX5Charlie, .btnViewUniqueT2WJ {
    background-color: #4CAF50;
}

.editY3Victor, .btnEditUniqueG4LK {
    background-color: #FF9800;
}

.deleteZ7Zulu, .btnDeleteUniqueM5RS {
    background-color: #F44336;
}

.viewX5Charlie:hover, .btnViewUniqueT2WJ:hover {
    background-color: #43a047;
}

.editY3Victor:hover, .btnEditUniqueG4LK:hover {
    background-color: #fb8c00;
}

.deleteZ7Zulu:hover, .btnDeleteUniqueM5RS:hover {
    background-color: #e53935;
}

.uniqueToggleButtonsKZ87P, .toggle-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

    .uniqueToggleButtonsKZ87P button, .toggle-buttons button {
        padding: 10px 20px;
        font-size: 16px;
        font-weight: bold;
        border-radius: 5px;
        border: none;
        cursor: pointer;
        color: white;
        transition: background-color 0.3s;
    }

.btnShowFirstZ14QP {
    background-color: #0056b3;
}

.btnShowSecondX67NF {
    background-color: #008c8c;
}

.btnShowFirstZ14QP:hover {
    background-color: #00449e;
}

.btnShowSecondX67NF:hover {
    background-color: #006666;
}


@media (max-width: 600px) {

    .searchBarF7Omega {
        flex-direction: column;
        align-items: stretch;
    }
    .empTableK2Delta, .uniqueEmpTableQ91WS,
    .empTableK2Delta tr, .uniqueEmpTableQ91WS tr,
    .empTableK2Delta th, .uniqueEmpTableQ91WS th,
    .empTableK2Delta td, .uniqueEmpTableQ91WS td {
        display: block;
        width: 100%;
        text-align: right;
        padding: 10px;
    }
        .empTableK2Delta tr, .uniqueEmpTableQ91WS tr {
            margin-bottom: 10px;
            border-bottom: 1px solid #ddd;
        }

        .empTableK2Delta th, .uniqueEmpTableQ91WS th {
            display: none;
        }

        .empTableK2Delta td, .uniqueEmpTableQ91WS td {
            padding-left: 50%;
            position: relative;
            border: 1px solid #ddd;
            margin-bottom: 5px;
            text-align: left;
        }
            .empTableK2Delta td::before, .uniqueEmpTableQ91WS td::before {
                content: attr(data-label);
                position: absolute;
                left: 10px;
                font-weight: bold;
                color: #333;
                font-size: 14px;
                text-align: left;
            }
}
