/* 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;
}

/* Edit by purvansh*/
.ctext-wrap-sender {
    background-color: #556ee6 !important;
    color: #fff;
    overflow: unset !important;
    position: relative;
}
  
.ctext-wrap-sender::before{
    display: block;
    clear: both;
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 30px;
    height: 20px;
    background-color: #556ee6;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
}
  
.ctext-wrap-reciver{
    position: relative;
    overflow: unset !important;
    background-color: #f2f2f2 !important;
}
  
.ctext-wrap-reciver::before{
    display: block;
    clear: both;
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 20px;
    height: 20px;
    /* background-color: rgba(85, 110, 230, 0.1); */
    background-color: #f2f2f2 !important;
    clip-path: polygon(0 0, 100% 53%, 100% 100%, 0 100%);
}
  
.chat-option{
  position: relative;
}
    
.chat-option::before{
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/chat/chat_bg.svg');
    opacity: 0.7;
}
  
.ctext__img-box{
    display: inline-block;
    margin-top: 4px;
}
  
.ctext__img{
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 5px;
}

.chat-leftsidebar .chat-leftsidebar-nav .nav {
    background: none !important;
}

.chat-leftsidebar-nav .nav-justified .nav-link{
    background-color: transparent;
    color: #383c40;
    position: relative;
    border-radius: 0;
}

.chat-leftsidebar-nav .nav-justified .active{
    border-bottom: 3PX solid #556ee6;
}
    
.chat-leftsidebar{
    background: #fff !important;
    border-radius: 6px;
    padding: 10px 20px;
    border: 1px solid #eff2f7;
    margin-right: 10px !important;
}

.chat-search-box .form-control{
    border: 1px solid #eff2f7 !important;
}

.chat-profile{
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.chat-conversation .conversation-list .ctext-wrap{
    border-radius: 10px 10px 10px 0 !important;
}

.beamer_icon.active {
    position: relative !important;
    margin-left: auto !important;
}

.business-video {
    width: 120px !important;
    height: 120px !important;
    object-fit: cover !important;
    margin: 0 !important;
/* aspect-ratio: 3/3; */
}
.new-image-class {
    width: 100% !important;
    aspect-ratio: 3 / 3;
    height: unset !important;
    object-fit: cover !important;
    /* margin: 0 !important; */
}
.new-admin-notify {
    max-width: 250px !important;
}
/* Used for hide Beamer icon */
#beamerSelector{
    display: none !important;
}
/* Used for hide Beamer icon End */

/* edite by purvansh*/
.feature-control input{
    padding: 5px 20px 5px 15px !important;
    font-size: 13px;
}
.steps-item{
  position: relative;
  flex-shrink: 0;
}

.steps-item::after{
    content: "";
    position: absolute;
    right: -50%;
    left: auto;
    top: 20px;
    width: 100%;
    height: 3px;
    background-color: #ccc;
}

.steps-item.active::after{
    background-color: #4caf50;
}
.step{
    position: relative;
    z-index: 9;
}

.steps-item:last-child::after{
    content: "";
    display: none;
}

@media (max-width: 1200px){
    .steps{
        display: flex !important;
        flex-wrap: nowrap;
        overflow: auto;
    }

    .steps-item::after{
        content: "";
        position: absolute;
        right: -90px;
        left: auto;
        top: 20px;
        width: 90%;
        height: 3px;
        background-color: #ccc;
    }
}