* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #f1f1f1;
    margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

table {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    border-collapse: separate;
    border-spacing: 0px;
}

table th,
table td {
    width: max-content;
    text-align: center;
    border: 2px solid #ffd700;
    vertical-align: middle;
}

table tr:nth-child(even) {
    background-color: #faf7f3;
}

table tr {
    background-color: #ffffff;
    border-bottom: 2px solid #ffd700;
}

table th {
    background-color: rgb(238, 35, 35);
    font-weight: bold;
    font-size: 15px;
    color: white;
    border: 2px solid #ff8400;
    padding: 5px;
    position: sticky;
    top: 0px;
    z-index: 1;
}

table td {
    color: #000000;
    font-size: 14px;
    padding: 0px 2px;
    border: 1px solid #ffd700;
}

.main_area {
    width: 100%;
    margin-bottom: 10%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: transparent;
}

.side_bar_wrap {
    font-family: 'Montserrat', sans-serif;
    height: 100vh;
    background-color: #fc2828;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: white;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0 4px 5px black;
    border-right: 2px solid #ffd700;
    padding-left: 1%;
    padding-right: 1%;
}

.side_bar_wrap p {
    width: 110%;
    margin-top: 8%;
    color: rgb(255, 255, 255);
    cursor: pointer;
    padding:7%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff0000;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4), 0 4px 35px rgba(0, 0, 0, 0.4), 0 0 25px rgb(235, 48, 48) inset;
    transition: background-color 0.3s ease, transform 0.4s ease-in-out, box-shadow 0.4s ease, filter 0.5s ease-in-out;
    position: relative;
    border: 1px solid rgb(255, 255, 255);
    user-select: none;
    text-wrap: nowrap;
}

.side_bar_wrap p:hover {
    background-color: #c62828;
    cursor: pointer;
    border: 1px solid rgb(0, 0, 0);
    color: rgb(3, 3, 3);
    transform: translateY(2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4), 0 4px 35px rgba(0, 0, 0, 0.4), 0 0 25px rgb(146, 0, 0) inset;
}

.side_bar_wrap p:active {
    transform: translateY(5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 2px 20px rgba(0, 0, 0, 0.3);
}

.side_bar_wrap p:last-child {
    text-align: center;
    font-size: 35px;
    border: none;
    background-color: transparent;
    cursor: auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #ff1726;
    transition: background-color 0.3s ease, transform 0.2s ease-in-out, box-shadow 0.3s ease;
    position: relative;
    outline: 2px solid black;
    border: 2px solid white;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3), 0 2px 25px rgba(0, 0, 0, 0.2), 0 0 1px black, 0 0 2px grey;
}

.side_bar_wrap p:last-child:hover {
    background-color: #d50000;
    cursor: pointer;
    transform: translateY(6px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4), 0 4px 35px rgba(0, 0, 0, 0.3);
}

.side_bar_wrap p:last-child:active {
    transform: translateY(10px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 2px 20px rgba(0, 0, 0, 0.3);
}

.active_orders_wrap {
    margin-left: 230px;
    width: calc(100% - 230px);
    height: 100%;
}


.active_orders_wrap>table tr:first-child th:nth-child(1) {
    width: 4%;
}

.active_orders_wrap>table tr:first-child th:nth-child(2) {
    width: 7%;
}

.active_orders_wrap>table tr:first-child th:nth-child(3) {
    width: 7%;
}

.active_orders_wrap>table tr:first-child th:nth-child(4) {
    width: 15%;
}

.active_orders_wrap>table tr:first-child th:nth-child(5) {
    width:6%;
}
.active_orders_wrap>table tr:first-child th:nth-child(6) {
    width:15%;
}

.active_orders_wrap>table tr:first-child th:nth-child(10) {
    width: 7%;
}

.active_orders_wrap>table tr:first-child th:nth-child(11) {
    width: 15%;
}

.active_orders_wrap>table tr td:nth-child(7) {
    text-align: left;
    padding-left: 9px;
}

.active_orders_wrap>table tr td:nth-child(11) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.active_orders_wrap>table tr td:nth-child(11) i {
    color: rgb(255, 255, 255);
    font-size: 1.2em;
    position: absolute;
    left: 10%;
    filter: drop-shadow(0 0 5px black) ;

}

.active_orders_wrap>table tr td {
    font-size: 0.90em;
}

.active_orders_wrap>table tr td:nth-child(11) button {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.3em;
    color: rgb(0, 0, 0);
    width: 90%;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 3% 0;
    background-color: #ff5722;
    border: 1px solid #d43f00;
    border-radius: 12px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.3s ease, background-color 0.3s ease, border 0.3s ease;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.active_orders_wrap>table tr td:nth-child(11) button:hover {
    background-color: #f44336;
    box-shadow:
        0 8px 16px rgba(0, 0, 0, 0.3),
        0 16px 32px rgba(0, 0, 0, 0.35),
        0 24px 48px rgba(0, 0, 0, 0.3),
        0 32px 64px rgba(0, 0, 0, 0.15);
    border: 1px solid #d32f2f;
    color: white;
}

.active_orders_wrap>table tr td:nth-child(11) button:nth-child(1) {
    background-color: #ff5f3b;
    border-color: #fbc02d;
    box-shadow:
        0 6px 12px rgba(0, 0, 0, 0.2),
        0 12px 24px rgba(0, 0, 0, 0.25),
        0 18px 36px rgba(0, 0, 0, 0.2),
        0 24px 48px rgba(0, 0, 0, 0.1);
}

.active_orders_wrap>table tr td:nth-child(11) button:nth-child(1):hover {
    background-color: #fb4218;
    transform: translateY(-7px);
    box-shadow:
        0 8px 16px rgba(0, 0, 0, 0.3),
        0 16px 32px rgba(0, 0, 0, 0.35),
        0 24px 48px rgba(0, 0, 0, 0.3),
        0 32px 64px rgba(0, 0, 0, 0.15);
    border: 1px solid #ffffff;
}

.active_orders_wrap>table tr td:nth-child(11) button:nth-child(2) {
    background-color: #b5da00;
    border-color: #1565c0;
    box-shadow:
        0 6px 12px rgba(0, 0, 0, 0.2),
        0 12px 24px rgba(0, 0, 0, 0.25),
        0 18px 36px rgba(0, 0, 0, 0.2),
        0 24px 48px rgba(0, 0, 0, 0.1);
}

.active_orders_wrap>table tr td:nth-child(11) button:nth-child(2):hover {
    background-color: rgb(163, 195, 4);
    transform: translateY(-7px);
    box-shadow:
        0 8px 16px rgba(0, 0, 0, 0.3),
        0 16px 32px rgba(0, 0, 0, 0.35),
        0 24px 48px rgba(0, 0, 0, 0.3),
        0 32px 64px rgba(0, 0, 0, 0.15);
    border: 1px solid #ffffff;
}

.active_orders_wrap>table tr td:nth-child(11) button:nth-child(3) {
    background-color: #d51515;
    border-color: #7a0064;
    box-shadow:
        0 6px 12px rgba(0, 0, 0, 0.2),
        0 12px 24px rgba(0, 0, 0, 0.25),
        0 18px 36px rgba(0, 0, 0, 0.2),
        0 24px 48px rgba(0, 0, 0, 0.1);
}

.active_orders_wrap>table tr td:nth-child(11) button:nth-child(3):hover {
    background-color: #b91111;
    transform: translateY(-7px);
    box-shadow:
        0 8px 16px rgba(0, 0, 0, 0.3),
        0 16px 32px rgba(0, 0, 0, 0.35),
        0 24px 48px rgba(0, 0, 0, 0.3),
        0 32px 64px rgba(0, 0, 0, 0.15);
    border: 1px solid #ffffff;
}

.active_orders_wrap>table tr td:nth-child(11) button:nth-child(4) {
    background-color: #9c27b0;
    border-color: #000000;
    box-shadow:
        0 6px 12px rgba(0, 0, 0, 0.2),
        0 12px 24px rgba(0, 0, 0, 0.25),
        0 18px 36px rgba(0, 0, 0, 0.2),
        0 24px 48px rgba(0, 0, 0, 0.1);
}

.active_orders_wrap>table tr td:nth-child(11) button:nth-child(4):hover {
    background-color: #9216a8;
    transform: translateY(-7px);
    box-shadow:
        0 8px 16px rgba(0, 0, 0, 0.3),
        0 16px 32px rgba(0, 0, 0, 0.35),
        0 24px 48px rgba(0, 0, 0, 0.3),
        0 32px 64px rgba(0, 0, 0, 0.15);
    border: 1px solid #ffffff;
}

.active_orders_wrap>table tr td:nth-child(11) button:nth-child(5) {
    background-color: #ff0059;
    border-color: #000000;
    box-shadow:
        0 6px 12px rgba(0, 0, 0, 0.2),
        0 12px 24px rgba(0, 0, 0, 0.25),
        0 18px 36px rgba(0, 0, 0, 0.2),
        0 24px 48px rgba(0, 0, 0, 0.1);
}

.active_orders_wrap>table tr td:nth-child(11) button:nth-child(5):hover {
    background-color: #e30050;
    transform: translateY(-7px);
    box-shadow:
        0 8px 16px rgba(0, 0, 0, 0.3),
        0 16px 32px rgba(0, 0, 0, 0.35),
        0 24px 48px rgba(0, 0, 0, 0.3),
        0 32px 64px rgba(0, 0, 0, 0.15);
    border: 1px solid #ffffff;
}

.active_orders_wrap>table tr td:nth-child(11) button:active {
    transform: translateY(0px) !important;
}

.active_orders_wrap>table tr td:nth-child(5) p:first-child {
    color: #5c5c5c;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
}

.active_orders_wrap>table tr td:nth-child(7) {
    text-wrap: wrap;
}

.past_orders_wrap {
    margin-left: 230px;
    width: calc(100% - 230px);
    height: 100%;
}

.past_orders_wrap>table tr:first-child th:nth-child(1) {
    width: 4%;
}

.past_orders_wrap>table tr:first-child th:nth-child(2) {
    width: 11%;
}

.past_orders_wrap>table tr:first-child th:nth-child(3) {
    width: 10%;
}

.past_orders_wrap>table tr:first-child th:nth-child(4) {
    width: 17%;
}

.past_orders_wrap>table tr:first-child th:nth-child(5) {
    width: 8%;
}

.past_orders_wrap>table tr:first-child th:nth-child(6) {
    width: 15%;
}

.past_orders_wrap>table tr:first-child th:nth-child(8) {
    width: 8%;
}

.past_orders_wrap>table tr:first-child th:nth-child(9) {
    width: 9%;
}

.past_orders_wrap>table tr:first-child th:nth-child(10) {
    width: 7%;
}

.past_orders_wrap>table tr td:nth-child(7) {
    text-align: left;
    padding-left: 9px;
}

.past_orders_wrap>table tr td:nth-child(5) p:first-child {
    color: #5c5c5c;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
}

.past_orders_wrap>table tr td:nth-child(2) {
    text-transform: capitalize;
}

.users_wrap {
    margin-left: 230px;
    width: calc(100% - 230px);
    height: 100%;
}


.users_wrap>table tr:first-child th:nth-child(1) {
    width: 5% !important;
}

.users_wrap>table tr:first-child th:nth-child(2) {
    width: 12%;
}

.users_wrap>table tr:first-child th:nth-child(3) {
    width: 13%;
}

.users_wrap>table tr:first-child th:nth-child(4) {
    width: 5%;
}

.users_wrap>table tr:first-child th:nth-child(5) {
    width: 7%;
}

.users_wrap>table tr:first-child th:nth-child(6) {
    width: 48%;
}

.users_wrap>table tr:first-child th:nth-child(7) {
    width: 10%;
}

.users_wrap>table tr td:nth-child(7) button {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 15.5px;
    color: white;
    width: 90%;
    padding: 2% 0;
    margin-bottom: 7%;
    margin-top: 7%;
    background-color: #ff5722;
    border: 1px solid #d43f00;
    border-radius: 12px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
}

.users_wrap>table tr td:nth-child(7) button:hover {
    background-color: #fb4218;
    transform: translateY(-2px);
    border: 1px solid white;
    box-shadow: 0 0px 10px rgba(0, 0, 0);
}

.users_wrap>table tr td:nth-child(7) p {
    color: #5c5c5c;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    color: red;
}


.users_wrap>table tr td:nth-child(6) {
    padding: 0;
    margin: 0;
}

.users_wrap>table tr td:nth-child(6) table {
    font-family: 'Montserrat', sans-serif;
    border-collapse: initial;
    border-spacing: initial;
    box-shadow: none;
    min-height: 120px;
}

.users_wrap>table tr:first-child th:nth-child(1) {
    width: initial;
}

.users_wrap>table tr td:nth-child(6) table th,
.users_wrap>table tr td:nth-child(6) table td {
    text-align: center;
    border: none;
    vertical-align: auto;
    width: 20%;
    border: none;
}


.users_wrap>table tr td:nth-child(6) table th:nth-child(2),
.users_wrap>table tr td:nth-child(6) table td:nth-child(2) {
    width: 45%;

}

.users_wrap>table tr td:nth-child(6) table th:nth-child(3),
.users_wrap>table tr td:nth-child(6) table td:nth-child(3) {
    width: 35%;
}


.users_wrap>table tr td:nth-child(6) table tr:hover {
    background-color: #ffffff;
}

.users_wrap>table tr td:nth-child(6) table tr {
    background-color: #ffffff;
    border-bottom: 2px solid #ffd700;
}

.users_wrap>table tr td:nth-child(6) table th {
    background-color: #f7f7f7;
    font-weight: 510;
    font-size: 16px;
    color: rgb(0, 0, 0);
    border-bottom: 1px solid red;
    border-right: 1px solid red;
    padding: 0px;
    box-shadow: none;
    position: initial;
}


.users_wrap>table tr td:nth-child(6) table th:last-child {
    border-right: none;
}

.users_wrap>table tr td:nth-child(6) table td {
    color: #000000;
    font-size: 15px;
    padding: 0px 2px;
    border-right: 0.5px solid #ba1212;
}

.users_wrap>table tr td:nth-child(6) table td:last-child {
    border-right: none;
}

.users_wrap>table tr td:nth-child(6) table tr td {
    border-bottom: 0.5px solid #ba1212;
}

.users_wrap>table tr td:nth-child(6) table tr:last-child td {
    border-bottom: none;
}

.users_wrap>table tr td:nth-child(6) p:first-child {
    color: rgb(0, 0, 0);
    font-weight: normal;
    font-size: 19px;
	font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



.contactInfomationsWrap {
    margin-left: 230px;
    width: calc(100% - 230px);
    height: 100%;
    overflow-y: auto;
}

.contactInfomationsWrap table {
    margin-bottom: 1%;
    box-shadow: none;
}

.contactInfomationsWrap table tbody tr {
    height: 50px;
}

.contactInfomationsWrap table tbody tr td input {
    display: block;
    width: 90%;
    height: 30px;
    margin-top: 2%;
    margin-left: 4%;
    margin-bottom: 5%;
    text-align: center;
    border: none;
    border-bottom: 1px solid black;
    font-size: 17px;
    outline: none;
}

.contactInfomationsWrap button {
    width: 400px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid rgb(0, 0, 0);
    background-color: rgb(246, 140, 3);
    cursor: pointer;
    box-shadow: 0 0 20px black;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
    position: absolute;
    left: 55%;
    margin-top: 2%;
    transform: translateX(-50%);
}

.contactInfomationsWrap button:hover {
    border: 1px solid rgb(255, 255, 255);
    background-color: rgb(255, 145, 0);
    box-shadow: 0 0 30px black;
}

.contactInfomationsWrap table thead th:first-child {
    border-left: none;
}

.working_hours_wrap {
    margin-left: 230px;
    width: calc(100% - 230px);
    height: 100%;
    overflow-y: auto;
}


.working_hours_wrap table tbody tr {
    height: 170px;
}

.working_hours_wrap tr td input {
    width: 90%;
    height: 30px;
    margin-top: 2%;
    margin-left: 4%;
    margin-bottom: 5%;
    text-align: center;
    border: none;
    border-bottom: 1px solid black;
    font-size: 17px;
    outline: none;
}

.working_hours_wrap button {
    width: 400px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid rgb(0, 0, 0);
    background-color: rgb(246, 140, 3);
    cursor: pointer;
    box-shadow: 0 0 20px black;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
    position: absolute;
    left: 55%;
    margin-top: 15%;
    transform: translateX(-50%);
}

.working_hours_wrap button:hover {
    border: 1px solid rgb(255, 255, 255);
    background-color: rgb(255, 145, 0);
    box-shadow: 0 0 30px black;
}

.working_hours_wrap tr td .time_wrap p {
    text-align: center;
    margin-top: 10%;
    margin-bottom: 2%;
}

.working_hours_wrap tr td .time_wrap p span {
    font-weight: 700;
    font-size: 25px;
}

.working_hours_wrap tr td .time_wrap p select {
    text-align: center;
    width: 110px;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 17px;
}

.working_hours_wrap tr td .time_wrap p:first-child select {
    width: 80px;
    font-size: 15px;
}

.restaurant_images_wrap {
    margin-left: 230px;
    width: calc(100% - 230px);
    height: auto;
    overflow-y: auto;
    display: flex;
    justify-content: center;
}

.restaurant_images_wrap .image_container {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.restaurant_images_wrap .image_container section {
    width: 95%;
    height: 500px;
    border: 2px solid rgb(255, 0, 0);
    box-shadow: 0 0 10px black;
    margin-top: 6%;
    margin-left: 1.5%;
}

.restaurant_images_wrap .image_container section:last-child {
    margin-bottom: 2%;
}

.restaurant_images_wrap .image_container section img {
    width: 100%;
    height: 100%;
}

.restaurant_images_wrap>button {
    width: 450px;
    height: 85px;
    position: fixed;
    left: 43%;
    top: 88%;
    border-radius: 10px;
    border: 1px solid rgb(0, 0, 0);
    background-color: rgb(246, 140, 3);
    cursor: pointer;
    box-shadow: 0 0 10px black;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    z-index: 2;
}

.restaurant_images_wrap button:hover {
    border: 1px solid rgb(255, 255, 255);
    background-color: rgb(255, 145, 0);
    box-shadow: 0 0 20px black;
}

.restaurant_images_wrap .close_tag {
    position: relative;
    z-index: 1;
    top: -103.7%;
    left: 98%;
    color: rgb(255, 0, 0);
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 0, 0);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    cursor: pointer;
}

.restaurant_images_wrap .close_tag:hover {
    box-shadow: 0 0 10px black;
}

.category_wrap {
    margin-left: 230px;
    width: calc(100% - 230px);
    height: auto;
    position: relative;
}

.category_wrap>button {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    position: fixed;
    left: 50%;
    top: 90%;
    border-radius: 10px;
    border: 1px solid rgb(0, 0, 0);
    background-color: rgb(246, 140, 3);
    cursor: pointer;
    box-shadow: 0 0 10px black;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
}

.category_wrap>button:hover {
    border: 1px solid rgb(255, 255, 255);
    background-color: rgb(255, 145, 0);
    box-shadow: 0 0 20px black;
}

.category_wrap table tr {
    z-index: 0;
}

.category_wrap table td {
    padding: 0;
}

.category_wrap>table tr:first-child th:nth-child(1) {
    width: 4%;
}

.category_wrap>table tr:first-child th:nth-child(2) {
    width: 7%;
}

.category_wrap>table tr:first-child th:nth-child(3) {
    width: 15%;
}

.category_wrap>table thead th:nth-child(4) {
    width: 24%;
}

.category_wrap>table thead th:nth-child(5) {
    width: 7%;
}

.category_wrap>table thead th:nth-child(4) {
    padding: 0;
}

.category_wrap tr td:nth-child(4) img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}



.category_wrap>table tbody tr td:last-child {
    width: 100%;
    padding: 0;
    margin: 0;
}

.category_wrap>table tbody tr td input {
    color: rgb(0, 0, 0);
    border: none;
    text-align: center;
    outline: none;
    font-size: 19px;
    background-color: transparent;
    width: 90%;
    padding: 0;
    margin: 0;
}

.category_wrap>table tbody tr td:nth-child(4) input {
    width: 80%;
}

.category_wrap>table tbody tr td input:focus {
    border: none;
    border-bottom: 1px solid black;
}

.category_wrap>table tbody tr td:nth-child(1) {
    font-size: 17px;
}

.category_wrap>table tbody tr td:nth-child(6) i {
    font-size: 35px;
    color: rgb(255, 89, 0);
    margin-left: 1%;
    margin-right: 1%;
    cursor: pointer;
    transition: all 0.5s ease;
}

.category_wrap>table tbody tr td:nth-child(6) i:last-child {
    cursor: grab;
}

.category_wrap>table tbody tr td:nth-child(6) i:hover {
    filter: drop-shadow(0 0 5px rgb(93 24 220));
    color: hsl(13, 80%, 48%);
}

.category_wrap>table tbody tr td p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.category_wrap>table tbody tr td button {
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    border: 0;
    background-color: rgb(255, 102, 0);
    box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
    letter-spacing: 1.5px;
    font-size: 15px;
    transition: all 0.5s ease;
    margin-left: 1%;
    border: 1px solid black;
    font-size: 15px;
    color: white;
    box-shadow: 0 0 5px black;
    letter-spacing: 1px;
}

.category_wrap>table tbody tr td button:hover {
    letter-spacing: 1px;
    background-color: hsl(8, 80%, 48%);
    color: hsl(0, 0%, 100%);
    box-shadow: rgb(93 24 220) 0px 7px 29px 0px;
    border: 1px solid white;
}

.category_wrap>table tbody tr td button:active {
    background-color: hsl(261deg 80% 48%);
    color: hsl(0, 0%, 100%);
    box-shadow: rgb(93 24 220) 0px 0px 0px 0px;
    transform: translateY(10px);
    transition: 100ms;
}

.category_wrap>table tbody tr td:nth-child(2) p:first-child {
    color: #5c5c5c;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
}

.newCategory_wrap {
    width: 100%;
    height: 100vh;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.783);
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}


@keyframes spin_animation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.newCategory {
    width: 750px;
    height: 770px;
    background-color: rgba(253, 143, 0, 0.86);
    border-radius: 10px;
    position: fixed;
    margin-left: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    animation: fall 0.4s ease-in-out forwards;
}

@keyframes fall {
    0% {
        transform: translateY(-100vh);
    }

    100% {
        transform: translateY(0vh);
    }
}

.newCategory input {
    outline: none;
    border: 1px solid rgb(255, 34, 0);
    width: 580px;
    height: 70px;
    border-radius: 5px;
    margin-top: 3%;
    font-size: 19px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    box-shadow: 0 0 10px rgb(0, 0, 0);
}

.newCategory input:focus {
    box-shadow: 0 0 20px rgb(255, 0, 0);
}

.newCategory p:nth-child(1) {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 5%;
    margin-bottom: 0%;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 23px;
}

.newCategory p:nth-child(5) {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 2%;
    margin-bottom: 2%;
}

.newCategory p button {
    padding: 12px 20px;
    border-radius: 50px;
    cursor: pointer;
    border: 0;
    background-color: rgb(195, 0, 255);
    box-shadow: 0 0 15px black;
    letter-spacing: 1.5px;
    font-size: 15px;
    transition: all 0.5s ease;
    font-size: 18px;
    color: white;
    border: 1px solid black;
    width: 250px;
}

.newCategory button:hover {
    background-color: hsl(261deg 80% 48%);
    color: hsl(0, 0%, 100%);
    box-shadow: rgb(93 24 220) 0px 7px 29px 0px;
    border: 1px solid white;
}

.newCategory button:active {
    letter-spacing: 2px;
    background-color: hsl(261deg 80% 48%);
    color: hsl(0, 0%, 100%);
    box-shadow: rgb(93 24 220) 0px 0px 0px 0px;
    transform: translateY(10px);
    transition: 100ms;
}

.newCategory div {
    width: 600px;
    height: 100%;
    border: 1px solid rgb(247, 62, 0);
    margin-bottom: 2%;
    box-shadow: 0 0 10px black;
    border-radius: 5px;
    background-color: rgba(121, 121, 121, 0.49);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newCategory section {
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.newCategory section img {
    width: 100%;
    height: 100%;
}

.newCategory>i {
    position: absolute;
    right: 1%;
    top: 1%;
    color: rgb(0, 0, 0);
    width: 30px;
    height: 30px;
    border: 2px solid rgb(255, 255, 255);
    outline: 1px solid black;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.newCategory>i:hover {
    filter: drop-shadow(0 0 5px black);
    color: white;
}

.newCategory section i {
    color: white;
    font-size: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 0 10px black);
}

.products_wrap {
    margin-left: 230px;
    width: calc(100% - 230px);
    height: auto;
    position: relative;
}

.products_wrap>button {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    position: fixed;
    left: 50%;
    top: 90%;
    border-radius: 10px;
    border: 1px solid rgb(0, 0, 0);
    background-color: rgb(246, 140, 3);
    cursor: pointer;
    box-shadow: 0 0 10px black;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
}

.products_wrap>button:hover {
    border: 1px solid rgb(255, 255, 255);
    background-color: rgb(255, 145, 0);
    box-shadow: 0 0 20px black;
}

.products_wrap table tr {
    z-index: 0;
}

.products_wrap table td {
    padding: 0;
}

.products_wrap>table tbody tr td input {
    color: rgb(0, 0, 0);
    border: none;
    text-align: center;
    outline: none;
    font-size: 17px;
    background-color: transparent;
    width: 90%;
    padding: 0;
    margin: 0;
}

.products_wrap>table tbody tr td input:focus {
    border: none;
    border-bottom: 1px solid black;
}

.products_wrap>table tr:first-child th:nth-child(1) {
    width: 4%;
}

.products_wrap>table tr:first-child th:nth-child(2) {
    width: 6%;
}

.products_wrap>table tr:first-child th:nth-child(3) {
    width: 10%;
}

.products_wrap>table tr:first-child th:nth-child(4) {
    width: 12%;
}

.products_wrap>table tr:first-child th:nth-child(5) {
    width: 17%;
}

.products_wrap>table tr:first-child th:nth-child(6) {
    width: 5%;
}

.products_wrap>table tbody tr td:nth-child(1) {
    font-size: 18px;
}

.products_wrap>table tbody tr td:nth-child(4) input {
    font-size: 16px;
}

.products_wrap>table tbody tr td:nth-child(5) img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.products_wrap>table tbody tr td:nth-child(2) p:first-child {
    color: #5c5c5c;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
}

.products_wrap>table tbody tr td:nth-child(7) p {
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.products_wrap>table tbody tr td:nth-child(7) i {
    font-size: 30px;
    color: rgb(255, 89, 0);
    margin-left: 1%;
    margin-right: 1%;
    cursor: pointer;
    transition: all 0.5s ease;
}

.products_wrap>table tbody tr td:nth-child(7) i:last-child {
    cursor: grab;
}

.products_wrap>table tbody tr td:nth-child(7) i:hover {
    filter: drop-shadow(0 0 5px rgb(93 24 220));
    color: hsl(13, 80%, 48%);
}

.products_wrap>table tbody tr td button {
    text-wrap: nowrap;
    justify-content: center;
    border-radius: 50px;
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    border: 0;
    background-color: rgb(255, 102, 0);
    letter-spacing: 1.5px;
    transition: all 0.5s ease;
    margin-left: 0.5%;
    border: 1px solid rgb(255, 0, 0);
    font-size: 15px;
    color: white;
    box-shadow: 0 0 2px black;
}

.products_wrap>table tbody tr td button:hover {
    background-color: hsl(8, 80%, 48%);
    color: hsl(0, 0%, 100%);
    box-shadow: rgb(93 24 220) 0px 7px 29px 0px;
    border: 1px solid white;
}

.products_wrap>table tbody tr td button:active {
    background-color: hsl(261deg 80% 48%);
    color: hsl(0, 0%, 100%);
    box-shadow: rgb(93 24 220) 0px 0px 0px 0px;
    transform: translateY(10px);
    transition: 100ms;
}

.newProduct_wrap {
    width: 100%;
    height: 100vh;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.783);
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}


@keyframes spin_animation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.newProduct {
    width: 750px;
    height: 770px;
    background-color: rgba(253, 143, 0, 0.86);
    border-radius: 10px;
    position: fixed;
    margin-left: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    animation: fall 0.4s ease-in-out forwards;
}

@keyframes fall {
    0% {
        transform: translateY(-100vh);
    }

    100% {
        transform: translateY(0vh);
    }
}

.newProduct input {
    outline: none;
    border: 1px solid rgb(255, 34, 0);
    width: 580px;
    height: 60px;
    border-radius: 5px;
    margin-top: 3%;
    font-size: 19px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    box-shadow: 0 0 10px rgb(0, 0, 0);
}

.newProduct input:focus {
    box-shadow: 0 0 20px rgb(255, 0, 0);
}

.newProduct p:nth-child(1) {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 5%;
    margin-bottom: 0%;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 25px;
}

.newProduct p:nth-child(6) {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 2%;
    margin-bottom: 2%;
}

.newProduct p button {
    padding: 12px 20px;
    border-radius: 50px;
    cursor: pointer;
    border: 0;
    background-color: rgb(195, 0, 255);
    box-shadow: 0 0 15px black;
    letter-spacing: 1.5px;
    font-size: 15px;
    transition: all 0.5s ease;
    font-size: 18px;
    color: white;
    border: 1px solid black;
    width: 250px;
}

.newProduct button:hover {
    background-color: hsl(261deg 80% 48%);
    color: hsl(0, 0%, 100%);
    box-shadow: rgb(93 24 220) 0px 7px 29px 0px;
    border: 1px solid white;
}

.newProduct button:active {
    letter-spacing: 2px;
    background-color: hsl(261deg 80% 48%);
    color: hsl(0, 0%, 100%);
    box-shadow: rgb(93 24 220) 0px 0px 0px 0px;
    transform: translateY(10px);
    transition: 100ms;
}

.newProduct div {
    width: 600px;
    height: 100%;
    border: 1px solid rgb(247, 62, 0);
    margin-bottom: 2%;
    box-shadow: 0 0 10px black;
    border-radius: 5px;
    background-color: rgba(121, 121, 121, 0.49);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newProduct section {
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.newProduct section img {
    width: 100%;
    height: 100%;
}

.newProduct>i {
    position: absolute;
    right: 1%;
    top: 1%;
    color: rgb(0, 0, 0);
    width: 30px;
    height: 30px;
    border: 2px solid rgb(255, 255, 255);
    outline: 1px solid black;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.newProduct>i:hover {
    filter: drop-shadow(0 0 5px black);
    color: white;
}

.newProduct section i {
    color: white;
    font-size: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 0 10px black);
}

.productFeature_wrap {
    margin-left: 230px;
    width: calc(100% - 230px);
    height: auto;
    position: relative;
}

.productFeature_wrap>button {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    position: fixed;
    left: 50%;
    top: 90%;
    border-radius: 10px;
    border: 1px solid rgb(0, 0, 0);
    background-color: rgb(246, 140, 3);
    cursor: pointer;
    box-shadow: 0 0 10px black;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
}

.productFeature_wrap>button:hover {
    border: 1px solid rgb(255, 255, 255);
    background-color: rgb(255, 145, 0);
    box-shadow: 0 0 20px black;
}

.productFeature_wrap table tr {
    z-index: 0;
}

.productFeature_wrap table td {
    padding: 0;
}

.productFeature_wrap>table tbody tr td input {
    color: rgb(0, 0, 0);
    border: none;
    text-align: center;
    outline: none;
    font-size: 17px;
    background-color: transparent;
    width: 90%;
    padding: 0;
    margin: 0;
}

.productFeature_wrap>table tbody tr td input:focus {
    border: none;
    border-bottom: 1px solid black;
}

.productFeature_wrap>table tr:first-child th:nth-child(1) {
    width: 4%;
}

.productFeature_wrap>table tr:first-child th:nth-child(2) {
    width: 8%;
}

.productFeature_wrap>table tr:first-child th:nth-child(3) {
    width: 25%;
}

.productFeature_wrap>table tr:first-child th:nth-child(4) {
    width: 20%;
}

.productFeature_wrap>table tr:first-child th:nth-child(5) {
    width: 20%;
}

.productFeature_wrap>table tbody tr td:nth-child(1) {
    font-size: 18px;
    height: 70px;
}

.productFeature_wrap>table tbody tr td:nth-child(2) p:first-child {
    color: #5c5c5c;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
}

.productFeature_wrap>table tbody tr td p {
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
}

.productFeature_wrap>table tbody tr td i {
    font-size: 30px;
    color: rgb(255, 89, 0);
    margin-left: 1%;
    margin-right: 1%;
    cursor: pointer;
    transition: all 0.5s ease;
}

.productFeature_wrap>table tbody tr td .sortFeatureButton {
    cursor: grab;
}

.productFeature_wrap>table tbody tr td i:hover {
    filter: drop-shadow(0 0 5px rgb(93 24 220));
    color: hsl(13, 80%, 48%);
}

.productFeature_wrap>table tbody tr td button {
    text-wrap: nowrap;
    justify-content: center;
    border-radius: 50px;
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    border: 0;
    background-color: rgb(255, 102, 0);
    letter-spacing: 1.5px;
    transition: all 0.5s ease;
    margin-left: 0.5%;
    border: 1px solid rgb(255, 0, 0);
    font-size: 15px;
    color: white;
    box-shadow: 0 0 2px black;
}

.productFeature_wrap>table tbody tr td button:hover {
    background-color: hsl(8, 80%, 48%);
    color: hsl(0, 0%, 100%);
    box-shadow: rgb(93 24 220) 0px 7px 29px 0px;
    border: 1px solid white;
}

.productFeature_wrap>table tbody tr td button:active {
    background-color: hsl(261deg 80% 48%);
    color: hsl(0, 0%, 100%);
    box-shadow: rgb(93 24 220) 0px 0px 0px 0px;
    transform: translateY(10px);
    transition: 100ms;
}

.newFeature_wrap {
    width: 600px;
    height: auto;
    border-radius: 10px;
    background-color: white;
    position: fixed;
    left: 40%;
    top: 32.5%;
    box-shadow: 0 0 50px black;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid black;
    animation: fall 0.4s ease-in-out forwards;
}

@keyframes fall {
    0% {
        transform: translateY(-100vh);
    }

    100% {
        transform: translateY(0vh);
    }
}

.newFeature_wrap p {
    margin-top: 7%;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0%;
    color: rgb(0, 0, 0);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 25px;
}

.newFeature_wrap input {
    display: block;
    outline: none;
    border: 1px solid rgb(255, 34, 0);
    width: 450px;
    height: 30px;
    border-radius: 5px;
    margin-top: 6%;
    font-size: 19px;
    padding: 15px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    box-shadow: 0 0 10px rgb(0, 0, 0);
}

.newFeature_wrap input:focus {
    box-shadow: 0 0 20px rgb(255, 0, 0);
}

.newFeature_wrap button {
    padding: 12px 20px;
    border-radius: 50px;
    cursor: pointer;
    border: 0;
    background-color: rgb(195, 0, 255);
    box-shadow: 0 0 15px black;
    letter-spacing: 1.5px;
    font-size: 15px;
    transition: all 0.5s ease;
    font-size: 18px;
    color: white;
    border: 1px solid black;
    width: 250px;
    margin-top: 5%;
    margin-bottom: 5%;
}

.newFeature_wrap button:hover {
    background-color: hsl(261deg 80% 48%);
    color: hsl(0, 0%, 100%);
    box-shadow: rgb(93 24 220) 0px 7px 29px 0px;
    border: 1px solid white;
}

.newFeature_wrap button:active {
    letter-spacing: 2px;
    background-color: hsl(261deg 80% 48%);
    color: hsl(0, 0%, 100%);
    box-shadow: rgb(93 24 220) 0px 0px 0px 0px;
    transform: translateY(10px);
    transition: 100ms;
}

.newFeature_wrap>i {
    position: absolute;
    right: 1%;
    top: 1.5%;
    color: rgb(255, 255, 255);
    width: 30px;
    height: 30px;
    border: 2px solid rgb(255, 255, 255);
    outline: 1px solid rgb(255, 85, 0);
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: red;
}

.newFeature_wrap>i:hover {
    border: 2px solid rgb(255, 4, 0);
    filter: drop-shadow(0 0 5px black);
    color: rgb(0, 0, 0);
}

.pop_wrap {
    margin-left: 600px;
    margin-top: 50px;
    width: 700px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px black;
    background-color: rgba(238, 238, 238, 0.44);
    border-radius: 15px;
    border: 2px solid red;
}



.pop_wrap input {
    border: 1px black;
    width: 100%;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    border: 1px solid gold;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: 0 0 5px black;
}

.pop_wrap input:focus {
    box-shadow: 0 0 10px black;
}

.pop_wrap>p:nth-child(2),
.pop_wrap>p:nth-child(3) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-top: 4%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.pop_wrap>p span {
    width: 120px;

}

.pop_wrap>p:nth-child(4) {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    margin-top: 10%;
}

.pop_wrap button {
    padding: 12px 20px;
    border-radius: 50px;
    cursor: pointer;
    border: 0;
    background-color: rgb(195, 0, 255);
    letter-spacing: 1.5px;
    font-size: 15px;
    transition: all 0.5s ease;
    margin-left: 1%;
    font-size: 18px;
    color: white;
    box-shadow: 0 0 10px rgb(0, 0, 0);
    margin-bottom: 5%;
    border: 1px solid black;
}

.pop_wrap button:hover {
    background-color: hsl(261deg 80% 48%);
    color: hsl(0, 0%, 100%);
    box-shadow: rgb(93 24 220) 0px 7px 29px 0px;
    border: 1px solid white;
}

.pop_wrap button:active {
    letter-spacing: 2px;
    background-color: hsl(261deg 80% 48%);
    color: hsl(0, 0%, 100%);
    box-shadow: rgb(93 24 220) 0px 0px 0px 0px;
    transform: translateY(10px);
    transition: 100ms;
}


.pop_wrap img {
    border: 1px solid gold;
    box-shadow: 0 0 10px black;
    width: 95%;
    height: 450px;
    margin-bottom: 2%;
    position: relative;
}

.container_for_spin_loader {
    width: 500px;
    height: 500px;
    display: inline-block;
    background-color: transparent;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-25%, -50%);
    z-index: 9000;
}

.spin_loader {
    border: 10px solid rgba(255, 94, 0, 0.388);
    border-top: 10px solid #dc0000;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: relative;
    left: 100px;
    top: 100px;
    animation: spin_animation 1.5s linear infinite;
}

@keyframes spin_animation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
