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

.form-switch-label {
    margin-right: 0rem !important;
}

.main-card {
    width: 100%;
    height: 225px;
}
.rounded-top {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
#template {
    text-align: center;
    border: 2px solid #f3f3f9;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    transition: width 0.2s, height 0.2s;
    /* Smooth transition */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1),
        /* Regular shadow */ 0 6px 20px rgba(0, 0, 0, 0.1); /* Larger spread for depth */
}

#companyLogo {
    width: 100px;
    height: auto;
    cursor: move;
    margin: 20px auto;
}

#companyName {
    font-size: 24px;
    font-weight: 900;
    margin: 10px 0;
    cursor: move;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contactInfo {
    margin-bottom: 20px;
    text-align: center;
    cursor: move;
}

#capture {
    margin-top: 20px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    font-size: 16px;
}

#capture:hover {
    background-color: #0056b3;
}

.template-color {
    color: #495057;
}
.template-text {
    font-size: 15px;
    font-weight: 600;
}

#mobileNumber {
    font-size: 16px;
}

#additionalMobileNumber {
    font-size: 16px;
}

#loading-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: white;
    z-index: 9999;
}

.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 6px;
    box-sizing: border-box;
    border: 26px solid #333;
    border-color: orange transparent orange transparent;
    animation: lds-hourglass 1.2s infinite;
}

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        transform: rotate(1800deg);
    }
}
.page-title-list {
    padding: 0px 1.5rem !important;
}
.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;
}
