#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
}

@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:#fe8740;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}


.pick-up-del-box {
    border: 2px solid #432995;
    display: inline-block;
    border-radius: 0 100px 100px 0;
    margin: 0 0 0 -14px;
    position: relative;
    padding: 10px 30px 10px 82px;
}

.pick-up-del-box img {
    position: absolute;
    left: 15px;
    bottom: -11px;
    height: 59px;
}

.pick-up-del-box span {
    color: #432995;
}
.hc-nav-trigger.hc-nav-1, .hc-nav-trigger {
    display: block !important;
}

.pac-container {
    background-color: #FFF;
    z-index: 20;
    position: fixed;
    display: inline-block;
    float: left;
}

.modal-backdrop{
    z-index: 10;
}
.gmnoprint {
    display: none;
}

.pac-container.pac-logo.hdpi {
    z-index: 9999999999999;
}

/* new 2025 */
::-webkit-scrollbar {
    height:3px;
}

::-webkit-scrollbar-thumb:horizontal{
    background-color: rgba(0, 0, 0, .15);
        -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
        box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
    border-radius: 7px;
}

.col-xs {
    width: 120px;
    min-width: 120px;
}

.close-tag{
    position: absolute;
    right: 14px;
    left: 14px;
    background: #ffe8df !important;
    max-width: 470px;
    margin: 3px auto 0 auto;
}

/* Listing */
.listing-left {
    width: 75px;
    max-width: 75px;
    min-width: 75px;
}

.listing-navbar img{
    width: 30px;
}

.osahan-item-sidebar .nav-link {
    padding: 0px;
    position: relative;
    margin: 7px 0px;
    border: none;
    background: no-repeat;
}

.osahan-item-sidebar .nav-link img {
    height: 45px;
    width: 45px;
    object-fit: contain;
    padding: 3px;
}

.osahan-item-sidebar .nav-link p {
    color: #000000;
    font-size: 11px;
    line-height: 14px;
}

.osahan-item-sidebar .nav-link.active p {
    color: #ed6337;
}
.osahan-item-sidebar .nav-link.active {
    background: none;
}

.osahan-item-sidebar .nav-link.active:after {
    content: "";
    position: absolute;
    width: 6px;
    background: #ed6337;
    top: 0;
    bottom: 0;
    right: -10px;
    border-radius: 9px;
}

.osahan-item-sidebar .nav-link.active img {
    background: #ffe9e2 !important;
}

.border-end {
    border-right: 1px solid #EAF1F5 !important;
}

.border-bottom {
    border-bottom: 1px solid #EAF1F5 !important;
}

.g-0 .col-6 {
    padding: 0;
}

.row.g-0 {
    margin: 0px;
}

.osahan-badge {
    font-size: 8px;
    letter-spacing: 0.4px;
    line-height: 10px;
    padding: 5px 4px 4px 4px;
    border-radius: 0 0 6px 6px;
}

.top-0 {
    top: 0 !important;
}
.osahan-offer-banner-2 {
    height: 112px;
}
/* End new */