.font-jogjaborobudur {
    font-family: 'GT Eesti Display Trial', sans-serif !important;
}

.btn-jogjaborobudur {
    background-color: #fa3711;
    color: white;
}

.btn-jogjaborobudur:hover {
    background-color: #fc1d04;
    color: white;
}

.color-jb {
    color: #1a2b49;
}

#mobileActionBar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    gap: 0 !important;
    column-gap: 0 !important;
    background: transparent;
    z-index: 99999;
}

#mobileActionBar > * {
    margin: 0 !important;
    padding: 0 !important;
}

#mobileActionBar .btn {
    flex: 1;
    margin: 0 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 8px 2px !important;
}


.btn-chat-mbl {
    background-color: #25D366;
    color: #fff;
}

.btn-check-mbl {
    background-color: #fa3711;
    color: #fff;
}

.btn-chat-mbl i {
    margin-right: 6px;
}

.btn-chat-mbl:hover {
    background-color: #25D366;
    color: #fff;
}

.btn-check-mbl:hover {
    background-color: #fa3711;
    color: #fff;
}


#mobileActionBar {
    bottom: env(safe-area-inset-bottom) !important;
}

.mode-desktop .only-mobile { display: none !important; }
.mode-mobile .only-desktop { display: none !important; }

/*#chatLauncher,
/*#chatLauncherMobile,
/*#mobileActionBar,
/*#chatOverlayMobile,
/*#chatProductWidget,
/*#formChatWidget,
/*#chatRoomWidget
/*{
 /*   pointer-events: auto;
}*/



