/************** Import Font Family  ********************/
/* Regular */
@font-face {
    font-family: "SF Pro Regular";
    src: url("/fonts/SFPro/SF-Pro-Rounded-Regular.otf") format("opentype");
}

/* Bold */
@font-face {
    font-family: "SF Pro Bold";
    src: url("/fonts/SFPro/SF-Pro-Rounded-Bold.otf") format("opentype");
}

/************** Import Theme Colors ********************/
@import url("theme-color.css");

* {
    font-family: SF Pro Regular, sans-serif;
}

body::-webkit-scrollbar {
    width: 6px;
    height: 10px;
}

body::-webkit-scrollbar-thumb {
    background-color: #6f6f6f;
    border-radius: 3px;
    outline: 1px solid #6f6f6f;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: SF Pro Bold !important;
}

/************** Meta ********************/
.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

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

.font-20 {
    font-size: 20px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.rounded-75 {
    border-radius: 75px !important;
}

.rounded-12 {
    border-radius: 12px !important;
}

/* Input Setting */
input,
textarea {
    border-radius: 8px !important;
    font-size: 16px !important;
    outline: 1px solid #e4e4e7 !important;
    font-family: SF Pro Regular !important;
}

input::placeholder {
    font-family: SF Pro Regular !important;
    font-size: 16px !important;
}

input:focus,
textarea:focus {
    border: 2px solid #18181b !important;
}

.reason-label {
    color: #7a7a7a !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.form-label {
    color: #808080 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.form-control {
    color: #18181b !important;
}

.modal-footer .d-flex > * {
    margin-right: 0.5rem;
}

.modal-footer .d-flex > *:last-child {
    margin-right: 0;
}

.nav-link .arrow-up {
    display: none;
}

.nav-sidebar .nav-link > .right:nth-child(2),
.nav-sidebar .nav-link > p > .right:nth-child(2) {
    right: 1rem !important;
}

.text-primary {
    color: #4d61a8 !important;
}

.text-warning {
    color: #007bff !important;
}

.text-dark {
    color: #000 !important;
}

.text-secondary {
    color: #7a7a7a !important;
}

.height-48 {
    height: 48px !important;
}

.content-wrapper {
    background-color: #f8f8f8 !important;
}

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

.padding-right-5 {
    padding-right: 5px !important;
}

.info-box-text {
    color: #9c9c9c !important;
}

.info-box-number {
    color: #18181b !important;
}

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

.border-top-pink {
    border-top: 1px solid #f3dfd6 !important;
}

.border-bottom-pink {
    border-bottom: 1px solid #f3dfd6 !important;
}

.border-pink {
    border: 1px solid #f3dfd6 !important;
}

.borderless {
    border-radius: 0 !important;
    border: 1px solid #e7e3e3 !important;
}

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

.control-sidebar {
    overflow-y: scroll;
}

.control-sidebar::-webkit-scrollbar {
    width: 6px;
    height: 10px;
}

.control-sidebar::-webkit-scrollbar-thumb {
    background-color: #6f6f6f;
    border-radius: 3px;
    outline: 1px solid #6f6f6f;
}

.control-sidebar,
.control-sidebar:before {
    right: 3px;
}

label.error {
    color: red;
    font-size: 13px;
    display: block;
    margin-top: 5px;
}

input.error,
textarea.error,
select.error,
span.error,
.select2-container--default .select2-selection--single.error {
    border: 1px solid red !important;
    font-weight: 300 !important;
    color: red !important;
}

.close {
    opacity: 0.75;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent !important;
}

.asideBody .ruler {
    margin-top: -9px;
    margin: 1px -10px !important;
}

.caption {
    width: 154px;
    /* Adjust the width as per your requirement */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brand-link h1 {
    font-family: DM Serif Display !important;
    margin-bottom: 0 !important;
}

/* Custom background colors for Toastr */
.toast-success {
    background-color: #18b373 !important;
}

.toast-error {
    background-color: #f11d1db5 !important;
}

/************** Select2 Css ********************/
.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus
    .select2-selection--multiple,
.select2-container--default.select2-container--focus
    .select2-selection--single {
    border-color: #e7e3e3 !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 6px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    display: block;
    width: 100%;
    background: url(https://cdn4.iconfinder.com/data/icons/user-interface-174/32/UIF-76-512.png) !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background: #007bff !important;
    color: #212529 !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: none !important;
    border-style: none !important;
}

body
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    margin-right: 5px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==");
}

/*------------------ Datatable CSS -----------------*/
table.dataTable {
    border-radius: 12px !important;
    overflow: hidden !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border: none !important;
    margin-bottom: 0 !important;
}

table.dataTable > thead {
    background-color: #e0eff2 !important;
    border: none !important;
}

table.dataTable > thead > tr > th {
    border: none !important;
    color: #7a7a7a !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

table.dataTable > tbody {
    border-bottom: 1px solid #e7e3e3 !important;
}

table.dataTable > tbody > tr > td {
    color: #18181b !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

table.dataTable > tbody > tr.odd {
    background-color: #ffffff !important;
}

.dataTables_paginate {
    background-color: #ffffff !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 10px !important;
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

.paginate_button {
    font-size: 14px !important;
    font-weight: 500 !important;
    outline: none !important;
    box-shadow: none !important;
}

.paginate_button:focus,
.page-link:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    border: none !important;
    color: #7a7a7a !important;
}

.pagination li {
    margin: 3px !important;
}

.page-link {
    border-radius: 8px !important;
    background-color: transparent !important;
    border: none !important;
    color: #7a7a7a !important;
    outline: none !important;
    box-shadow: none !important;
}

.page-item.active .page-link {
    border-radius: 8px !important;
    background-color: #e4e4e7 !important;
    color: #18181b !important;
}

.paginate_button.previous,
.paginate_button.next {
    border: 1px solid #e4e4e7 !important;
    border-radius: 8px !important;
}

.paginate_button.previous .page-link i,
.paginate_button.next .page-link i {
    color: #18181b !important;
}

.paginate_button.previous.disabled .page-link i,
.paginate_button.next.disabled .page-link i {
    color: #7a7a7a !important;
}

/* Make the last column sticky (floating to the right) */
table.dataTable thead th.action-column {
    position: sticky;
    right: 0;
    z-index: 10;
    background-color: #e0eff2 !important;
    border: none !important;
}

table.dataTable tbody tr.odd td.action-column {
    position: sticky;
    right: 0;
    background: #ffffff;
    z-index: 10;
}

table.dataTable tbody td.action-column .d-flex {
    gap: 0.5rem;
}

.dataTables_wrapper {
    overflow-x: auto;
}

table.dataTable tbody td.action-column .d-flex {
    gap: 0.5rem;
}

/*------------------- Status CSS --------------------*/
.badge-pill {
    height: auto;
    width: 88px !important;
    border-radius: 8px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.badge-modal {
    border-radius: 8px !important;
    padding: 4px 12px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.unverified-bg {
    background-color: #e0eff2b2 !important;
}

.verified-bg {
    background-color: #dfffd7 !important;
}

.suspended-bg {
    background-color: rgba(250, 58, 76, 0.15) !important;
}

.pending-bg {
    background-color: rgba(232, 176, 11, 0.2) !important;
}

.unverified-color {
    color: #7a7a7a !important;
}

.verified-color {
    color: #18b373 !important;
}

.suspended-color {
    color: #e4312a !important;
}

.pending-color {
    color: #e8b00b !important;
}

.cover-image {
    object-fit: cover !important;
    outline-offset: -1.5px !important;
    outline: 1px solid #c7cbcf !important;
}

/*------------------- Button CSS --------------------*/
.btn-radius {
    border-radius: 8px;
}

.btn-primary {
    color: #ffffff !important;
    background-color: #f9823e !important;
}

.btn-success {
    color: #ffffff !important;
    background-color: #18b373 !important;
}

.btn-secondary {
    color: #ffffff !important;
    background-color: #18181b !important;
}

.btn-danger {
    color: #ffffff !important;
    background-color: #e4312a !important;
}

.btn-archive {
    color: #f9823e !important;
    background-color: #f6f6f6 !important;
}

.btn-no-border {
    border: none !important;
    box-shadow: none !important;
}

.btn-light {
    color: #f9823e !important;
    background-color: #fef3ec !important;
}

/************** Sidebar ********************/
.brand-link {
    text-decoration: none !important;
    color: white !important;
    height: 66px !important;
    display: flex !important;
    align-items: center !important;
    border-bottom: none !important;
}

.brand-link .brand-image {
    margin-top: 20px !important;
    max-height: 50px !important;
    margin-left: 0px !important;
}

.main-sidebar {
    background-color: #e0eff2 !important;
    border: none !important;
    box-shadow: none !important;
}

.sidebar a {
    color: #18181b !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.sidebar-bar {
    width: 320px !important;
}

.sidebar-bar-content {
    overflow: auto !important;
}

.sidebar-border {
    border-bottom: 1px solid #f4f4f4 !important;
}

.nav-sidebar > .nav-item > .nav-link.active {
    background-color: #f9823e !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    border: none !important;
    box-shadow: none !important;
}

.nav-treeview > .nav-item > .nav-link.active {
    background-color: #f9823e !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    border: none !important;
    box-shadow: none !important;
}

.nav-sidebar > .nav-item > .nav-link:not(.active):hover,
.nav-treeview > .nav-item > .nav-link:not(.active):hover {
    background-color: #ffd1b3 !important;
    border-radius: 8px !important;
}

.nav-treeview .nav-item p {
    margin-left: 10%;
}

.main-header {
    border: none !important;
    box-shadow: none !important;
}

.control-sidebar {
    top: calc(3.5rem + 20px) !important;
}

.sidebar-bar {
    width: 350px !important;
}

.brand-text {
    font-weight: 300 !important;
    size: 20px;
    line-height: 30px;
}

.admin-logout-btn {
    position: fixed;
    bottom: 1%;
    width: 234px;
}

.restaurant-logout-btn {
    position: fixed;
    bottom: 1%;
    width: 100%;
}

/************** Navbar ********************/
.navbar-nav {
    display: flex;
    align-items: center;
}

.navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

.pointer {
    cursor: pointer !important;
}

.no-shadow {
    box-shadow: none !important;
}

.no-outline {
    outline: none !important;
}

.content-heading {
    font-size: 18px !important;
    font-weight: 400 !important;
    margin-bottom: 6px !important;
    font-family: SF Pro Regular, sans-serif !important;
}

/*------------- Search Input CSS ----------------*/
.search-container {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    width: 18rem !important;
    margin: 0px 1px !important;
}

.search-member-container {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    margin: 0px 1px !important;
}

.search-member-container .input-group-text {
    background: transparent !important;
    border: none !important;
    padding-right: 0 !important;
    color: #7a7a7a !important;
    transition: color 0.2s;
    border-radius: 999px !important;
}

.search-container .input-group-text {
    background: transparent !important;
    border: none !important;
    padding-right: 0 !important;
    color: #7a7a7a !important;
    transition: color 0.2s;
}

.search-member-container .form-control {
    padding-left: 2rem !important;
    border-radius: 999px !important;
}

.search-container .form-control {
    padding-left: 2rem !important;
}

.search-container .input-group-text,
.search-member-container .input-group-text {
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 2 !important;
    pointer-events: none !important;
}

.search-container .form-control,
.search-member-container .form-control {
    position: relative !important;
    z-index: 1 !important;
}

/************************* loader ***************** */
#loader {
    border: 12px solid #a0afe2;
    border-radius: 50%;
    border-top: 12px solid #4d61a8;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
}

.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

/************************ Logout Dropdown ***************** */
.dropdown-menu {
    width: 176px;
    height: 47px;
    right: 0;
    left: auto;
    transform: translateX(-10px);
}

.logout-button {
    color: #252525;
    font-size: 14px;
    font-family: DM Sans;
    font-weight: 400;
    word-wrap: break-word;
    height: 100%;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
}

/************************ Action Modals ***************** */
.action-modal-content {
    overflow-y: auto !important;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5) !important;
    border-radius: 32px !important;
}

.action-modal-content .user-heading {
    color: #252525;
    font-size: 20px;
    font-family: DM Serif Display;
    font-weight: 400;
    word-wrap: break-word;
}

.action-modal-body .svgIcon {
    margin-bottom: 32px;
}

.action-modal-body .title {
    margin-bottom: 16px;
    color: #252525;
    font-size: 28px;
    font-family: DM Serif Display;
    font-weight: bold;
    line-height: 34px;
    word-wrap: break-word;
}

.action-modal-body .descricption {
    margin: 0 40px 30px 40px;
    color: #615f5f;
    font-size: 14px;
    font-family: DM Sans;
    font-weight: 400;
    line-height: 21px;
    word-wrap: break-word;
}

.action-modal-body .actions .btn {
    width: 100% !important;
    height: 45px !important;
    border-radius: 90px !important;
    margin-bottom: 12px !important;
    color: white !important;
    font-size: 16px !important;
    font-family: DM Sans !important;
    font-weight: 500 !important;
    word-wrap: break-word !important;
}

.action-modal-body .actions .action-remove-access {
    background-color: #4d61a8;
}

.action-modal-body .actions .action-delete {
    background-color: #e01e5a;
}

.action-modal-body .actions .action-block {
    background-color: #bf0000;
}

.action-modal-body .actions .action-unblock {
    background-color: #4d61a8;
}

.action-modal-body .actions .action-accept {
    background-color: #378944;
}

.action-modal-body .actions .action-reject {
    background-color: #e01e5a;
}

.action-modal-body .actions .cancel {
    color: #4d61a8 !important;
    width: 100% !important;
    height: 45px !important;
    border-radius: 90px !important;
    border: 1px solid #4d61a8 !important;
    font-size: 16px !important;
    font-family: DM Sans !important;
    font-weight: 500 !important;
    word-wrap: break-word !important;
}
