/* buttons */
.btn{
    padding: 0.45rem 0.9rem;
}
.search-box .search-icon{
    top: 50%;
    translate: 0 -50%;
}
.plus{
    font-size: 70px;
}
body{
    font-size: 13.5px;
}
.notify-dropdown .notify-dropdown__label {
    font-size: 14px;
    margin: 0;
}

.notify-dropdown .badge {
    right: -0.5rem;
    top: -0.5rem;
}

.notify-dropdown {
    display: inline-block;
}

.vertical-menu {
    top: 0px;
}

.page-content {
    /* padding: calc(70px + 24px) calc(24px / 2) 60px calc(24px / 2); */
    padding: 10px 3px 60px 3px !important;
}

.table-main-list .table {
    border: 1px solid #eff2f7 !important;
    /* margin-top: 26px; */
}

.page-title-box {
    padding-bottom: 10px;
}

.menu-task .active {
    background-color: #6a84d4 !important;
}

.order-list-date label {
    margin-bottom: 0;
}

.reportrange-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-status .form-group {
    margin-bottom: 0;
}

.catalog-cat-list .card,
.menu-task .card {
    border-radius: 0;
}

.cat-all .active,
.cat-all .active .mdi-dots-vertical {
    color: #ffffff !important;
}

.task-box.active .mdi-dots-vertical {
    color: #ffffff !important;
}

.cat-all h5 {
    min-height: 38.5px;
    display: flex;
    align-items: center;
}

.width-100 {
    width: 100%;
}

.catalog-main {
    flex: unset;
}

.catalog-main .catalog-item {
    padding-bottom: 0;
}

.catalog-main .left-card {
    margin-top: 0;
}

.vnicon {
    height: 13px;
    width: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: solid 2px transparent;
}

.vnicon--veg {
    border-color: green;
}

.vnicon--nonveg {
    border-color: red;
}

.vnicon-span {
    height: 62%;
    width: 62%;
    border-radius: 50%;
    display: inline-block;
}

.vnicon--veg .vnicon-span {
    background-color: green;
}

.vnicon--nonveg .vnicon-span {
    background-color: red;
}

.food-pic {
    position: relative;
    height: auto;
    width: auto;
}

.food-pic .vegnon-icons {
    position: absolute;
    right: 3px;
    top: 3px;
    display: inline-flex;
}

.catalog-main .menu-items {
    height: auto;
}

.cust-menu-item .card-body.active,
.cust-menu-item .card-body.active h5,
.cust-menu-item .card-body.active .mdi-dots-vertical {
    color: #fff !important;
}

.cust-menu-item .card-body.active .badge-soft-primary {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.avatar-md {
    height: 3.5rem;
    width: 3.5rem;
}

.card {
    margin-bottom: 12px;
}

.card-body {
    padding: 1rem;
}

.table-border-0 .table-main-border,
.table-border-0 .table {
    margin-top: 0;
}

.nav-tabs-custom .nav-link {
    padding:1rem 0.6rem;
}

.table th,
.table td {
    padding: 0.5rem;
}

.menu-task .card-body {
    padding-left: 1.6rem;
}

.avatar-main-icon .avatar-xs {
    margin-top: 0;
}

.admin-notify {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    padding: 4px 0;
}

.admin-notify .header-item {
    height: auto;
    font-size: 14px;
}

#sidebar-menu {
    padding-bottom: 80px !important;
}

.order-details-main .modal-header {
    align-items: center;
}

.order-details-main .modal-body {
    padding: 0;
}

.order-det {
    display: flex;
    /* padding: 20px; */
    justify-content: space-between;
    border: 1px solid #f6f6f6;
    margin: 1rem 0;
}

.order-det__box {
    display: flex;
    flex-direction: column;
    gap: 25px;
    flex: 1;
    padding: 20px;
}

.order-det__box--wide {
    min-width: 45%;
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
}

.order-det__sub p {
    margin-bottom: 0 !important;
}

.order-details-main .item-order-main {
    border: none;
    padding: 0 16px;
}

/* .order-details-main  .simplebar-wrapper{
    margin-top: 1rem !important;
} */
.order-details-main .modal-dialog {
    max-width: 960px;
}

.scroll-table {
    max-height: 71vh;
    overflow: auto;
    border-top: 1px solid #f6f6f6 !important;
    /* border-bottom: 1px solid #f6f6f6 !important; */
    min-height: 65vh;
}

.scroll-table thead {
    position: sticky;
    top: 0;
    z-index: 1;

}

.scroll-table tr:last-child td {
    border-bottom: none !important;
}

.scroll-table th {
    border-top: none !important;
}

.scroll-table .table {
    /* border-bottom: none !important; */
    border-top: none !important;
}

.scroll-table .table-main-border {
    border: 1px solid #eff2f7;
}

.scroll-table .custom-tblheader {
    position: sticky;
    top: 0;
    z-index: 1;
}

.order-detail-mtable td {
    white-space: nowrap;
}

.order-detail-mtable .vnicon {
    margin-top: 3px;
    margin-right: 5px;
}


.custom-tbl .task-box .card-body {
    padding: 0.5rem;
}

.custom-tbl .task-box .card {
    margin-bottom: 0.5rem;
}

.vh-scroll {
    height: 83vh;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
}

.vertical-menu .navbar-brand-box {
    border-bottom: 1px solid #eff2f7;
    padding: 10px 0;
    background-color: #fff;
    position: sticky;
    z-index: 2;
    top: 0;
}

.admin-notify {
    border-top: 1px solid #eff2f7;
}

.header-new {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 111;
    padding: 10px 0;
    margin-top: -10px;
    margin-bottom: 16px !important;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.vertical-menu .logo {
    line-height: 1;
}

.vertical-menu .logo .logo-lg img {
    height: 35px;
    width: auto;
}

.header-new::before {
    content: '';
    height: 100%;
    width: 3px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    left: -3px;
    top: 0;
}

.vendor-switch .form-group {
    margin-bottom: 0;
}

.vendor-switch {
    display: inline-flex;
    align-items: center;
}

.vendor-switch>div {
    display: inline-block;
}

.vendor-switch .switch {
    margin-bottom: 0;
}

.header-new::after {
    content: '';
    height: 100%;
    width: 3px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    right: -3px;
    top: 0;
}

#sidebar-menu ul li a:hover i {
    color: #383c40;
    background: transparent;
    opacity: 1;
}

#sidebar-menu ul li a i:hover {
    color: #383c40;
}
.dropdown-menu{
    font-size: 14px;
    z-index: 9999;
}
.sidebar-main{
    z-index: 9999;
}
.form-control{
    padding: .6rem 0.7rem;
    min-height: 44px;
    font-size: 13.5px;
}
.daterangepicker .monthselect, .daterangepicker .yearselect{
    padding: 2px 4px;
}
.table th{
    padding:1rem;
    font-weight: 500;
    letter-spacing:0.2px;
    font-size: 14px;
}
.table td{
    padding-inline:1rem;
}
.custom-select{
    height: 44px;
}
.header-new .custom-select{
    height: 40px;
}
.multiselect__tags{
    min-height: 44px !important;
    display: flex;
    align-items: center;
}
/* custom switch */
.switch-width{
    --switch-width:55px;
    width: var(--switch-width);
}
.switch-width .slider::before{
    transform: translateX(calc(0));
}
.switch-width input.switch-on:checked + .slider::before{
    transform: translateX(calc(var(--switch-width) - 26px));

}
.invalid-feedback{
    font-size: 13px;
}
