* {
    margin: 0;
    padding: 0;
    font-family: "Figtree", serif;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

:root {
    --heading-color: #b50303;
    --heading-font: "Caveat", serif;
}
a {
    text-decoration: none;
}

section.login-page-area {
    background-image: url(../assets/images/login-bg.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

form.tf__contact_form img {
    width: 100%;
    max-width: 100px;
}

.login-form {
    background-color: #fceff0;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.login-logo {
    text-align: center;
    margin-bottom: 40px;
}

.tf__contact_form input {
    background: #fff;
    color: #000000;
    margin-top: 20px;
    font-weight: 500;
    letter-spacing: 0.6px;
}

.tf__contact_form input::placeholder {
    color: #000000;
}

input {
    width: 100%;
    padding: 12px 20px;
    outline: none;
    resize: none;
    border: 1px solid #e4e7e9;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 300;
}

form.tf__contact_form h2 {
    margin-bottom: 0;
    color: #003e6d;
    font-size: 30px;
    font-weight: 700;
    font-family: var(--heading-font);
}

.tf__contact_form button {
    width: 100%;
    padding: 15px 30px;
    text-align: center;
    margin-top: 15px;
    border: none;
    background-color: #003e6d;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-right: 0;
    margin-bottom: 10px;
}

.input-group {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 63%;
    transform: translateY(-50%);
    cursor: pointer;
}

span.toggle-password i {
    font-size: 25px;
}

.login-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-line p a {
    font-size: 15px;
    color: #0b8afc;
    font-weight: 400;
    letter-spacing: 0.6px;
    text-decoration: none;
}

/* =============================== Dashboard Css Start  ===============================*/
aside.super-admin-sidebar {
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    width: 250px;
    background-color: #fff;
    z-index: 996;
    transition: all 0.3s;
    padding: 10px 10px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #003e6d transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
}

.super-logo {
    position: relative;
    margin-bottom: 15px;
}

.super-logo img {
    width: 100%;
}

button#closeSidebar {
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 12px;
    color: #000;
    box-shadow: none !important;
}

ul.super-sidebar-list {
    position: relative;
}

ul.super-sidebar-list li {
    position: relative;
}

ul.super-sidebar-list li a {
    position: relative;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 500;
    -webkit-clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
    clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    border-radius: 0px;
    color: #003e6d;
    box-shadow: none !important;
    transition: 0.5s;
    display: flex;
    align-items: center;
}

ul.super-sidebar-list li a i.fa-solid.fa-angle-down {
    margin-left: auto;
    transition: transform 0.2s ease-in-out;
}

ul.super-sidebar-list li a span.sidebar-icon {
    margin-right: 5px;
    font-size: 20px;
}

ul.super-sidebar-list .nav-link:not(.collapsed) .fa-angle-down {
    transform: rotate(180deg);
}

.nav-content li a {
    margin-left: 20px;
    position: relative;
}
.super-logo h2 {
    margin-bottom: 0;
    color: var(--heading-color);
    font-size: 22px;
    font-weight: 700;
    font-family: var(--heading-font);
}

ul.super-sidebar-list li a img {
    max-width: 30px;
    margin-right: 10px;
}

/* =============================== Dashboard Css End  ===============================*/

/* =============================== Main Dashboard Css Start  ===============================*/

.main-super-dashboard-content {
    margin-top: 0px;
    padding: 10px 30px 20px;
    transition: all 0.3s;
    margin-left: 250px;
}

header.dashboard-header {
    box-shadow: 0px 0px 10px #e8e8e8;
    border-radius: 3px;
    padding: 20px 20px;
    height: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background-color: #fff;
}

div#sidebar-toggle {
    cursor: pointer;
}

.icon-close-sidebar i {
    font-size: 32px;
    padding-left: 10px;
    cursor: pointer;
    color: #000;
}

ul.navbar-right-side {
    display: flex;
    align-items: center;
    justify-content: end;
}

.super-admin-sidebar.active {
    transition: transform 0.3s ease-in-out;
}

.super-admin-sidebar.active {
    transition: transform 0.3s ease-in-out;
    background-color: #fff;
    transform: translateX(-250px);
}

.main-super-dashboard-content.active {
    margin-left: 0;
}

/* =============================== Main Dashboard Css End  ===============================*/

/* =============================== Order Page Css Start  ===============================*/

.heading-area-super-admin {
    display: block;
    margin-bottom: 20px;
    padding: 15px 20px;
    position: relative;
    width: 100%;
    z-index: 9;
    box-shadow: 0px 0px 10px #e8e8e8;
    border-radius: 3px;
    background-color: #fff;
}

.heading-area-super-admin .heading-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.heading-area-super-admin .heading-area h3 {
    color: var(--heading-color);
    font-family: var(--heading-font);
    font-size: 25px;
    letter-spacing: 0.6px;
    font-weight: 700;
    margin-bottom: 0;
}

.heading-area-super-admin .heading-area .add-btn a {
    background-color: #003e6d;
    color: #fff;
    padding: 8px 22px;
    transition: all 0.3s linear;
    -webkit-clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
    clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
}

section.tenants-table-area {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    z-index: 8;
    box-shadow: 0px 0px 10px #e8e8e8;
    border-radius: 3px;
    padding: 20px;
    background-color: #fff;
}
.tenants-table table.table {
    border-color: transparent;
}

section.tenants-table-area .tenants-table table.table > thead > tr > th {
    color: #323232;
    font-weight: 500;
    font-size: 13px;
}

section.tenants-table-area .tenants-table table.table > tbody > tr > td {
    color: #635e5e;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
}

/* card product css */
.product-img img {
    width: 100%;
    max-width: 150px;
}

.add-product-card {
    border: 1px solid #e8e8e8;
    position: relative;
    box-shadow: 0px 0px 6px #e8e8e8;
    padding: 15px;
    border-radius: 3px;
    background-color: #fff;
    margin-bottom: 20px;
}

.product-content h4 {
    color: #003e6d;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    font-weight: 600;
}

.product-img {
    margin-bottom: 6px;
    text-align: center;
}

.quantity button.minus {
    border: none;
    width: 20px;
    height: 20px;
    display: flex;
    line-height: 20px;
    justify-content: center;
    border-radius: 50%;
}

.quantity button.plus {
    border: none;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    line-height: 20px;
    color: #fff;
    background-color: #003e6d;
}
.quantity input.input-box {
    width: 30px;
    padding: 0;
    text-align: center;
    border: none;
    font-size: 15px;
    background-color: transparent;
    color: #000;
    font-weight: 500;
}

.price-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.price-box .quantity {
    display: flex;
    align-items: center;
}

.price-text p {
    margin-bottom: 0;
    color: var(--heading-color);
    font-weight: 600;
}

.add-to-cart {
    text-align: center;
}

.add-to-cart {
    background-color: #fff;
    width: 100%;
    color: #003e6d;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    padding: 3px 0;
    border: 1px solid #003e6d;
    transition: 0.5s;
}

.add-to-cart:hover {
    background-color: #003e6d;
    color: #fff;
    transition: 0.5s;
}

.view-details {
    text-align: center;
}

.view-details {
    background-color: #fff;
    width: 100%;
    color: #003e6d;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    padding: 3px 0;
    border: 1px solid #003e6d;
    transition: 0.5s;
}

.view-details:hover {
    background-color: #003e6d;
    color: #fff;
    transition: 0.5s;
}

.product-content p.description {
    font-size: 12px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}

.add-product-card.veg::after {
    content: "";
    background-image: url(../assets/images/Veg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background-position: center;
}

.add-product-card.non-veg::after {
    content: "";
    background-image: url(../assets/images/Non-Veg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background-position: center;
}

.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-box {
    -moz-appearance: textfield; /* Hide arrows in Firefox */
}

.sidebar-tables-calculation {
    border: 1px solid #e8e8e8;
    position: sticky;
    box-shadow: 0px 0px 6px #e8e8e8;
    border-radius: 3px;
    background-color: #fff;
    top: 60px;
    transition: 0.5s;
    height: 560px;
}

.sidebar-tables-calculation h3 {
    color: #003e6d;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    font-weight: 600;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 6px;
}

.price-flex-area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}

.price-flex-area .quantity-area .quantity {
    display: flex;
    align-items: center;
}

p.desc-area {
    font-size: 12px;
    color: #666;
    font-weight: 400;
    margin-bottom: 8px;
}

.price-items-area {
    position: relative;
    border-bottom: 1.5px dashed #e8e8e8;
    padding: 12px 0 5px 0;
}

.product-name {
    color: #003e6d;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    font-weight: 600;
    width: 212px;
    padding: 0 8px 0px 0;
}

.price-items-area h4 {
    color: #003e6d;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    font-weight: 600;
}

p.desc-area-item {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 0;
}

.price {
    text-align: center;
}

.price .price-text {
    margin-bottom: 10px;
}

.btn-area-place-order {
    position: relative;
    width: 100%;
    padding: 0 15px;
    margin-top: 10px;
}

.btn-area-place-order button {
    width: 100%;
    text-align: left;
    border: none;
    background-color: #003e6d;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-area-place-order button p {
    margin-bottom: 0;
}

.inner-area-calculation {
    position: relative;
    height: 490px;
    overflow-y: scroll;
    scrollbar-width: thin;
    padding: 15px;
}

p.desc-area-item.topping-area {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

p.desc-area-item.topping-area span {
    color: #003e6d;
    font-weight: 600;
}

.modal-header h1.modal-title {
    color: #003e6d;
    font-size: 20px;
}

button.btn-close {
    box-shadow: none !important;
}

.modal-dialog {
    width: 400px;
}

.modal-header {
    padding: 12px;
}

.modal-body {
    padding: 20px;
}

.extras-detail-main h3 {
    color: #003e6d;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    font-style: italic;
}

.extras-detail-options .extras-detail-att input[type="radio"],
.extras-detail-options .extras-detail-att input[type="checkbox"] {
    display: none;
}

.extras-detail-options {
    margin-bottom: 20px;
}

.extras-detail-options .extras-detail-att {
    border-bottom: 1px solid #ebedf3;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.extras-detail-options .extras-detail-att label {
    padding-left: 25px;
    position: relative;
    font-weight: 400;
    display: block;
    margin: 0;
    color: #666;
    font-size: 14px;
    font-style: italic;
}

.extras-detail-options .extras-detail-att .extra-price {
    float: right;
}

.extras-detail-options
    .extras-detail-att
    input[type="checkbox"]
    ~ label:before {
    border-radius: 100%;
}

.extras-detail-options .extras-detail-att input[type="radio"] ~ label:before {
    border-radius: 100%;
}

.extras-detail-options .extras-detail-att label:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 0;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.extras-detail-options
    .extras-detail-att
    input[type="checkbox"]:checked
    ~ label:after {
    display: inline-block;
}

.extras-detail-options .extras-detail-att input[type="checkbox"] ~ label:after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #003e6d;
    position: absolute;
    left: 5px;
    top: 50%;
    border-radius: 100%;
    transform: translateY(-50%);
    display: none;
}
.extras-detail-options
    .extras-detail-att
    input[type="radio"]:checked
    ~ label:after {
    display: inline-block;
}

.extras-detail-options .extras-detail-att input[type="radio"] ~ label:after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #003e6d;
    position: absolute;
    left: 5px;
    top: 50%;
    border-radius: 100%;
    transform: translateY(-50%);
    display: none;
}

.modal-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #666;
}

.modal-container::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #d4d4d6;
}

.modal-container::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

.modal-container {
    max-height: 350px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 5px;
}

.banner-area {
    position: relative;
    background-image: url(/images/pizza-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 260px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px #e8e8e8;
    border-radius: 10px;
    width: 100%;
    padding: 10px 20px 20px;
}

.banner-content {
    position: relative;
    height: 100%;
}

.banner-logo {
    width: 580px;
    margin: 0 auto 0px;
}

.banner-logo img {
    max-width: 150px;
}

.banner-content h2 {
    margin-bottom: 0;
    color: var(--heading-color);
    font-size: 28px;
    font-weight: 700;
    font-family: var(--heading-font);
}

.banner-content p {
    color: #003e6d;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    font-weight: 600;
    font-style: italic;
    margin-left: 40px;
}

ul.banner-details li {
    margin-bottom: 3px;
    font-size: 14px;
    color: #003e6d;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.6px;
}

ul.banner-details li span.icon {
    margin-right: 3px;
}

.main-super-dashboard-content.active .btn-area-place-order {
    max-width: 350px;
}

input.form-control {
    box-shadow: none !important;
}

select.form-select {
    box-shadow: none !important;
}

.order-box-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    /* border-bottom: 1.5px dashed #e8e8e8; */
    padding: 12px 0 5px 0;
}

.order-box-main .order-quantity .quantity {
    display: flex;
    align-items: center;
}

.modal-content.order-modal {
    height: 560px;
}

.modal-order-body {
    position: relative;
    height: 220px;
    overflow-y: scroll;
    scrollbar-width: thin;
    border-bottom: 1.5px dashed #e8e8e8;
    padding: 0px 15px 0 0px;
}

.order-name {
    color: #003e6d;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    font-weight: 600;
}

.total-order-box-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 6px 0 3px 0;
}

.mobile-sticky-bar {
    background-color: #003e6dad;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sticky-content h3 {
    color: #fff;
    margin-bottom: 5px;
    font-size: 20px;
}

.sticky-content p {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
}

.sticky-price {
    background-color: #2fbe2f;
    color: #fff;
    padding: 11px 15px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
}

.sticky-price span.icon {
    font-size: 25px;
    margin-right: 20px;
}

.sticky-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #003e6ded;
    z-index: 9999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow */
    transition: top 0.3s ease-in-out;
}

.form-group {
    margin-bottom: 15px;
}

.form-group input {
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 3px;
    font-size: 13px;
}

textarea.form-control {
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 3px;
    font-size: 13px;
}

.form-group.voucher-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-group.voucher-area input.form-control {
    max-width: 180px;
}

.btn-voucher button {
    background-color: var(--heading-color);
    border: none;
    color: #fff;
    font-size: 12px;
    padding: 10px 15px;
    border-radius: 5px;
}

.payment-type-area {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.payment-type {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 15px;
    border: 1.5px solid #ebebeb;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #003e6d;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.payment-type input {
    width: fit-content;
}

.payment-type label {
    cursor: pointer;
}

.modal-footer {
    justify-content: center;
    width: 100%;
}

.modal-footer button {
    width: 100%;
}

.modal-footer button.btn.btn-primary {
    width: 100%;
    background-color: #003e6d;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.6px;
}

.form-group label {
    color: #003e6d;
    font-size: 15px;
    font-weight: 500;
}

.row.card-info .form-group label {
    margin-bottom: 6px;
}

.row.card-info .form-group {
    margin-bottom: 8px;
}

.vaild-group {
    display: flex;
    gap: 30px;
}

.alert.alert-danger {
    font-size: 11px;
    font-weight: 500;
}

.extras-detail-options.sizes-type .extras-detail-att {
    width: 40%;
    display: inline-block;
    margin: 0 15px;
}

.total-amount-area-main {
    position: relative;
    margin-bottom: 15px;
}

.total-amount-area-main .total-amount-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3px;
}

.total-amount-area-main .total-amount-area .amount-text {
    color: #003e6d;
    font-weight: 600;
    font-size: 15px;
    font-style: italic;
}

.total-amount-area-main .total-amount-area .price-text {
    color: var(--heading-color);
    font-weight: 600;
    font-size: 15px;
    font-style: italic;
}

span.product-read-more {
    color: #003e6d;
    font-weight: 600;
    cursor: pointer;
    font-style: italic;
}

.tooltip-inner {
    font-size: 12px;
    letter-spacing: 0.4px;
    font-weight: 600;
}
/* =============================== Order Page Css End  ===============================*/
