@media (min-width: 1200px) {
    .main-content .inner-body .col-custom {
        width: 20% !important;
    }
}
@media (max-width: 1536px) {
    .page {
        height: calc(100vh - 60px) !important;
    }

    .main-header-wrapper {
        height: 60px !important;
    }
    .main-header-wrapper .main-header-right-section .bell-icon {
        margin-right: 30px !important;
    }

    .sidebar {
        top: 60px !important;
        width: 240px !important;
        height: calc(100vh - 60px) !important;
    }
    .sidebar .nav .nav-item .nav-link {
        padding: 12px 24px;
        position: relative;
    }
    .sidebar .nav .nav-item .nav-link span {
        font-size: 14px !important;
        line-height: 14px !important;
    }

    .main-content {
        margin-left: 242px !important;
        margin-top: 60px !important;
    }

    .breadcrumb-section,
    .page-header {
        padding: 20px 0 !important;
    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 5px !important;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        padding-right: 5px !important;
    }

    .order-status .card-custom .card-item-icon img {
        width: 50px;
    }
    .order-status .card-custom .card-item-stat {
        font-size: 32px !important;
    }
    .order-status .card-custom .card-item-title {
        font-size: 14px !important;
        color: rgba(28, 28, 30, 0.85) !important;
    }

    .log-report .card-custom .card-body {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .log-report .card-custom .card-body .card-item-icon img {
        width: 40px;
    }
    .log-report .card-custom .card-body .card-item-stat {
        font-size: 24px !important;
        line-height: 28px !important;
    }
    .log-report .card-custom .card-body .card-item-title {
        font-size: 12px !important;
        color: #1c1c1e !important;
        font-weight: 700 !important;
    }

    .card-header h2 {
        font-size: 18px !important;
    }

    .page-header h2 {
        font-size: 24px !important;
        line-height: 28px !important;
        margin-bottom: 5px !important;
    }

    .table-responsive table thead {
        font-size: 14px !important;
    }
    .table-responsive table tbody tr td {
        font-size: 14px !important;
    }

    .card-header-tab .tab-search .nav .nav-item {
        margin-right: 0 !important;
    }
    .card-header-tab .tab-search .nav .nav-item .nav-link {
        padding: 10px !important;
    }

    .order-wrapper-inner {
        padding-right: 15px !important;
    }
    .order-wrapper-inner .detail {
        font-size: 14px !important;
    }

    .food-delivery ul li {
        margin-bottom: 24px !important;
    }
    .food-delivery ul li .food-delivery-modes p {
        font-size: 16px;
        line-height: 16px;
    }
}
/* Google Fonts */
@font-face {
    font-family: "National 2";
    src: url("../src/assets/fonts/National2/National2-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "National 2";
    src: url("../src/assets/fonts/National2/National2-Medium.woff")
        format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "National 2";
    src: url("../src/assets/fonts/National2/National2-Extrabold.woff")
        format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "National 2";
    src: url("../src/assets/fonts/National2/National2-Regular.woff")
        format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
}

li {
    list-style: none;
}

body {
    font-family: "National2", sans-serif;
}

.form-control {
    border: 1px solid rgba(28, 28, 30, 0.1) !important;
    border-radius: 5px !important;
}
.form-control:focus {
    box-shadow: none !important;
}

.form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.clickable-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}

.page {
    height: calc(100vh - 76px);
    background-color: #f8f9fc;
}

.form-check {
    margin-bottom: 0;
}
.form-check input {
    background: rgba(28, 28, 30, 0.04);
}
.form-check input:focus {
    box-shadow: none;
}
.form-check input:checked {
    background-color: #00bb61;
    border: 1px solid #00bb61;
}

.form-switch {
    display: flex;
    align-items: center;
    margin: 0 5px;
    padding-left: 0;
    justify-content: center;
}
.form-switch input:focus {
    background-image: none !important;
}
.form-switch input[type="checkbox"] {
    position: relative;
    width: 40px;
    height: 20px;
    appearance: none;
    background: #fff;
    border: 1px solid #dee2ee;
    border-radius: 20px;
    transition: 0.5s;
    margin: 0 5px;
}
.form-switch input:checked[type="checkbox"] {
    background: rgba(0, 187, 97, 0.05);
    border: 1px solid rgba(28, 28, 30, 0.04);
}
.form-switch input[type="checkbox"]:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    top: 1px;
    left: 0;
    background: #dee2ee;
    transition: 0.5s;
}
.form-switch input:checked[type="checkbox"]:before {
    left: auto;
    right: 0;
    background: #00bb61;
}

.input-group input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.main-header {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
}
.main-header-wrapper {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 40px;
    background: #ffffff;
    border-bottom: 1px solid rgba(28, 28, 30, 0.12);
}
.main-header-wrapper .main-header-left-section .logo-section img {
    width: 48px;
    height: 48px;
}
.main-header-wrapper .main-header-left-section .logo-section span {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    text-transform: capitalize;
    color: rgba(28, 28, 30, 0.85);
    padding-left: 16px;
}
.main-header-wrapper .main-header-right-section {
    display: flex;
    align-items: center;
}
.main-header-wrapper .main-header-right-section .bell-icon {
    margin-right: 52px;
    position: relative;
}
.main-header-wrapper .main-header-right-section .bell-icon img {
    width: 24px;
    height: 24px;
}
.main-header-wrapper .main-header-right-section .user-icon img {
    width: 42px;
}

.badge {
    position: absolute;
    top: -4px;
    right: -4px;
    padding: 0.2rem 0.2rem;
    min-width: 1rem;
    font-size: 9px;
    border-radius: 50%;
    color: #ffffff !important;
    background-color: #fd6074;
}

.main-profile-menu .profile-btn {
    border: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    text-transform: capitalize;
    color: rgba(28, 28, 30, 0.85);
}
.main-profile-menu .dropdown-menu {
    width: 220px;
    border: 1px;
    position: absolute;
    inset: 0px 0px auto auto;
    margin: 0px;
    top: 15px !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.sidebar {
    position: fixed;
    top: 76px;
    width: 260px;
    left: 0;
    height: calc(100vh - 76px);
    background: #232323;
}
.sidebar-body {
    padding-top: 20px;
}
.sidebar-body .nav .nav-item {
    width: 100%;
}
.sidebar-body .nav .nav-item .nav-link {
    padding: 16px 24px;
    position: relative;
}
.sidebar-body .nav .nav-item .nav-link span {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    text-transform: capitalize;
    color: #ffffff;
}
.sidebar-body .nav .nav-item .nav-link i {
    position: absolute;
    right: 32px;
    top: 24px;
    color: #fff;
    transform: rotate(90deg);
}
.sidebar-body .nav .nav-item .nav-link.active {
    background: rgba(255, 255, 255, 0.05);
}
.sidebar-body .nav .nav-item .nav-link:hover {
    background: rgba(255, 255, 255, 0.05);
}

.nav-sub .nav-sub-item .nav-sub-link {
    padding-left: 58px !important;
    position: relative;
}
.nav-sub .nav-sub-item .nav-sub-link span {
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 16px;
    text-transform: capitalize;
    color: #fefefe !important;
}
.nav-sub .nav-sub-item .nav-sub-link i {
    right: auto;
    left: 30px;
    transform: rotate(0deg) !important;
}

.sidebar .nav-link.collapsed i {
    transform: rotate(0deg) !important;
}

.submit-btn .send-btn {
    padding: 10px;
    border: 1px solid rgba(28, 28, 30, 0.2);
    border-radius: 2px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(28, 28, 30, 0.6);
}

.update .update-btn {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-transform: capitalize;
    color: #ffffff;
    padding: 10px 16px;
    background: #1e1e20;
    border: 1px solid rgba(28, 28, 30, 0.1);
    border-radius: 2px;
}

.sign-in-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    height: 53px;
    background: #f40027;
    border-radius: 2px;
    width: 100%;
    color: #fff;
}
.sign-in-btn:hover {
    border: 1px solid #f40027;
}

.add-outlet-btn {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-transform: capitalize;
    color: #ffffff;
    padding: 10px 16px;
    width: 164px;
    height: 44px;
    background: #1e1e20;
    border: 1px solid rgba(28, 28, 30, 0.1);
    border-radius: 2px;
    margin-right: 12px;
}
.add-outlet-btn:focus {
    box-shadow: none;
    border: none;
}
.add-outlet-btn:hover {
    color: #ffffff;
    background: rgba(30, 30, 32, 0.5);
    border: 1px solid rgba(28, 28, 30, 0.1);
}

.cancel-btn {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-transform: capitalize;
    color: #ffffff;
    padding: 10px 16px;
    width: 164px;
    height: 44px;
    background: rgba(30, 30, 32, 0.3);
    border-radius: 2px;
}
.cancel-btn:focus {
    box-shadow: none;
    border: none;
}
.cancel-btn:hover {
    color: #ffffff;
    background: rgba(30, 30, 32, 0.2);
}

.action-btn {
    padding: 2px;
}

.add-btn {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-transform: capitalize;
    color: #ffffff;
    padding: 10px 16px;
    background: #1e1e20;
    border: 1px solid rgba(28, 28, 30, 0.1);
    border-radius: 2px;
    width: 177px;
    position: relative;
}
.add-btn:focus {
    box-shadow: none;
}
.add-btn:hover {
    color: #ffffff;
    background: rgba(30, 30, 32, 0.5);
    border: 1px solid rgba(28, 28, 30, 0.1);
}
.add-btn img {
    position: absolute;
    left: 12px;
    z-index: 1;
}

.modal-add-restaurant {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-transform: capitalize;
    color: #ffffff;
    padding: 10px 16px;
    width: 242px;
    height: 44px;
    background: #1e1e20;
    border: 1px solid rgba(28, 28, 30, 0.1);
    border-radius: 2px;
}
.modal-add-restaurant:hover {
    background: rgba(30, 30, 32, 0.5);
    color: #fff;
}

.add-btn-vendor,
.cancel-btn-vendor {
    width: 210px;
    height: 44px;
}

.edit-btn {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-transform: capitalize;
    color: #ffffff;
    padding: 10px 16px;
    background: #1e1e20;
    border: 1px solid rgba(28, 28, 30, 0.1);
    border-radius: 2px;
}
.edit-btn:hover {
    color: #fff;
    background: rgba(30, 30, 32, 0.85);
}

.btn-search {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-transform: capitalize;
    color: #fff;
    height: 100%;
    background: #f40027;
    border: 1px solid rgba(28, 28, 30, 0.1);
    border-radius: 0px 2px 2px 0px;
}
.btn-search:hover {
    color: #fff;
    background: rgba(244, 0, 39, 0.65);
    border: 1px solid rgba(28, 28, 30, 0.1);
}
.btn-search:focus {
    color: #fff;
    background: rgba(244, 0, 39, 0.65);
    border: 1px solid rgba(28, 28, 30, 0.1);
}

.card {
    border: none;
    background-color: #fff;
}
.card .card-header {
    background-color: #fff;
}

.sale-performance .card .card-header {
    padding: 20px;
}

.dashboard-table .card .card-header {
    padding-top: 26px;
    padding-bottom: 26px;
    display: flex;
    align-items: center;
}
.dashboard-table .card .card-header h2 {
    white-space: nowrap;
    margin-right: 20px;
}
.dashboard-table .card .card-body {
    padding: 0;
}

.sale-performance .card-body {
    height: 387px;
}

.product-vendor-list .card {
    height: 100%;
}
.product-vendor-list .card .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-vendor-list .card .card-header .product-price {
    padding-right: 100px;
}
.product-vendor-list .card .card-header .product-price p {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: rgba(28, 28, 30, 0.65);
}
.product-vendor-list .card .card-body {
    position: relative;
}
.product-vendor-list .card .card-body .background-button {
    height: 108px;
    background: #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 43px;
    padding-right: 43px;
}
.product-vendor-list .card .card-body .background-button .cancel-btn {
    margin-right: 12px;
}

.dashboard-table .table-responsive table {
    margin-bottom: 0;
}
.dashboard-table .table-responsive table thead {
    height: 59px;
    background: #f8f7f7;
    border-bottom: 1px solid rgba(28, 28, 30, 0.04);
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    color: rgba(28, 28, 30, 0.65);
    vertical-align: middle;
}
.dashboard-table .table-responsive table tbody tr td {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: rgba(28, 28, 30, 0.85);
    white-space: nowrap;
    vertical-align: middle;
}

.pagination-tile {
    margin: 36px 0;
}
.pagination-tile label {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: rgba(28, 28, 30, 0.85);
    margin-bottom: 24px;
}
.pagination-tile ul.pagination li.page-item {
    min-width: 45px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
}
.pagination-tile ul.pagination li.page-item button {
    color: rgba(28, 28, 30, 0.45) !important;
    width: 35px;
    font-size: 12px;
    padding: 5px;
}
.pagination-tile ul.pagination li.page-item button:focus {
    box-shadow: none;
}
.pagination-tile ul.pagination li.page-item button:hover {
    color: rgba(28, 28, 30, 0.45) !important;
    background-color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: none;
}

.page-item .page-link {
    color: rgba(28, 28, 30, 0.45);
    white-space: nowrap;
}

.page-item.active .page-link {
    color: rgba(28, 28, 30, 0.45) !important;
    background-color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: none;
}

.card-header-tab {
    display: flex;
    justify-content: space-between;
}
.card-header-tab .tab-search {
    display: flex;
}
.card-header-tab .tab-search .nav .nav-item {
    margin-right: 15px;
}

.filter-group {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 24px;
}
.filter-group img {
    position: absolute;
    left: 14px;
    top: 7px;
    z-index: 1;
}
.filter-group input {
    padding-left: 46px;
}
.filter-group label {
    white-space: nowrap;
    margin-right: 8px;
    font-weight: 500;
    font-size: 15px !important;
    line-height: 19px;
    text-transform: capitalize;
    color: rgba(28, 28, 30, 0.85);
}
.filter-group .form-select {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-transform: capitalize;
    color: rgba(28, 28, 30, 0.85);
    border: 1px solid rgba(28, 28, 30, 0.1);
    border-radius: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.filter-group .form-select:focus {
    border-color: rgba(28, 28, 30, 0.1) !important;
}

.nav.nav-tabs {
    border-bottom: none;
}
.nav.nav-tabs .nav-item .nav-link {
    border: none;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: rgba(28, 28, 30, 0.65);
}
.nav.nav-tabs .nav-item .nav-link:hover {
    color: #f40027;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-link.active {
    color: #f40027 !important;
}

td span {
    font-weight: 500;
    font-size: 15px;
    border-radius: 90px;
    padding: 5px 10px;
}

.placed {
    color: #4a72d3;
    background: rgba(74, 114, 211, 0.05);
}

.cancelled {
    color: #f63c3c;
    background: rgba(246, 60, 60, 0.04);
}

.ready-for-delivery {
    color: #2eb166;
    background: rgba(46, 177, 102, 0.05);
}

.pending {
    color: #f47d30;
    background: rgba(244, 125, 48, 0.07);
}

.total-bill {
    background: #5a5a5a;
    border-bottom: 1px solid rgba(28, 28, 30, 0.04);
}
.total-bill td {
    color: #fff !important;
}

.order-detail-table {
    margin-bottom: 24px;
}
.order-detail-table .table-responsive table {
    margin-bottom: 0;
}

.order-details .card .card-body {
    padding: 0;
}
.order-details .card .card-body ul li {
    border-right: 1px solid rgba(28, 28, 30, 0.06);
}
.order-details .card .card-body ul li .order-wrapper {
    padding: 18px 24px;
    display: flex;
    align-items: center;
}
.order-details .card .card-body ul li .order-wrapper .order-wrapper-inner {
    padding-right: 84px;
}
.order-details
    .card
    .card-body
    ul
    li
    .order-wrapper
    .order-wrapper-inner
    .title {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: rgba(28, 28, 30, 0.65);
}
.order-details
    .card
    .card-body
    ul
    li
    .order-wrapper
    .order-wrapper-inner
    .detail {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    text-transform: capitalize;
    color: rgba(28, 28, 30, 0.85);
}
.order-details .card .card-body ul li .order-wrapper span.status {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #4a72d3;
    padding: 8px 16px;
    background: rgba(74, 114, 211, 0.05);
    border-radius: 90px;
}
.order-details .card .card-body ul li .order-wrapper span.time {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-transform: capitalize;
    color: #ffffff;
    padding: 10px;
    background: #ea4646;
    border-radius: 10px;
}
.order-details .card .card-body ul li .order-wrapper img {
    margin-right: 12px;
}
.order-details .card .card-body ul li:last-child {
    width: 32%;
    display: flex;
    justify-content: flex-end;
    border-right: none;
}
.order-details .card .card-body ul li:last-child .order-wrapper-inner {
    padding-right: 0;
}

.delivery-detail .card .card-header h2,
.partner-detail .card .card-header h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: rgba(28, 28, 30, 0.9);
}
.delivery-detail .card .delivery-detail-inner,
.partner-detail .card .delivery-detail-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 111px;
}

.delivery-partner .delivery-detail .card .card-body .customer-detail {
    display: flex;
    align-items: center;
}
.delivery-partner .delivery-detail .card .card-body .customer-detail img {
    padding-right: 16px;
}
.delivery-partner .partner-detail .card .card-body .select-section label {
    white-space: nowrap;
    padding-right: 20px;
}

.text-top {
    vertical-align: top;
}

.white-space {
    white-space: nowrap;
    border: 1px solid rgba(28, 28, 30, 0.1);
}

.sales-line canvas {
    height: 285px !important;
    width: 100% !important;
}

.pie-chart canvas {
    height: 100% !important;
    width: 85% !important;
    padding-left: 20px;
}

.main-content {
    margin-top: 76px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f8f9fc;
    margin-left: 260px;
}
.main-content .inner-body .card .card-body .card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-content .inner-body .card .card-body .card-item-stat {
    margin-top: 16px;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    text-transform: uppercase;
    color: rgba(28, 28, 30, 0.95);
}
.main-content .inner-body .card .card-body .card-item-title {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;
    color: rgba(28, 28, 30, 0.65);
}

.order-status {
    margin-bottom: 24px;
}

.sale-performance {
    margin-bottom: 25px;
}

.card-custom {
    position: relative;
    border: 1px solid #f0f0f0;
}
.card-custom::after {
    content: "";
    position: absolute;
    height: 2px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.col-custom:first-child .card-custom::after {
    background: #658ee4;
}
.col-custom:nth-child(2) .card-custom::after {
    background: #ecc373;
}
.col-custom:nth-child(3) .card-custom::after {
    background: #7abce7;
}
.col-custom:nth-child(4) .card-custom::after {
    background: #06b58c;
}
.col-custom:last-child .card-custom::after {
    background: #f44849;
}

.platform-performance .card .card-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.platform-performance .card .card-body .food-delivery ul li {
    display: flex;
    align-items: center;
    margin-bottom: 36px;
    justify-content: space-between;
}
.platform-performance
    .card
    .card-body
    .food-delivery
    ul
    li
    .food-delivery-modes
    p {
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: rgba(28, 28, 30, 0.85);
    position: relative;
    padding-left: 40px;
}
.platform-performance
    .card
    .card-body
    .food-delivery
    ul
    li
    .food-delivery-modes
    p:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
}

.food-delivery ul li:first-child .food-delivery-modes p:before {
    background: #b53535;
}
.food-delivery ul li:nth-child(2) .food-delivery-modes p:before {
    background: #dcc600;
}
.food-delivery ul li:nth-child(3) .food-delivery-modes p:before {
    background: #e25404;
}
.food-delivery ul li:nth-child(4) .food-delivery-modes p:before {
    background: #505050;
}
.food-delivery ul li:last-child .food-delivery-modes p:before {
    background: #b53535;
}

.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}
.page-header img {
    position: absolute;
    left: 12px;
    z-index: 10;
    top: 6px;
}
.page-header input {
    padding-left: 46px;
    z-index: 0;
}

.breadcrumb-section {
    padding: 40px 0 24px 0;
}
.breadcrumb-section h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 35px;
    color: #000000;
    margin-bottom: 12px;
}
.breadcrumb-section nav ol {
    margin-bottom: 0;
}
.breadcrumb-section nav ol li {
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    text-transform: capitalize;
    color: rgba(28, 28, 30, 0.6);
}
.breadcrumb-section nav ol li a {
    color: rgba(28, 28, 30, 0.6) !important;
}

.main-content-block {
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    height: 100%;
}
.main-content-block .product-vendor-list {
    height: 100%;
    width: 50%;
    background: #fff;
    box-shadow: -2px 0px 12px rgba(121, 157, 255, 0.16);
    display: block !important;
    z-index: 1;
}
.main-content-block .product-inner-body {
    width: 50%;
}
.main-content-block .product-inner-body tbody tr:hover {
    background: #eeeeee;
}
.main-content-block .product-inner-body tbody tr :focus {
    background: #eeeeee;
}

.main-content .product-vendor-list {
    display: none;
}

.signin-pages {
    display: flex;
    margin: auto;
    width: 70%;
    align-items: center;
    min-height: 100vh;
    background-color: #ffffff;
}
.signin-pages .company-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #f40027;
}
.signin-pages .company-logo img {
    width: 100px;
}
.signin-pages .signin-form {
    background: #f9f9f8;
    padding: 100px;
}
.signin-pages .signin-form img {
    margin-bottom: 20px;
}
.signin-pages .signin-form h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 35px;
    color: #27272e;
}
.signin-pages .signin-form p {
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: #27272e;
    margin-top: 12px;
    margin-bottom: 40px;
}
.signin-pages .signin-form label {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-transform: capitalize;
    color: rgba(28, 28, 30, 0.6);
}
.signin-pages .signin-form input {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: rgba(28, 28, 30, 0.45);
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    height: 52px;
}
.signin-pages .signin-form input::placeholder {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: rgba(28, 28, 30, 0.45);
}
.signin-pages .signin-form input:focus {
    box-shadow: none;
}

.signin-pages .card {
    width: 100%;
}

.forget-psw {
    text-align: right;
}
.forget-psw a {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: rgba(28, 28, 30, 0.6);
    margin-top: 20px;
}

.content-display .card .card-body .form-group {
    margin-bottom: 24px;
}
.content-display .card .card-body .form-group label {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.content-display .card .card-body .form-group .form-check {
    width: 100px;
    height: 44px;
    display: flex;
    align-items: center;
}
.content-display .card .card-body .form-group .form-check label {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: rgba(28, 28, 30, 0.8);
}
.content-display .card .card-body .form-group .form-check input {
    margin-top: 0;
    margin-right: 10px;
}

.card-body-location {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}

h2.outlet-detail {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: rgba(28, 28, 30, 0.85);
    background: rgba(28, 28, 30, 0.04);
    height: 76px;
    padding: 20px;
    display: flex;
    align-items: center;
}

h4.auto-fill {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    color: rgba(28, 28, 30, 0.85);
    padding: 32px 15px 16px 0;
    text-align: end;
}

.add-later {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-transform: capitalize;
    color: #1e1e20;
    margin-top: 19px;
}

.success-message {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    margin-top: 24px;
    margin-bottom: 36px;
}

.add-outlet-modal .modal-body {
    padding: 60px;
}

.form-border {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.card-user .form-group .form-check input {
    margin-right: 5px !important;
}
.card-user .form-group .form-check .form-check-label {
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: rgba(28, 28, 30, 0.85);
    text-transform: capitalize;
}

.mb-15 {
    margin-bottom: 15px;
}

.log-report .card-custom .card-item {
    flex-direction: row !important;
}
.log-report .card-custom .card-item .card-item-inner {
    margin-left: 16px;
}
.log-report .card-custom .card-item .card-item-inner .card-item-stat {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    font-size: 32px;
    line-height: 36px;
    color: rgba(28, 28, 30, 0.9);
}
.log-report .card-custom .card-item .card-item-inner .card-item-title {
    font-size: 15px;
    line-height: 19px;
    color: rgba(28, 28, 30, 0.75);
}
.log-report .card-custom:after {
    background: none !important;
}

.vendor-detail .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vendor-detail .card-header h3 {
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    color: rgba(28, 28, 30, 0.9);
}
.vendor-detail .card-body .table {
    padding-left: 15px;
    padding-right: 10px;
}
.vendor-detail .card-body .table td {
    padding: 16px 24px;
}

.vendor-detail {
    position: relative;
}
.vendor-detail input {
    position: relative;
}
.vendor-detail img {
    position: absolute;
    right: 4px;
    top: 40px;
}

.active-status {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #ffffff;
    padding: 8px 24px;
    background: #00ae5b;
    border-radius: 60px;
}

.pie-chart {
    position: absolute;
    top: 22px;
    width: 100%;
}

/*# sourceMappingURL=styles.css.map */
