:root {
    --colorPrimary: #003399;
    --colorPrimarySlightlyDarker: #022D83;
    --colorPrimaryDark: #323333;
    --colorPrimaryLight: #648EE1;
    --colorAccent: #da3c2f;
    --colorBrown: #F28C50;
    --colorWhite: #FFFFFF;
    --colorGray: #F3F2F2;
    --colorGreen: #2aac42;
    --gray: #a9aaac;
    --textInputColor: #100b20;
    --icons: #6a737c;
    --actionbar_opacity: #33000000;
    --red: #da3c2f;
    --bgColor: #f4f7fc;
    --light_green: #e8f5e9;
    --hint_color: @color;
    --colorDarkGray: #555555;
    --colorMediumGray: #6080BF;
    --colorNegativeButtonUnPressed: #990033;
    --colorNegativeButtonPressed: #D99FB3;
    --colorRoute: #990080;
    --bbgsbg: #DFE6F2;
    --bs-popover-bg: #003399 !important;
    --defaultTextColor: #FFFFFF;
    --errorColor: #D50000;
    --infoColor: #3F51B5;
    --successColor: #388E3C;
    --warningColor: #FFA900;
    --normalColor: #353A3E;
    --oliveColor: #827B2D;
}

@font-face {
    font-family: futura;
    src: url("../font/book.ttf") format("opentype");
}

@font-face {
    font-family: 'HolidayFont';
    src: url('../font/HolidayFont.ttf') format('truetype');
}

#loading-image {
    animation: fadein 5s;
}


#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: #fff;
    z-index: 10030;
}

#loading-image {
    margin-top: 29vh !important;
    display: none;

}


body {
    font-family: futura;
    color: #555555 !important;
}

.nav {
    --bs-nav-link-color: #555555;
}

.offcanvas .nav-item navlink {
    color: #555555;
}

body .container-fluid,
.accordion-item button:not(.collapse) {
    color: #555555;
}

.navbar,
.offcanvas-header {
    background: linear-gradient(90deg, #648EE1, #003399, #003399);
}

.offcanvas-header {
    display: block;
}

.offcanvas-body ul li a:hover {
    background: #555555;
    color: white;
}

.offcanvas-body .nav-item:active {
    background: #003399;
    color: white;
}

body select {
    font-family: futura;
}


#myToast {
    width: -moz-fit-content;
    width: fit-content;
}


form-control {
    border: none;
}

.btn-danger {
    background-color: #990033 !important;
}

.text-danger {
    color: var(--colorBrown) !important;
}

.btn-secondary {
    background-color: #555555 !important;
}

.btn-primary {
    background-color: #003399 !important;
}

.bi .fa {
    color: #555555 !important;
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Adjust opacity as needed */
    display: none;
    /* Initially hidden */
    z-index: 100005;
    /* Ensure it's above other content */
}

.profile-image {
    width: 150px;
    height: 150px;
    border: 3px solid;
    margin: 2px;
}

#profile-image-div {
    border: 3px solid;
    background: var(--gray);
}

img {
    border-radius: 6px;
}

.btn-light {
    background: var(--colorGray);
}

.tabElements {
    border-radius: 10px;
    background-color: #fff;
    margin: 10px;
    padding: 5px;
    min-height: 60px;

}

.info_div_icon {
    height: 24px;
    width: 24px;
    border-radius: 0px;
}

.tabLandmark {
    background: var(--bs-gray-100);
    display: block;
    padding-bottom: 20vh;
    padding-top: 20px;
}

.tabLandmark input,
.tabLandmark select {
    margin-bottom: 30px;
    margin-top: 30px;
}

.input-group-text {
    background: none;
    border: none;
}
/*
#edit_item_form .input-group,
#edit_item_form,
input[type="text"],
#edit_item_form textarea {
     background: var(--colorGray)
} */

.topHint {
    position: absolute;
    left: 50px;
    bottom: 70px;
    margin-bottom: 0px;
    opacity: 56%;
    font-size: 15px;
}

#toastCustom {
    position: fixed;
    bottom: 20px;
    z-index: 10000;
    border: none;
    /* background: red; */
    left: 0px;
    right: 0px;
    margin: auto;
    width: 40vw;
    min-width: 340px;
    opacity: 0.8;
    color: var(--bgColor);
    border-radius: 20px;
}


.btn_save {
    width: 80vw;
    left: 0px;
    right: 0px;
    margin: auto;
    position: absolute;
    border: none;
    background-color: var(--colorPrimary);
    color: var(--bgColor);
    line-height: 2;
    border-radius: 10px;
}


input[type="file"] {
    float: right;
    /* width: 2px; */
    position: absolute;
    right: 24px;
    z-index: -9;
}

#landmarkTable_wrapper>div:nth-child(1)>div>div>label {
    font-size: larger;
    font-weight: bold;
    padding: 1rem;
}

.table.dataTable td.dt-type-numeric,
.table.dataTable th.dt-type-numeric {
    text-align: center;
}

table.dataTable tbody td,
table.dataTable thead th {
    vertical-align: middle;
}

#landmarkTable_wrapper>div.dt-layout-row.dt-layout-table {
    overflow-x: scroll;
}

/* ====================================Map page */
.gpsicon {
    width: 40px;
    height: 40px;
}


.map_overlay {

    position: absolute;
    top: 76px;
    background: white;
    padding: 20px;
    border-radius: 5px;
    z-index: 999;
}

.range_select {
    left: 70px;
}

#user_map_detail {
    right: 10px;
}

#ui-datepicker-div {
    background: var(--bbgsbg);
    border-radius: 10px;
    padding: 10px;
}

.bigicon {
    width: 150px;
    height: 150px;
}

.smallicon {
    width: 110px;
    height: 110px;
}

.xsmallicon {
    width: 55px;
    height: 55px;
}

.leaflet-routing-container {
    display: none;
}

.drawer-icon-img {
    height: 16px;
    width: 16px;
    border-radius: 0px;
    margin-right: 16px;
}

#cat_name,
#cat_status {
    margin-bottom: 10px;
    margin-top: 10px;
}

.fab_button {
    bottom: 60px;
    right: 20px;
    z-index: 9;
}

div.dt-container div.dt-search label {
    font-weight: bold !important;
    color: #212529;
}


div.dt-container div.dt-search input {
    margin-left: 20px !important;
    margin: 10px;
}

#visitsTable_wrapper th,
td {
    white-space: nowrap;
}

#phone {
    width: 0px;
    border: none;
    visibility: hidden;
    height: 2px;
}

.iti__dropdown-content {
    min-width: 40vw !important;
}


#edit-visit-contents textarea,
#edit-visit-contents select {
    background: var(--colorGray);
}

#ev_call_comments_text,
#ev_field_mgr_comments_text,
#ev_field_comments_text {
    min-height: 80px;
    background: var(--colorGray)
}

#gps_icon_ev {
    top: 31px;
    z-index: 9;
}

.bottom_slide_content {
    position: absolute;
    bottom: 10px;
    background: white;
    border-radius: 10px;
    padding: 10px;
    width: 96vw;
    margin-left: 2vw;
    margin-right: 2vw;
}

#location_glider_wrapper {
    position: absolute;
    bottom: 10px;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: auto;
}

.glider-track {
    height: 100%;
}

.return_button {
    top: 90px;
    right: 10px;
    z-index: 999;
}

#nav_button {
    top: 140px;
}

#map_minimart_overlay {
    z-index: 100010;
    max-width: 50vh;
    width: 96vw;
    top: 140px;
    background: white;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 6px;
}

#close_overlay_minimart {
    z-index: 100008;
    top: 60px;
    right: 20px;
}

#minmart_icon_div_overlay {
    background: grey;
    color: white;
    padding: 1vw;
    cursor: pointer;
}

#minmart_icon_div {
    z-index: 9999;
    max-width: 260px;
    width: 60vw;
    left: 10px;
    top: 69px;
    background: grey;
    color: white;
    padding: 1vw;
    cursor: pointer;
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 100005;
}


#minimart_items_recycler .col-6 {
    padding: 6px;
}

#minimart_home_page_content {
    margin-bottom: 60px;
}

.glider-slide.active {
    transform: scale(1);
    transition: transform 0.5s ease;
}

.glider-slide:not(.active) {
    transform: scale(0.8);
    transition: transform 0.5s ease;
}

.product_glider_animation {

    background: var(--infoColor);
    display: block;
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
    color: white;
    position: absolute;
    right: 1rem;
    bottom: 50%;
    animation: moveAnimation 5s linear forwards;
    ;
}

@keyframes moveAnimation {
    0% {
        transform: translateX(100%);
    }

    10% {
        transform: translateX(-100%);
    }

    20% {
        transform: translateX(60%);
    }

    30% {
        transform: translateX(-30%);
    }

    40% {
        transform: translateX(40%);
    }

    50% {
        transform: translateX(-20%);
    }

    60% {
        transform: translateX(20%);
    }

    70% {
        transform: translateX(-10%);
    }

    80% {
        opacity: 1;
        transform: translateX(15%);
    }

    90% {
        opacity: 1;
        transform: translateX(-5%);
    }

    100% {
        opacity: 0;
        /* Fade out */
        transform: translateX(0);
    }
}

#map-contents rect img,
#return_button_minimart img {
    filter: invert(43%) sepia(10%) saturate(455%) hue-rotate(169deg) brightness(98%) contrast(84%);
}

#map-contents rect {
    padding: 0.75rem;
    border: 0.5px solid var(--colorPrimaryDark);
}

.bottom_right_img {
    max-height: 100px;
}

#bottom_order_div {
    background: var(--colorPrimary);
    color: white;
    z-index: 2;
}

.minimart_img_name {
    top: 0px;
    left: 0px;
    right: 0px;
    background: white;
    padding: 6px;
    background-color: rgba(255, 255, 255, 0.0);
}

.minimar_name,
#main_minimar_name {
    font-family: HolidayFont;
}

#minimart_img,
#main_minimart_img {
    max-width: 5rem;
    max-height: 5rem;
    width: 20vw;
}

.glider-slide-product {
    /* height: auto; */
    padding: 10px;
    /* width: 90vw; */
    margin-left: 1vw;
    margin-right: 1vw;
}

.category-name {
    font-size: large;
    margin-bottom: 0px;
    font-weight: bold;
}

.scrollable-content {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.scrollable-div {
    border: 3px solid var(--colorGray);
    border-radius: 4px;
    margin: 5px;
    padding: 4px;
    overflow: hidden;
    position: relative;
    height: 10vh;
    display: block;
}

.product_number {
    position: absolute;
    max-width: 600px;
    width: 92vw;
    z-index: 99;
}

.collage_wrapper {
    max-width: 600px;
    display: block;
    margin: auto;
}

.upper_half,
.lower_half {
    width: 100%;
    height: 50%;
    max-height: 300px;
}

.lower_half {
    position: relative;
    background: rgb(255, 255, 255);
}

#collage_image_viewer {
    position: absolute;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    bottom: 0px;
    z-index: 999999;
    min-height: 1500px;
}

#image_glider_div {
    z-index: 100010;
    max-width: 600px;
    width: 96vw;
    top: 150px;
    background: white;
    border-radius: 6px;
}

#collage_image_viewer img {
    width: 100%;
    margin: 5px;
}

.collage_wrapper img {
    border-radius: 0px !important;
    border: 3px solid white;
}

.glider_icon {
    height: 30px;
    width: 30px;
}

#minimart-contents .nav-tabs {
    background-color: #0037BD;
}


#locations-contents .nav-tabs,
#events-contents .nav-tabs,
#landmarks-contents .nav-tabs,
#services-contents .nav-tabs,
#minimart-items-contents .nav-tabs,
#minimart-contents .nav-tabs {
    background-color: #0037BD;
}

#locations-contents .nav-tabs .nav-link,
#events-contents .nav-tabs .nav-link,
#landmarks-contents .nav-tabs .nav-link,
#services-contents .nav-tabs .nav-link,
#minimart-contents .nav-tabs .nav-link,
#minimart-items-contents .nav-tabs .nav-link {
    color: #a9aaac;
    background-color: #0037BD;
    border: none;
}

#locations-contents .nav-link.active,
#events-contents .nav-link.active,
#landmarks-contents .nav-link.active,
#services-contents .nav-link.active,
#minimart-contents .nav-link.active,
#minimart-items-contents .nav-link.active {
    color: white;
}

.single-image img {
    width: 100%
}

.upper_half img {
    width: 100% !important;
}

#store_front,
#minimart_items_recycler {
    height: fit-content !important;
}

.btn_view_cart {
    cursor: pointer;
}

#item_qty_select {
    width: 18vw;
}



/* custom select */
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 80px;
    font-size: 16px;
}

.custom-select-trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px;
    background: #DADCDE;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 4px;
}

.custom-select-trigger .arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
}

.custom-options {
    position: absolute;
    bottom: 0px;
    z-index: 999;
    width: 100%;
    max-height: 250px;
    /* Show only a limited number of options */
    overflow-y: auto;
    background: #fff;
    border: 1px solid var(--gray);
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.custom-option {
    padding: 10px;
    cursor: pointer;
}

.custom-option:hover {
    background-color: #f0f0f0;
}

#info_hide_btn {
    z-index: 99999;
}

.leaflet-popup-content {
    font-family: 'futura';
}


#add-location-contents .container-fluid {
    background-color: #f7f7f7;
    padding: 0px;
}

/* Hide all steps by default: */
.tab {
    display: none;
    padding-bottom: 70px;
}


.tabElements {
    border-radius: 10px;
    background-color: #fff;
    margin: 10px;
    padding: 5px;
    min-height: 60px;

}

/* Make circles that indicate the steps of the form: */
.step {
    opacity: 0.5;
}

/* Mark the active step: */
.step.active {
    opacity: 1;
}

#add-location-contents .flex-fix::after {
    background-color: black;
    content: "";
    display: inline-block;
    width: 100px;
    height: 2px;
    margin: 5px;
    border-radius: 5px;
}

#add-location-contents .d-flex.p-3.fs-3 {
    overflow: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    background-color: #f7f7f7;
}

#add-location-contents .d-flex.p-3.fs-3::-webkit-scrollbar {
    display: none;
}


#regForm input,
#regForm select,
#edit_minimart_form input,
#edit_minimart_form select {
    margin-bottom: 20px;
    margin-top: 20px;
    color: var(--textInputColor);
}

.tabLandmark input,
.tabLandmark select {
    margin-bottom: 30px;
    margin-top: 30px;
}


#regForm input:focus::placeholder,
#edit_minimart_form input:focus::placeholder {
    color: transparent;
}

.add_location_next_prev {
    overflow: auto;
    min-height: 50px;
    background-color: #f9f9f9;
}

#nextBtn,
#prevBtn {
    text-decoration: none;
    margin-top: 15px;
}

#nextBtn {
    color: red;
    margin-right: 20px;
}

#prevBtn {
    color: #555555;
    margin-left: 20px;
}

.bottom_preveiw_button {
    display: block;
    margin: auto;
    width: 98%;
    border: 1px solid red;
    height: 40px;
}

#dd_selectCat,
#dd_selectSubCat {
    color: #f7f7f7;
}

.topHint {
    position: absolute;
    left: 50px;
    bottom: 60px;
    margin-bottom: 0px;
    opacity: 56%;
    font-size: 15px;
}

.input-group-prem .topHint {
    left: 5px;
    bottom: 35px;
    font-size: small;
}

.iti__flag-container {
    height: 30px;
    padding-top: 43px !important;
    padding-left: 10px !important;
}

#phone {
    width: 0px;
    border: none;
    visibility: hidden;
    height: 2px;
}

.iti__arrow {
    visibility: hidden;
}

.dt_tableWrapper {

    width: 100%;
    overflow-x: scroll;
}

/************************************************   for location bottom slider    ********************/
.triangle-toggle {
    /* position: absolute;
    top: -20px;
    right: 0px;
    left: 0px; */
    height: 17px;
    background-color: #888;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    cursor: pointer;
    width: 60px;
    margin: auto;
    padding-top: 2px;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid rgb(255, 33, 33);
    position: absolute;
    /* top: 5px; */
    left: 50%;
    transform: translateX(-50%);
}

.bottom_slide_content {
    /* Your existing styles */
    transition: transform 0.3s ease-in-out;
}

.slide-container.collapsed .bottom_slide_content {
    transform: translateY(calc(100% - 8px));
}

.slide-container.collapsed .triangle {
    border-top: none;
    border-bottom: 12px solid rgb(62, 255, 55);
}


.top_slide_content {
    background: white;
    border-radius: 10px;
    padding: 10px;
    width: 99vw;
    margin-top: 80px;
    margin-left: 0.51vw;
}

/*************************************************   Add location, landmarks page     ********************  */
#save_landmark {
    width: 80vw;
    left: 0px;
    right: 0px;
    margin: auto;
    position: absolute;
    border: none;
    background-color: var(--colorPrimary);
    color: var(--bgColor);
    line-height: 2;
    border-radius: 10px;
}

.lm_details_slide {
    background: white;
    padding: 10px;
    width: 96vw;
    margin: 10px;
    border-radius: 10px;
}

.lm_details_img {
    max-height: 80px;
    max-width: 80px;
}

.lm_action_btn,
.item_action_btn,
.item_action_btn_edit,
.item_action_btn_x {
    height: 25px;
    width: 25px;
    border-radius: 0px;
}

.lm_arrow_down {
    width: 25px;
    height: 20px;
    filter: invert(30%) sepia(0%) saturate(1%) hue-rotate(158deg) brightness(101%) contrast(85%);
    /* https://codepen.io/sosuke/pen/Pjoqqp */
}

.lm_details_sp {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

#cr_tabElements {
    background: var(--bs-light);
    padding: 1px;
}

.lm_cr_slide {
    width: 93vw;
}

.add_lm_direction-select-box i {
    color: red;
    font-size: 20px;
}

.landmar_fab_button {
    bottom: 60px;
    right: 20px;
}

.image-wrapper {
    display: inline-block;
    position: relative;
}

.image-wrapper img {
    max-width: 100%;
    height: auto;
}

#switch_ad_loc_image {
    right: 10px;
    bottom: 10px;
}

.input-group {
    position: relative;
    margin-bottom: 1rem;
}

.top-hint {
    position: absolute;
    left: 12px;
    top: 0;
    font-size: 12px;
    color: #6c757d;
    background: white;
    padding: 0 4px;
    transform-origin: left top;
    transition: all 0.2s ease-out;
    pointer-events: none;
    opacity: 0;
    transform: translateY(0) scale(0.8);
}

.top-hint.active {
    opacity: 1;
    transform: translateY(-50%) scale(0.8);
}


.input-group input,
.input-group select,
#add_loc_ld_tel {
    border-color: var(--gray) !important;
    border-radius: 0px
}

.input-group input::placeholder {
    color: var(--gray)
}
/* 
.input-group select {
    color: var(--gray) !important; 
}*/

.form-control:not(.dt-search .form-control):not(#map_overlay .form-control):not(.selection-date):not(.finish-date) {
    border: none;
}

.no_landmark_h1 {
    margin-top: 30vh;
    width: -moz-fit-content;
    width: fit-content;
}


#premForm .rounded-0,
#ad_content_promotion {
    background: var(--colorGray)
}


.prem_pkg {
    margin: 0.3rem;
}
/*
#premForm p,
#premForm .input-group-text,
#premForm #premier-contact,
#premForm #premier-name {
     color: var(--gray); 

}*/
.prem_pkg {
    /* position: relative; */
    left: 32px;
    bottom: 25px;
    display: inline-flex;
}

.prem_pkg_img {
    width: 24px;
    height: 24px;
}

#bb_loc_recycler {
    overflow-y: auto;
    max-height: 75vh;
}

#prem_hint_main {
    z-index: 1;
    left: 0;
    right: 0;
    top: 129px;
    border: 5px solid var(--colorPrimary);
    border-radius: 5px;
}


.callout_triangle {
    border-bottom: 16px solid var(--colorPrimarySlightlyDarker);
    width: 20px;
    border-left: 10px solid white;
    position: absolute;
    left: 243px;
    right: 0;
    display: block;
    top: -21px;
    border-right: 10px solid white;
}

.img_view_prem_loc {
    width: 2rem;
    height: 2rem;
}

.min_main_input_icon {
    width: 16px;
    height: 16px;
    border-radius: 0px;
    opacity: 0.6;
}

#ggmg_image_save {
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main_minimart_icon {
    height: 20px;
    width: 20px;
    border-radius: 0px;
}

#pay_div_wrapper {
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 1;
    bottom: 0px;
    background: var(--colorGray);
}


#edit_item_form select {
    border-radius: 0px;
}

.form-switch {
    padding-left: 5pm;
}


#edit_item_name+.topHint {
    bottom: 40px;
}

#edit_item_desc_div .topHint {
    bottom: 140px !important;
}

#edit_item_price select {
    border-radius: 0px;
}

#edit_item_price input,
.edit_detail_input {
    width: 80px;
    border: 1px solid gray;
    padding: 10px;
    background: var(--colorGray)
}

.edit_detail_input {
    width: 140px;
}

.edit_item_fab_button,
.add_item_fab_button {
    right: 15px;
    bottom: 15px;
    z-index: 1;
}

.no_items_description {
    padding-top: 35vh;
    padding-bottom: 43vh;
}

#edit_item_form>div>div.input-group.border.mt-4.mb-0.mini>p {
    bottom: 35px;
}

#edit_item_save_images {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

#edit_item_images h5 {
    display: block;
    left: 50%;
    transform: translate(-50%);
    position: relative;
    top: 50%;
    width: -moz-fit-content;
    width: fit-content;
}

.image-description+img {
    border-radius: 0px;
    width: 20px;
    height: 30px;
    margin-top: 28px;
    position: relative;
    left: 40px;
}

#mart_item_images img {
    border-radius: 0px;
    border: 2px solid white;
    max-width: 100% !important;
}

#ggmg_image_save {
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
}

#image-div {
    flex-basis: 0;
    flex-grow: 1;
}

.bottom_checkout_div {
    color: var(--colorPrimary);
    background: var(--colorPrimary);
    z-index: 2;
}

.minimart_img_name {
    top: 0px;
    left: 0px;
    right: 0px;
    background: white;
    padding: 6px;
    background-color: rgba(255, 255, 255, 0.0);
}

.minimar_name,
#main_minimar_name {
    font-family: HolidayFont;
}

#minimart_img,
#main_minimart_img {
    max-width: 5rem;
    max-height: 5rem;
    width: 20vw;
}

.glider-slide-product {
    /* height: auto; */
    padding: 10px;
    /* width: 90vw; */
    margin-left: 1vw;
    margin-right: 1vw;
}

.category-name {
    font-size: large;
    margin-bottom: 0px;
    font-weight: bold;
}

.scrollable-content {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.scrollable-div {
    border: 3px solid var(--colorGray);
    border-radius: 4px;
    margin: 5px;
    padding: 4px;
    overflow: hidden;
    position: relative;
    height: 10vh;
    display: block;
}

.product_number {
    position: absolute;
    max-width: 600px;
    width: 92vw;
    z-index: 99;
}

.collage_wrapper {
    max-width: 600px;
    display: block;
    margin: auto;
}

.lower_half {
    position: relative;
    background: rgb(255, 255, 255);
}

#collage_image_viewer {
    position: absolute;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    bottom: 0px;
    z-index: 999999;
    min-height: 1500px;
}

#image_glider_div {
    z-index: 100010;
    max-width: 600px;
    width: 96vw;
    top: 150px;
    background: white;
    border-radius: 6px;
}

#collage_image_viewer img {
    width: 100%;
    margin: 5px;
}

.collage_wrapper img {
    border-radius: 0px !important;
    border: 3px solid white;
}

.glider_icon {
    height: 30px;
    width: 30px;
}

#minimart-contents .nav-tabs {
    background-color: #0037BD;
}

.bottom_icon_img {
    width: 17px;
    height: 22px;
    margin-right: 0.5rem !important;
    border-radius: 0px
}


.selection-date-loc {
    text-align: center;
}

.socialmedia_btn_div {
    background: var(--colorGray);
    cursor: pointer;
    border-radius: 6px;
}

.a_view_loc {
    cursor: pointer;
}
.text-center {
    text-align: center;
  }

.w-80 {
    width: 80vw;
}