@import url('https://fonts.googleapis.com/css?family=Roboto:400,600&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400&subset=latin-ext');

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background: #F0EFF5;
    scroll-behavior: smooth;

}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
}

.condensed {
    font-family: 'Roboto Condensed', 'Roboto', sans-serif;
}

a, a:hover, a:link, a:active {
    text-decoration: none;
    color: inherit
}


html::-webkit-scrollbar-track {

    background-color: #F5F5F5;
}

html::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb {
    background-color: #AAA;
    background-image: -webkit-linear-gradient(90deg,
    rgba(0, 0, 0, .2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, .2) 50%,
    rgba(0, 0, 0, .2) 75%,
    transparent 75%,
    transparent)
}

.container-fluid {
    transition: .1s all ease-out;
}

.modal-open .page {
    -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: .3s all ease-in-out;
    -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);
}

.page-loader {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 4rem;
    height: 4rem;
    color: #FF9900;
    z-index: 10000;
}

.modal-backdrop.show {
    opacity: .15;
}

.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-16 {
    font-size: 16px;
}

.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
}

.mt-12px {
    margin-top: 12px
}

.px-26px {
    padding-left: 26px;
    padding-right: 26px;
}

.min-h-80px {
    min-width: 80px;
}

.w-120px {
    width: 120px;
}

.thin {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 600;
}

.link {
    cursor: pointer
}

.max-h-250 {
    max-height: 250px;
}

.scrollbar {
    overflow-y: auto;
}

.scrollbar::-webkit-scrollbar {
    background-color: #fff;
    width: 16px
}

/* background of the scrollbar except button or resizer */
.scrollbar::-webkit-scrollbar-track {
    background-color: #fff
}

.scrollbar::-webkit-scrollbar-track:hover {
    background-color: #f4f4f4
}

/* scrollbar itself */
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff
}

.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
    border: 4px solid #f4f4f4
}

/* set button(top and bottom of the scrollbar) */
.scrollbar::-webkit-scrollbar-button {
    display: none
}

/* div box */

.n

@media (max-width: 992px) {
    .px-lg-max-2 {
        padding-left: .5rem !important;
    }

}

.mw-250 {
    min-width: 250px
}

.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;
}

.box-title {
    font-weight: 600;
}

.btn-actions {
    font-size: 22px;
    color: #888;
}

.paginator {
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #dedede;
    font-weight: normal;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 12px;
    background: white;
}

.paginator_button {
    color: inherit;
    font-size: 14px;
    background: white;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 1px solid #dedede;
    padding: 4px 8px;
    cursor: pointer
}

.paginator_button:hover {
    color: inherit;
    text-decoration: none;
    background: #F6F7F7;
}

.modal-header {
    border-bottom: none
}

.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: #dc3545;
    background: none;
    box-shadow: 0 2px 0 0 #dc3545;
    border-radius: 0;
    transition: all .2s ease-out;
}

.portal-logo {
    height: 20px;
}

#log-modal .modal-content {
    background: #2a2730;
    color: limegreen;
    font-size: 12px;
    font-family: Consolas, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
    font-weight: 600;
}

.btn-product-add {
    position: fixed;
    bottom: 30px;
    right: 24px;
    margin-right: 16.666667%;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

#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;
}

[v-cloak] {
    display: none;
}

.mw-0 {
    min-width: 0;
}

.mh-0 {
    min-height: 0;
}

.bg-blur {
    background: rgba(255,255,255,.92);
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

@supports ( (-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px)) ) {
    .bg-blur {
        background: rgba(255,255,255,.3);
        backdrop-filter: blur(3px);
    }
}

#create-product-navbar .nav-link {
    margin-right: 1rem;
}