/*
html, body {
    height: 100%;
}
*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins Bold', serif;
}

.dropdown-menu.show {
    --bs-dropdown-min-width: 13rem;
}

.nav-item {
}

a {
    text-decoration: none;
}

.text-bold {
    font-weight: bold !important;
}

.text-justify {
    text-align: justify !important;
}

#modaldetail {
    z-index: 99999999;
}

#modaldetail .modal-content {
    min-width: 300px;
}

.height-1140 {
    height: 114px;
    overflow: hidden;
}

.height-1140 div {
    line-height: 114px;
}

.height-120px {
    height: 120px !important;
    min-height: 120px !important;
}

.circle-26 {
    width: 26px !important;
    height: 26px !important;
}

.height-66 {
    height: 66px;
}

.extraheight {
    min-height: 300px;
}

.hand {
    cursor: pointer;
}

#product_view {
    margin: 1px;
    height: calc(100% - 50px);
    overflow-y: auto;
    padding-bottom: 100px;
}

#product_view .grid-col {
    margin: 0;
}

#product_view .grid-col .grid-col_inner {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    margin: 10px 15px;
    padding: 0 0 10px 0;
    border: solid 1px #ebe7d7 !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    box-shadow: none;

    background: #fff;
}

#product_view .grid-col .grid-col_inner:hover {
    border: none;
    box-shadow: none;
    transform: scale(1.06);
}

#product_view .grid-col .grid-col_inner img {
    border: none;
    float: none;
    height: 80%;
    margin: 0;
    width: 100%;
    border-radius: 10px 10px 0 0;
}

#product_view .grid-col .grid-col_inner p {
    margin: 0 10px;
}

#product_view .grid-col .grid-col_inner div.h3 {
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 15px !important;
    margin: 0;
    text-align: left;
    font-size: 18px;
}

#product_view .grid-col .grid-col_inner div.h3 > a {
    color: #373737;
    font-size: 15px;
    display: block;
    padding-top: 14px;
    min-height: 53px;

}


#product_view .title {
    text-align: center;
    margin: 0 50px;
}

#product_view .title h1 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 0;
}

#product_view .title h4 {
    color: #999;
    margin-top: 0;
}


#sp-footer {
    margin-top: 100px;
}

body .view-myfoods {

    background: #fffbe8;
}

.view-myfoods .panel-body {
    border: 1px solid #ebe7d7;
    border-bottom: none;
    border-radius: 15px;
    padding: 0 !important;
}

.view-myfoods .panel-body img {
    border-radius: 15px 0 0 0;
    width: 100%;
}

.view-myfoods .panel {
    border-radius: 17px;
}

.k-cat {
    padding: 9px 0 30px 0;
}

.k-title {
    padding-bottom: 12px;
}

.k-sku {
}

.k-type {
}

.k-Features {
}

.k-price {
    color: #c08a00;
    font-size: 24px;
    font-weight: bold;
    padding: 12px 0 13px 0;
}

.k-btn {
    display: flex;
}

.k-btn .kbt {
    color: #fff;
    background: #000;

}

.k-btn .kbt:hover {
    color: rgb(0 0 0) !important;
    background: rgb(245, 196, 49);
}


.p-1 {
    padding: 0 !important;
}

.price-section {
    display: flex;
    justify-content: space-between;
    padding-top: 23px;
    min-height: 70px;
}


.list_product_price {
    color: #393939;
}

.list_product_price a {
    color: rgb(0 0 0) !important;
    background: rgb(220, 218, 218);
    padding: 10px;
    border-radius: 5px;
    font-size: 13px;
}

.list_products h1 {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    padding: 26px;
    color: #272727;
}


.list_product_more a,
.ExtraAddToCart,
button.ExtraAddToCart,
.list_product_order a {
    color: rgb(0 0 0);
    background: rgb(245, 196, 49);
    padding: 10px;
    border-radius: 5px;
    font-size: 13px;
    text-align: center;
}

button.ExtraAddToCart:hover {
    background: rgb(245, 196, 49);
    color: rgb(17, 82, 147);
}

.list_product_order a {
    padding: 10px 20px;
}

.list_product_more a:hover, .list_product_order a:hover {
    color: #fff !important;
    background: #000;
}


div.grid-layout2 div.grid-col {
    float: right;
    width: 49.95%;
    margin-bottom: 30px;
}

div.grid-layout3 {
    display: flex;
    flex-wrap: wrap;
}

div.grid-layout3 div.col {
    float: right;
    width: calc(33% - 4px);
    min-width: calc(33% - 4px);
    margin: 2px 2px 30px;
}

.product-image {
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

div.grid-layout4 div.grid-col {
    float: right;
    width: 24.96%;
    margin-bottom: 30px;
}

div.grid-layout5 div.grid-col {
    float: right;
    width: 19.98%;
    margin-bottom: 30px;
}

div.grid-layout6 div.grid-col {
    float: right;
    width: 16.65%;
    margin-bottom: 30px;
}

.width-25px {
    width: 25px !important;
    max-width: 25px !important;
}

.width-height-25px {
    width: 25px !important;
    height: 25px !important;
}

.width-250px {
    width: 250px !important;
    max-width: 250px !important;
    min-width: 250px !important;
}

.width-260px {
    width: 260px !important;
    max-width: 260px !important;
    min-width: 260px !important;
}

.width-280px {
    width: 280px !important;
    max-width: 280px !important;
    min-width: 280px !important;
}

.collapsed .width-250px {
    min-width: auto !important;
}

.width-38px {
    width: 38px !important;
    max-width: 38px !important;
}

.width-58px {
    width: 58px !important;
    max-width: 58px !important;
}

.width-70px {
    width: 70px !important;
    max-width: 70px !important;
}

.height-38px {
    height: 38px !important;
    max-height: 38px !important;
}

.height-25px {
    height: 25px !important;
    max-height: 25px !important;
}

.height-48px {
    height: 48px !important;
    max-height: 48px !important;
    line-height: 30px !important;
}

.min-width120 {
    min-width: 120px;
}

.food-image-med {
    width: 200px;
}

.width-120 {
    width: 120px !important;
}

.width-160 {
    width: 160px !important;
}

.width-180px {
    width: 180px !important;
}

.smalldata .width-38px {
    width: 15px !important;
    max-width: 15px !important;
    border-radius: 0 !important;
}

.smalldata * {
    font-size: 8px !important;
    padding: 2px !important;
}

.rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.border-unset {
    border: unset !important;
}

input[type=number] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.waitajax {
    position: fixed;
    left: calc(50% - 180px);
    top: calc(50% - 50px);
    border: 1px solid !important;
    background-color: black;
    color: white;
    padding: 15px;
    min-width: 300px;
    min-height: 60px;
    line-height: initial;
    text-align: center;
    z-index: 10;
    width: auto !important;
    max-width: 95% !important;
}

.colorbox {
    width: 42px !important;
    height: 42px !important;
    opacity: 0.5;
}

.colorbox-sm {
    width: 19px !important;
    height: 19px !important;
    opacity: 0.5;
}

.padding-3px {
    padding: 3px;
}

.btn-check:checked + .colorbox {
    border: 4px outset black !important;
    opacity: 1.0;
    width: 40px !important;
    height: 40px !important;
}

.modal {
    z-index: 99999;
    background-color: rgba(9, 9, 9, 0.19);
}

.modal.show {
    display: flex !important;
}

.modal-body {
}

.modal-50p {
    width: 50% !important;
    max-width: none !important;
    height: calc(100% - 100px) !important;
    margin: 50px !important;
}

.modal-90p {
    width: calc(100% - 100px) !important;
    max-width: none !important;
    height: calc(100% - 100px) !important;
    margin: 50px !important;
}

.modal-body img {
    object-fit: contain;
}

#dataresult {
    overflow-x: hidden !important;
    overflow-y: auto;
    min-height: 150px;
    height: 100%;
}

.MyToast {
    position: fixed;
    bottom: 50px;
    right: -3000px;
    border-radius: 12px;
    background: #fff;
    padding: 20px 30px 20px 10px;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
    z-index: 9999999999999;
}

.MyToast.danger {
    border: 1px solid darkred;
}

.MyToast.success {
    border: 1px solid darkgreen;
}

.MyToast.active {
    right: 5px;
    transform: translateX(0%);
}

.toggled .MyToast.active {
    right: 280px;
    transform: translateX(0%);
}

.MyToast .MyToast-content {
    display: flex;
    align-items: center;
}

.MyToast-content .checkstatus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    min-width: 35px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.MyToast .checkstatus {
    display: none;
}

.MyToast.success .text-title {
    color: darkgreen;
}

.MyToast.success .checkstatus.btn-success {
    display: block;
}

.MyToast.primary .checkstatus.btn-primary {
    display: block;
}

.MyToast.primary .text-title {
    color: darkblue;
}

.MyToast.danger .checkstatus.btn-danger {
    display: block;
}

.MyToast.danger .text-title {
    color: darkred;
}

.MyToast.warning .checkstatus.btn-warning {
    display: block;
}

.MyToast.warning .text-title {
    color: darkorange;
}

.MyToast-content .message {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
}

.message .text {
    font-size: 18px;
    font-weight: 600;
    color: #666666;
}

.message .text.text-1 {
    font-weight: 600;
    color: #333;
}

.MyToast .close {
    position: absolute;
    top: 10px;
    left: 15px;
    padding: 5px;
    cursor: pointer;
    opacity: 0.7;
}

.rtl .MyToast .close {
    left: unset;
    right: 15px;
}

.MyToast .close:hover {
    opacity: 1;
}

.MyToast .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;

}

.MyToast .progress:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #2770ff;
}

.MyToast.active .progress:before {
    animation: progress 10s linear forwards;
}

@keyframes progress {
    100% {
        right: 100%;
    }
}

.width-70px {
    max-width: 70px;
    width: 70px !important;
}

.width-90px {
    max-width: 90px;
    width: 90px !important;
}

.needverifivation {
    z-index: 999999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.overlay-base {
    z-index: 65555;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    left: 0;
    top: 0;
}

.overlay-inside {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    position: fixed;
    background-color: #fff;
    overflow: visible;
    padding: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 80%;
    text-align: center;
    z-index: 655550;
    top: 50%;
}

.ehrazhoviat {
    background-repeat: no-repeat;
    background-position: left;
    text-align: right;
    background-size: contain;
    min-width: 220px;
    max-width: 220px;
    font-size: 20px !important;
    font-weight: bold;
}

.loaderwebp {
    height: 100px;
    width: 100% !important;
}

.ehrazhoviatspan, .loaderwebp {
    width: 108px;
    background-image: url("../images/other/loading.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.ehrazhoviatspan:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.width-300px {
    width: 300px;
    max-width: 300px !important;
    min-width: 300px !important;
}

.width-100px {
    min-width: 100px;
    max-width: 165px;
}

.width-150px {
    min-width: 150px;
}

.width-130px {
    min-width: 130px;
}

.width-40px {
    min-width: 40px;
    width: 40px;
}

.width-50px {
    min-width: 50px;
    width: 50px;
}

.width-60px {
    min-width: 60px;
    width: 60px;
}

.width-200px {
    min-width: 200px;
}

.icon-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    border-radius: .375rem;
    width: 3rem;
    height: 3rem;
}

@media (min-width: 700px) {
    .width-50p {
        width: 48% !important;
        max-width: 48% !important;
        min-width: auto !important;
    }
}

@media (min-width: 505px) {
    .overlay-inside {
        left: calc(50% - 175px);
    }
}

@media (min-width: 404px) and (max-width: 504px) {
    .overlay-inside {
        left: 10%;
        width: 90%;
    }
}

@media (max-width: 404px) {
    .overlay-inside {
        left: 1%;
        min-width: 98%;
        right: 1%;
    }
}

@media only screen and (max-width: 960px), (max-device-width: 960px) {
    img {
        max-width: 100%;
        height: auto;
        width: auto;
    }
}

@media only screen and (max-width: 480px), (max-device-width: 480px) {
    div[class*="grid-layout"] div.grid-col {
        width: 100%;
    }
}

@media only screen and (min-width: 481px) and (max-width: 960px), (min-device-width: 481px) and (max-device-width: 960px) {
    div.grid-layout4 div.grid-col,
    div.grid-layout5 div.grid-col,
    div.grid-layout6 div.grid-col {
        width: 33.3%;
    }
}

.item-level-3 .menu-quicktask {
    border: 1px solid #758da266;
    width: 40px;
    height: 40px;
    position: absolute;
}

.item.item-level-3 {
    border-bottom: 1px solid #758da266;
}

.main-nav a.mm-active + .menu-quicktask {
    background-color: transparent;
}

.main-nav a.mm-active {
    background-color: #8a3737;
}

.main-nav img {
    border: 1px outset;
    padding: 1px;
    border-radius: 50%;
}

.header .page-title {
    background-color: var(--template-bg-dark-50);
    border-radius: 22px;
    padding-left: 55px;
    padding-right: 50px;
    position: relative;
    height: 50px;
    line-height: 50px;
}

h1.page-title span.icon-myceremonies:before {
    content: "";
}

h1.page-title span.icon-myceremonies {
    background-image: url("../images/icon/myceremony.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    margin-top: 4px;
    width: 40px;
    position: absolute;
    margin-right: -50px;
    margin-left: -50px;
    background-color: #FFFFFF;
    border-radius: 50px;
    border: 3px double #0b1c32;
}

.icon-large-myceremonies {
    background-image: url("../images/icon/myceremony.png");
    background-size: 95% 95%;
    background-position: center;
    background-repeat: no-repeat;
    height: 256px;
    margin-top: 4px;
    width: 256px;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 50px;
    border: 3px double #0b1c32;
}

#j-main-container .input-group-text {
    display: inline-block;
}

.extrapic {
    --s: 200px;
    --c1: #1d1d1d;
    --c2: #4e4f51;
    --c3: #3c3c3c;

    background: repeating-conic-gradient(from 30deg, #0000 0 120deg, var(--c3) 0 180deg) calc(.5 * var(--s)) calc(.5 * var(--s) * 0.577),
    repeating-conic-gradient(from 30deg, var(--c1) 0 60deg, var(--c2) 0 120deg, var(--c3) 0 180deg);
    background-size: var(--s) calc(var(--s) * 0.577);
    min-width: 300px;
    width: 300px;
    height: 300px;
    float: left;
    margin: 1px;
    position: relative;
    padding: 1px;
}

.extrapic.center {
    --s: 200px;
    --c1: #9d1d1d;
    --c2: #9e4f51;
    --c3: #6c3c3c;

    background: repeating-conic-gradient(from 30deg, #0000 0 120deg, var(--c3) 0 180deg) calc(.5 * var(--s)) calc(.5 * var(--s) * 0.577),
    repeating-conic-gradient(from 30deg, var(--c1) 0 60deg, var(--c2) 0 120deg, var(--c3) 0 180deg);
    background-size: var(--s) calc(var(--s) * 0.577);
    line-height: 300px !important;
}

.removeme {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 42px;
    padding: 4px 9px;
    z-index: 1;
    font-size: 33px;
}

.file_image {
    position: absolute;
    bottom: 1%;
    width: 100%;
    background-color: rgba(173, 173, 173, 0.77);
    overflow: hidden;
}

.image_previw {
    position: absolute;
    left: 0;
    width: 100%;
    height: 300px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.image_previw.load {
    background-image: url("../images/other/loading.webp");
}

.cleartime {
    line-height: 2 !important;
}

.input-group-text button {
    height: 100%;
}

.index-content a:hover {
    color: black;
    text-decoration: none;
}

.index-content {
    margin-bottom: 20px;
    padding: 50px 0;

}

.index-content .row {
    margin-top: 20px;
}

.index-content .card {
    background-color: #FFFFFF;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);

}

.index-content .card:hover {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    color: black;
}

.index-content .card img {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.index-content .card h4 {
    margin: 20px;
}

.index-content .card p {
    margin: 20px;
    opacity: 0.65;
}

.blue-button {
    width: 100px;
    -webkit-transition: background-color 1s, color 1s;
    transition: background-color 1s, color 1s;
    min-height: 20px;
    background-color: #002E5B;
    color: #ffffff !important;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    margin: 0 20px 15px 20px;
    padding: 5px 0;
    display: inline-block;
}

.blue-button:hover {
    background-color: #490505;
    color: #ffffff !important;
}

.gold-button {
    width: 100px;
    -webkit-transition: background-color 1s, color 1s;
    transition: background-color 1s, color 1s;
    min-height: 20px;
    background-color: #F3BD22;
    color: #ffffff !important;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    margin: 0 20px 15px 20px;
    padding: 5px 0;
    display: inline-block;
}

.gold-button:hover {
    background-color: #af8203;
    color: #ffffff !important;
}

.green-button {
    width: 100px;
    -webkit-transition: background-color 1s, color 1s;
    transition: background-color 1s, color 1s;
    min-height: 20px;
    background-color: #215b00;
    color: #ffffff !important;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    margin: 0 20px 15px 20px;
    padding: 5px 0;
    display: inline-block;
}

.green-button:hover {
    background-color: #05493f;
    color: #ffffff !important;
}

.paymethodelement {
    width: 140px;
    padding: 2px;
    border: 1px solid rgba(122, 121, 121, 0.35);
    margin: 2px;
}

.paymethodelement * {
    cursor: pointer;
}

.paymethodelement.checked {
    border: 2px solid #1941dc;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.paymethodelement.checked .title {
    color: #1941dc;
    font-weight: bold;
}

.paymethodelement img {
    height: 110px;
}

.loaderajax {
    display: none;
    background-color: #00000052;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.loaderajax .spinner, .spinner-4 {
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
    width: 120px !important;
    height: 120px !important;
}

.basketdatacontrol.activeloading .loaderajax {
    display: inline;
}

.height-250px {
    height: 250px !important;
    width: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.height-300px {
    height: 300px !important;
    width: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.height-500px {
    height: 500px !important;
    width: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cerem-img {
    background-position: center;
    background-size: auto 100% !important;
    background-repeat: no-repeat;
}

.medimage {
    width: 200px;
}

.foodlink {
    color: #0a58ca;
    height: 25px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

@media (max-width: 768px) {

    .index-content .col-lg-4 {
        margin-top: 20px;
    }
}

.body-waitajax {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #00000050;
    display: none;
}

.body-waitajax.show {
    display: block !important;
}

.base-spicy {
    height: 44px;
    overflow: hidden;
    position: absolute;
    padding: 2px;
    top: 5px;
    left: 5px;
    border-radius: 5px;
    border: 1px solid white;
    background-color: rgba(255, 255, 255, 0.85);
}

.spicy {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    background-image: url("../images/other/spicy.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 87px;
}

.spicy-0 {
    display: none;
}

.spicy-1 {
    min-width: 25px
}

.spicy-2 {
    min-width: 47px;
}

.spicy-3 {
    min-width: 69px;
}

.spicy-4 {
    min-width: 92px;
}

.mybadge {
    --bs-badge-padding-x: 0.5em;
    --bs-badge-padding-y: 0.3em;
    --bs-badge-font-size: 0.5em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.3rem;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}

.inner-shadow {
    box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.2);
}

.smallback {
    height: 40px;
}

.smallbacktitle {
    width: 70%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    float: left;
}

.smallbackimage {
    width: 30%;
    height: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right;
    float: right;
}

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.btn-outline-primary {
    border: 1px solid !important;
    --btn-color: #132f53;
    --btn-border-color: #132f53;
    --btn-hover-color: #fff;
    --btn-hover-bg: #132f53;
    --btn-hover-border-color: #132f53;
    --btn-focus-shadow-rgb: 19, 47, 83;
    --btn-active-color: #fff;
    --btn-active-bg: #132f53;
    --btn-active-border-color: #132f53;
    --btn-active-shadow: inset 0 3px 5px #00000020;
    --btn-disabled-color: #132f53;
    --btn-disabled-bg: transparent;
    --btn-disabled-border-color: #132f53;
    --gradient: none;
}

.btn-outline-secondary {
    border: 1px solid !important;
    --btn-color: #495057;
    --btn-border-color: #495057;
    --btn-hover-color: #fff;
    --btn-hover-bg: #495057;
    --btn-hover-border-color: #495057;
    --btn-focus-shadow-rgb: 73, 80, 87;
    --btn-active-color: #fff;
    --btn-active-bg: #495057;
    --btn-active-border-color: #495057;
    --btn-active-shadow: inset 0 3px 5px #00000020;
    --btn-disabled-color: #495057;
    --btn-disabled-bg: transparent;
    --btn-disabled-border-color: #495057;
    --gradient: none;
}

.btn-outline-success {
    border: 1px solid !important;
    --btn-color: #457d54;
    --btn-border-color: #457d54;
    --btn-hover-color: #fff;
    --btn-hover-bg: #457d54;
    --btn-hover-border-color: #457d54;
    --btn-focus-shadow-rgb: 69, 125, 84;
    --btn-active-color: #fff;
    --btn-active-bg: #457d54;
    --btn-active-border-color: #457d54;
    --btn-active-shadow: inset 0 3px 5px #00000020;
    --btn-disabled-color: #457d54;
    --btn-disabled-bg: transparent;
    --btn-disabled-border-color: #457d54;
    --gradient: none;
}

.btn-outline-info {
    border: 1px solid !important;
    --btn-color: #2a69b8;
    --btn-border-color: #2a69b8;
    --btn-hover-color: #fff;
    --btn-hover-bg: #2a69b8;
    --btn-hover-border-color: #2a69b8;
    --btn-focus-shadow-rgb: 42, 105, 184;
    --btn-active-color: #fff;
    --btn-active-bg: #2a69b8;
    --btn-active-border-color: #2a69b8;
    --btn-active-shadow: inset 0 3px 5px #00000020;
    --btn-disabled-color: #2a69b8;
    --btn-disabled-bg: transparent;
    --btn-disabled-border-color: #2a69b8;
    --gradient: none;
}

.btn-outline-warning {
    border: 1px solid !important;
    --btn-color: #ffb514;
    --btn-border-color: #ffb514;
    --btn-hover-color: #000;
    --btn-hover-bg: #ffb514;
    --btn-hover-border-color: #ffb514;
    --btn-focus-shadow-rgb: 255, 181, 20;
    --btn-active-color: #000;
    --btn-active-bg: #ffb514;
    --btn-active-border-color: #ffb514;
    --btn-active-shadow: inset 0 3px 5px #00000020;
    --btn-disabled-color: #ffb514;
    --btn-disabled-bg: transparent;
    --btn-disabled-border-color: #ffb514;
    --gradient: none;
}

.btn-outline-danger {
    border: 1px solid !important;
    --btn-color: #c52827;
    --btn-border-color: #c52827;
    --btn-hover-color: #fff;
    --btn-hover-bg: #c52827;
    --btn-hover-border-color: #c52827;
    --btn-focus-shadow-rgb: 197, 40, 39;
    --btn-active-color: #fff;
    --btn-active-bg: #c52827;
    --btn-active-border-color: #c52827;
    --btn-active-shadow: inset 0 3px 5px #00000020;
    --btn-disabled-color: #c52827;
    --btn-disabled-bg: transparent;
    --btn-disabled-border-color: #c52827;
    --gradient: none;
}

.btn-outline-light {
    border: 1px solid !important;
    --btn-color: #f8f9fa;
    --btn-border-color: #f8f9fa;
    --btn-hover-color: #000;
    --btn-hover-bg: #f8f9fa;
    --btn-hover-border-color: #f8f9fa;
    --btn-focus-shadow-rgb: 248, 249, 250;
    --btn-active-color: #000;
    --btn-active-bg: #f8f9fa;
    --btn-active-border-color: #f8f9fa;
    --btn-active-shadow: inset 0 3px 5px #00000020;
    --btn-disabled-color: #f8f9fa;
    --btn-disabled-bg: transparent;
    --btn-disabled-border-color: #f8f9fa;
    --gradient: none;
}

.btn-outline-dark {
    border: 1px solid !important;
    --btn-color: #212529;
    --btn-border-color: #212529;
    --btn-hover-color: #fff;
    --btn-hover-bg: #212529;
    --btn-hover-border-color: #212529;
    --btn-focus-shadow-rgb: 33, 37, 41;
    --btn-active-color: #fff;
    --btn-active-bg: #212529;
    --btn-active-border-color: #212529;
    --btn-active-shadow: inset 0 3px 5px #00000020;
    --btn-disabled-color: #212529;
    --btn-disabled-bg: transparent;
    --btn-disabled-border-color: #212529;
    --gradient: none;
}

.btn-outline-action {
    border: 1px solid !important;
    --btn-color: #132f53;
    --btn-border-color: #132f53;
    --btn-hover-color: #fff;
    --btn-hover-bg: #132f53;
    --btn-hover-border-color: #132f53;
    --btn-focus-shadow-rgb: 19, 47, 83;
    --btn-active-color: #fff;
    --btn-active-bg: #132f53;
    --btn-active-border-color: #132f53;
    --btn-active-shadow: inset 0 3px 5px #00000020;
    --btn-disabled-color: #132f53;
    --btn-disabled-bg: transparent;
    --btn-disabled-border-color: #132f53;
    --gradient: none;
}

.btn-outline-error {
    border: 1px solid !important;
    --btn-color: #3b0d0c;
    --btn-border-color: #3b0d0c;
    --btn-hover-color: #fff;
    --btn-hover-bg: #3b0d0c;
    --btn-hover-border-color: #3b0d0c;
    --btn-focus-shadow-rgb: 59, 13, 12;
    --btn-active-color: #fff;
    --btn-active-bg: #3b0d0c;
    --btn-active-border-color: #3b0d0c;
    --btn-active-shadow: inset 0 3px 5px #00000020;
    --btn-disabled-color: #3b0d0c;
    --btn-disabled-bg: transparent;
    --btn-disabled-border-color: #3b0d0c;
    --gradient: none;
}

.bg-muted {
    background-color: #04040478 !important;
}

.invoicelogo {
    height: 100px;
}

.invoice-box {
    max-width: 800px;
    margin: auto;
    padding: 30px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    font-size: 16px;
    line-height: 24px;
    font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    color: #555;
}

.invoice-box table {
    width: 100%;
    line-height: inherit;
    text-align: left;
}

.invoice-box table td {
    padding: 5px;
    vertical-align: top;
}

.invoice-box table tr td:nth-child(2) {
    text-align: right;
}

.invoice-box table tr.top table td {
    padding-bottom: 20px;
}

.invoice-box table tr.top table td.title {
    font-size: 45px;
    line-height: 45px;
    color: #333;
}

.invoice-box table tr.information table td {
    padding-bottom: 40px;
}

.invoice-box table tr.heading td {
    background: #eee;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.invoice-box table tr.details td {
    padding-bottom: 20px;
}

.invoice-box table tr.item td {
    border-bottom: 1px solid #eee;
}

.invoice-box table tr.item.last td {
    border-bottom: none;
}

.invoice-box table tr.total th, .invoice-box table tr.total td {
    border-top: 2px solid #eee;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    .invoice-box table tr.top table td {
        width: 100%;
        display: block;
        text-align: center;
    }

    .invoice-box table tr.information table td {
        width: 100%;
        display: block;
        text-align: center;
    }
}

@media (max-width: 600px) {
    table.responsive {
        border: 0;
    }

    table.responsive caption {
        font-size: 1.3em;
    }

    table.responsive thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.responsive tr {

        display: block;
        margin-bottom: 0.625em;
    }

    table.responsive td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 0.8em;
        min-height: 40px;
    }

    table.responsive td.text-bg-danger::before {
        color: white;
    }

    table.responsive td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        width: 100px;
        text-align: left;
    }

    table.responsive td:last-child {
        border-bottom: 0;
    }
}

.opacity-control {
    opacity: var(--bg-opacity);
}

.bg-opacity-90 {
    --bg-opacity: .90;
}

.image-medum {
    padding-top: 75% !important;
    background-size: cover;
    background-position: center;
    width: 100% !important;
    height: 100% !important;
    max-width: unset !important;
    max-height: unset !important;
}

.imagetitle {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 95%;
    padding: 0 5px;
    color: #645f5f;
    word-break: break-all;
    background-color: rgba(255, 255, 255, 0.6);
}

.extradetailtitle {
    position: absolute;
    left: 1%;
    top: 0;
    background-color: #ffffffb8;
    min-height: 150px;
    font-size: 130%;
    word-wrap: break-word;
    max-width: 50%;
    overflow-x: hidden;
    padding: 10px;
}

.d-xgrid-2 {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
}

.image-200h {
    height: 200px;
    background-position: center;
    background-size: cover;
}

.countorderfood {
    margin-top: -5px;
}

.loadheight {
    position: relative;
}

.extracount {

    position: absolute;
    right: 5px;
    top: 35px;
}

.extratitle {
    background-color: #ffffffb5 !important;
    color: white !important;
    margin: 2px;
    border-radius: 0 !important;
    padding: 7px !important;
    font-size: 18px !important;
}

.width-140px {
    min-width: 140px !important;
    max-width: 140px !important;
}

.last.btn-lg.mb-2.mt-2.text-success {
    font-size: 18px;
    font-weight: bold;
}

#modalresult {
    z-index: 100000;
}

.input-password-toggle {
    display: block !important;
}

.backgray {
    background-color: #80808059;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 200px;
}

.field-calendar .input-group-text {
    display: block !important;
}

.gradiant {
    background: linear-gradient(60deg, #0668a6, #c04b7b);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    height: 100vh;
}

@keyframes gradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

.bg-wallet {
    background-image: url("../images/other/wallet.png");
    background-size: auto 100px;
    background-repeat: no-repeat;
    background-position: right;
}

.creditwallet.selected {
    border: 2px solid darkblue;
    box-shadow: 2px 3px 3px rgba(109, 7, 7, 0.15) !important;
}

.creditwallet.selected .btn-primary {
    background-color: darkblue !important;
}

.image_previw .removeme {
    display: none;
}

.image_previw.active .removeme {
    display: block;
}

.min-48p {
    width: 48%;
    margin: 1%;
    float: left;
}

.margin-1p {
    margin: 1%;
}

@media (max-width: 780px) {
    .extradetailtitle {
        max-width: 80%;
    }

    .d-xgrid-3 {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .index-content {
        padding: 0;
    }

    #resultpreviewtempemail > table {
        zoom: 40%;
    }
}

@media (max-width: 404px) {
    .extradetailtitle {
        max-width: 90%;
    }

    .waitajax {
        left: 1%;
        width: 98% !important;
    }

    .d-xgrid-2, .d-xgrid-3 {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    #product_view .grid-col .grid-col_inner div.h3 {
        padding: 0 3px !important;
    }

    .panel-body {
        padding: 0 !important;
    }
}


input[type=range] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 16px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 3px 3px 4px #000000;
    background: #3071A9;
    border-radius: 11px;
    border: 1px solid #000000;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 2px 2px 1px #000000;
    border: 2px solid #000000;
    height: 41px;
    width: 20px;
    border-radius: 8px;
    background: #FFFFFF;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -14px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #3071A9;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    box-shadow: 3px 3px 4px #000000;
    background: #3071A9;
    border-radius: 11px;
    border: 1px solid #000000;
}

input[type=range]::-moz-range-thumb {
    box-shadow: 2px 2px 1px #000000;
    border: 2px solid #000000;
    height: 30px;
    width: 20px;
    border-radius: 8px;
    background: #FFFFFF;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 16px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #3071A9;
    border: 1px solid #000000;
    border-radius: 22px;
    box-shadow: 3px 3px 4px #000000;
}

input[type=range]::-ms-fill-upper {
    background: #3071A9;
    border: 1px solid #000000;
    border-radius: 22px;
    box-shadow: 3px 3px 4px #000000;
}

input[type=range]::-ms-thumb {
    box-shadow: 2px 2px 1px #000000;
    border: 2px solid #000000;
    height: 41px;
    width: 20px;
    border-radius: 8px;
    background: #FFFFFF;
    cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
    background: #3071A9;
}

input[type=range]:focus::-ms-fill-upper {
    background: #3071A9;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.rotateforever {
    -webkit-animation: rotating 2s linear infinite;
}

@-webkit-keyframes downrotating {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

.rotatedownforever {
    -webkit-animation: downrotating 2s linear infinite;
}

.product-title {
    height: 65px;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    color: darkblue;
    display: block;
}

.minimizeElm {
    display: block;
    animation: minwidth 600ms;
}

@keyframes minwidth {
    0% {
        transform: scale(100%);
        width: 100% !important;
    }
    100% {
        transform: scale(0);
        width: 0 !important;
    }
}

.slide-down {
    animation: slide-down 0.3s linear both;
    overflow: hidden;
}

.slide-up {
    animation: slide-up 0.3s linear both;
    overflow: hidden;
}

@keyframes slide-down {
    0% {
        visibility: hidden;
        height: 0;
    }
    95% {
        visibility: visible;
        height: 250px;
    }
    100% {
        visibility: visible;
        height: auto;
    }
}

@keyframes slide-up {
    from {
        visibility: visible;
        height: 250px;
    }
    to {
        visibility: hidden;
        height: 0;
    }
}

.disable-div {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #645b5b69;
    z-index: 1;
}

.fa-20x {
    font-size: 1.5em !important;
}

i.fa-20x {
    height: 100%;
    vertical-align: middle;
    padding-top: 5px;
}

.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.height-45px {
    height: 43px;
    line-height: 42px !important;
}

.step {
    position: relative;
    list-style: none;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
}

.step.step-dashed .step-icon::after {
    border-left-style: dashed;
}

.step-border-last-0 .step-item:last-child .step-icon::after {
    display: none;
}

.step .step-item {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-bottom: 1.5rem;
    text-align: center;
    cursor: pointer;
}

.step .step-content-wrapper {
    position: relative;
    display: flex;
    width: 100%;
}

.step .step-content {
    -ms-flex: 1;
    flex: 1;
}

.step .step-avatar {
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    margin-right: 1rem;
}

.step .step-avatar-img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}

.step .step-avatar::after {
    position: absolute;
    top: 3.59375rem;
    left: 1.5625rem;
    height: calc(100% - 2.65625rem);
    border-left: 0.125rem solid #e7eaf3;
    content: "";
}

.step-avatar-xs.step-avatar {
    font-size: 0.75rem;
    width: 1.75rem;
    height: 1.75rem;
}

.step-avatar-xs.step-avatar::after {
    top: 2.21875rem;
    left: 0.8125rem;
    width: 1.0625rem;
    height: calc(100% - 1.28125rem);
}

.step-avatar-sm.step-avatar {
    font-size: 0.8125rem;
    width: 2.6875rem;
    height: 2.6875rem;
}

.step-avatar-sm.step-avatar::after {
    top: 3.15625rem;
    left: 1.28125rem;
    width: 1.0625rem;
    height: calc(100% - 2.21875rem);
}

.step-avatar-lg.step-avatar {
    font-size: 1.25rem;
    width: 4.25rem;
    height: 4.25rem;
}

.step-avatar-lg.step-avatar::after {
    top: 4.71875rem;
    left: 2.0625rem;
    width: 1.0625rem;
    height: calc(100% - 3.78125rem);
}

.step .step-icon {
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    margin-right: 1rem;
}

.step .step-icon::after {
    position: absolute;
    top: 3.59375rem;
    left: 1.5625rem;
    height: calc(100% - 2.65625rem);
    border-left: 0.125rem solid #e7eaf3;
    content: "";
}

.step .step-icon-pseudo::before {
    display: block;
    width: 0.25rem;
    height: 0.25rem;
    background-color: #97a4af;
    border-radius: 50%;
    content: "";
}

.step-icon-xs.step-icon {
    font-size: 0.75rem;
    width: 1.75rem;
    height: 1.75rem;
}

.step-icon-xs.step-icon::after {
    top: 2.21875rem;
    left: 0.8125rem;
    width: 1.0625rem;
    height: calc(100% - 1.28125rem);
}

.step-icon-sm.step-icon {
    font-size: 0.8125rem;
    width: 2.6875rem;
    height: 2.6875rem;
}

.step-icon-sm.step-icon::after {
    top: 3.15625rem;
    left: 1.28125rem;
    width: 1.0625rem;
    height: calc(100% - 2.21875rem);
}

.step-icon-lg.step-icon {
    font-size: 1.25rem;
    width: 4.25rem;
    height: 4.25rem;
}

.step-icon-lg.step-icon::after {
    top: 4.71875rem;
    left: 2.0625rem;
    width: 1.0625rem;
    height: calc(100% - 3.78125rem);
}

@media (min-width: 576px) {
    .step-sm.step-dashed .step-icon::after {
        border-left: none;
        border-top-style: dashed;
    }

    .step-sm .step-item {
        -ms-flex-positive: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0;
    }

    .step-sm:not(.step-inline) .step-content-wrapper {
        display: block;
    }

    .step-sm .step-icon {
        margin-bottom: 1rem;
    }

    .step-sm .step-icon::after {
        top: 1.5625rem;
        left: 4.0625rem;
        width: calc(100% - 4.0625rem);
        height: 1.0625rem;
        border-top: 0.125rem solid #e7eaf3;
        border-left: none;
    }

    .step-sm .step-icon.step-icon-xs::after {
        top: 0.875rem;
        left: 2.6875rem;
        width: calc(100% - 2.6875rem);
    }

    .step-sm .step-icon.step-icon-sm::after {
        top: 1.34375rem;
        left: 3.625rem;
        width: calc(100% - 3.625rem);
    }

    .step-sm .step-icon.step-icon-lg::after {
        top: 2.125rem;
        left: 5.1875rem;
        width: calc(100% - 5.1875rem);
    }
}

@media (min-width: 768px) {
    .step-md.step-dashed .step-icon::after {
        border-left: none;
        border-top-style: dashed;
    }

    .step-md .step-item {
        -ms-flex-positive: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0;
    }

    .step-md:not(.step-inline) .step-content-wrapper {
        display: block;
    }

    .step-md .step-icon {
        margin-bottom: 1rem;
    }

    .step-md .step-icon::after {
        top: 1.5625rem;
        left: 4.0625rem;
        width: calc(100% - 4.0625rem);
        height: 1.0625rem;
        border-top: 0.125rem solid #e7eaf3;
        border-left: none;
    }

    .step-md .step-icon.step-icon-xs::after {
        top: 0.875rem;
        left: 2.6875rem;
        width: calc(100% - 2.6875rem);
    }

    .step-md .step-icon.step-icon-sm::after {
        top: 1.34375rem;
        left: 3.625rem;
        width: calc(100% - 3.625rem);
    }

    .step-md .step-icon.step-icon-lg::after {
        top: 2.125rem;
        left: 5.1875rem;
        width: calc(100% - 5.1875rem);
    }
}

@media (min-width: 992px) {
    .step-lg.step-dashed .step-icon::after {
        border-left: none;
        border-top-style: dashed;
    }

    .step-lg .step-item {
        -ms-flex-positive: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0;
    }

    .step-lg:not(.step-inline) .step-content-wrapper {
        display: block;
    }

    .step-lg .step-icon {
        margin-bottom: 1rem;
    }

    .step-lg .step-icon::after {
        top: 1.5625rem;
        left: 4.0625rem;
        width: calc(100% - 4.0625rem);
        height: 1.0625rem;
        border-top: 0.125rem solid #e7eaf3;
        border-left: none;
    }

    .step-lg .step-icon.step-icon-xs::after {
        top: 0.875rem;
        left: 2.6875rem;
        width: calc(100% - 2.6875rem);
    }

    .step-lg .step-icon.step-icon-sm::after {
        top: 1.34375rem;
        left: 3.625rem;
        width: calc(100% - 3.625rem);
    }

    .step-lg .step-icon.step-icon-lg::after {
        top: 2.125rem;
        left: 5.1875rem;
        width: calc(100% - 5.1875rem);
    }
}

@media (min-width: 1200px) {
    .step-xl.step-dashed .step-icon::after {
        border-left: none;
        border-top-style: dashed;
    }

    .step-xl .step-item {
        -ms-flex-positive: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0;
    }

    .step-xl:not(.step-inline) .step-content-wrapper {
        display: block;
    }

    .step-xl .step-icon {
        margin-bottom: 1rem;
    }

    .step-xl .step-icon::after {
        top: 1.5625rem;
        left: 4.0625rem;
        width: calc(100% - 4.0625rem);
        height: 1.0625rem;
        border-top: 0.125rem solid #e7eaf3;
        border-left: none;
    }

    .step-xl .step-icon.step-icon-xs::after {
        top: 0.875rem;
        left: 2.6875rem;
        width: calc(100% - 2.6875rem);
    }

    .step-xl .step-icon.step-icon-sm::after {
        top: 1.34375rem;
        left: 3.625rem;
        width: calc(100% - 3.625rem);
    }

    .step-xl .step-icon.step-icon-lg::after {
        top: 2.125rem;
        left: 5.1875rem;
        width: calc(100% - 5.1875rem);
    }
}

@media (min-width: 576px) {
    .step-sm.step-centered {
        text-align: center;
    }

    .step-sm.step-centered .step-item:last-child .step-icon::after {
        display: none;
    }

    .step-sm.step-centered .step-icon {
        margin-left: auto;
        margin-right: auto;
    }

    .step-sm.step-centered .step-icon::after {
        width: calc(100% - 3.125rem);
        left: calc(50% + 2.5rem);
    }

    .step-sm.step-centered .step-icon.step-icon-xs::after {
        width: calc(100% - 1.75rem);
        left: calc(50% + 1.8125rem);
    }

    .step-sm.step-centered .step-icon.step-icon-sm::after {
        width: calc(100% - 2.6875rem);
        left: calc(50% + 2.28125rem);
    }

    .step-sm.step-centered .step-icon.step-icon-lg::after {
        width: calc(100% - 4.25rem);
        left: calc(50% + 3.0625rem);
    }
}

@media (min-width: 768px) {
    .step-md.step-centered {
        text-align: center;
    }

    .step-md.step-centered .step-item:last-child .step-icon::after {
        display: none;
    }

    .step-md.step-centered .step-icon {
        margin-left: auto;
        margin-right: auto;
    }

    .step-md.step-centered .step-icon::after {
        width: calc(100% - 3.125rem);
        left: calc(50% + 2.5rem);
    }

    .step-md.step-centered .step-icon.step-icon-xs::after {
        width: calc(100% - 1.75rem);
        left: calc(50% + 1.8125rem);
    }

    .step-md.step-centered .step-icon.step-icon-sm::after {
        width: calc(100% - 2.6875rem);
        left: calc(50% + 2.28125rem);
    }

    .step-md.step-centered .step-icon.step-icon-lg::after {
        width: calc(100% - 4.25rem);
        left: calc(50% + 3.0625rem);
    }
}

@media (min-width: 992px) {
    .step-lg.step-centered {
        text-align: center;
    }

    .step-lg.step-centered .step-item:last-child .step-icon::after {
        display: none;
    }

    .step-lg.step-centered .step-icon {
        margin-left: auto;
        margin-right: auto;
    }

    .step-lg.step-centered .step-icon::after {
        width: calc(100% - 3.125rem);
        left: calc(50% + 2.5rem);
    }

    .step-lg.step-centered .step-icon.step-icon-xs::after {
        width: calc(100% - 1.75rem);
        left: calc(50% + 1.8125rem);
    }

    .step-lg.step-centered .step-icon.step-icon-sm::after {
        width: calc(100% - 2.6875rem);
        left: calc(50% + 2.28125rem);
    }

    .step-lg.step-centered .step-icon.step-icon-lg::after {
        width: calc(100% - 4.25rem);
        left: calc(50% + 3.0625rem);
    }
}

@media (min-width: 992px) {
    .step-lg.step-centered {
        text-align: center;
    }

    .step-lg.step-centered .step-item:last-child .step-icon::after {
        display: none;
    }

    .step-lg.step-centered .step-icon {
        margin-left: auto;
        margin-right: auto;
    }

    .step-lg.step-centered .step-icon::after {
        width: calc(100% - 3.125rem);
        left: calc(50% + 2.5rem);
    }

    .step-lg.step-centered .step-icon.step-icon-xs::after {
        width: calc(100% - 1.75rem);
        left: calc(50% + 1.8125rem);
    }

    .step-lg.step-centered .step-icon.step-icon-sm::after {
        width: calc(100% - 2.6875rem);
        left: calc(50% + 2.28125rem);
    }

    .step-lg.step-centered .step-icon.step-icon-lg::after {
        width: calc(100% - 4.25rem);
        left: calc(50% + 3.0625rem);
    }
}

.step .step-is-valid-icon,
.step .step-is-invalid-icon {
    display: none;
}

.step .active .step-icon,
.step .active.is-valid .step-icon {
    color: #fff;
    background-color: #377dff;
}

.step .is-valid .step-icon {
    color: #fff;
    background-color: #00c9a7;
}

.step .is-valid .step-is-valid-icon {
    display: inline-flex;
}

.step .is-valid .step-is-default-icon,
.step .is-valid .step-is-invalid-icon {
    display: none;
}

.step .is-invalid .step-icon {
    color: #fff;
    background-color: #ed4c78;
}

.step .is-invalid .step-is-invalid-icon {
    display: inline-flex;
}

.step .is-invalid .step-is-default-icon,
.step .is-invalid .step-is-valid-icon {
    display: none;
}

.step-icon-primary {
    color: #fff;
    background-color: #377dff;
}

.step-icon-primary.step-icon-pseudo::before {
    background-color: #fff;
}

.step-icon-secondary {
    color: #fff;
    background-color: #71869d;
}

.step-icon-secondary.step-icon-pseudo::before {
    background-color: #fff;
}

.step-icon-success {
    color: #fff;
    background-color: #00c9a7;
}

.step-icon-success.step-icon-pseudo::before {
    background-color: #fff;
}

.step-icon-info {
    color: #fff;
    background-color: #09a5be;
}

.step-icon-info.step-icon-pseudo::before {
    background-color: #fff;
}

.step-icon-warning {
    color: #1e2022;
    background-color: #f5ca99;
}

.step-icon-warning.step-icon-pseudo::before {
    background-color: #1e2022;
}

.step-icon-danger {
    color: #fff;
    background-color: #ed4c78;
}

.step-icon-danger.step-icon-pseudo::before {
    background-color: #fff;
}

.step-icon-light {
    color: #1e2022;
    background-color: #f7faff;
}

.step-icon-light.step-icon-pseudo::before {
    background-color: #1e2022;
}

.step-icon-dark {
    color: #fff;
    background-color: #1e2022;
}

.step-icon-dark.step-icon-pseudo::before {
    background-color: #fff;
}

.step-icon-indigo {
    color: #fff;
    background-color: #2d1582;
}

.step-icon-indigo.step-icon-pseudo::before {
    background-color: #fff;
}

.step-icon-navy {
    color: #fff;
    background-color: #21325b;
}

.step-icon-navy.step-icon-pseudo::before {
    background-color: #fff;
}

.step-icon-soft-primary {
    color: #377dff;
    background-color: rgba(55, 125, 255, 0.1);
}

.step-icon-soft-primary.step-icon-pseudo::before {
    background-color: #377dff;
}


.step-icon-soft-secondary {
    color: #71869d;
    background-color: rgba(113, 134, 157, 0.1);
}

.step-icon-soft-secondary.step-icon-pseudo::before {
    background-color: #71869d;
}


.step-icon-soft-success {
    color: #00c9a7;
    background-color: rgba(0, 201, 167, 0.1);
}

.step-icon-soft-success.step-icon-pseudo::before {
    background-color: #00c9a7;
}


.step-icon-soft-info {
    color: #09a5be;
    background-color: rgba(9, 165, 190, 0.1);
}

.step-icon-soft-info.step-icon-pseudo::before {
    background-color: #09a5be;
}


.step-icon-soft-warning {
    color: #f5ca99;
    background-color: rgba(245, 202, 153, 0.1);
}

.step-icon-soft-warning.step-icon-pseudo::before {
    background-color: #f5ca99;
}


.step-icon-soft-danger {
    color: #ed4c78;
    background-color: rgba(237, 76, 120, 0.1);
}

.step-icon-soft-danger.step-icon-pseudo::before {
    background-color: #ed4c78;
}


.step-icon-soft-light {
    color: #f7faff;
    background-color: rgba(247, 250, 255, 0.1);
}

.step-icon-soft-light.step-icon-pseudo::before {
    background-color: #f7faff;
}


.step-icon-soft-dark {
    color: #1e2022;
    background-color: rgba(30, 32, 34, 0.1);
}

.step-icon-soft-dark.step-icon-pseudo::before {
    background-color: #1e2022;
}


.step-icon-soft-indigo {
    color: #2d1582;
    background-color: rgba(45, 21, 130, 0.1);
}

.step-icon-soft-indigo.step-icon-pseudo::before {
    background-color: #2d1582;
}


.step-icon-soft-navy {
    color: #21325b;
    background-color: rgba(33, 50, 91, 0.1);
}

.step-icon-soft-navy.step-icon-pseudo::before {
    background-color: #21325b;
}

.step-inline .step-content-wrapper {
    -ms-flex-align: center;
    align-items: center;
}

.step-inline .step-item:last-child .step-inline-title::after {
    display: none;
}

.step-inline .step-inline-title {
    display: inline-block;
    color: #1e2022;
    font-weight: 600;
}

@media (min-width: 576px) {
    .step-sm.step-inline.step-dashed .step-inline-title::after {
        border-top-style: dashed;
    }

    .step-sm.step-inline .step-item {
        overflow: hidden;
    }

    .step-sm.step-inline .step-icon {
        margin-bottom: 0;
    }

    .step-sm.step-inline .step-icon::after {
        display: none;
    }

    .step-sm.step-inline .step-inline-title::after {
        position: absolute;
        top: 1.5625rem;
        width: 100%;
        height: 1.0625rem;
        border-top: 0.125rem solid #e7eaf3;
        margin-left: 0.9375rem;
        content: "";
    }

    .step-sm.step-inline .step-icon-xs + .step-content .step-inline-title::after {
        top: 0.875rem;
    }

    .step-sm.step-inline .step-icon-sm + .step-content .step-inline-title::after {
        top: 1.34375rem;
    }

    .step-sm.step-inline .step-icon-lg + .step-content .step-inline-title::after {
        top: 2.125rem;
    }
}

@media (min-width: 768px) {
    .step-md.step-inline.step-dashed .step-inline-title::after {
        border-top-style: dashed;
    }

    .step-md.step-inline .step-item {
        overflow: hidden;
    }

    .step-md.step-inline .step-icon {
        margin-bottom: 0;
    }

    .step-md.step-inline .step-icon::after {
        display: none;
    }

    .step-md.step-inline .step-inline-title::after {
        position: absolute;
        top: 1.5625rem;
        width: 100%;
        height: 1.0625rem;
        border-top: 0.125rem solid #e7eaf3;
        margin-left: 0.9375rem;
        content: "";
    }

    .step-md.step-inline .step-icon-xs + .step-content .step-inline-title::after {
        top: 0.875rem;
    }

    .step-md.step-inline .step-icon-sm + .step-content .step-inline-title::after {
        top: 1.34375rem;
    }

    .step-md.step-inline .step-icon-lg + .step-content .step-inline-title::after {
        top: 2.125rem;
    }
}

@media (min-width: 992px) {
    .step-lg.step-inline.step-dashed .step-inline-title::after {
        border-top-style: dashed;
    }

    .step-lg.step-inline .step-item {
        overflow: hidden;
    }

    .step-lg.step-inline .step-icon {
        margin-bottom: 0;
    }

    .step-lg.step-inline .step-icon::after {
        display: none;
    }

    .step-lg.step-inline .step-inline-title::after {
        position: absolute;
        top: 1.5625rem;
        width: 100%;
        height: 1.0625rem;
        border-top: 0.125rem solid #e7eaf3;
        margin-left: 0.9375rem;
        content: "";
    }

    .step-lg.step-inline .step-icon-xs + .step-content .step-inline-title::after {
        top: 0.875rem;
    }

    .step-lg.step-inline .step-icon-sm + .step-content .step-inline-title::after {
        top: 1.34375rem;
    }

    .step-lg.step-inline .step-icon-lg + .step-content .step-inline-title::after {
        top: 2.125rem;
    }
}

@media (min-width: 1200px) {
    .step-xl.step-inline.step-dashed .step-inline-title::after {
        border-top-style: dashed;
    }

    .step-xl.step-inline .step-item {
        overflow: hidden;
    }

    .step-xl.step-inline .step-icon {
        margin-bottom: 0;
    }

    .step-xl.step-inline .step-icon::after {
        display: none;
    }

    .step-xl.step-inline .step-inline-title::after {
        position: absolute;
        top: 1.5625rem;
        width: 100%;
        height: 1.0625rem;
        border-top: 0.125rem solid #e7eaf3;
        margin-left: 0.9375rem;
        content: "";
    }

    .step-xl.step-inline .step-icon-xs + .step-content .step-inline-title::after {
        top: 0.875rem;
    }

    .step-xl.step-inline .step-icon-sm + .step-content .step-inline-title::after {
        top: 1.34375rem;
    }

    .step-xl.step-inline .step-icon-lg + .step-content .step-inline-title::after {
        top: 2.125rem;
    }
}

.basicSelectStep.active .step-inline-title {
    color: blue;
}

.basicSelectStep.active .step-title {
    color: blue;
}

label .form-control-feedback {
    display: none !important;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
}

.box-50 {
    width: 50px;
    height: 50px;
    text-align: center;
}

.modal-body .icons {
    margin: 15px 0 20px 0;
    align-content: center;
    justify-content: center;
}

.modal-body .icons a {
    text-decoration: none;
    border: 1px solid transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
    box-shadow: 1px 3px 7px 1px rgba(0, 0, 0, 0.5);
}

.modal-body .icons a:nth-child(1) {
    color: #1877F2;
    border-color: #B7D4FB;
}

.modal-body .icons a:nth-child(1):hover {
    background-color: #1877F2;
    color: #fff;
}

.modal-body .icons a:nth-child(2) {
    color: #46C1F6;
    border-color: #b6e7fc;
}

.modal-body .icons a:nth-child(2):hover {
    background-color: #46C1F6;
    color: #fff;
}

.modal-body .icons a:nth-child(3) {
    color: #e1306c;
    border-color: #f5bccf;
}

.modal-body .icons a:nth-child(3):hover {
    background-color: #e1306c;
    color: #fff;
}

.modal-body .icons a:nth-child(4) {
    color: #25d366;
    border-color: #bef4d2;
}

.modal-body .icons a:nth-child(4):hover {
    background-color: #25d366;
    color: #fff;
}


.modal-body .icons a:nth-child(5) {
    color: #0088cc;
    border-color: #b3e6ff;
}

.modal-body .icons a:nth-child(5):hover {
    background-color: #0088cc;
    color: #fff;
}

.modal-body .icons a:hover {
    border-color: transparent;
}

.modal-body .icons a span {
    transition: all 0.09s ease-in-out;
}

.modal-body .icons a:hover span {
    transform: scaleX(1.1);
}

.modal-body .field {
    margin: 15px 0 -5px 0;
    height: 45px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 0 5px;
}

.modal-body .field.active {
    border-color: #7d2ae8;
}

.field span {
    width: 50px;
    font-size: 1.1rem;
}

.field.active span {
    color: #7d2ae8;
}

.field input {
    border: none;
    outline: none;
    font-size: 0.89rem;
    width: 100%;
    height: 100%;
}

.field button {
    padding: 5px 16px;
    color: #fff;
    background: #7d2ae8;
    border: 2px solid transparent;
    border-radius: 5px;
    font-weight: 500;
}

@media (max-width: 330px) {
    .modal-body .icons a {
        margin-right: 15px;
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 500px) {
    .smalltext * {
        font-size: 10px;
    }

    .toggle i.slider {
        line-height: 22px !important;
        padding: 0 1px !important;
        margin: 0 !important;
    }

    .toggle i.slider .dd_0,
    .toggle i.slider .dd_1 {
        width: 100%;
    }

    .d-sm-flex .col {
        width: 100%;
    }

    .width-120, .width-160 {
        min-width: unset;
        max-width: unset;
    }
}

.eventimage {
    width: 300px;
}

.eventimage .remoceeventimagesuggestion {
    display: none;
    position: relative;
}

.eventimage .remoceeventimagesuggestion.btn-danger::before {
    content: "✖️";
    position: absolute;
    border: 2px solid white;
    background-color: darkred;
    right: 5px;
    top: 4px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 17px;
    line-height: 24px;
}

.eventimage .addnoteventimagesuggestion.btn-primary::before {
    content: "✔";
    background-color: white;
    border: 2px solid darkblue;
    position: absolute;
    right: 5px;
    top: 4px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 17px;
    line-height: 24px;
}

.eventimage.active .remoceeventimagesuggestion {
    display: block;
}

.eventimage .addnoteventimagesuggestion {
    display: block;
    position: relative;
}

.eventimage.active .addnoteventimagesuggestion {
    display: none;
}

.shadow3d {
    box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.5) !important;
}

input.bg-secondary {
    background-color: rgba(108, 117, 125, 0.4) !important;
}

.showminues:before, .addminues:before {
    content: "-";
    font-weight: bold;
}

.giftcard {
    position: relative;
    width: 340px;
    height: 200px;
    border-radius: 15px;
    padding: 0;
    overflow: hidden;
}

.giftcardimage {
    width: 340px;
    height: 200px;
    z-index: 0;
    max-width: 100%;
}

.giftcardselect {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 2;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.giftcardselect:hover {
    border: 1px solid white !important;
}

.giftselectcard.selected {
    box-shadow: 1px 5px 10px 1px rgba(0, 0, 139, 0.8) !important;
}

.giftselectcard.selected .giftcardselect {
    background-color: darkgreen !important;
    border: 1px solid white;
}

.text-small {
    font-size: 12px !important;
}

.p-5px {
    padding: 0 5px !important;
}

.collapsedata {
    display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
}

.collapsedata.show {
    opacity: 1;
    display: table-row;
}

.border-dotted {
    height: 2px;
    background: linear-gradient(to right, transparent 50%, #223049 50%);
    background-size: 16px 2px, 100% 2px;
    margin-bottom: 3px;
    margin-top: 3px;
    position: relative;
}

.border-dotted::before {
    content: "✂";
    position: absolute;
    left: -9px;
    top: -11px;
}

.back-hr {
    position: relative;
}

.back-hr::before {
    content: "";
    position: absolute;
    width: 100%;
    background-color: red;
    left: 0;
    height: 2px;
    top: 11px;
}

.regtype_active_border {
    border-color: #a48255 !important;
}

.regtype_active_border label {
    color: #a48255 !important;
}

span.spanunitprice {
    padding-top: 7px !important;
    margin-right: -3px;
}

div.border-primary {
    border-color: rgb(13, 110, 253) !important;
}

.info-box {
    position: relative;
    margin-top: 27px !important;
}

.info-box-body {
    padding-top: 30px !important;
}

.info-box .legend {
    margin-left: 5px;
    padding: 3px 5px;
    position: absolute;
    margin-top: -37px;
}

.textaddtocalendar {
    font-weight: 600;
    line-height: 100%;
    font-size: 15px;
    padding: 17px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

.pagination .pagination {
    flex: 1 0 0;
    justify-content: center;
}

.pagination .counter {
    display: flex;
    align-items: center;
    padding: 0 0 0 10px;
    font-weight: bold;
}

main .text-primary {
    color: #f5c332 !important;
}

#toolbar button {
    margin-right: 2px;
    margin-left: 2px;
}

.tbody-icon {
    text-align: center;
    background-color: #0000;
    border: 0;
    padding: 0 3px;
}

.tbody-icon [class^="icon-"], .tbody-icon [class*=" icon-"], .tbody-icon [class^="fa-"], .tbody-icon [class*=" fa-"] {
    border: 2px solid black;
    color: #cdcdcd;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    font-size: 1rem;
    line-height: 22px;
}

.tbody-icon .icon-publish, .tbody-icon .icon-check, .tbody-icon .fa-check {
    color: darkgreen;
    border-color: darkgreen;
}

.tbody-icon .icon-unpublish, .tbody-icon .icon-uncheck, .tbody-icon .fa-uncheck {
    color: darkred;
    border-color: darkred;
}

.horizon-scroll {
    overflow-x: auto;
}

.tinypic {
    max-width: 120px;
    max-height: 90px;
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    margin: 2px;
}

.text-bg-gold {
    color: #fff !important;
    background-color: #f5c332 !important;
}


p {
    font-size: 16px !important;
}

.table:not(.simple) > :not(caption) > * > * {
    color: #12405A !important;
}

.navbar, button {
    font-family: 'Poppins Regular', serif;
}

.navbar li {
    font-size: 16px;
}

.navbar-nav .nav-link {
    color: #12405A;
}

.navbar-nav .nav-link:hover {
    color: #FFCB45;
}

.navbar-nav .nav-link.active {
    color: #FFCB45;
    font-family: 'Poppins Medium', serif;
}

.section .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section.cunterbar .container {
    padding-top: 0;
    padding-bottom: 0;
}

.header-navbar .border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) #12405a1f !important;
}

.divider-header {
    border-left: 1px solid #12405a4f;
}

.header-navbar {
    background: #FBF8EF;
}

.header-navbar .header-btn {
    font-size: 16px;
    font-family: 'Poppins Medium', serif;
}

.cart {
    font-size: 23px;
    --bs-btn-padding-x: 1.5rem;
    position: relative;
}

.count-cart {
    font-family: 'Poppins Medium', serif;
    background: #FFCB45;
    position: absolute;
    top: 3px;
    right: 18px;
    width: 20px;
    height: 20px;
    font-size: 16px;
    border-radius: 50%;
    line-height: 22px;
}

.header-navbar .event .icon {
    font-size: 42px;
    position: absolute;
    top: -2px;
    right: 0;
}

.header-navbar .event {
    font-size: 16px;
    font-family: 'Poppins Medium', serif;
    position: relative;
    padding-right: 39px;
}

.header-navbar .Signin .icon {
    font-size: 27px;
    position: absolute;
    top: 5px;
    left: 7px;
}

.header-navbar .Signin {
    font-size: 16px;
    font-family: 'Poppins Medium', serif;
    position: relative;
    padding-left: 39px;
}

.hero {
}

.hero .card .card-title {
    font-size: 18px;
    font-family: 'Poppins Medium', serif;
}

.right-hero {
    padding-top: 3px;
}

.hero .card {
    background: transparent;
    border: none;
}

.hero .card .icon-left {
    font-size: 70px;
    color: #12405A;
}

.hero .card .icon-right {
    font-size: 70px;
    color: #12405A;
}

.hero-title h1 {
    font-size: 36px;
}

.hero-title span {
    font-size: 18px;
    font-family: 'Poppins Medium', serif;
}

.verify-code {
    background: #fcedc78a;
    padding: 3px 8px;
    border-radius: 10px;
}

.cunterbar {
}

.cunterbar .card {
    background: transparent;
    border: none;
}

.cunter-digit {
    font-size: 36px;
    font-family: 'Poppins Black Italic', serif;
    color: #FFCB45 !important;
    background: #FFFAEC;
    border: 1px solid #FFCB45;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
}

.cunterbar .card-body {
    padding: 0;
    margin-top: -50px;
    margin-left: -35px;
}

.cunterbar .card p {
    font-size: 14px !important;
    margin-right: -35px;
    font-style: italic;
}

.data-count {
    background: #F6E6BD;
}

.border-cunter {
    border-right: 2px solid #fcedc7;

}

.data-count h4 {
    padding-top: 15px;
    font-family: 'Poppins Bold', serif;
    font-size: 22px;
}

.gallery-sec {

}

.tablerounededCorner {
    border: 1px solid #D2D2D2;
    border-radius: 1.2em;
    position: relative;
}

.roundedTable {
    border-collapse: collapse;
    border-radius: 1.2em;
    overflow: hidden;
    width: 100%;
    margin: 0;
}

.carousel-indicators {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.carousel-inner {
    border-radius: 1.2em;
}

.carousel-indicators .thumb {
    border-radius: 1.2em;
}

.host-food .card-title {
    font-size: 16px;
    text-align: left;
    line-height: 26px;
}

.host-food .card-footer {
    background: transparent;
    border: none;
    padding-bottom: 25px;
}

.btn-link {
    text-decoration: none;
    color: #12404A;
}

.btn-link:hover {
    text-decoration: none;
    color: #FFCB45 !important;
}

.host-food .card-footer .btn-link {
    text-decoration: none;
    color: #12404A;
}

.host-food .card {
    border-radius: 1.2rem;
    border-color: #D8D8D8;
}

.card-img, .card-img-top {
    border-radius: 1.2rem 1.2rem 0 0;
}

.host-food .card .btn {
    padding-top: 5px;
    padding-bottom: 5px;
}

.host-food .p-price {
    font-family: 'Poppins Medium', serif;
    font-size: 22px;
    overflow: hidden;
    height: 30px;
    display: inline-block;
}

.price-vr {
    margin-left: 10px;
    height: 43px;
    margin-bottom: -17px;
    max-width: 1px;
}

.product-hr {
    margin-top: 0 !important;
    margin-bottom: 8px;
}

.btn-link i {
    color: #ABBD71;
}

.suggestion {
    padding-bottom: 16px !important;
}

.suggestion i {
    padding-left: 11px;
}

.note-sec {

}

.host-food2 {

}

.first-bg {
    background: #FBF8EF;
}

.secend-bg {
    background: #FFFAEA;
}

.primer-bg {
    background: #FFCB45;
}

.third-bg {
    background: #FCEDC7;
}

.fourth-bg {
    background: rgba(190, 157, 85, 0.85) !important;
}

.btn-20 {
    border-radius: 20px !important;
}

.btn-25 {
    border-radius: 25px !important;
}

.btn-primary {
    padding: 0.5rem 1.0rem;
    background: #FFCB45;
    border: 1px solid #12405A !important;
    color: #12405A !important;
}

.btn-primary:hover, .btn-outline-primary:hover, .btn-primary:active, .btn-outline-primary:active {
    background: #12405A !important;
    border: 1px solid #FFCB45 !important;
    color: #FFCB45 !important;
}

.color-green i {
    color: #A5B76B !important;
}

.btn-outline-primary {
    padding: 0.5rem 1.0rem;
    border: 1px solid #12405A;
    color: #12405A;
}

.table .btn {
    padding: 0 0 0 8px;
}

.load-more-sec {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 88%);
    width: 100%;
    padding: 100px 0 15px 0;
    position: absolute;
    bottom: 1px;
    border-radius: 19px;
}

.table > thead th {
    font-family: 'Poppins Medium', serif;
    font-weight: normal;
}

footer {
    background: #12405A;

}

footer h1, footer h2, footer h3, footer h4, footer h5 {
    color: #fff !important;
}

footer a:hover {
    color: #FFCB45 !important;
}

footer .border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) #f5f5f633 !important;
}

.text-body-light, footer p, footer a {
    color: #ffffff94 !important;
}

.text-middle {
    font-size: 14px;
}

.row-action {
    overflow-y: hidden;
    max-height: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
}

.row-action.row-0 {
    max-height: 999px;
}

.carousel-indicators.images {
    min-height: 70px;
}

.carousel-indicators.images .image {
    min-width: 100px;
    min-height: 66px;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.overflow-x-auto {
    overflow-x: auto !important;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.overflow-x-visible {
    overflow-x: visible !important;
}

.overflow-x-scroll {
    overflow-x: scroll !important;
}

.overflow-y-auto {
    overflow-y: auto !important;
}

.overflow-y-hidden {
    overflow-y: hidden !important;
}

.overflow-y-visible {
    overflow-y: visible !important;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
}

.products_item .grid-col_inner {
    position: relative;
}

.list_product_type {
    position: absolute;
    background: #00000085;
    color: #fff;
    padding: 2px 10px;
    top: 5px;
    right: 2px;
    border-radius: 4px;
}

.cart-close {
    cursor: pointer;
    top: -15px;
    right: -15px;
    position: absolute;
}

.waitajax {
    width: 300px;
}

.imagebackoption {
    width: 76px;
    height: 38px;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.form-prog {
    background: #ffcb4587;
    border: 1px solid #FFCB45 !important;
    border-radius: 15px;
    padding: 15px 5px 2px 5px;
}

.form-prog li button {
    color: #12405A;
}

.form-prog i {
    font-size: 40px;
}

.tab-content {
}

.extra-hr {
    margin-bottom: 20px !important;
    border-top: 1px solid #aaa4a49c !important;
}

.topbadge {
    position: absolute !important;
    right: 15px !important;
    top: 1px !important;
    width: 25px;
    border-radius: 7px;
    font-size: 12px;
    text-align: center;
}


.dashboar-header {
    background: #ffcb4573;
    border: 1px solid #FFCB45;
    border-radius: 15px;
}

.user-hello {
    padding-left: 30px;
    font-size: 18px;
}

.dash-btntop .btn {
    font-size: 18px;
    padding: 22px 22px;
    min-width: 120px;
    text-align: center;
    border-radius: 0;
}

.dash-btntop i {
    font-size: 30px;
    color: #12405A;
    padding-right: 8px;
}

.dashbox .card {
    background: #FFF7E2;
    border: 1px solid #FFCB45 !important;
    border-radius: 15px;
    padding: 30px;
}

.dashbox .card i {
    font-size: 40px;
    color: #12405A;
}

.dashbox .card h4 {
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: bold;
}

.dashbox .card p {
    font-size: 14px !important;
    margin-bottom: 0;
    color: #12405a94 !important;
}

.dash-item {
    padding: 10px 10px;
}

.dashbox .card hr {
    border-color: #FFCB45 !important;
}

.dash-item:hover {
    background: #12405a0a;
    border-radius: 15px;
}

.listevent .card {
    background: #12405a0d;
    border-radius: 15px;
    border-color: #12405a3d !important;
}

.listevent .listeventcard {
    padding-right: 35px;
}

.eventlistimage {
    margin: 25px;
    border-radius: 15px;
    max-width: calc(100% - 25px) !important;
}

.listevent .counter-mobile .cunter-digit {
    font-size: 32px;
    width: 80px;
    height: 80px;
    line-height: 80px;
}

.cunter-digit {
    font-size: 36px;
    font-family: 'Poppins Black Italic', serif;
    color: #FFCB45 !important;
    background: #FFFAEC;
    border: 1px solid #FFCB45;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    text-align: center;
}

p {
    font-family: 'Poppins Regular', serif;
    font-size: 16px !important;
}

.counterdown p {
    margin-right: -18px;
}

.Price-single-product {
    border-radius: 5px;
    font-size: 25px !important;
    color: #12405a;
    background: #bbeb9840;
    padding: 8px 20px;
}

.extra-fix-btm {
    position: fixed;
    width: 93%;
    z-index: 1000;
    bottom: 0;
    background: wheat;
    left: 0;
    margin: 3% 3% 4px 3%;
}

.btn-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 25px !important;
    height: 25px !important;
    background-color: wheat !important;
    opacity: 1 !important;
    font-size: 20px !important;
}

.footer-fix {
    background: #ffcb45;
    border-top: 1px solid #12405a;
    color: #12405a;
    position: fixed;
    box-shadow: 0 0 8px #12405a73;
    bottom: -1px;
    z-index: 9;
    width: 100%;
    left: 0;
}

.footer-fix .btn {
    font-weight: 600 !important;
}

.footer-fix .btn i {
    display: block;
    color: #12405a;
}

.footer-fix .btn:hover, .footer-fix .btn:active {
    color: #fff !important;
    background: #12405a;
    border-radius: 9px;
}

.mobile-box-filter {
    display: none;
}

@media (min-width: 576px) {
    .d-sm-contents {
        display: contents !important;
    }
}

@media (max-width: 576px) {
    .counterdown {
        max-width: 275px;
        min-width: 275px;
    }

    .host-food .p-price {
        font-size: 18px;
    }

    .modal-dialog:not(.modal-50p) .modal-body,
    .modal-dialog:not(.modal-90p) .modal-body {
    }

    .modal-90p, .modal-50p {
        width: unset !important;
        margin: 2px !important;
    }

    .d-sm-contents {
        display: none !important;
    }

    .nav-link .step-title, .dashboard-text {
        display: none;
    }

    .step .step-item {
        flex: unset !important;
        padding: 0;
    }

    .step .step-item .nav-link {
        flex: unset !important;
        padding: 0;
    }

    .mobile-box-filter {
        top: 100%;
        left: 0;
        position: fixed;
        display: block;
        background-color: wheat;
        height: calc(100% - 70px);
        z-index: 9999998;
        opacity: 0.95 !important;
        width: 100%;
    }

    .extra-box-filter {
        width: 98%;
        margin: 1%;
        padding: 3%;
        height: 100%;
        background-color: wheat;
        border-radius: 15px;
        border-color: #12405a3d !important;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .mobile-box-filter.drone .extra-box-filter {
        animation: growingdown 1s linear;
        position: fixed;
    }

    .mobile-box-filter.fadeshow {
        top: 0;
        animation: growingup 1s linear;
    }

    .mobile-box-filter.fadeshow .extra-box-filter {
        animation: growingup 1s linear;
    }
}

@-webkit-keyframes growingup {
    0% {
        top: 100%;
    }
    100% {
        top: 0;
    }
}

@-webkit-keyframes growingdown {
    0% {
        top: 0;
    }
    100% {
        top: 100%;
    }
}

.presavedata .btn {
    margin-right: 10px;
}

.waiting {
    box-sizing: border-box;
    background-color: #0af;
    overflow: hidden;
    position: relative;
    box-shadow: 2px 2px 5px 0 #A3A3A3;
}

.waiting::before {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 1;
    background-image: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 40%,
            rgba(255, 255, 255, 0.3) 60%,
            rgba(255, 255, 255, 0) 100%
    );
    transform-origin: center center;
    position: absolute;
    z-index: 10;
    animation-delay: 1s;
    animation-name: mask-ani;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

.waiting::after {
    content: '';
    width: 100%;
    height: 50px;
    opacity: 0;
    background-color: #fff;
    transform-origin: center center;
    position: absolute;
    z-index: 1;
    animation-delay: 1s;
    animation-name: mask-border-ani;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

@keyframes mask-ani {
    0% {
        transform: rotate(-36deg) translate(-40px, -300px);
    }

    70%,
    100% {
        transform: rotate(-36deg) translate(-40px, 300px);
    }
}

@keyframes mask-border-ani {
    0% {
        opacity: 0.8;
        transform: rotate(-36deg) translate(-126px, -300px);
    }

    70%,
    100% {
        opacity: 0.8;
        transform: rotate(-36deg) translate(-126px, 300px);
    }
}

.LoadRowData {
    min-height: 40px;
    width: 100%;
}

#refreshrate {
    height: 12px;
}

.LoadRowData .first {
    width: 25px;
    text-align: center;
}

.wh-25px {
    text-align: center;
    line-height: 25px;
    width: 25px;
    height: 25px;
}

label {
    cursor: pointer;
}

#play-pause {
    display: none;
}

#play-pause:checked + #play-pause-label::after {
    content: '';
    background-image: url("../images/other/play.png");
}

#play-pause-label::after {
    content: '';
    background-image: url("../images/other/mute.png");
    background-size: cover;
    width: 25px;
    height: 25px;
    display: block;
    transition: all 0.5s ease-out;
}

.LoadRowData .second {
    width: 240px;
}

.LoadRowData .last {
    width: calc(100% - 300px);
    position: relative;
}

.LoadRowData .progress {
    position: absolute;
    bottom: 0;
    top: 50%;
    height: 6px;
    width: 100%;
    background-color: #fa9595;
}

.LoadRowData .progress:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #2770ff;
}

.LoadRowData .progress:before {
    animation: progress 10s linear infinite;
}

@keyframes progress {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}

@keyframes ping {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: initial !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}

.notifications .dropdown-menu {
    width: 350px;
}

.shake {
    animation: bellshake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) 2s infinite;
    backface-visibility: hidden;
    transform-origin: top right;
}

.notifications .counter {
    border-radius: 50px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    padding: 3px 5px;
    position: absolute;
    right: -2px;
    top: -5px;
}

@keyframes bellshake {
    0% {
        transform: rotate(0);
    }
    15% {
        transform: rotate(5deg);
    }
    30% {
        transform: rotate(-5deg);
    }
    45% {
        transform: rotate(4deg);
    }
    60% {
        transform: rotate(-4deg);
    }
    75% {
        transform: rotate(2deg);
    }
    85% {
        transform: rotate(-2deg);
    }
    92% {
        transform: rotate(1deg);
    }
    100% {
        transform: rotate(0);
    }
}

#plannedresult div.fooddetaildata:nth-child(even) {
    border-color: darkgreen !important;
}

#plannedresult div.fooddetaildata:nth-child(odd) {
    border-color: darkred !important;
}

.sidebar-dashboard {
    background: #ffcb4585;
    padding: 30px 10px;
    border-radius: 15px;
}

.avatar-0 {
    background-image: url("../images/other/gender-0.png");
}

.avatar-1 {
    background-image: url("../images/other/gender-1.png");
}

.avatar-dash {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sidebar-dashboard li.nav-item {
    margin-bottom: 10px;
}

.sidebar-dashboard li.nav-item a {
    color: #000;
    font-weight: 600;
    border-radius: 35px;
}

.sidebar-dashboard li.nav-item a:hover {
    background: #ffffff40;
    border-radius: 35px;
    position: relative;
}

.sidebar-dashboard li.nav-item .active:hover {
    background: #fff;
    border-radius: 35px 0 0 35px;
}

.sidebar-dashboard li.nav-item .active {
    background: #fff;
    border-radius: 35px 0 0 35px;
    position: relative;
}

.sidebar-dashboard li.nav-item .active:after {
    background: #ffffff;
    width: 50px;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    right: -32px;
}

.pac-container {
    z-index: 999999999999;
}

.pagingextra {
    position: relative;
    text-align: center;
    padding: 20px 0;
    font-size: 0;
    z-index: 6;
    margin: 50px 0;
    animation: cdp-in 500ms ease both;
    list-style: none;
}

.pagingextra .page-item {
    font-size: 14px;
    text-decoration: none;
    transition: background 250ms;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 3px 6px;
    height: 38px;
    min-width: 38px;
    border-radius: 10px;
    border: 2px solid white;
    line-height: 38px;
    padding: 0;
    color: white;
    font-weight: 700;
    letter-spacing: 0.03em;
    background-color: grey;
    overflow: hidden;
}

.pagingextra .page-item a.page-link, .pagingextra .page-item span.page-link {
    padding: 6px;
    transition: 0.2s all;
    width: 100%;
    text-align: center;
    height: 100%;
    line-height: 26px;
}

.pagingextra .page-item a:hover {
    background-color: rgba(119, 11, 11, 0.91);
}

.pagingextra .page-item.active {
    background-color: #075dc6 !important;
}

.pagingextra .disabled > .page-link, .pagingextra .page-link.disabled {
    /*background-color: rgba(16, 16, 0, 0.44);*/
}

/*New Them*/

/******* Components ******/
.avatar {
    position: relative;
    height: 2.625rem;
    width: 2.625rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 500;
}

.avatar a.badge:hover {
    color: #ffffff;
}

.avatar img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.avatar.avatar-rounded {
    border-radius: 50%;
}

.avatar.avatar-rounded img {
    border-radius: 50%;
}

.avatar.avatar-radius-0 {
    border-radius: 0;
}

.avatar.avatar-radius-0 img {
    border-radius: 0;
}

.avatar .avatar-badge {
    position: absolute;
    inset-block-start: -4%;
    inset-inline-end: -0.375rem;
    width: 1.4rem;
    height: 1.4rem;
    font-size: 0.625rem;
    border: 2px solid #ffffff;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar.online:before, .avatar.offline:before {
    position: absolute;
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    inset-inline-end: 0;
    inset-block-end: 0;
    border: 2px solid #ffffff !important;
    z-index: 1;
}

.avatar.online:before {
    background-color: #3EB780;
}

.avatar.offline:before {
    background-color: #7A8086;
}

.avatar.avatar-xs {
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: 0.65rem;
}

.avatar.avatar-xs .avatar-badge {
    padding: 0.25rem;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.5rem;
    inset-block-start: -25%;
    inset-inline-end: -0.5rem;
}

.avatar.avatar-sm {
    width: 1.75rem;
    height: 1.75rem;
    line-height: 1.75rem;
    font-size: 0.65rem;
}

.avatar.avatar-sm .avatar-badge {
    padding: 0.3rem;
    width: 1.1rem;
    height: 1.1rem;
    line-height: 1.1rem;
    font-size: 0.5rem;
    inset-block-start: -28%;
    inset-inline-end: -0.45rem;
}

.avatar.avatar-sm.online:before, .avatar.avatar-sm.offline:before {
    width: 0.5rem;
    height: 0.5rem;
}

.avatar.avatar-md {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.8rem;
}

.avatar.avatar-md .avatar-badge {
    padding: 0.4rem;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.65rem;
    inset-block-start: -6%;
    inset-inline-end: -13%;
}

.avatar.avatar-md.online:before, .avatar.avatar-md.offline:before {
    width: 0.75rem;
    height: 0.75rem;
}

.avatar.avatar-md svg {
    width: 1.5rem;
    height: 1.5rem;
}

.avatar.avatar-lg {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
}

.avatar.avatar-lg .avatar-badge {
    inset-block-start: -15%;
    inset-inline-end: -0.25%;
}

.avatar.avatar-lg.online:before, .avatar.avatar-lg.offline:before {
    width: 0.8rem;
    height: 0.8rem;
}

.avatar.avatar-lg svg {
    width: 1.8rem;
    height: 1.8rem;
}

.avatar.avatar-xl {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.25rem;
}

.avatar.avatar-xl .avatar-badge {
    inset-block-start: -8%;
    inset-inline-end: -0.2%;
}

.avatar.avatar-xl.online:before, .avatar.avatar-xl.offline:before {
    width: 0.95rem;
    height: 0.95rem;
}

.avatar.avatar-xxl {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.5rem;
}

.avatar.avatar-xxl .avatar-badge {
    inset-block-start: -4%;
    inset-inline-end: 0;
}

.avatar.avatar-xxl.online:before, .avatar.avatar-xxl.offline:before {
    width: 1.05rem;
    height: 1.05rem;
    inset-block-end: 0.25rem;
}

.avatar.avatar-xxxl {
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    font-size: 1.75rem;
}

.avatar.avatar-xxxl .avatar-badge {
    inset-block-start: -4%;
    inset-inline-end: 0;
}

.avatar.avatar-xxxl.online:before, .avatar.avatar-xxxl.offline:before {
    width: 1.05rem;
    height: 1.05rem;
    inset-block-end: 0.25rem;
}

.avatar-list-stacked {
    padding: 0;
}

.avatar-list-stacked.avatar-group-overlapped .avatar {
    margin-right: -0.875rem;
}

.avatar-list-stacked.avatar-group-overlapped .avatar:hover {
    z-index: 1;
}

.avatar-list-stacked.avatar-group-lg .avatar {
    width: 3.25rem;
    height: 3.25rem;
}

.avatar-list-stacked.avatar-group-lg .avatar > .initial-wrap {
    font-size: 0.95rem;
}

.avatar-list-stacked.avatar-group-lg.avatar-group-overlapped .avatar {
    margin-right: -1rem;
}

.avatar-list-stacked.avatar-group-sm .avatar {
    width: 1.5rem;
    height: 1.5rem;
}

.avatar-list-stacked.avatar-group-sm .avatar > .initial-wrap {
    font-size: 0.6rem;
}

.avatar-list-stacked.avatar-group-sm.avatar-group-overlapped .avatar {
    margin-right: -0.625rem;
}

.avatar-list-stacked .avatar {
    margin-inline-end: -0.875rem !important;
    border: 1px solid rgba(0, 0, 0, 0.05);
    vertical-align: middle;
    transition: transform ease 200ms;
}

.avatar-list-stacked .avatar:last-child {
    margin-inline-end: 0 !important;
}

.avatar-list-stacked .avatar:hover {
    z-index: 1;
    transform: translateY(-0.188rem);
}

.avatar-group {
    display: inline-flex;
}

.avatar-group .avatar {
    width: 2.625rem;
    height: 2.625rem;
}

.avatar-group .avatar .avatar-img,
.avatar-group .avatar > .initial-wrap {
    border: 2px solid #ffffff;
    font-size: 0.9rem;
}

.avatar-group.avatar-group-overlapped .avatar {
    margin-right: -0.875rem;
}

.avatar-group.avatar-group-overlapped .avatar:hover {
    z-index: 1;
}

.avatar-group.avatar-group-lg .avatar {
    width: 3.25rem;
    height: 3.25rem;
}

.avatar-group.avatar-group-lg .avatar > .initial-wrap {
    font-size: 0.95rem;
}

.avatar-group.avatar-group-lg.avatar-group-overlapped .avatar {
    margin-right: -1rem;
}

.avatar-group.avatar-group-sm .avatar {
    width: 2rem;
    height: 2rem;
}

.avatar-group.avatar-group-sm .avatar > .initial-wrap {
    font-size: 0.6rem;
}

.avatar-group.avatar-group-sm.avatar-group-overlapped .avatar {
    margin-right: -0.625rem;
}

.avatar-list-stacked a.avatar.position-relative:before {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.avatar-list-stacked a.avatar.position-relative span {
    font-size: 12px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #FFCA18;
    text-shadow: unset;
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #FFCA18;
}

.bootstrap-datetimepicker-widget {
    z-index: 9999999;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: transparent;
}

.bor-b1 {
    border-bottom: 1px solid #A6AAAF;
}

.dropdown-xl {
    width: 600px;
}

.shadow-primary {
    box-shadow: 0 4px 10px 0 rgba(254, 159, 67, 0.3);
}

.dataTables_filter {
    display: none !important;
}

.nav-item {
    margin-inline-end: 0.5rem;
}

.nav-item:last-child {
    margin-inline-end: 0;
}

.nav-item .nav-link.inactive {
    background-color: #646B72 !important;
    color: white;
    border-radius: 4px;
    font-weight: 600;
}

.nav-item .nav-link.active {
    background-color: rgba(254, 159, 67, 0.1);
    color: #FE9F43;
}

.countercircledown {
    height: 170px;
}

.nav-link [class^="icomoon-"] {
    font-size: 23px;
    font-weight: bold;
}

.js-stools {
    border: 1px solid #dbd7d7;
    border-radius: 15px;
    margin-bottom: 5px;
}

.js-stools-container-bar {
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 0;
}

img.bi {
    width: 45px;
}

.showhidefilterfood {
}

.showhidefilterfood i {
    margin-right: 60px;
    width: 40px;
    height: 40px;
    font-size: 33px;
    border-radius: 12px;
    margin-top: -15px;
    background-color: wheat !important;
    color: black;
}

@media (max-width: 404px) {
    .filterfood {
        height: 100%;
    }

    .filterfood.active {
        display: block !important;
        opacity: 1;
        -webkit-animation: FadeIn 1s ease-in-out;
        animation: FadeIn 1s ease-in-out;
    }
}

@-webkit-keyframes FadeIn {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes FadeIn {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes FadeOut {
    0% {
        display: block;
        opacity: 1;
    }
    99% {
        display: block;
        opacity: 0;
    }
    100% {
        display: none;
        opacity: 0;
    }
}

@keyframes FadeOut {
    0% {
        display: block;
        opacity: 1;
    }
    99% {
        display: block;
        opacity: 0;
    }
    100% {
        display: none;
        opacity: 0;
    }
}