@import url('https://fonts.googleapis.com/css?family=Prompt:300,400,600&subset=latin-ext');

html {
    background: #ebeaef;
}

body {
    font-family: 'Prompt', "Segoe UI", Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 400;
    background: #F0EFF5;
}

a, a:hover, a:link, a:active {
    text-decoration: none;
    color: inherit
}

b {
    font-weight: 600;
}

small {
    font-size: 11px;
}

ul.dashboard-list {
    padding: 0;
    list-style-type: none;
    font-size: 10px;
}

ul.dashboard-list .bg-success {
    background-color: #8AD6D6 !important;
}

ul.dashboard-list .bg-danger {
    background-color: #FF6E8E !important;
}

ul.dashboard-list li {
    margin-bottom: .5rem;
}

ul.dashboard-list .progress {
    height: 3px;
}

ul.dashboard-list .progress-bar {
    height: 3px;
}

.modal-open:not(#navbar-modal) .page, .modal-open:not(#filter-modal) .page {
    transition: .2s all linear;
    -webkit-filter: blur(3px) grayscale(.8);
    -moz-filter: blur(3px) grayscale(.8);
    -o-filter: blur(3px) grayscale(.8);
    -ms-filter: blur(3px) grayscale(.8);
    filter: blur(3px) grayscale(.8);
}

.blur {
    transition: .2s all linear;
    -webkit-filter: blur(3px) grayscale(.8);
    -moz-filter: blur(3px) grayscale(.8);
    -o-filter: blur(3px) grayscale(.8);
    -ms-filter: blur(3px) grayscale(.8);
    filter: blur(3px) grayscale(.8);
}

.modal:not(#filter-modal).fade .modal-dialog, .modal:not(#navbar-modal).fade .modal-dialog {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

.modal:not(#filter-modal).show .modal-dialog, .modal:not(#navbar-modal).show .modal-dialog {
    opacity: 1;
    transform: scale(1);
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.modal-backdrop.show {
    opacity: .15;
}

.page-loader {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 4rem;
    height: 4rem;
    color: #FF9900;
    z-index: 10000;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 6px;
    padding-right: 6px;
}

.s-12 {
    font-size: 12px;
}

.s-14 {
    font-size: 14px;
}

.s-18 {
    font-size: 18px;
}

.s-20 {
    font-size: 20px;
}

.s-22 {
    font-size: 22px;
}

.s-26 {
    font-size: 26px
}

.s-52 {
    font-size: 52px
}

.s-82 {
    font-size: 82px
}

.s-150 {
    font-size: 150px
}

.mt-12px {
    margin-top: 12px
}

.px-26px {
    padding-left: 26px;
    padding-right: 26px;
}

.min-h-80px {
    min-width: 80px;
}

.w-120px {
    width: 120px;
}

.w-160px {
    width: 160px;
}

.thin {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 600;
}

.link {
    cursor: pointer
}

.text-light {
    color: #ececec !important;
}

.text-pink {
    color: #E91E63 !important;
}

.text-purple {
    color: #ED4290 !important;
}

.text-indigo {
    color: #3F51B5 !important;
}

.text-petrol {
    color: #007BFF !important;
}

.border-light {
    border-color: #ececec !important;
}

.border-pink {
    border-color: #E91E63 !important;
}

.border-purple {
    border-color: #ED4290 !important;
}

.border-indigo {
    border-color: #3F51B5 !important;
}

.border-petrol {
    border-color: #007BFF !important;
}

.border-dashed {
    border: 2px dashed rgba(0, 0, 0, .125)
}

.border-bold-dotted {
    border: 2px dotted
}

.border-bold-solid {
    border: 2px solid
}

.nav-tabs .nav-link {
    font-size: 14px
}

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

.box-container {
    border-radius: .25rem;
    background-color: white;
    webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    margin-bottom: 16px;
    padding: 8px;
}

.btn-actions {
    font-size: 22px;
    color: #888;
}

.paginator_button {
    color: #007bff;
    background: white;
    border-radius: 50%;
    border: 1px solid rgba(0, 132, 255, 0.54);
    cursor: pointer;
    font-size: 1rem;
    padding-left: 7px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 2px;
}

.paginator_button:hover {
    color: inherit;
    text-decoration: none;
    background: #F6F7F7;
}

.modal-header {
    border-bottom: none
}

.modal:not(#filter-modal) .modal-body {
    max-height: 600px;
    overflow-y: auto;
}

.modal-body::-webkit-scrollbar {
    width: 5px;
    background: #efefef;
}

.modal-body::-webkit-scrollbar-thumb {
    background: #ffb822;
}

.modal:not(#filter-modal).modal-footer {
    border-top: none
}

.modal-content {
    border: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.progress-bar {
    font-size: 9px
}

.side-basket {
    list-style-type: none;
    margin-top: 1.5rem;
    padding: 0;
}

.side-basket li {
    margin-bottom: .5rem;
}

.badge-custom {
    border-radius: 50%;
    border: 1px solid #dedede;
    padding: 1px 6px;
}

.card-header {
    background-color: unset;
    border-bottom: none;
}

.bg-soft-success {
    color: #1dc9b7;
    background: rgba(29, 201, 183, 0.2);
}

.bg-soft-danger {
    color: #fd397a;
    background-color: rgba(253, 57, 122, 0.2);
}

.bg-soft-primary {
    color: #4d5cf2;
    background-color: rgba(77, 92, 242, 0.2);
}

.bg-soft-warning {
    color: #ffb822 !important;
    background-color: rgba(255, 184, 34, 0.2);
}

.total-price {
    border-bottom: 2px solid #FF9900;
}

.freeze-cursor {
    pointer-events: none;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #007bff;
    background-color: white;
    box-shadow: -3px 0 0 0 #007bff;
    border-radius: 0;
    transition: all .2s ease-out;
}

.toast-container {
    position: fixed;
    bottom: 1rem;
    right: 1.5rem;
    z-index: 99999999;
}

.toast {
    background-color: rgba(255, 255, 255, .95);
}

.delivery-info-card {
    border-top: 5px solid #007bff
}

.card-body > .table tbody td {
    border-top: none;
}

.card-body > .table tbody tr:hover {
    background-color: white !important;
    cursor: default;
}


#filter-modal, #navbar-modal {
    width: 100%;
}

#filter-modal .modal-dialog, #navbar-modal .modal-dialog {
    margin: unset;
}

#filter-modal .modal-content, #navbar-modal .modal-content {
    border-radius: 0;
}

.modal#filter-modal.fade .modal-dialog, .modal#navbar-modal.fade .modal-dialog {
    position: absolute;
    right: -500px;
    margin-top: 50px;
    -webkit-transition: right 0.2s ease-out;
    -moz-transition: right 0.2s ease-out;
    -o-transition: right 0.2s ease-out;
    transition: right 0.2s ease-out;
}

.modal#filter-modal::-webkit-scrollbar, .modal#navbar-modal::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.modal#filter-modal::-webkit-scrollbar-thumb, .modal#navbar-modal::-webkit-scrollbar-thumb {
    background: #ffb822;
}

.modal#filter-modal.show .modal-dialog, .modal#navbar-modal.show .modal-dialog {
    right: 0;
    margin-top: 0;
}

.twitter-typeahead {
    width: 89.8%;
}

.tt-menu {
    background: white;
    width: 100%;
    border: 1px solid rgb(239, 239, 239);
    border-radius: 4px;
    margin-top: .5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.tt-suggestion {
    padding: .5rem;
    cursor: pointer
}

.tt-suggestion:hover {
    background: #dddddd;
}

.tt-highlight {
    font-weight: 500;
    color: #fd7e14;
}

.tt-hint {
    color: #c5c5c5;
}

.dock-selector {
    list-style-type: none;
    display: inline-block;
}

.dock-selector li {
    cursor: pointer;
    font-size: 24px;
    transition: all .2s ease-out;
    width: 36px;
    height: 36px;
    margin-bottom: 1rem;
}

.dock-selector li:hover {
    background: #efefef;
}

.dock-selector .active li {
    background: #efefef;
}

.notification-item {
    cursor: pointer;
}

.progress-bar {
    transition: .6s all ease-out;
}

.box-container .dropdown-menu {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24), 0 1px 2px rgba(0, 0, 0, 0.36);
    padding: 0;
}

.box-container .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #efefef;
    padding: 1rem;
}

.box-container .dropdown-menu:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.box-container .dropdown-menu:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.unread-indicator {
    position: absolute;
    right: 1rem;
    font-size: 10px;
    background: #FFC107;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 4px;
    font-weight: 600;
    min-width: 26px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background: none;
    color: black;
}

.carousel-control-next {
    right: -7.5%;
}

.carousel-control-prev {
    left: -8%;
}

.text-link {
    color: #2CAABE !important;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 3px;
    cursor: pointer
}

.order-balance {
    max-height: 320px;
}

.order-balance::-webkit-scrollbar {
    width: 5px;
    background: #efefef;
}

.order-balance::-webkit-scrollbar-thumb {
    background: #ffb822;
}

tr.unseen-row td {
    font-weight: 500;
    color: black
}

.sticky-anchor {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: .5rem;
}

.party-barcode {
    max-width: 200px;
}

.modal-expand-trigger {
    position: absolute;
    right: 4rem;
    top: .8rem;
    cursor: pointer;
    color: black;
    opacity: .5;
}

.modal-expand-trigger:hover {
    opacity: 1;
}

.modal-expand {
    max-width: 95%;
}

@media (max-width: 992px) {
    .px-lg-max-2 {
        padding-left: .5rem !important;
    }

}

@media (max-width: 766px) {
    .paginator-container {
        margin-top: 10px;
    }

    .nav-tabs .nav-link {
        padding: .5rem .5rem;
    }

    .mw-340 {
        min-width: 340px;
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 992px;
    }
}

.outer-icon {
    font-size: 56px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .1;
}

.table tr:first-child td {
    border-top: none;
}

.max-h-380 {
    overflow-y: auto;
    max-height: 380px;
}

.max-h-380::-webkit-scrollbar {
    width: 5px;
    background: #efefef;
}

.max-h-380::-webkit-scrollbar-thumb {
    background: #ffb822;
}

.datepickers-container {
    z-index: 1060 !important;
}

.replaced-row * {
    text-decoration: line-through;
    color: #9d223c;
}