:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{width:100%;transform:translate3d(0,var(--y),0)scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g)*1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0)scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0)perspective(400px)}30%{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,-20deg);opacity:1}to{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.malanghub-alert{z-index:10000;color:#fff;border-radius:6px;align-items:center;gap:16px;max-width:min(520px,100vw - 32px);padding:12px 14px;display:flex;position:fixed;top:16px;left:50%;transform:translate(-50%);box-shadow:0 12px 30px #00000038}.malanghub-alert button{color:inherit;background:0 0;border:0;font-weight:700}.malanghub-alert-success{background:#13795b}.malanghub-alert-danger{background:#b42318}.malanghub-alert-info{background:#005f73}.malanghub-loading,.malanghub-empty{min-height:120px;color:var(--heading-color,#1f2937);place-items:center;display:grid}.malanghub-profile-form input,.malanghub-profile-form textarea,.malanghub-profile-form select{border:1px solid #d0d5dd;border-radius:6px;width:100%;padding:12px 14px}.malanghub-profile-form{gap:14px;display:grid}.malanghub-profile-form-actions{flex-wrap:wrap;gap:10px;display:flex}.malanghub-profile-actions{flex-wrap:wrap;gap:12px;display:flex}.malanghub-auth-switch{color:var(--font-color,#5f6675);font-weight:600}.malanghub-auth-switch a{color:var(--primary-color,#0085ad)}.malanghub-native-note{background:#0085ad14;border-left:4px solid #0085ad;margin:12px 0 18px;padding:10px 12px}.page-pagination{padding-left:0;list-style:none}.page-pagination a.page-numbers[aria-disabled=true]{cursor:not-allowed;opacity:.45}.page-numbers-break{cursor:default;pointer-events:none}.malanghub-offline-banner{z-index:10001;color:#fff;text-align:center;background:#374151;padding:8px 16px;font-size:.875rem;position:fixed;bottom:0;left:0;right:0}.single-post-content img{max-width:100%;height:auto}.malanghub-static-content{max-width:760px;line-height:1.8}.malanghub-modal{z-index:10050;overflow:hidden auto}.malanghub-modal-backdrop{z-index:10040}body.malanghub-modal-open{overflow:hidden}.malanghub-modal .modal-body{-webkit-overflow-scrolling:touch}.malanghub-richtext-fallback{resize:vertical;min-height:320px}[data-theme=dark] .malanghub-dashboard-card,[data-theme=dark] .malanghub-dashboard-table{color:#f8f9fa;background:#343a40}[data-theme=dark] .malanghub-dashboard-table th,[data-theme=dark] .malanghub-dashboard-table td{border-color:var(--border-light,#444)}[data-theme=dark] .malanghub-profile-form input,[data-theme=dark] .malanghub-profile-form textarea,[data-theme=dark] .malanghub-profile-form select{border-color:var(--border-light,#444);color:var(--font-color);background:#1a1b2a}body.malanghub-native-mobile .navbar-toggler,body.malanghub-native-mobile #navbarSupportedContent{display:none!important}body.malanghub-native-mobile .w3l-header{z-index:10002;-webkit-backdrop-filter:blur(18px);background:#fffffff0;border-bottom:1px solid #0085ad1f;padding:0;position:sticky;top:0;box-shadow:0 10px 26px #0a141e14}body.malanghub-native-mobile .w3l-header .navbar{min-height:74px;padding:calc(10px + env(safe-area-inset-top))18px 12px!important}body.malanghub-native-mobile .w3l-header .container{justify-content:space-between;align-items:center;gap:12px;width:100%;max-width:none;padding:0;display:flex}body.malanghub-native-mobile .w3l-header .navbar-brand{min-width:0;max-width:min(52vw,170px)}body.malanghub-native-mobile .w3l-header .navbar-brand img{object-fit:contain;max-width:100%;width:auto!important;height:34px!important}body.malanghub-native-mobile .mobile-position{margin-left:auto;position:static;top:auto;right:auto}body.malanghub-native-mobile .theme-switch-wrapper{align-items:center;display:flex}body.malanghub-native-mobile .theme-switch{background:#0085ad1a;border:1px solid #0085ad3d;border-radius:999px;width:58px;height:34px;margin:0;padding:3px;display:block;box-shadow:inset 0 0 0 1px #ffffff8c}body.malanghub-native-mobile .theme-switch .mode-container{width:100%;height:100%;margin-left:0;position:relative}body.malanghub-native-mobile .theme-switch .mode-container:before{content:"";background:#fff;border-radius:50%;width:26px;height:26px;transition:transform .2s,background .2s;position:absolute;top:0;left:0;box-shadow:0 4px 12px #0a141e38}body.malanghub-native-mobile .theme-switch input:checked+.mode-container:before{background:#111322;transform:translate(24px)}body.malanghub-native-mobile .theme-switch .gg-sun,body.malanghub-native-mobile .theme-switch .gg-moon{z-index:1;color:#0085ad;--ggs:.68;position:absolute;top:5px;left:5px}body.malanghub-native-mobile .theme-switch .gg-sun{color:#f8f9fa;left:31px}body.malanghub-native-mobile .w3l-contact-2{padding-bottom:calc(100px + env(safe-area-inset-bottom))!important}body.malanghub-native-mobile .w3l-contact-2 .container{padding-left:18px;padding-right:18px}body.malanghub-native-mobile .w3l-contact-2 .contact-grids{gap:20px}body.malanghub-native-mobile .w3l-contact-2 .contact-left,body.malanghub-native-mobile .w3l-contact-2 .contact-right{width:100%;max-width:100%}body.malanghub-native-mobile .signin-form .contact-input{min-height:56px;font-size:16px}body.malanghub-native-mobile .malanghub-profile-actions .btn{min-width:132px}body.malanghub-native-mobile .w3l-footer-16{padding-bottom:calc(76px + env(safe-area-inset-bottom))}body.malanghub-native-mobile .malanghub-modal{padding:calc(8px + env(safe-area-inset-top))10px calc(8px + env(safe-area-inset-bottom));inset:0;overflow:hidden}body.malanghub-native-mobile .malanghub-modal .modal-dialog{width:100%;max-width:none;height:100%;max-height:100%;margin:0}body.malanghub-native-mobile .malanghub-modal .modal-dialog-scrollable .modal-content,body.malanghub-native-mobile .malanghub-modal .modal-content{border:1px solid #0085ad33;border-radius:12px;flex-direction:column;height:100%;max-height:100%;display:flex;overflow:hidden;box-shadow:0 22px 60px #0000005c}body.malanghub-native-mobile .malanghub-modal .modal-header{flex:none;align-items:center;min-height:56px;padding:13px 16px}body.malanghub-native-mobile .malanghub-modal .modal-title{min-width:0;font-size:18px;font-weight:800;line-height:1.25;color:#f8f9fa!important}body.malanghub-native-mobile .malanghub-modal .modal-header .close{color:#fff;opacity:1;border:0;border-radius:50%;place-items:center;width:44px;height:44px;margin:-8px -8px -8px auto;padding:0;font-size:28px;line-height:1;display:grid}body.malanghub-native-mobile .malanghub-modal .modal-header .close span{display:block;transform:translateY(-1px)}body.malanghub-native-mobile .malanghub-modal .modal-dialog-scrollable .modal-body,body.malanghub-native-mobile .malanghub-modal .modal-body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:auto;min-height:0;max-height:none;padding:18px 18px 22px;overflow-y:auto}body.malanghub-native-mobile .malanghub-modal .modal-footer{z-index:1;background:inherit;border-top:1px solid #ffffff3d;flex:none;justify-content:flex-end;align-items:center;gap:10px;margin:0;padding:12px 18px;display:flex;position:relative;box-shadow:0 -10px 24px #080a1429}body.malanghub-native-mobile .malanghub-modal .modal-footer>*{margin:0}body.malanghub-native-mobile .malanghub-modal .modal-footer .btn{border-radius:8px;min-width:112px;min-height:46px;padding:10px 18px;font-size:16px;font-weight:700}body.malanghub-native-mobile .malanghub-modal .form-group{margin-bottom:18px}body.malanghub-native-mobile .malanghub-modal label,body.malanghub-native-mobile .malanghub-modal .form-group h4{color:inherit;margin-bottom:8px;font-size:16px;font-weight:700;line-height:1.35}body.malanghub-native-mobile .malanghub-modal .form-control,body.malanghub-native-mobile .malanghub-modal .custom-file,body.malanghub-native-mobile .malanghub-modal .custom-file-input,body.malanghub-native-mobile .malanghub-modal .custom-file-label{border-radius:8px;min-height:52px;font-size:16px;line-height:1.35}body.malanghub-native-mobile .malanghub-modal .form-control{padding:12px 14px}body.malanghub-native-mobile .malanghub-modal textarea.form-control{min-height:104px}body.malanghub-native-mobile .malanghub-modal textarea.malanghub-richtext-fallback{resize:none;min-height:min(46vh,360px)}body.malanghub-native-mobile .malanghub-modal .custom-file-label{text-overflow:ellipsis;white-space:nowrap;align-items:center;min-width:0;padding:12px 106px 12px 14px;display:flex;overflow:hidden}body.malanghub-native-mobile .malanghub-modal .custom-file-label:after{border-radius:0 8px 8px 0;align-items:center;height:100%;padding-left:16px;padding-right:16px;display:flex}body.malanghub-native-mobile .malanghub-modal .form-text{margin-top:8px;font-size:14px}body.malanghub-native-mobile .malanghub-modal .custom-control-inline{align-items:center;min-height:34px;margin-bottom:10px;margin-right:14px;display:inline-flex}body.malanghub-native-mobile .malanghub-modal .custom-switch{padding-left:46px}body.malanghub-native-mobile .malanghub-modal .custom-control-label{margin:0;font-size:16px;font-weight:600;line-height:1.3}body.malanghub-native-mobile .malanghub-modal .custom-switch .custom-control-label:before{border-radius:999px;width:38px;height:22px;top:0;left:-46px}body.malanghub-native-mobile .malanghub-modal .custom-switch .custom-control-label:after{border-radius:50%;width:16px;height:16px;top:3px;left:-43px}body.malanghub-native-mobile .malanghub-modal .custom-switch .custom-control-input:checked~.custom-control-label:after{transform:translate(16px)}@media (max-width:420px){body.malanghub-native-mobile .malanghub-modal{padding-left:8px;padding-right:8px}body.malanghub-native-mobile .malanghub-modal .modal-body,body.malanghub-native-mobile .malanghub-modal .modal-footer{padding-left:14px;padding-right:14px}body.malanghub-native-mobile .malanghub-modal .modal-footer .btn{flex:1 1 0;min-width:0}}.malanghub-native-tabbar{z-index:10003;min-height:calc(66px + env(safe-area-inset-bottom));padding:8px 8px calc(8px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(16px);background:#fffffff5;border-top:1px solid #0085ad2e;align-items:stretch;gap:2px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -12px 28px #0a141e1f}.malanghub-native-tabbar button{color:#5f6675;background:0 0;border:0;border-radius:8px;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:4px;min-width:0;font-size:11px;font-weight:700;line-height:1;display:flex}.malanghub-native-tabbar button .fa{font-size:19px;line-height:1}.malanghub-native-tabbar button.active{color:#0085ad;background:#0085ad1a}.malanghub-native-tabbar button:active{color:#006987;background:#0085ad26}.malanghub-native-tabbar-spacer{display:none}body.malanghub-native-mobile .malanghub-native-tabbar-spacer{height:calc(76px + env(safe-area-inset-bottom));display:block}.malanghub-native-search-backdrop{z-index:10004;background:#080a1480;align-items:flex-end;display:flex;position:fixed;inset:0}.malanghub-native-search-sheet{width:100%;padding:18px 18px calc(18px + env(safe-area-inset-bottom));background:var(--bg-color,#fff);border-radius:16px 16px 0 0;box-shadow:0 -18px 38px #00000042}.malanghub-native-search-sheet label{color:var(--heading-color,#101828);margin-bottom:10px;font-weight:800;display:block}.malanghub-native-search-sheet div{background:#fff;border:1px solid #0085ad42;border-radius:8px;display:flex;overflow:hidden}.malanghub-native-search-sheet input{color:#101828;border:0;outline:none;flex:1;min-width:0;padding:14px;font-size:16px}.malanghub-native-search-sheet button{color:#fff;background:#0085ad;border:0;width:54px}.malanghub-native-sheet-backdrop{z-index:10004;background:#080a1480;align-items:flex-end;display:flex;position:fixed;inset:0}.malanghub-native-action-sheet{background:var(--bg-color,#fff);border-radius:18px 18px 0 0;width:100%;max-height:min(72vh,620px);overflow:hidden;box-shadow:0 -18px 38px #00000042}.malanghub-native-sheet-header{border-bottom:1px solid #0085ad1f;justify-content:space-between;align-items:center;gap:16px;padding:18px 18px 12px;display:flex}.malanghub-native-sheet-header h2{color:var(--heading-color,#101828);margin:0;font-size:18px;font-weight:800}.malanghub-native-sheet-header button{width:36px;height:36px;color:var(--primary-color,#0085ad);background:#0085ad1a;border:0;border-radius:50%;place-items:center;display:grid}.malanghub-native-sheet-body{max-height:calc(min(72vh,620px) - 67px);padding:10px 14px calc(18px + env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch;overflow-y:auto}.malanghub-native-sheet-options{gap:8px;display:grid}.malanghub-native-sheet-options button{width:100%;color:var(--font-color,#5f6675);text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:12px;padding:13px 14px;font-size:16px;font-weight:700;display:flex}.malanghub-native-sheet-options button .fa{width:20px;color:var(--primary-color,#0085ad);text-align:center}.malanghub-native-sheet-options button.active,.malanghub-native-sheet-options button:active{color:var(--primary-color,#0085ad);background:#0085ad1a}.malanghub-native-sheet-note{color:var(--font-color,#5f6675);padding:12px 14px;font-weight:600}.malanghub-map-embed{position:relative}.malanghub-map-hitarea{z-index:5;color:#0000;border-radius:50%;width:88px;height:88px;font-size:0;display:block;position:absolute;top:22px}.malanghub-map-hitarea:focus-visible{outline:3px solid var(--primary-color,#0085ad);outline-offset:2px}.malanghub-map-hitarea-link{left:min(100% - 220px,450px)}.malanghub-map-hitarea-navigation{left:min(100% - 112px,548px)}@media (max-width:575px){.malanghub-map-hitarea{width:74px;height:74px;top:16px}.malanghub-map-hitarea-link{left:calc(100% - 180px)}.malanghub-map-hitarea-navigation{left:calc(100% - 96px)}}.malanghub-download-page{background:var(--bg-color,#fff)}.malanghub-download-intro{position:sticky;top:88px}.malanghub-download-kicker{color:var(--primary-color,#0085ad);letter-spacing:0;text-transform:uppercase;margin-bottom:12px;font-size:13px;font-weight:800;display:inline-flex}.malanghub-download-intro p{color:var(--font-color,#5f6675);margin:18px 0 22px;font-size:16px;line-height:1.75}.malanghub-download-help{color:var(--primary-color,#0085ad);font-weight:800}.malanghub-download-section h4{color:var(--heading-color,#101828);margin-bottom:18px;font-size:22px;font-weight:800}.malanghub-download-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.malanghub-download-card{background:var(--card-bg,#fff);border:1px solid #0085ad29;border-radius:8px;align-items:flex-start;gap:18px;min-height:176px;padding:22px;display:flex;box-shadow:0 12px 26px #1018280f}.malanghub-download-card-icon{width:54px;height:54px;color:var(--primary-color,#0085ad);background:#0085ad1a;border-radius:8px;flex:0 0 54px;place-items:center;display:grid}.malanghub-download-card-icon .fa{font-size:28px;line-height:1}.malanghub-download-card-body{min-width:0}.malanghub-download-card h4{color:var(--heading-color,#101828);margin:0 0 8px;font-size:20px;font-weight:800}.malanghub-download-card p{color:var(--font-color,#5f6675);margin:0 0 18px;font-size:15px;line-height:1.55}.malanghub-download-card .btn{border-radius:6px;justify-content:center;align-items:center;min-width:116px;font-weight:800;display:inline-flex}.malanghub-download-card.is-disabled{box-shadow:none;opacity:.76;border-color:#5f66752e}.malanghub-download-card.is-disabled .malanghub-download-card-icon{color:var(--font-color,#5f6675);background:#5f66751a}.malanghub-download-status{min-height:42px;color:var(--font-color,#5f6675);border:1px solid #5f66753d;border-radius:6px;align-items:center;padding:0 14px;font-weight:800;display:inline-flex}[data-theme=dark] .malanghub-download-card{box-shadow:none;background:#1a1b2a;border-color:#ffffff1a}[data-theme=dark] .malanghub-download-card-icon{color:#00a7d8;background:#00a7d824}[data-theme=dark] .malanghub-download-card.is-disabled{border-color:#ffffff14}[data-theme=dark] .malanghub-download-status{border-color:#ffffff24}@media (max-width:991px){.malanghub-download-intro{position:static}}@media (max-width:767px){.malanghub-download-grid{grid-template-columns:1fr}.malanghub-download-card{min-height:auto;padding:18px}}[data-theme=dark] body.malanghub-native-mobile .w3l-header{background:#121422f0;border-bottom-color:#ffffff1a;box-shadow:0 10px 26px #00000047}[data-theme=dark] body.malanghub-native-mobile .theme-switch{box-shadow:none;background:#00a7d82e;border-color:#ffffff24}[data-theme=dark] .malanghub-native-tabbar{background:#121422f0;border-top-color:#ffffff1f;box-shadow:0 -12px 28px #00000052}[data-theme=dark] .malanghub-native-tabbar button{color:#a7adbd}[data-theme=dark] .malanghub-native-tabbar button.active{color:#00a7d8;background:#00a7d824}[data-theme=dark] .malanghub-native-search-sheet,[data-theme=dark] .malanghub-native-action-sheet{background:#111322}[data-theme=dark] .malanghub-native-sheet-header{border-bottom-color:#ffffff1a}[data-theme=dark] .malanghub-native-sheet-header button,[data-theme=dark] .malanghub-native-sheet-options button.active,[data-theme=dark] .malanghub-native-sheet-options button:active{background:#00a7d824}[data-theme=dark] .malanghub-native-search-sheet div{background:#1a1b2a;border-color:#ffffff29}[data-theme=dark] .malanghub-native-search-sheet input{color:#f8f9fa;background:#1a1b2a}