.border-dashed {
    border-style: dashed !important;
}

.no_input_arrow::-webkit-outer-spin-button,
.no_input_arrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no_input_arrow {
    -moz-appearance: textfield;
}


.black-white {
    filter: grayscale(100%);
}

.rotate-45 {
    transform: rotate(-45deg);
}


a {
    text-decoration: none;
}

.bg-gray {
    background-color: #f5f5f5;
}

a.card:hover {
    background-color: #111;
    color: white !important
}

.hr {
    border-width: 0;
    border-bottom: solid 1px #999;
}

.fa {
    font-weight: 100 !important;
}

.border {
    border-color: #ddd !important;
}

header {
    background-color: white;
}

header .logo img {
    height: 30px;
    margin: 10px;
}

header .logo h2 span {
    display: block;
    font-size: 12px;
    line-height: 14px;
}

header .logout {
    color: #c06262;
}

header .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .top .menu {
    display: flex;
    align-items: center;

}

header .top .menu .item {
    padding: 4px 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    border: solid 1px transparent;
}

header .top .menu {
    width: 100%;
}

header .top .menu .search {
    background: url('../plugin/bootstrap-icons/search.svg') no-repeat;
    background-position: center left 8px;
    padding-left: 32px;
    border-width: 0;
}

.form-search {
    background-image: url('../plugin/bootstrap-icons/search.svg');
    background-repeat: no-repeat;
    background-position: center left 16px;
    padding-left: 48px;

}

header .top .menu .notification .bell {
    height: 24px;
    width: 24px;
    background-size: 100%;
    background-image: url('../img/icons/bell.png');
}

header .top .menu .notification .cart {
    height: 24px;
    width: 24px;
    background-size: 100%;
    background-image: url('../img/icons/cart.svg');

}

header .top .menu .notification .count {
    font-size: 12px;
    line-height: 12px;
    padding: 3px;
    border-radius: 4px;
    background-color: #c51313;
    color: var(--bs-white);
    position: absolute;
    top: -4px;
    left: 10px
}



header .top .menu .mobile-nav-button {
    display: none;
}

header nav {
    background-color: var(--bs-primary);
}

header nav .container {
    padding: 0 !important;
}

header nav .m {
    display: flex;
    align-items: center;
    justify-content: center;
}



header nav .menu {
    text-align: left;
}

header nav .menu a {
    color: var(--bs-white);
    align-items: center;
    display: inline-block;
    padding: 0.3rem 1rem;
    font-size: 14px;
}

header nav .menu:hover {
    background-color: var(--bs-white);
}

header nav .menu:hover a,
header nav .menu:hover i.bi {
    color: #222;

}

header nav .menu:hover .sub-menu {
    display: block;
}

header nav .menu a i.bi {
    margin-right: 8px;
    float: left;
}

header nav .menu a i.bi-chevron-down {
    float: right;
    margin-right: 0;
    margin-left: 8px;
    font-size: 10px;
    margin-top: 5px;
}


header nav .menu .sub-menu {
    display: none;
    background-color: var(--bs-white);
    position: absolute;
    min-width: 250px;
    z-index: 3;
    border: solid 1px #eee;
    font-size: 14px;
}

header nav .menu .sub-menu a {
    display: block;
}

header nav .menu .sub-menu a:hover {
    background-color: #ddd;
}

.filter-form .form,
.filter-form {
    display: flex;
    align-items: center;
    justify-content: end;
}

.filter-form select {
    width: auto;
    max-width: 140px;
}

.filter-form input {
    width: auto !important;
}


.nav-tabs {
    border-color: var(--bs-border-color);
    display: flex !important;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
}

.nav-tabs .nav-link {
    border-width: 0;
    border-bottom: solid 2px transparent;
    font-size: 14px;
    color: #666;
}

.nav-tabs .nav-link.active {
    border-bottom: solid 2px #222;
    color: #000
}

.nav-tabs .nav-link i {
    padding: 6px;
    border-radius: 100%;
    display: inline-block;
    line-height: 0;
}

.nav-tabs .nav-link.active i {
    background-color: var(--bs-warning);
}

#error {
    position: fixed;
    z-index: 9999;
    top: 1rem;
    left: 1rem;
}

#error .toast-body {
    display: flex;
    align-items: center;
    padding: 1rem;
    background-color: white;
    border-radius: var(--bs-border-radius-lg);
}

#error .toast .bi {
    font-size: 24px;
    margin-right: 8px;
}


.form-sort {
    font-size: 13px;
}

.form-sort select {
    background-color: transparent;
    border-width: 0;
    max-width: 150px;
    padding: 4px 8px;
    font-size: 13px;
    outline: none;
}

.form-sort select option {
    font-size: 16px;
}

.modal-header {
    border-width: 0 !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background-color: transparent;
}

.paging {
    display: flex;
    align-items: center;
}

.paging a {
    display: block;
    padding: 4px 8px;
    margin: 4px;
    font-size: 16px;
    color: var(--bs-primary);
}

.paging a i {
    margin: 0;
    padding: 0;
}

.paging a.b {
    padding: 4px;
}

.paging a:hover {
    color: black;
}

.paging .active {
    border: solid 1px #ddd;
    background-color: white;
    color: var(--bs-primary);
}



.item-images-container .image {
    width: 80px;
    height: 80px;
    background-color: #ddd;
    display: inline-block;
    margin: 8px;
    position: relative;
}

.item-images-container .image-sm {
    width: 60px;
    height: 60px;
}


.item-images-container .image label {
    display: block;
    width: 80px;
    height: 80px;
}

.item-images-container .image-sm label {
    width: 60px;
    height: 60px;
}

.item-images-container .image-xsm,
.item-images-container .image-xsm label {
    width: 36px;
    height: 36px;
}

.item-images-container .image:hover {
    outline: solid 3px #ddd;
}

.item-images-container .image .remove {
    background-color: var(--bs-danger);
    color: white;
    padding: 4px;
    position: absolute;
    line-height: 0;
    cursor: pointer;
}

.item-images-container .image .remove:hover {
    background-color: var(--bs-primary);
}

.item-images-container .image input {
    display: none;
}

.item-images-container .image img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: cover;
    object-position: center;
}

.paging_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.empty_container {
    text-align: center;
}

.empty_container span {
    display: block;
    font-size: 20px;
    color: #999;
    margin-bottom: 32px;
}

.filter-form .view i {
    font-size: 20px;
}

.filter-form .view>span {
    color: #999;
    display: flex;
    align-items: center;
}

.filter-form .view>span span {
    margin-left: 4px;
}

.filter-form .view .active {
    color: var(--bg-primary);
}

.grid-data {
    display: flex;

    flex-wrap: wrap;
    padding-bottom: 16px;
}

.grid-data .card {
    background-color: white;
    border: solid 1px #ddd;
    padding: 16px;
}



.card-title {
    font-size: 1.2rem;
}

.responsable-scrum-board {
    overflow: auto;
}

.scrum-board {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 82vh;
    bottom: 0;
    margin: auto;
}

.responsable-scrum-board .scrum-board {
    justify-content: start;
    width: auto;
}

.responsable-scrum-board .scrum-board .stage {
    min-width: 250px !important
}

.scrum-board .stage {
    flex: 1;
    background-color: #f5f5f5;
    border: solid 1px #ddd;
    font-size: 16px;
    height: 100%;
    border-right-width: 0;
}

.scrum-board .items {
    height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
}

.scrum-board .item {
    margin: -1px;
    cursor: pointer;
}

.scrum-board .stage:last-child {
    border-right-width: 1px;
}

.scrum-board .stage .stage-title {
    font-size: 1.1rem;
    padding: 8px;
    border-bottom: solid 1px #ddd;
}

.item_table .row {
    border-left: solid 1px #ddd;
}

.item_table .title {
    border-top: solid 1px #ddd;
}

.item_table .row .col {
    padding: 0;
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
    display: flex;
    position: relative;
}

.item_table .row .col .extra {
    position: absolute;
    font-size: 10px;
    bottom: 0;
    padding-left: 10px;
}

.item_table .row .sno {
    flex: 0;
    min-width: 70px;
}

.item_table .row .name {
    min-width: 30%;
}

.item_table .items input,
.item_table .items select {
    border-width: 0;
}

.item_table .items input[readonly],
.item_table .items select[readonly] {
    background-color: #f5f5f5;
    padding: 10px;
}

.item_table .title .col {
    padding: 4px 10px;
}

.item_table .items input[name="item_amount[]"] {
    text-align: right;
}

.item_table .footer .col {
    text-align: right !important;
    display: block;
    padding-right: 24px !important;
}

.setting_container .menu a {
    display: block;
    color: var(--bs-primary);
}

.setting_container .menu a p {
    font-size: 12px;
    line-height: normal;
    margin: 0;
    color: var(--bs-gray);
}

.setting_container .menu a.active {
    background-color: var(--bs-warning) !important;
}

.setting_container .menu a.arrow {
    content: "";
    background-image: url('../img/icons/chevron-down.svg');
    background-repeat: no-repeat;
    background-position: center right 20px;
}

.setting_container .menu a.active p {
    color: var(--bs-dark);
}

.setting_container .menu a:hover {
    background-color: var(--bs-border-color);
}



#progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #222222;
    z-index: 9999;
}

.user_container .item img {
    border-radius: 100%;
    width: 40px;
    height: 40px
}

.user_circle {
    margin-right: 15px;
}

.user_circle img,
.user_circle span {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: solid 4px white;
    border-radius: 100%;
    margin-left: -10px;
    float: left;
    background: white;
    text-align: center;
}

.user_circle .more {
    font-size: 12px;
    ;
    line-height: 22px;
    text-align: center;
}

.user_circle img:hover,
.user_circle span:hover {
    border-color: #ddd;
}

.main_task_list .user_img,
table .user_img {
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 24px;
}



.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px
}

.chat-container {
    height: 82vh;
    overflow: auto;
}

.chat-container .chat {
    border-bottom: solid 1px #ddd;
    cursor: pointer;
    position: relative;
}

.chat-container .chat:hover {
    background-color: #eee;
}

.chat-container .chat.active {
    background-color: #111;
    color: #fff
}

.chat-container .chat.active .badge {
    background-color: var(--bs-warning) !important;
    color: #111
}


.chat-container .chat .profile {
    width: 42px;
    height: 42px;
}

.chat-message-container {}

.chat-message-container .messages {
    overflow: auto;
    scroll-behavior: smooth;
    height: 65vh;
}

.chat-message-container .messages .msg {
    background: #ffe69b;
    position: relative;
    width: 60%;
    margin-left: 20px;
    clear: both;
}

.chat-message-container .messages .msg::after {
    content: "";
    position: absolute;
    top: 20%;
    left: -22px;
    transform: translateY(-50%);
    border-width: 12px;
    border-style: solid;
    border-color: transparent #ffe69b transparent transparent;
}

.chat-message-container .messages .msg-my {
    background-color: #ddd;
    float: right;
    margin-right: 24px;
    margin-left: inherit;
    clear: both;
}

.chat-message-container .messages .msg-my::after {
    top: 20%;
    left: inherit;
    right: -24px;
    border-color: transparent transparent transparent #ddd;

}

.chat-message-container .inputs {
    background-color: red;
}

.chat-message-container .messages .msg .title {
    font-size: 16px;
}

.chat-message-container .messages .msg .time {
    color: #888
}

.chat-message-container .messages .msg .delete {
    position: absolute;
    right: -20px;
    top: 0;
    background: #c51313;
    color: #fff;
    padding: 4px;
    border-radius: 100%;
    line-height: 1;
    cursor: pointer;
    display: none;
}

.chat-message-container .messages .msg:hover .delete {
    display: block;
}

.chat-message-container .messages .msg .delete:hover {
    background: #f51616;

}

.chat-message-container .messages .msg-my .delete {
    right: inherit;
    left: 0px
}

.chat-message-container .messages .msg .profile {
    width: 42px;
    height: 42px;
}

.card.add-new {
    background: #f5f5f5;
}

.card.add-new:hover {
    color: #fff !important
}

.remaining_text {
    position: absolute;
    top: 34px;
    right: 0px;
    opacity: 0.8;
    font-size: 10px;
    border: solid 1px #ddd;
    background: white;
    padding: 4px 6px
}


.selective-icons {
    padding: 18px;
    display: inline-block;
    margin: 4px;
    cursor: pointer;
}

.selective-icons:hover {
    box-shadow: 0px 5px 0px #ddd;
}

.selective-icons img {
    width: 24px;
    height: 24px
}

.selective-icons.active {
    background-color: #111 !important;
    border-color: #111 !important
}

.selective-icons-dark.active {
    background-color: #fff !important;
    box-shadow: 0px 5px 0px #000 !important;
}

.selective-colors {
    border: solid 4px #000
}

.selective-colors.active {
    background-color: inherit !important;
}

.dragging {
    border: 1px solid var(--bs-primary) !important;
}

.sort_workflow_stage li .bi-pencil {
    visibility: hidden;
}

.sort_workflow_stage li:hover .bi-pencil {
    visibility: visible;
}

.bottom_lead_menu {
    text-align: center;
    display: none;
    z-index: 100;
    background-color: #ffffffe3;
}

.bottom_lead_menu .button {
    display: inline-block;
}




.lead-workstages .item {
    flex-grow: 1;
    background-color: #e6e6e6;
    height: 24px;
    position: relative;
    background: #e6e6e6;
    float: left;
    display: inline;
    margin-right: 5px;
    width: 15%;
    cursor: pointer;
    font-size: 12px;
    padding-left: 12px;
    color: #444;
    padding-top: 2px;
}

.lead-workstages .active {
    background-color: #111111;
    color: #fff
}

.lead-workstages .item i {
    font-size: 10px;
    color: #ccc
}

.lead-workstages .item::before {
    content: "";
    position: absolute;
    right: -5px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 5px solid #e6e6e6;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    z-index: 111
}

.lead-workstages .active::before {
    border-left-color: #111111;
}

.lead-workstages .item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 5px solid #f5f5f5;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.lead_secure_emoji {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lead_secure_emoji .emo {
    width: 36px;
    height: 36px;
    display: block;
    cursor: pointer;
    filter: grayscale(100%);
    transition: filter 0.3s ease, transform 0.3s ease;
    background-size: 100%;
    background-repeat: no-repeat;
}

.lead_secure_emoji .emo.zoom,
.lead_secure_emoji .emo.active {
    filter: grayscale(0%);
    transform: scale(1.2);
}

.lead_secure_emoji .emoji1 {
    background-image: url('../img/icons/emoji/emoji1.svg');
}

.lead_secure_emoji .emoji2 {
    background-image: url('../img/icons/emoji/emoji2.svg');
}

.lead_secure_emoji .emoji3 {
    background-image: url('../img/icons/emoji/emoji3.svg');
}

.lead_secure_emoji .emoji4 {
    background-image: url('../img/icons/emoji/emoji4.svg');
}

.lead_secure_emoji .emoji5 {
    background-image: url('../img/icons/emoji/emoji5.svg');
}

.popover {
    border-radius: 0px !important;
    z-index: 1111111 !important;
    position: relative;
}

.popover form {
    z-index: 1000000;
    position: relative;
}

.dynamic_popup_form {
    background-color: #fff;
    position: fixed;
    border: solid 1px #ddd;
    z-index: 9999;
}

.user_avatar {
    border-radius: 100%;
    font-size: 14px;
    text-align: center;
}

.user_avatar .icon_16 {
    line-height: 16px;
}

.user_avatar .icon_24 {
    line-height: 24px;
}


.folded_corner {
    position: relative;
    background: #fff;
    background: linear-gradient(to left top, transparent 50%, rgba(0, 0, 0, .4) 0) no-repeat 100% 100% / 1em 1em,
        linear-gradient(-45deg, transparent 0.7em, #fff 0);
    -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.1));
}

.item-hover .item:hover {
    background: #eee;
}

.item-won,
.item-lost,
.item-abandoned,
.item-check,
.item-cross,
.item-delete,
.item-down,
.item-up {
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: top right;

}

.item-won {
    background-color: #E2F9FF !important;
    background-image: url('../img/icons/item-won.svg') !important;
}

.item-lost,
.item-cross {
    background-color: #ffe3e3 !important;
    background-image: url('../img/icons/item-cross.svg') !important;
}

.item-abandoned {
    background-color: #FCFFE4 !important;
    background-image: url('../img/icons/item-abandoned.svg') !important;

}

.item-check {
    background-color: #e7fff0 !important;
    background-image: url('../img/icons/item-check.svg') !important;

}

.item-delete {
    background-color: #eeeeee !important;
    background-image: url('../img/icons/item-delete.svg') !important;

}

.item-down {
    background-color: #ffe3e3 !important;
    background-image: url('../img/icons/item-down.svg') !important;

}

.item-up {
    background-color: #e7fff0 !important;
    background-image: url('../img/icons/item-up.svg') !important;

}

.lead_source_badge span {
    display: none;
}

.lead_source_badge:hover span {
    display: inline-block;
}

.btn-custom-group {
    border: solid 1px #ccc !important;
    border-left-width: 0 !important
}

.btn-custom-group:hover {
    background-color: var(--bs-primary) !important;
    color: white !important
}

.filter_menu_button {
    display: none;
}

.dashboard_chart_card .title {
    font-size: 18px;
    padding: 16px;
    position: absolute;
    z-index: 2;
}

.dashboard_chart_card .title span,
.dashboard_chart_card .title i {
    font-size: 14px;
    color: #666
}

.btn_ancor {
    color: #111;
    background-color: white;
}

.btn_ancor:hover {
    color: #000;
}

.table .sort {
    cursor: pointer;
}

.table .sort .bi {
    float: right;
}

.table .sort .bi-filter {
    opacity: 0.4;
}


.progress {
    height: 10px;
}

.table-report td,
.table-report th {
    padding: 5px !important;
    font-size: 12px !important;
}

.table-report th {
    font-size: 11px !important;
}

.sticky-top {
    z-index: 2 !important
}

.temp_bg_container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #00000033;
    z-index: 3;
}




.image-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.image-modal .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.image-modal .caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.image-modal .modal-content,
.image-modal .caption {
    -webkit-animation-name: zoom_image;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom_image;
    animation-duration: 0.6s;
}

.page-content {
    min-height: 90vh;
}

.image-modal .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 10;
}

.image-modal .close:hover,
.image-modal .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}



@media only screen and (max-width: 700px) {
    .image-modal .modal-content {
        width: 100%;
    }
}

.order_items .item .remove {
    display: none;
}

.order_items .item:hover .remove {
    display: block;
}

.restaurant_table_card {
    display: inline-block;
    position: relative;
}

.restaurant_table_card .card {
    height: 90px;
    width: 100px;
    margin-bottom: 20px;
    background: white;
}

.restaurant_table_card .icons {
    display: flex;
    gap: 2px;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 8px;
}

.restaurant_table_card .icons button {
    padding: 1px 6px;
    border: solid 1px #ddd;
    font-size: 15px;
    border-radius: 8px;
    background-color: white;
}

.restaurant_table_card .icons button:hover,
.restaurant_table_card .icons button:active {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.restaurant_table_card .card.active {
    outline: solid 4px var(--bs-primary);
}

.restaurant_table_card .card.active,
.restaurant_table_card .card.inactive {
    background-color: #bababa !important;
    border-color: #bababa !important;
    opacity: 0.5;
    color: #444 !important
}

.restaurant_table_card .card.running {
    background-color: #56dbfc;
    border-color: #56dbfc;
}

.restaurant_table_card .card.kot {
    background-color: #ffe93e;
    border-color: #ffe93e;
}

.restaurant_table_card .card.bill {
    background-color: #a0ec59;
    border-color: #a0ec59
}

.restaurant_table_card .card.paid {
    background-color: #ff9a9a;
    border-color: #ff9a9a
}

.restaurant_table_card .card:hover {
    background-color: #222;
    color: #fff;
    border-color: #222
}

#posRegisterModal {
    height: 100vh;
    width: 100vw;
    background-color: white;
}