.btn-success {
    background-color: #5585ee !important;
    border-color: #5585ee !important;
}

.order-details-img {
    width: 65px;
    height: 65px;
}

.initial-18 {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #d0dbe9;
    border-radius: 10px;
}

.dataTables_length {
    float: left;
    font-size: 12px;
    margin-bottom: 10px;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
}

.pagination li {
    margin: 0 5px;
}

.category_preview_image_container {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    cursor: pointer;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding: 15px;
    border-radius: 15px;
    transition: all 0.3s ease 0s;
    position: relative;
}

.category_preview_image_container img {
    height: 40px;
    width: 40px;
    transition: all 0.6s ease 0s;
    margin-bottom: 10px;
}

.category_preview_image_container h6 {
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 200;
    font-size: 12px;
}

.initial-2 {
    width: 250px;
    height: 150px;
    border: 1px solid #f4f4f4;
    border-radius: 10px;
}

.avatar-3-1 {
    width: 130px;
    aspect-ratio: calc(100% / 3);
}

.select2-container {
    min-width: 100% !important;
    width: auto !important;
    z-index: 99;
}

.select2-container .select2-selection--single {
    height: 40px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid rgba(145, 158, 171, 0.32);
    border-radius: 5px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #637381;
    line-height: 40px;
    border-radius: 5px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 40px;
    right: 6px;
}

/* .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    position: absolute;
    top: 50%;
    left: 50%;
    border-color: #637381;
    border-style: solid;
    border-width: 0 2px 2px 0;
    padding: 3px;
    height: 0;
    margin-left: -10px;
    margin-top: -3px;
    width: 0;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
}
.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #000;
    border-width: 2px 0 0 2px;
    margin-top: 3px;
    padding: 3px;
} */

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background: #3579a3;
    color: #fff;
}

.select2-container--focus .select2-selection--single {
    background: #fff !important;
    border-color: #3579a3;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 9999;
}

.initial-hidden {
    display: none;
}

.zone-setup-top {
    font-size: 0.7rem;
    line-height: 1rem;
}

.zone-setup-top .subtitle {
    font-weight: 600;
    color: var(--base-clr);
    font-size: 1rem;
}

@media screen and (min-width: 1450px) {
    .zone-setup-top {
        font-size: 0.75rem;
        line-height: 1.2rem;
    }
}

.zone-setup-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 389px;
    margin-bottom: 10px;
}

.zone-setup-item .zone-setup-icon {
    width: 30px;
    height: 30px;
    border: 1.5px solid var(--title-clr);
    color: var(--title-clr);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.95rem;
}

.zone-setup-item .info {
    width: calc(100% - 30px);
    padding-left: 8px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 0.7rem;
    line-height: 15px;
}

@media screen and (min-width: 1650px) {
    .zone-setup-item {
        min-width: 420px;
    }
    .zone-setup-item .zone-setup-icon {
        width: 35px;
        height: 35px;
        font-size: 0.95rem;
    }
    .zone-setup-item .info {
        width: calc(100% - 45px);
        font-size: 0.76rem;
        line-height: 1.2rem;
    }
}

.zone-setup .input-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--title-clr);
}

.zone-setup .form-group {
    margin-bottom: 25px;
}

.instructions-image img {
    width: 100%;
    max-width: 389px;
}

@media screen and (min-width: 1450px) {
    .instructions-image img {
        width: unset;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .instructions-image {
        margin-bottom: 40px;
    }
}

.map-warper {
    height: 300px;
}

@media screen and (min-width: 1450px) {
    .map-warper {
        height: 306px;
        margin-top: 32px;
    }
}

@media screen and (min-width: 1650px) {
    .map-warper {
        height: 350px;
    }
}

#map-canvas #pac-input,
.gm-style #pac-input,
#location_map_canvas #pac-input {
    display: block;
}

.initial-8 {
    height: 3em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.6em + 1.21875rem);
    margin: 0;
    opacity: 0;
}

.initial-52 {
    height: 140px;
    aspect-ratio: 1;
    border: 1px solid #f4f4f4;
    border-radius: 10px;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.6em + 1.21875rem);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.6em + 1.21875rem);
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    inset-inline-start: 0;
    z-index: 1;
    height: calc(1.6em + 1.21875rem);
    padding: 0.54688rem 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    color: #334257;
    background-color: #fff;
    border: 0.0625rem solid #e7eaf3;
    border-radius: 0.3125rem;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.6em + 1.09375rem);
    padding: 0.54688rem 0.875rem;
    line-height: 1.6;
    color: #334257;
    content: "Browse";
    background-color: transparent;
    border-inline-start: inherit;
    border-radius: 0 0.3125rem 0.3125rem 0;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}

.card-header-icon i {
    font-size: 22px;
}

.offcanvas-header {
    border-bottom: 1px solid #dadada;
}

/* .text-bg-primary {
    color: #fff !important;
    background-color: RGBA(64, 81, 137, var(--vz-bg-opacity, 1)) !important;
} */

.img-fluids {
    border: 1px solid #ccc;
    padding: 6px;
    /* max-width: 78%; */
    height: 42px;
    width: 53px;
}

.edit-img-fluids {
    border: 1px solid #ccc;
    padding: 6px;
    /* max-width: 78%; */
    height: 100px;
    width: 100px;
}

.disabled-link {
    pointer-events: none;
}

.dashboard-card-height {
    height: 145px;
}

.product-slide {
    height: 50px;
    width: 50px;
}

.product-thumbnail-slider-card {
    height: 300px;
    width: 300px;
}

.slide-card-image {
    width: 200px;
    height: 250px;
}

label.required::after {
    content: " *";
    color: red;
}
