@import"https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap";:root{--primary-color: #58cdff;--secondary-color: #649cef;--tertiary-color: #c3e6fc;--fade-primary-color: #58cdff4f;--fade-secondary-color: #649cef4f;--fade-tertiary-color: #f2faff4f;--transparent-primary-color: #dbeef34b;--transparent-secondary-color: #dbe6eb4b;--light-primary-color: #dbeef3;--light-secondary-color: #dbe6eb;--dark-primary-color: #dbeef3cc;--dark-secondary-color: #dbe6ebcc;--highlight-primary-color: #dff6ff;--lowlight-primary-color: #f4ffff;--highlight-border-color: #00b7ff;--lowlight-border-color: #9ce3ff;--navbar-background-color: #ffffff;--navbar-background-transparent: #ffffff00;--navbar-color: #000000;--navbar-color-hover: #068cca;--transparent-overlay-color: #ffffff80;--font-color: #000000;--disabled-font-color: #999999;--alert-font-color: #ffbbbb;--alert-background-color: #ffd1d1;--highlight-font-color: #ffffff;--active-font-color: #ff0000;--inactive-font-color: #999999;--title-font-color: #ffffff;--placeholder-color: #999999;--button-color: #353535;--button-background: #b7e9ff;--button-danger-background: #f65151;--button-danger-color: #353535;--button-hover-background: #333333;--button-active-background: #125280;--button-inactive-background: #285676;--icon-button-color: #000000;--input-background: #e6e6e6;--input-disabled-background: #f7f7f7;--display-background: #f3f3f3;--table-background: #f5f5f5;--table-header-background: #3683a7;--table-footer-background: #cdcdcd;--table-even-background: #eff5f7;--table-hover-background: #cfedfa;--table-selected-background: #97dfff;--datepicker-week-end-backgound: #f9cdca;--menu-background: #efefef;--fade-primary-menu-background: #efefefd6;--fade-secondary-menu-background: #efefef99;--fieldset-border-color: var(--table-header-background);--outsiderbox-color: #d2f2ff;--ocs-form-background: #ffffff;--fade-primary-ocs-form-background: #ffffffd6;--fade-secondary-ocs-form-background: #ffffff99;--color-background-info: #e6f1fb;--color-border-info: #378add;--color-text-info: #185fa5;--color-background-success: #eaf3de;--color-border-success: #3b6d11;--color-text-success: #3b6d11;--color-background-danger: #fcebeb;--color-border-danger: #e24b4a;--color-text-danger: #a32d2d;--color-background-secondary: #f5f5f5;--color-border-tertiary: rgba(0, 0, 0, .15);--color-text-secondary: #666;--color-text-tertiary: #999;--border-radius-md: 8px;--border-radius-lg: 12px}*,*:before,*:after{box-sizing:border-box;line-height:1.5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Noto Sans Thai,-apple-system,system-ui,Avenir,Helvetica,Arial,sans-serif}html{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden}body{margin:0;padding:0;width:100%;min-height:100vh;overflow-x:hidden}*::-webkit-scrollbar{width:8px}*::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}*::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.bbr-body{position:absolute;width:100%;height:100%;min-height:100%;min-height:-webkit-fill-available!important;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;align-content:center;background:linear-gradient(var(--fade-primary-color),rgba(0,0,0,0) 60%),linear-gradient(-45deg,var(--fade-secondary-color) 25%,var(--fade-tertiary-color) 75%)!important;background:-webkit-linear-gradient(var(--fade-primary-color),rgba(0,0,0,0) 60%),-webkit-linear-gradient(-45deg,var(--fade-secondary-color) 25%,var(--fade-tertiary-color) 75%)!important}@media(max-width:992px){html,body{min-height:100vh;min-height:-webkit-fill-available;min-height:-moz-available;min-height:fill-available;min-height:stretch}}button{outline:none!important;border:none;position:relative;color:var(--button-color);background:transparent;border:1px solid;border-color:var(--button-background);text-transform:uppercase;height:auto;font-size:1em;min-height:40px;border-radius:30px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;padding:0 30px;margin:0 10px;flex-wrap:wrap;cursor:pointer}button.bbr-ctrl-button-action{background:var(--button-background)}button.bbr-ctrl-button-danger{background:var(--button-danger-background);color:var(--button-danger-color)}button.bbr-ctrl-button-icon-circle{outline:1px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;padding:0;border-radius:50%;border:solid 1px;border-color:var(--button-background);background-color:var(--button-background)}button.bbr-ctrl-button-icon-circle-transparent{outline:1px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;padding:0;margin:0;border:0;border-radius:50%;background-color:transparent}button.bbr-ctrl-button-icon-circle-transparent svg{min-width:26px!important;min-height:26px!important;max-width:26px!important;max-height:26px!important}input{font-size:1em;font-weight:400;line-height:1.5;color:var(--font-color);display:flex;border:none;outline:none;width:100%;background:var(--input-background);height:40px;min-height:40px;border-radius:25px;align-items:center;padding:0 20px;caret-color:var(--font-color)}.bbr-ctrl-input{position:relative;width:100%;display:flex}.bbr-ctrl-input.bbr-ctrl-input-field{display:flex;flex-direction:column;gap:4px;margin-bottom:1rem}.bbr-ctrl-input.bbr-ctrl-input-required label:after{content:" *";color:var(--color-text-danger)}.bbr-ctrl-input:has(.bbr-ctrl-input-hint) input{border:1px solid rgba(255,0,0,.5);animation:inputSoftError .3s ease-out}@keyframes inputSoftError{0%{box-shadow:0 0 #f000}to{box-shadow:0 4px 12px #ff000040}}.bbr-ctrl-input.bbr-ctrl-input-error input,.bbr-ctrl-input.bbr-ctrl-input-error .bbr-ctrl-dropdown-autocomplete input{border-color:#dc2626!important;background:#fef2f2}.bbr-ctrl-input.bbr-ctrl-input-error label{color:#dc2626}.bbr-ctrl-input .bbr-ctrl-input-hint{position:absolute;margin-top:42px;font-size:.8em;align-content:end;margin-left:20px;color:red}.bbr-ctrl-input-password-strength-bar{position:relative;margin-top:25px;width:100%}.bbr-ctrl-input-password-strength-bar .password-progress-bar{height:6px;border-radius:4px;background-color:#e0e0e0}.bbr-ctrl-input-password-strength-bar .password-progress-bar-level{position:absolute;top:0;height:6px;border-radius:4px;transition:width .3s ease,background-color .3s ease}.bbr-ctrl-input-password-strength-bar .password-progress-bar-level.low{background-color:#ff4d4f}.bbr-ctrl-input-password-strength-bar .password-progress-bar-level.normal{background-color:#faad14}.bbr-ctrl-input-password-strength-bar .password-progress-bar-level.strong{background-color:#52c41a}.bbr-ctrl-input-password-strength-bar .password-progress-label{display:flex;justify-content:space-between}.bbr-ctrl-input-password-strength-bar .password-progress-label span{font-size:12px;opacity:.8;margin-top:4px;display:inline-block}fieldset{display:grid;grid-template-columns:20% 30% 20% 30%;width:100%;border:0}input[type=checkbox]{appearance:none;-webkit-appearance:none;width:20px;height:20px;min-height:20px;max-width:20px;border:2px solid #cbd5e1;border-radius:4px;cursor:pointer;position:relative;transition:all .2s ease;background:#fff;padding:0;margin:0}input[type=checkbox]:hover{border-color:#94a3b8}input[type=checkbox]:checked{background-color:#3b82f6;border-color:#3b82f6}input[type=checkbox]:checked:after{content:"";display:flex;width:6px;height:12px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);margin:0 auto 2px;justify-content:center;align-items:center}input[type=checkbox]:focus{outline:none;box-shadow:0 0 0 3px #3b82f64d}.bbr-ctrl-input-passwordbox{display:flex;width:100%}.bbr-ctrl-toggle{position:relative;width:48px;height:26px;border-radius:999px;cursor:pointer;transition:background-color .25s ease,box-shadow .25s ease;flex-shrink:0}.bbr-ctrl-toggle-off{background-color:#d1d5db;box-shadow:inset 0 1px 3px #00000026}.bbr-ctrl-toggle-on{background-color:#3b82f6;box-shadow:inset 0 1px 3px #3b82f64d}.bbr-ctrl-toggle-thumb{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background-color:#fff;box-shadow:0 1px 4px #0003;transition:transform .25s ease}.bbr-ctrl-toggle-on .bbr-ctrl-toggle-thumb{transform:translate(22px)}.bbr-ctrl-toggle:hover{opacity:.85}select{font-size:1em;font-weight:400;line-height:1.5;color:var(--font-color);display:flex;border:none;outline:none;width:100%;background:var(--input-background);height:40px;min-height:40px;border-radius:25px;align-items:center;padding:0 40px 0 20px;transition:all .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-caret-down-fill'%20viewBox='0%200%2016%2016'%3e%3cpath%20d='M7.247%2011.14%202.451%205.658C1.885%205.013%202.345%204%203.204%204h9.592a1%201%200%200%201%20.753%201.659l-4.796%205.48a1%201%200%200%201-1.506%200z'/%3e%3c/svg%3e");background-position:right 10px center;background-repeat:no-repeat;background-size:12px 12px;background-color:#eee}.bbr-form{position:absolute;top:0;height:100%;transition:all .6s ease-in-out}.bbr-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999}.bbr-modal .bbr-modal-form{background-color:#fff;padding:20px;display:flex;border-radius:10px;flex-direction:column;align-items:center;max-width:80%;max-height:75%}.bbr-modal .bbr-modal-form .bbr-modal-form-header{display:flex;justify-content:space-between;width:100%;margin-bottom:20px}.bbr-modal .bbr-modal-form .bbr-modal-form-header h2{margin:0}.bbr-modal .bbr-modal-form .bbr-modal-form-content{display:flex;align-items:center;width:100%;overflow:hidden;overflow-wrap:break-word;word-break:break-all;flex-direction:column;flex:1;min-height:0}.bbr-modal .bbr-modal-form .bbr-modal-form-content .bbr-modal-form-content-message{display:flex;align-items:center;overflow:hidden}.bbr-modal .bbr-modal-form .bbr-modal-form-content .bbr-modal-form-content-message .bbr-modal-form-content-message-icon{display:flex;width:80px;height:80px;margin-right:20px}.bbr-modal .bbr-modal-form .bbr-modal-form-content .bbr-modal-form-content-message-information{width:100%;max-width:100%;overflow:hidden}.bbr-modal .bbr-modal-form .bbr-modal-form-content .bbr-modal-form-content-message-information .bbr-modal-form-content-message-information-title{font-size:1.5em;font-weight:700;margin:0 0 10px;word-wrap:break-word;align-items:center;text-overflow:ellipsis;overflow:hidden;white-space:break-spaces}.bbr-modal .bbr-modal-form .bbr-modal-form-content .bbr-modal-form-content-message-information .bbr-modal-form-content-message-information-subtitle{font-size:1em;word-wrap:break-word;align-items:center;text-overflow:ellipsis;overflow:hidden;white-space:break-spaces}.bbr-modal .bbr-modal-form .bbr-modal-form-actions{display:flex;margin-top:20px}.bbr-navbar-userinfo{position:relative;display:inline-block;align-items:center;gap:10px}.bbr-navbar-userinfo .bbr-navbar-userinfo-avatar{background:transparent;border:none;cursor:pointer;font-size:18px;padding:5px;width:42px;height:42px}.bbr-navbar-userinfo .bbr-navbar-userinfo-avatar img{width:100%;height:100%}.bbr-navbar-userinfo .bbr-navbar-userinfo-popup{position:absolute;top:40px;right:0;opacity:1;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:8px 0;z-index:100;width:320px;display:flex;flex-direction:column;align-items:center}.bbr-navbar-userinfo .bbr-navbar-userinfo-popup .bbr-navbar-userinfo-popup-details{display:flex;align-items:center;background:#f3f6f7;width:100%;padding:5px}.bbr-navbar-userinfo .bbr-navbar-userinfo-popup .bbr-navbar-userinfo-popup-details img{width:70px;height:70px;margin:0 20px}.bbr-navbar-userinfo .bbr-navbar-userinfo-popup .bbr-navbar-userinfo-popup-details .bbr-navbar-userinfo-popup-details-text{display:inline-flex;flex-direction:column;align-items:flex-start}.bbr-navbar-userinfo .bbr-navbar-userinfo-popup .bbr-navbar-userinfo-popup-items{width:100%;padding:5px;cursor:pointer;display:inline-flex;align-items:center}.bbr-navbar-userinfo .bbr-navbar-userinfo-popup .bbr-navbar-userinfo-popup-items:hover{background:#f0f0f0}.bbr-navbar-userinfo .bbr-navbar-userinfo-popup .bbr-navbar-userinfo-popup-items svg{margin:0 5px}@media(max-width:768px){.bbr-navbar-userinfo{position:absolute;bottom:0;width:100%}.bbr-navbar-userinfo .bbr-navbar-userinfo-avatar{display:none}.bbr-navbar-userinfo .bbr-navbar-userinfo-popup{position:relative!important;top:0;background:#f7f7f7;border-radius:0;width:100%!important;box-shadow:none!important;padding:8px 0;min-width:auto;z-index:100}}.bbr-ctrl-lang-switcher{position:relative;display:inline-block}.bbr-ctrl-lang-button{background:transparent;color:#000;border:none;cursor:pointer;font-size:18px;display:flex;align-items:center;gap:6px;padding:6px 10px}.bbr-ctrl-lang-short{font-weight:700;font-size:16px}.bbr-ctrl-lang-menu{position:absolute;top:40px;right:0;opacity:1;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:8px 0;min-width:140px;z-index:100}.bbr-ctrl-lang-icon{width:30px;height:30px}.bbr-ctrl-lang-item{padding:8px 14px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:background .2s}.bbr-ctrl-lang-item:hover{background:#f0f0f0}.bbr-ctrl-lang-label{font-size:14px}@media(max-width:768px){.bbr-ctrl-lang-switcher{display:flex;height:auto;width:100%;max-height:100vh;opacity:1;transform:translateY(0);flex-direction:column}.bbr-ctrl-lang-menu{position:relative!important;top:0;background:#f7f7f7;border-radius:0;width:100%!important;box-shadow:none!important;padding:8px 0;min-width:auto;z-index:100}}.bbr-navbar{position:fixed;display:flex;justify-content:space-between;align-items:center;padding:0 20px;top:0;height:70px;width:100%;z-index:998;background:var(--navbar-background-transparent);transition:background .3s ease}.bbr-navbar .bbr-navbar-scrolled{background:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bbr-navbar-logo{z-index:99}.bbr-navbar-logo img{height:60px}.bbr-navbar-links{display:flex;align-items:center;gap:20px;transition:all .25s ease}.bbr-navbar-links a{text-decoration:none;color:var(--navbar-color)}.bbr-navbar-links a:hover{color:var(--navbar-color-hover)}.bbr-hamburger{display:none;flex-direction:column;justify-content:center;gap:4px;width:28px;height:24px;border:none;background:transparent;cursor:pointer;padding:0}.bbr-hamburger span{display:block;height:3px;width:100%;background:#333;border-radius:2px;transition:all .25s ease}.bbr-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.bbr-hamburger.open span:nth-child(2){opacity:0}.bbr-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:768px){.bbr-navbar{background-color:var(--navbar-background-color)}.bbr-navbar-links{position:fixed;top:65px;right:0;width:100%;padding:20px;background-color:#fff;flex-direction:column;max-height:0;opacity:0;overflow:hidden;transform:translateY(-110%);transition:max-height .5s ease,opacity .4s ease,transform .4s ease}.bbr-navbar-links.open{display:flex;height:calc(100% - 65px);max-height:100%;opacity:1;transform:translateY(0)}.bbr-hamburger{display:flex}}.bbr-form-home{display:flex;place-items:center;padding:clamp(18px,3vw,40px);background:linear-gradient(140deg,#e0f7ff,#b3e5ff,#80d4ff);width:100vw;height:100vh;flex-direction:column;justify-content:center}.bbr-form-home-box{display:flex;padding:clamp(22px,3.2vw,42px);overflow:hidden;position:relative;justify-content:center;align-items:center;flex-direction:column}.bbr-form-home-card{display:flex;border:1px solid rgba(15,23,42,.1);border-radius:15px;box-shadow:0 24px 60px #0206171a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:clamp(22px,3.2vw,42px);overflow:hidden;position:relative;background-color:#fff;justify-content:center;align-items:center;flex-direction:column;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease;cursor:pointer;width:350px;height:150px}.bbr-form-home-card:hover{transform:scale(1.05);box-shadow:0 32px 80px #0206172e}.bbr-overlay{position:absolute;inset:0;background:#fffc;z-index:999;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;transition:transform .6s ease-in-out}.bbr-overlay.bbr-overlay-halfcontent{width:50%}.bbr-overlay .bbr-overlay-spinner{width:48px;height:48px;border:6px solid transparent;border-top-color:#3498db;border-left-color:#3498db;border-radius:50%;animation:bbr-spin .8s linear infinite}@keyframes bbr-spin{to{transform:rotate(360deg)}}.bbr-form-home-loading{display:flex;justify-content:center;align-items:center;min-height:60px}.bbr-form-home-loading .bbr-form-home-loading-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#4c9fc2;border-radius:50%;animation:bbr-form-home-loading-spin .8s linear infinite}@keyframes bbr-form-home-loading-spin{to{transform:rotate(360deg)}}.bbr-form-signation.right-panel-active .bbr-loading-overlay{left:auto;transform:translate(100%)}.bbr-form-signation{background-color:#fff;border-radius:10px;box-shadow:0 14px 28px #57575740,0 10px 10px #ffffff38;position:relative;overflow:hidden;width:768px;max-width:100%;min-height:480px}.bbr-form-signation.bbr-form-signation-onlysignin{width:384px!important}.bbr-form-signation.right-panel-active .bbr-form-signation-signup{transform:translate(100%);opacity:1;z-index:5;transition:opacity .6s ease-in,transform .3s ease-out}.bbr-form-signation.right-panel-active .bbr-form-signation-signin{transform:translate(100%);opacity:0;transition:opacity .3s ease-out,transform .6s ease-in}.bbr-form-signation .bbr-form-signation-signup,.bbr-form-signation .bbr-form-signation-signin{left:0;width:50%;padding:20px;background-color:#fff;display:flex;flex-direction:column;align-items:center}.bbr-form-signation .bbr-form-signation-signup{z-index:1;opacity:0;transition:opacity .3s ease-out,transform .6s ease-in}.bbr-form-signation .bbr-form-signation-signin{z-index:2;opacity:1;transition:opacity .6s ease-in,transform .3s ease-out}.bbr-form-signation .bbr-form-signation-signin-title{margin-bottom:30px}.bbr-form-signation-signin-oath{display:flex;flex-direction:column;margin-top:20px;align-items:center}.bbr-form-signation-signin-oath .bbr-form-signation-signin-oath-title{margin-bottom:10px}.bbr-form-signation-signin-oath .bbr-form-signation-signin-oath-list{display:flex;flex-direction:row}.bbr-form-signation-signin-oath .bbr-form-signation-signin-oath-list .bbr-ctrl-button-icon-circle svg{width:20px;height:20px}.bbr-form-signation-overlay{position:absolute;top:0;left:50%;width:50%;height:100%;overflow:hidden;transition:transform .6s ease-in-out;z-index:100}.bbr-form-signation-overlay .bbr-form-signation-overlay-body{background:var(--secondary-color);background:-webkit-linear-gradient(to right,var(--secondary-color),var(--tertiary-color));background:linear-gradient(to right,var(--secondary-color),var(--tertiary-color));background-repeat:no-repeat;background-size:cover;background-position:0 0;color:#353535;position:relative;left:-100%;height:100%;width:200%;transform:translate(0);transition:transform .6s ease-in-out}.bbr-form-signation-overlay .bbr-form-signation-overlay-body .bbr-form-signation-overlay-body-panel{position:absolute;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:0 40px;text-align:center;top:0;height:100%;width:50%;transform:translate(0);transition:all .6s ease-in-out}.bbr-form-signation-overlay .bbr-form-signation-overlay-body .bbr-form-signation-overlay-body-panel h1,.bbr-form-signation-overlay .bbr-form-signation-overlay-body .bbr-form-signation-overlay-body-panel p{margin-top:0;margin-bottom:10px}.bbr-form-signation-overlay .bbr-form-signation-overlay-body .bbr-form-signation-overlay-body-panel.overlay-left{transform:translate(0)}.bbr-form-signation-overlay .bbr-form-signation-overlay-body .bbr-form-signation-overlay-body-panel.overlay-right{right:0;transform:translate(0)}.bbr-form-signation.right-panel-active .overlay-left,.bbr-form-signation.right-panel-active .overlay-right{transform:translate(0)}.bbr-form-signation.right-panel-active .bbr-form-signation-overlay{transform:translate(-100%)}.bbr-form-signation.right-panel-active .bbr-form-signation-overlay-body{transform:translate(50%)}@media(max-width:768px){.bbr-loading-overlay{width:100%;height:100%}.bbr-form-signation{width:90%;top:35px;height:calc(90% - 70px)}.bbr-form-signation .bbr-form-signation-signup,.bbr-form-signation .bbr-form-signation-signin{width:100%}.bbr-form-signation.right-panel-active .bbr-form-signation-signup{transform:translateY(10%)}.bbr-form-signation.right-panel-active .bbr-form-signation-signin{transform:translateY(0)}.bbr-form-signation .bbr-form-signation-overlay{top:0;left:0;width:100%;height:15%;transform:translateY(570%)}.bbr-form-signation .bbr-form-signation-overlay .bbr-form-signation-overlay-body{width:100%;transform:translate(100%)}.bbr-form-signation .bbr-form-signation-overlay .bbr-form-signation-overlay-body .bbr-form-signation-overlay-body-panel h1,.bbr-form-signation .bbr-form-signation-overlay .bbr-form-signation-overlay-body .bbr-form-signation-overlay-body-panel p{display:none}.bbr-form-signation .bbr-form-signation-overlay .bbr-form-signation-overlay-body .bbr-form-signation-overlay-body-panel.overlay-left{transform:translateY(-150%);width:100%}.bbr-form-signation .bbr-form-signation-overlay .bbr-form-signation-overlay-body .bbr-form-signation-overlay-body-panel.overlay-right{transform:translateY(0);width:100%}.bbr-form-signation.right-panel-active .bbr-form-signation-overlay{transform:translate(0)}.bbr-form-signation.right-panel-active .bbr-form-signation-overlay .bbr-form-signation-overlay-body{transform:translate(100%);width:100%}.bbr-form-signation.right-panel-active .bbr-form-signation-overlay .bbr-form-signation-overlay-body .bbr-form-signation-overlay-body-panel.overlay-left{transform:translateY(0)}.bbr-form-signation.right-panel-active .bbr-form-signation-overlay .bbr-form-signation-overlay-body .bbr-form-signation-overlay-body-panel.overlay-right{transform:translateY(100%)}}.bbr-form-consent{background-color:#fff;border-radius:10px;box-shadow:0 14px 28px #57575740,0 10px 10px #ffffff38;position:relative;overflow:hidden;width:90%;height:80%;padding:20px;display:flex;flex-direction:column}.bbr-form-consent .bbr-form-consent-title{align-self:center}.bbr-form-consent .bbr-form-consent-body{height:100%;overflow-y:auto}.bbr-form-consent .bbr-form-consent-actions{display:flex;justify-content:center;padding:10px}.bbr-form-appointment{background-color:#fff;border-radius:10px;box-shadow:0 14px 28px #57575740,0 10px 10px #ffffff38;position:relative;overflow:hidden;width:90%;height:80%;padding:20px;display:flex;flex-direction:column}.bbr-form-appointment .bbr-form-appointment-title{align-self:center}.bbr-form-appointment .bbr-form-appointment-body{height:100%;overflow-y:auto}.bbr-form-appointment .bbr-form-appointment-actions{display:flex;justify-content:center;padding:10px}.bbr-form-appointment-steps{display:flex;align-items:center;gap:0;margin:0 2rem 1rem}.bbr-form-appointment-step-wrapper{display:flex;align-items:center;flex:1}.bbr-form-appointment-step-wrapper:last-child{flex:0}.bbr-form-appointment-step-dot{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:500;flex-shrink:0;border:1.5px solid var(--color-border-tertiary);color:var(--color-text-secondary);background:var(--color-background-secondary)}.bbr-form-appointment-step-dot.active{background:var(--color-background-info);border-color:var(--color-border-info);color:var(--color-text-info)}.bbr-form-appointment-step-dot.done{background:var(--color-background-success);border-color:var(--color-border-success);color:var(--color-text-success)}.bbr-form-appointment-step-line{flex:1;height:2px;background:var(--color-border-tertiary)}.bbr-form-appointment-step-line.done{background:var(--color-border-success)}.bbr-form-appointment-step-labels{display:flex;justify-content:space-between;margin-bottom:1.5rem}.bbr-form-appointment-step-labels span{font-size:11px;color:var(--color-text-secondary);text-align:center;width:100px}.bbr-form-appointment-section-title{font-weight:500;margin:0 0 1.25rem}.bbr-form-appointment-subsection-title{font-size:14px;font-weight:500;margin:0}.bbr-form-appointment-field{display:flex;flex-direction:column;gap:4px;margin-bottom:1rem}.bbr-form-appointment-field label{font-size:13px;color:var(--color-text-secondary)}.bbr-form-appointment-field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.bbr-form-appointment-info-box{background:var(--color-background-secondary);border-radius:var(--border-radius-md);padding:12px;margin-top:.5rem}.bbr-form-appointment-list-section{margin-bottom:1.5rem}.bbr-form-appointment-list-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.bbr-form-appointment-list-row{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;align-items:center;margin-bottom:8px}.bbr-form-appointment-add-btn{padding:4px 12px;border:.5px solid var(--color-border-tertiary);background:transparent;color:var(--color-text-secondary);cursor:pointer;width:40px}.bbr-form-appointment-remove-btn{padding:6px 10px;border:.5px solid var(--color-border-danger);background:transparent;color:var(--color-text-danger);cursor:pointer;width:40px}.bbr-form-appointment-empty-hint{color:var(--color-text-tertiary);margin:4px 0}.bbr-form-appointment-error{color:var(--color-text-danger);margin:4px 0 0}.bbr-calendar{border:.5px solid var(--color-border-tertiary);border-radius:var(--border-radius-lg);overflow:hidden}.bbr-cal-header{display:flex;align-items:center;justify-content:space-between;border-bottom:.5px solid var(--color-border-tertiary);font-weight:500}.bbr-cal-nav{background:transparent;border:none;font-size:18px;cursor:pointer;color:var(--color-text-secondary);padding:0 6px;line-height:1}.bbr-cal-nav:hover{color:var(--color-text-primary)}.bbr-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);padding:8px}.bbr-cal-weekday{text-align:center;font-size:12px;color:var(--color-text-secondary);padding:4px 0}.bbr-cal-day{text-align:center;font-size:13px;padding:5px 3px;border-radius:var(--border-radius-md);cursor:pointer;color:var(--color-text-primary);-webkit-user-select:none;user-select:none;transition:background .1s}.bbr-cal-day:not(.disabled):not(.empty):hover{background:var(--color-background-secondary)}.bbr-cal-day.empty{cursor:default}.bbr-cal-day.disabled{color:var(--color-text-tertiary);cursor:not-allowed;text-decoration:line-through}.bbr-cal-day.today{font-weight:500;color:var(--color-text-info)}.bbr-cal-day.in-range{background:var(--color-background-info);border-radius:0}.bbr-cal-day.start,.bbr-cal-day.end{background:var(--color-border-info);color:#fff;border-radius:var(--border-radius-md)}.bbr-cal-day.start.in-range{border-radius:var(--border-radius-md) 0 0 var(--border-radius-md)}.bbr-cal-day.end.in-range{border-radius:0 var(--border-radius-md) var(--border-radius-md) 0}.bbr-ctrl-toggle-group{display:flex;gap:8px}.bbr-ctrl-toggle-group button{flex:1;padding:8px;border:.5px solid var(--color-border-tertiary);background:transparent;color:var(--color-text-secondary);cursor:pointer}.bbr-ctrl-toggle-group button.active{border-color:var(--color-border-info);background:var(--color-background-info);color:var(--color-text-info)}.bbr-ctrl-timepicker{padding:20px;min-width:360px}.bbr-ctrl-timepicker-date{font-size:16px;font-weight:600;color:#111827;margin:0 0 4px}.bbr-ctrl-timepicker-officehours{font-size:13px;color:#6b7280;margin:0 0 20px}.bbr-ctrl-timepicker-row{display:flex;align-items:flex-end;gap:12px;margin-bottom:16px}.bbr-ctrl-timepicker-col{flex:1;display:flex;flex-direction:column;gap:6px}.bbr-ctrl-timepicker-col label{font-size:13px;color:#374151;font-weight:500}.bbr-ctrl-timepicker-col select{padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;outline:none;background:#fff;cursor:pointer}.bbr-ctrl-timepicker-col select:focus{border-color:#4c9fc2}.bbr-ctrl-timepicker-separator{font-size:18px;color:#9ca3af;padding-bottom:12px}.bbr-ctrl-timepicker-error{color:#dc2626;font-size:13px;margin:0 0 12px}.bbr-ctrl-timepicker-actions{display:flex;justify-content:center;gap:10px;margin-top:8px}.bbr-ctrl-timepicker-actions button{padding:10px 22px;border-radius:8px;border:none;font-size:14px;font-weight:600;cursor:pointer}.bbr-ctrl-dropdown-autocomplete{position:relative;width:100%}.bbr-ctrl-dropdown-autocomplete input:focus{border-color:#9ca3af}.bbr-ctrl-dropdown-autocomplete-list{position:absolute;top:100%;left:0;right:0;background:var(--input-background);border:1px solid #e5e7eb;border-radius:25px;margin-top:4px;max-height:240px;overflow-y:auto;z-index:100;list-style:none;padding:4px;box-shadow:0 4px 12px #00000014}.bbr-ctrl-dropdown-autocomplete-list li{padding:8px 12px;border-radius:25px;cursor:pointer;font-size:14px;color:#374151}.bbr-ctrl-dropdown-autocomplete-list li:hover{background:#f3f4f6}.bbr-form-appointment-preview{display:flex;flex-direction:column;gap:16px;padding:8px 0;overflow-y:auto;width:100%}.bbr-form-appointment-preview-section{border:1px solid #e5e7eb;border-radius:10px;padding:14px 16px;background:#fafafa}.bbr-form-appointment-preview-section h3{font-size:15px;font-weight:600;color:#111827;margin:0 0 10px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.bbr-form-appointment-preview-grid{display:grid;grid-template-columns:160px 1fr;row-gap:8px;column-gap:16px;align-items:center}.bbr-form-appointment-preview-grid label{font-size:13px;color:#6b7280;font-weight:500}.bbr-form-appointment-preview-grid>div{font-size:14px;color:#111827;word-break:break-word}.bbr-form-appointment-preview-table{width:100%;border-collapse:collapse;font-size:14px}.bbr-form-appointment-preview-table th{text-align:left;padding:8px 12px;background:#f3f4f6;color:#374151;font-weight:600;border-bottom:1px solid #e5e7eb}.bbr-form-appointment-preview-table td{padding:8px 12px;color:#111827;border-bottom:1px solid #f1f1f1}.bbr-form-appointment-preview-empty-hint{color:#9ca3af;font-size:13px;font-style:italic;margin:0}.bbr-form-appointment-preview-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.bbr-form-tracking{background-color:#fff;border-radius:10px;box-shadow:0 14px 28px #57575740,0 10px 10px #ffffff38;width:90%;max-width:900px;height:80vh;display:flex;flex-direction:column;overflow:hidden}.bbr-form-tracking-header{flex-shrink:0;padding:20px 24px;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.bbr-form-tracking-header-content{display:flex;justify-content:space-between;gap:14px;align-items:flex-end}.bbr-form-tracking-header-title{display:flex;flex-direction:column;align-items:flex-start}.bbr-form-tracking-header-title h2{margin:0;font-size:20px;color:#111827}.bbr-tracking-status-badge{padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600}.bbr-tracking-status-badge.pending{background:#fef3c7;color:#92400e}.bbr-tracking-status-badge.approved{background:#d1fae5;color:#065f46}.bbr-tracking-status-badge.rejected{background:#fee2e2;color:#991b1b}.bbr-form-tracking-id-block{text-align:right;flex-shrink:0}.bbr-form-tracking-id-label{font-size:14px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.bbr-form-tracking-id{font-family:monospace;color:#374151;background:#fff;border:1px solid #e5e7eb;padding:6px 14px;border-radius:25px;font-size:13px;font-weight:600}.bbr-form-tracking-body{flex:1;overflow-y:auto;padding:20px 24px}.bbr-form-tracking-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px;margin-bottom:14px}.bbr-form-tracking-section:last-child{margin-bottom:0}.bbr-form-tracking-section h3{margin:0 0 12px;font-size:15px;color:#111827}.bbr-form-tracking-grid{display:grid;grid-template-columns:160px 1fr;row-gap:10px;column-gap:16px}.bbr-form-tracking-grid label{color:#6b7280;font-weight:500}.bbr-form-tracking-timeline{display:flex;flex-direction:column;gap:10px}.bbr-form-tracking-timeline-item{display:flex;align-items:center;gap:14px;padding:14px;border:1px solid #e5e7eb;border-radius:10px;background:#fafafa;cursor:pointer;transition:background .15s,border-color .15s,transform .1s}.bbr-form-tracking-timeline-item:hover{background:#f3f4f6;border-color:#d1d5db;transform:translateY(-1px)}.bbr-form-tracking-timeline-item.result-1{border-left:4px solid #10b981}.bbr-form-tracking-timeline-item.result-2{border-left:4px solid #dc2626}.bbr-form-tracking-timeline-item.result-0{border-left:4px solid #f59e0b}.bbr-form-tracking-timeline-icon{font-size:28px;display:flex;align-items:center}.bbr-tracking-icon{font-size:28px;flex-shrink:0}.bbr-tracking-icon.approved{color:#10b981}.bbr-tracking-icon.rejected{color:#dc2626}.bbr-tracking-icon.pending{color:#f59e0b}.bbr-form-tracking-timeline-content{flex:1}.bbr-form-tracking-timeline-name{font-weight:600;color:#111827;font-size:15px}.bbr-form-tracking-timeline-meta{color:#6b7280;font-size:13px;margin-top:2px}.bbr-form-tracking-timeline-status{color:#4b5563;font-size:12px;margin-top:4px}@media(max-width:768px){.bbr-form-tracking{margin-top:70px}.bbr-form-tracking-header-content{display:flex;gap:14px;flex-direction:column}.bbr-form-tracking-header-content .bbr-form-tracking-header-title{width:100%}.bbr-form-tracking-header-content .bbr-form-tracking-id-block{text-align:left}.bbr-form-tracking-grid{display:flex;flex-direction:column}}.bbr-approver-detail{padding:4px;min-width:460px;max-width:560px}.bbr-approver-detail-header{display:flex;align-items:center;gap:14px;padding:16px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;border:1px solid #e5e7eb;margin-bottom:14px}.bbr-approver-detail-avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#4c9fc2,#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:600;flex-shrink:0}.bbr-approver-detail-header-info{flex:1;min-width:0}.bbr-approver-detail-name{font-size:16px;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bbr-approver-detail-meta{font-size:13px;color:#6b7280;margin-top:2px}.bbr-approver-detail-status{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:10px;margin-bottom:14px}.bbr-approver-detail-status.result-0{background:#fef3c7;color:#92400e}.bbr-approver-detail-status.result-1{background:#d1fae5;color:#065f46}.bbr-approver-detail-status.result-2{background:#fee2e2;color:#991b1b}.bbr-approver-detail-icon{font-size:26px;flex-shrink:0}.bbr-approver-detail-icon.approved{color:#10b981}.bbr-approver-detail-icon.rejected{color:#dc2626}.bbr-approver-detail-icon.pending{color:#f59e0b}.bbr-approver-detail-status-label{font-weight:600;font-size:15px}.bbr-approver-detail-status-type{font-size:12px;opacity:.8;margin-top:2px}.bbr-approver-detail-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px;margin-bottom:12px}.bbr-approver-detail-section:last-child{margin-bottom:0}.bbr-approver-detail-section h4{margin:0 0 10px;font-size:13px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.bbr-approver-detail-grid{display:grid;grid-template-columns:140px 1fr;row-gap:8px;column-gap:12px;font-size:14px}.bbr-approver-detail-grid label{color:#6b7280;font-weight:500}.bbr-approver-detail-grid div{color:#111827}.bbr-approver-detail-remark{padding:10px 12px;background:#f9fafb;border-left:3px solid #9ca3af;border-radius:4px;color:#374151;font-size:14px;line-height:1.5;white-space:pre-wrap}@media(max-width:768px){.bbr-approver-detail{padding:4px;min-width:auto;max-width:auto;overflow-y:auto}.bbr-approver-detail-grid{display:flex;flex-direction:column}}.bbr-form-approval{background-color:#fff;border-radius:10px;box-shadow:0 14px 28px #57575740,0 10px 10px #ffffff38;width:90%;max-width:900px;height:80vh;display:flex;flex-direction:column;overflow:hidden}.bbr-form-approval-header{flex-shrink:0;padding:20px 24px 10px;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.bbr-form-approval-approver{display:flex;gap:14px}.bbr-form-approval-approver-avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#4c9fc2,#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:600;flex-shrink:0;margin:auto 0}.bbr-form-approval-approver-info{flex:1;min-width:0}.bbr-form-approval-approver-label{font-size:14px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-weight:500;margin-bottom:2px}.bbr-form-approval-approver-name{font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bbr-form-approval-approver-meta{font-size:12px;color:#6b7280;margin-top:2px}.bbr-form-approval-id-block{text-align:right;flex-shrink:0}.bbr-form-approval-id-label{font-size:14px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.bbr-form-approval-id{font-family:monospace;color:#374151;background:#fff;padding:4px 10px;border-radius:6px;border:1px solid #e5e7eb}.bbr-form-approval-banner{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:10px;margin-top:14px}.bbr-form-approval-banner.result-1{background:#d1fae5;color:#065f46}.bbr-form-approval-banner.result-2{background:#fee2e2;color:#991b1b}.bbr-form-approval-banner-meta{font-size:13px;opacity:.8;margin-top:2px}.bbr-approval-result-icon{font-size:28px;flex-shrink:0}.bbr-approval-result-icon.approved{color:#10b981}.bbr-approval-result-icon.rejected{color:#dc2626}.bbr-approval-result-icon.pending{color:#f59e0b}.bbr-form-approval-body{flex:1;overflow-y:auto;padding:20px 24px}.bbr-form-approval-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px;margin-bottom:14px}.bbr-form-approval-section:last-child{margin-bottom:0}.bbr-form-approval-section h3{margin:0 0 12px;font-size:15px;color:#111827}.bbr-form-approval-grid{display:grid;grid-template-columns:160px 1fr;row-gap:10px;column-gap:16px}.bbr-form-approval-grid label{color:#6b7280;font-weight:500}.bbr-form-approval-table{width:100%;border-collapse:collapse}.bbr-form-approval-table th{text-align:left;padding:8px 12px;background:#f3f4f6;color:#374151;font-weight:600;border-bottom:1px solid #e5e7eb}.bbr-form-approval-table td{padding:8px 12px;border-bottom:1px solid #f1f1f1}.bbr-form-approval-table tr:last-child td{border-bottom:none}.bbr-form-approval-action-area{flex-shrink:0;padding:16px 24px;border-top:1px solid #e5e7eb;background:#fff;box-shadow:0 -4px 12px #0000000a}.bbr-form-approval-action-buttons{display:flex;justify-content:flex-end;gap:12px}.bbr-form-approval-action-buttons button{display:inline-flex;align-items:center;gap:6px;border:none;cursor:pointer;transition:background .15s,opacity .15s}.bbr-form-approval-action-buttons button:disabled{opacity:.5;cursor:not-allowed}.bbr-form-approval-reject-form label{display:block;color:#374151;font-weight:500;margin-bottom:8px}.bbr-form-approval-reject-form input{width:100%;padding:10px 12px;font-family:inherit;resize:vertical;outline:none;margin-bottom:12px;box-sizing:border-box}.bbr-form-approval-reject-form input:focus{border-color:#dc2626}.bbr-ctrl-button-secondary{background:#f3f4f6;color:#374151}.bbr-ctrl-button-secondary:hover{background:#e5e7eb}.bbr-ctrl-button-danger{background:#dc2626;color:#fff}.bbr-ctrl-button-danger:hover{background:#b91c1c}@keyframes zoomIn{0%{transform:scale(.2);opacity:0}to{transform:scale(1);opacity:1}}.bbr-form-basement{position:fixed;display:grid;place-items:center;width:100vw;height:100vh}.bbr-form-basement-content{display:flex;border:1px solid rgba(15,23,42,.1);box-shadow:0 24px 60px #0206171a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;background-color:#fff;flex-direction:column;position:relative;width:100%;height:100%;transform:scale(.2);opacity:0;animation:zoomIn .1s ease-out forwards;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.bbr-form-officer{position:absolute;display:grid;grid-template-columns:20% 80%;padding:20px;top:50px;width:100%;height:calc(100% - 50px)}.bbr-form-officer .bbr-form-officer-menu{background:#fff;border-radius:15px;padding:15px 0;margin-right:20px;overflow:auto}.bbr-form-officer .bbr-form-officer-menu .bbr-form-officer-menu-items{display:flex;padding:10px 20px;cursor:pointer;text-decoration:none;color:inherit;cursor:default;align-items:center}.bbr-form-officer .bbr-form-officer-menu .bbr-form-officer-menu-items svg{margin-right:10px;width:24px;height:24px}.bbr-form-officer .bbr-form-officer-menu .bbr-form-officer-menu-items:hover{background:#f0f0f0}.bbr-form-officer .bbr-form-officer-content{overflow:auto}.bbr-ctrl-table{border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:16px;height:100%;width:100%;overflow:hidden}.bbr-ctrl-table button{padding:0;margin:3px;width:40px;height:40px;min-height:40px;font-size:1em;border:1px solid #d1d5db;border-radius:50%;background:#fff;transition:all .2s ease}.bbr-ctrl-table button:hover{opacity:.9;transform:translateY(-1px)}.bbr-ctrl-table button svg{width:22px;height:22px}.bbr-ctrl-table-header{display:flex;justify-content:space-between;align-items:center}.bbr-ctrl-table-header-actionbar{display:flex;height:100%}.bbr-ctrl-table-header-toolbar{display:flex;flex-direction:row;align-items:center}.bbr-ctrl-table-header-toolbar .bbr-ctrl-table-header-toolbar-export{display:flex}.bbr-ctrl-table-header-toolbar .bbr-ctrl-table-header-toolbar-search{display:flex;align-items:center;margin-left:10px}.bbr-ctrl-table-header-toolbar .bbr-ctrl-table-header-toolbar-search svg{width:32px;height:32px;margin:0 10px}.bbr-ctrl-table-header-toolbar .bbr-ctrl-table-header-toolbar-search input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633;outline:none}.bbr-ctrl-table-body{position:relative;height:100%;max-height:100%;overflow-y:auto;overflow-x:hidden;border-radius:8px;border:1px solid #e5e7eb}.bbr-ctrl-table-body table{width:100%;table-layout:fixed;border-collapse:collapse;font-size:14px}.bbr-ctrl-table-body table .bbr-ctrl-table-body-column-checkbox{width:45px}.bbr-ctrl-table-body table .bbr-ctrl-table-body-column-sticky{position:sticky;left:0;background:#fff;z-index:5;border-right:1px solid #e5e7eb}.bbr-ctrl-table-body table .bbr-ctrl-table-body-column-spancenter{text-align:center}.bbr-ctrl-table-body table thead th{position:sticky;top:0;z-index:2;background:#f9fafb;padding:12px;text-align:left;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb;cursor:pointer}.bbr-ctrl-table-body table thead th.bbr-ctrl-table-body-column-sticky{z-index:10}.bbr-ctrl-table-body table thead th.bbr-ctrl-table-body-column-sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.bbr-ctrl-table-body table thead th.bbr-ctrl-table-body-column-sortable .bbr-ctrl-table-body-column-sortable-label{display:inline-flex;align-items:center;gap:4px}.bbr-ctrl-table-body table thead th.bbr-ctrl-table-body-column-sortable .bbr-ctrl-table-body-column-sortable-icon{font-size:10px;opacity:.6}.bbr-ctrl-table-body table thead th.bbr-ctrl-table-body-column-sortable:hover .bbr-ctrl-table-body-column-sortable-icon{opacity:1}.bbr-ctrl-table-body table tbody tr{transition:background .15s ease;cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.bbr-ctrl-table-body table tbody tr:hover{background:#f3f4f6}.bbr-ctrl-table-body table tbody td{padding:12px;border-bottom:1px solid #f1f1f1;color:#4b5563;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bbr-ctrl-table-body table tbody td span.bbr-ctrl-table-body-highlight-green{color:#00ff1d}.bbr-ctrl-table-body table tbody td span.bbr-ctrl-table-body-highlight-red{color:#ff4242}.bbr-ctrl-table-footer{display:flex;justify-content:space-between;align-items:center;padding-top:8px}.bbr-ctrl-table-footer-summary{display:flex;align-items:center;gap:12px}.bbr-ctrl-table-footer-summary span{white-space:nowrap}.bbr-ctrl-table-footer-summary select{font-size:1em;font-weight:400;line-height:1.5;color:var(--font-color);display:flex;border:none;outline:none;width:100%;background:var(--input-background);height:40px;min-height:40px;border-radius:25px;align-items:center;padding:0 40px 0 20px;transition:all .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-caret-down-fill'%20viewBox='0%200%2016%2016'%3e%3cpath%20d='M7.247%2011.14%202.451%205.658C1.885%205.013%202.345%204%203.204%204h9.592a1%201%200%200%201%20.753%201.659l-4.796%205.48a1%201%200%200%201-1.506%200z'/%3e%3c/svg%3e") 85% / 15% no-repeat #eee}.bbr-ctrl-table-footer-summary select:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633;outline:none}.bbr-ctrl-table-footer-pagination{display:flex;align-items:center;gap:10px}.bbr-ctrl-table-footer-pagination button{width:32px;height:32px;min-height:32px}.bbr-ctrl-table-footer-pagination button:hover:not(:disabled){background:#f3f4f6;transform:translateY(-1px)}.bbr-ctrl-table-footer-pagination button:disabled{opacity:.4;cursor:not-allowed}.bbr-ctrl-tabs{display:flex;gap:4px;border-bottom:1px solid #e5e7eb;margin-bottom:16px;width:100%;flex-shrink:0}.bbr-ctrl-tab{padding:6px 16px;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;border-radius:6px 6px 0 0;font-size:.9rem;color:#9ca3af;cursor:pointer;transition:background .15s,color .15s,border-color .15s;font-family:inherit}.bbr-ctrl-tab:hover{color:#374151;background:#f3f4f6}.bbr-ctrl-tab.bbr-ctrl-tab-active{color:#111827;background:#f3f4f6;font-weight:600;border-bottom-color:#111827}.bbr-ctrl-editablefield{position:relative;width:100%}.bbr-ctrl-editablefield-display{font-size:1rem;color:#111827;font-weight:400;line-height:1.5;display:flex;border:none;outline:none;width:100%;height:40px;min-height:40px;border-radius:25px;align-items:center;padding:0 44px 0 20px;background:var(--display-background);box-sizing:border-box}.bbr-ctrl-editablefield-input{width:100%;font-size:1rem;color:#111827;line-height:1.5;border:1.5px solid var(--secondary-color);outline:none;height:40px;min-height:40px;border-radius:25px;padding:0 88px 0 20px;background:#fff;font-family:inherit;box-sizing:border-box}.bbr-ctrl-editablefield-actions{position:absolute;right:4px;top:50%;transform:translateY(-50%);display:flex;gap:2px}.bbr-ctrl-editablefield-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;min-height:32px;padding:0;margin:0;border:none;border-radius:50%;background:transparent;cursor:pointer;font-size:14px;transition:background .15s,color .15s;color:#6b7280;flex-shrink:0}.bbr-ctrl-editablefield-btn.edit{opacity:0;transition:opacity .15s,background .15s,color .15s}.bbr-ctrl-editablefield:hover .bbr-ctrl-editablefield-btn.edit{opacity:1}.bbr-ctrl-editablefield-btn.edit:hover{background:#e5e7eb;color:#374151}.bbr-ctrl-editablefield-btn.confirm{color:#16a34a}.bbr-ctrl-editablefield-btn.confirm:hover{background:#dcfce7}.bbr-ctrl-editablefield-btn.cancel{color:#dc2626}.bbr-ctrl-editablefield-btn.cancel:hover{background:#fee2e2}.bbr-form-visitor{position:absolute;display:grid;grid-template-columns:20% 80%;padding:20px;top:50px;width:100%;height:calc(100% - 50px)}.bbr-form-visitor .bbr-form-visitor-menu{background:#fff;border-radius:15px;padding:15px 0;margin-right:20px;overflow:auto}.bbr-form-visitor .bbr-form-visitor-menu .bbr-form-visitor-menu-items{display:flex;padding:10px 20px;cursor:pointer;text-decoration:none;color:inherit;cursor:default;align-items:center}.bbr-form-visitor .bbr-form-visitor-menu .bbr-form-visitor-menu-items svg{margin-right:10px;width:24px;height:24px}.bbr-form-visitor .bbr-form-visitor-menu .bbr-form-visitor-menu-items:hover{background:#f0f0f0}.bbr-form-visitor .bbr-form-visitor-content{overflow:auto}.bbr-form-visitor-transaction{background:#fff;width:100%;height:100%;border-radius:15px;overflow:hidden;display:flex;flex-direction:column;align-items:center}.bbr-transaction-viewer{max-width:850px;min-width:800px;overflow:auto}.bbr-transaction-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px;margin-bottom:12px}.bbr-transaction-section h4{margin:0 0 10px;font-size:13px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.bbr-transaction-grid{display:grid;grid-template-columns:140px 1fr;row-gap:8px;column-gap:12px;font-size:14px}.bbr-transaction-grid label{color:#6b7280;font-weight:500}.bbr-transaction-table{width:100%;border-collapse:collapse;font-size:14px}.bbr-transaction-table th{text-align:left;padding:8px 12px;background:#f3f4f6;color:#374151;font-weight:600}.bbr-transaction-table td{padding:8px 12px;border-bottom:1px solid #f1f1f1}.bbr-transaction-table tr:last-child td{border-bottom:none}.bbr-transaction-timeline{display:flex;flex-direction:column;gap:10px}.bbr-transaction-timeline-item{display:flex;align-items:flex-start;gap:12px;padding:12px;border:1px solid #e5e7eb;border-radius:8px;background:#fafafa}.bbr-transaction-timeline-item.result-1{border-left:3px solid #10b981}.bbr-transaction-timeline-item.result-2{border-left:3px solid #dc2626}.bbr-transaction-timeline-item.result-0{border-left:3px solid #f59e0b}.bbr-transaction-timeline-item.result-3{border-left:3px solid #9ca3af;opacity:.7}.bbr-transaction-icon{font-size:25px;flex-shrink:0;margin:auto 0}.bbr-transaction-icon.approved{color:#10b981}.bbr-transaction-icon.rejected{color:#dc2626}.bbr-transaction-icon.pending{color:#f59e0b}.bbr-transaction-icon.superseded{color:#9ca3af}.bbr-transaction-timeline-content{display:flex;gap:30px}.bbr-transaction-timeline-name,.bbr-transaction-timeline-email,.bbr-transaction-timeline-type{display:flex;flex-direction:column;font-weight:600;color:#111827;font-size:14px}.bbr-transaction-timeline-name span,.bbr-transaction-timeline-email span,.bbr-transaction-timeline-type span{font-size:12px;color:#6b7280;font-weight:400}.bbr-transaction-action-area{padding:14px 0 0;border-top:1px solid #e5e7eb;margin-top:8px;width:100%}.bbr-transaction-action-buttons{display:flex;justify-content:center;gap:10px}.bbr-transaction-reject-form label{display:block;color:#374151;font-weight:500;margin-bottom:8px}.bbr-transaction-reject-form input{width:100%;padding:10px 12px;border:1px solid #e5e7eb;font-size:14px;font-family:inherit;resize:vertical;margin-bottom:12px;box-sizing:border-box;outline:none}.bbr-transaction-reject-form input:focus{border-color:#dc2626}.bbr-form-setting-systemlog{background:#fff;width:100%;height:100%;border-radius:15px;overflow:hidden;display:flex;flex-direction:column;align-items:center}.bbr-form-officer-management-viewer{padding:20px;display:grid;grid-template-columns:15% 35% 15% 35%;gap:10px;width:100%;align-items:center;justify-content:center}.bbr-form-officer-management-viewer label{font-size:1em;color:#6b7280}.bbr-form-officer-management-viewer .bbr-form-officer-management-viewer-field-value{font-size:1rem;color:#111827;font-weight:400;line-height:1.5;display:flex;border:none;outline:none;width:100%;height:40px;min-height:40px;border-radius:25px;align-items:center;padding:0 44px 0 20px;background:var(--display-background);box-sizing:border-box}.bbr-form-officer-management-viewer .bbr-form-officer-management-viewer-field-input{width:100%;font-size:1rem;color:#111827;line-height:1.5;border:1.5px solid var(--secondary-color);outline:none;height:40px;min-height:40px;border-radius:25px;padding:0 88px 0 20px;background:#fff;font-family:inherit;box-sizing:border-box}.bbr-form-system{position:absolute;display:grid;grid-template-columns:20% 80%;padding:20px;top:50px;width:100%;height:calc(100% - 50px)}.bbr-form-system .bbr-form-system-menu{background:#fff;border-radius:15px;padding:15px 0;margin-right:20px;overflow:hidden}.bbr-form-system .bbr-form-system-menu .bbr-form-system-menu-items{display:flex;padding:10px 20px;cursor:pointer;text-decoration:none;color:inherit;cursor:default;align-items:center}.bbr-form-system .bbr-form-system-menu .bbr-form-system-menu-items svg{margin-right:10px;width:24px;height:24px}.bbr-form-system .bbr-form-system-menu .bbr-form-system-menu-items:hover{background:#f0f0f0}.bbr-form-system .bbr-form-system-content{position:relative;overflow:hidden;border-radius:15px;height:100%;background:#fff}.bbr-form-system-configuration{display:flex;gap:20px;padding:24px;width:100%;height:100%;background:#f7f8fa;border-radius:15px;overflow:hidden}.bbr-form-system-configuration-body{max-width:780px;margin:40px auto;padding:0 20px;display:flex;flex-direction:column;gap:24px}.bbr-form-system-configuration-sidebar{width:220px;flex-shrink:0;background:#fff;border:.5px solid #e5e7eb;border-radius:12px;padding:16px;height:fit-content}.bbr-form-system-configuration-sidebar-title{font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;margin:0 0 12px;padding:0 8px}.bbr-form-system-configuration-sidebar-nav button{display:block;width:100%;text-align:left;padding:7px 10px;border-radius:8px;color:#374151;background:transparent;border:none;cursor:pointer;transition:background .15s}.bbr-form-system-configuration-sidebar-nav button:hover{background:#f3f4f6}.bbr-form-system-configuration-main{flex:1;display:flex;flex-direction:column;gap:16px;overflow-y:auto;padding-right:4px}.bbr-form-system-configuration-main-card{background:#fff;border:.5px solid #e5e7eb;border-radius:12px}.sbbr-form-system-configuration-main-card-header{padding:16px 20px;border-bottom:.5px solid #e5e7eb;background:#f3f3f3;border-radius:12px 12px 0 0}.bbr-form-system-configuration-main-card-prefix{font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.bbr-form-system-configuration-main-card-title{font-size:15px;font-weight:500;color:#111827;margin:0}.bbr-form-system-configuration-main-card-body{padding:8px 12px}.bbr-form-system-configuration-main-card-body-grid{display:flex;flex-direction:column}.bbr-form-system-configuration-main-card-body-grid-row{display:inline-flex;padding:10px;border-radius:8px;transition:background .15s;width:100%;justify-content:space-between}.bbr-form-system-configuration-main-card-body-grid-row:hover{background:#f9fafb}.bbr-form-system-configuration-main-card-body-grid-row-label{width:49%}.bbr-form-system-configuration-main-card-body-grid-row-value{width:49%;overflow:hidden;text-overflow:ellipsis;text-align:right}.bbr-form-system-configuration-main-card-body-grid-row-value svg{width:24px;height:24px}.bbr-form-system-configuration-main-card-body-grid-divider{height:.5px;background:#e5e7eb;margin:0 10px}.bbr-form-system-configuration-modal-content{display:flex;align-items:center;min-width:500px}.bbr-ctrl-htmleditor{display:flex;flex-direction:column;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#fff;width:100%;height:100%}.bbr-ctrl-htmleditor-toolbar{display:flex;align-items:center;gap:4px;padding:8px 12px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.bbr-ctrl-htmleditor-btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;margin:0;border:none;border-radius:6px;background:transparent;color:#4b5563;font-size:15px;cursor:pointer;transition:background .15s,color .15s}.bbr-ctrl-htmleditor-btn:hover{background:#e5e7eb;color:#111827}.bbr-ctrl-htmleditor-btn.active{background:#111827;color:#fff}.bbr-ctrl-htmleditor-divider{width:1px;height:22px;background:#e5e7eb;margin:0 4px;flex-shrink:0}.bbr-ctrl-htmleditor-select{width:auto;min-width:100px}.bbr-ctrl-htmleditor-select:hover,.bbr-ctrl-htmleditor-select:focus{border-color:#9ca3af}.bbr-ctrl-htmleditor-colors{display:flex;align-items:center}.bbr-ctrl-htmleditor-color-btn{width:20px;height:20px;min-height:20px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:transform .15s,border-color .15s;padding:0}.bbr-ctrl-htmleditor-color-btn:hover{transform:scale(1.2);border-color:#9ca3af}.bbr-ctrl-htmleditor-content{flex:1;min-height:0;padding:12px 16px;font-size:14px;color:#111827;line-height:1.6;outline:none;overflow-y:auto}.bbr-ctrl-htmleditor-content .ProseMirror{outline:none}.bbr-ctrl-htmleditor-content:focus-within{outline:none}.bbr-ctrl-imageeditor-empty{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#9ca3af;pointer-events:none}.bbr-ctrl-imageeditor-empty svg{width:36px;height:36px;opacity:.5}.bbr-ctrl-imageeditor-empty span{font-size:13px;font-weight:500}.bbr-ctrl-imageeditor-empty small{font-size:11px;opacity:.7}.bbr-ctrl-imageeditor-preview{width:525px;height:360px;object-fit:contain;display:block}.bbr-ctrl-imageeditor-overlay{position:absolute;inset:0;background:#00000073;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;opacity:0;transition:opacity .22s ease;pointer-events:none}.bbr-ctrl-imageeditor-body:hover .bbr-ctrl-imageeditor-overlay{opacity:1}.bbr-ctrl-imageeditor-body.is-changed .bbr-ctrl-imageeditor-overlay{display:none}.bbr-ctrl-imageeditor-overlay svg{width:32px;height:32px;color:#fff}.bbr-ctrl-imageeditor-overlay span{color:#fff;font-size:13px;font-weight:600;letter-spacing:.03em}.bbr-ctrl-imageeditor-badge{position:absolute;top:10px;right:10px;background:#f59e0b;color:#fff;font-size:10px;font-weight:700;padding:2px 8px;border-radius:99px;pointer-events:none;letter-spacing:.04em}.bbr-ctrl-imageeditor-actionarea{position:absolute;bottom:0;width:100%;display:flex;padding:10px;justify-content:space-between;align-items:center;background:#ffffffbf;opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease;pointer-events:none}.bbr-ctrl-imageeditor-actionarea.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.bbr-ctrl-imageeditor-hint{color:#000;font-weight:700}.bbr-ctrl-imageeditor-actions{display:flex}.bbr-ctrl-sortabletable{position:relative;height:100%;max-height:100%;overflow-y:auto;overflow-x:hidden;border-radius:8px;border:1px solid #e5e7eb}.bbr-ctrl-sortabletable table{width:100%;table-layout:fixed;border-collapse:collapse;font-size:14px}.bbr-ctrl-sortabletable table thead th{position:sticky;top:0;z-index:2;background:#f9fafb;padding:12px;text-align:left;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb;cursor:pointer}.bbr-ctrl-sortabletable table tbody tr{transition:background .15s ease;cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.bbr-ctrl-sortabletable table tbody tr:hover{background:#f3f4f6}.bbr-ctrl-sortabletable table tbody td{padding:12px;border-bottom:1px solid #f1f1f1;color:#4b5563}.bbr-ctrl-sortabletable-remove-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;margin:auto;border:none;border-radius:50%;background:transparent;color:#9ca3af;font-size:13px;cursor:pointer;transition:background .15s,color .15s;opacity:0}.bbr-ctrl-sortabletable table tbody tr:hover .bbr-ctrl-sortabletable-remove-btn{opacity:1}.bbr-ctrl-sortabletable-remove-btn:hover{background:#fee2e2;color:#dc2626}.bbr-openhour-editor{display:flex;flex-direction:column;gap:8px;width:100%}.bbr-openhour-row{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;transition:background .15s}.bbr-openhour-row-disabled{background:#f9fafb;opacity:.6}.bbr-openhour-day{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;color:#374151;cursor:pointer;min-width:130px}.bbr-openhour-day input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#6366f1}.bbr-openhour-times{display:flex;align-items:center;gap:8px}.bbr-openhour-times input[type=time]{padding:6px 10px;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;color:#374151;outline:none;transition:border-color .15s}.bbr-openhour-times input[type=time]:focus{border-color:#6366f1}.bbr-openhour-times input[type=time]:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.bbr-openhour-separator{color:#9ca3af;font-size:14px}.bbr-ctrl-treeview{width:600px;overflow-y:auto;overflow-x:auto;padding:16px}.bbr-ctrl-treeview-root-add{margin-bottom:16px}.bbr-ctrl-treeview-root-add-btn{display:flex;align-items:center;gap:4px;padding:6px 14px;border:1.5px dashed #cbd5e1;border-radius:8px;background:transparent;color:#6b7280;font-size:14px;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.bbr-ctrl-treeview-root-add-btn:hover{border-color:#93c5fd;color:#2563eb;background:#eff6ff}.bbr-ctrl-treeview ul{list-style:none;padding-left:32px}.bbr-ctrl-treeview ul li{padding:70px 0 0 35px;position:relative}.bbr-ctrl-treeview ul li:before{content:"";position:absolute;top:-26px;left:-31px;border-left:2px dashed #a2a5b5;width:1px;height:100%}.bbr-ctrl-treeview ul li:after{content:"";position:absolute;border-top:2px dashed #a2a5b5;top:95px;left:-30px;width:65px}.bbr-ctrl-treeview ul li:last-child:before{top:-22px;height:115px}.bbr-ctrl-treeview-root{padding-left:0!important}.bbr-ctrl-treeview-root>li:after,.bbr-ctrl-treeview-root>li:last-child:before{content:unset!important}.bbr-ctrl-treeview-root>li:before{content:unset!important}.bbr-ctrl-treeview-root>li>ul{padding-left:34px}.treeview__level{padding:7px 12px 7px 45px;display:inline-flex;align-items:center;gap:8px;width:100%;height:50px;border-radius:6px;font-weight:600;font-size:14px;border:1px solid #e3e5ef;position:relative;z-index:1;background:#fff;color:#374151;transition:box-shadow .15s,background .15s}.treeview__level:before{content:attr(data-label);position:absolute;left:-27px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;height:55px;width:55px;border-radius:50%;border:7.5px solid;background-color:#54a6d9;border-color:#d5e9f6;color:#fff;font-weight:700}.bbr-ctrl-treeview-root>li>.treeview__level:before{height:60px;width:60px;top:50%;left:-30px;background-color:#54a6d9;border-color:#d5e9f6}.treeview__level.selected{background-color:#f9f9fb;box-shadow:0 3px 15px #0000001a}.treeview__level.inactive{opacity:.5}.level-title{cursor:pointer;-webkit-user-select:none;user-select:none;width:100%}.level-title:hover{text-decoration:underline}.treeview__level-btns{display:inline-flex;align-items:center;gap:4px;position:relative}.treeview__add-sub{display:flex;align-items:center;gap:4px;position:absolute;top:50px;right:-13px;z-index:10;background:#fff;border:1px solid #e3e5ef;border-radius:8px;padding:6px 8px;box-shadow:0 4px 12px #0000001a;white-space:nowrap}.treeview__add-sub input{width:100%;min-width:300px}.treeview__add-sub input:focus{border-color:#9ca3af}.treeview__inline-edit{display:inline-flex;align-items:center;gap:4px;width:100%}.treeview__btn.confirm:hover{color:#059669}.treeview__btn.cancel:hover{color:#dc2626}.bbr-form-system-log{width:100%;height:100%;border-radius:15px;overflow:hidden;display:flex;flex-direction:column;align-items:center}.bbr-form-system-log-viewer{padding:10px;display:grid;grid-template-columns:30% 70%;gap:10px;width:500px;align-items:center;overflow-x:hidden}.bbr-form-system-log-viewer label{font-size:1em;color:#6b7280}.bbr-form-system-log-viewer .bbr-form-system-log-field-value{position:relative;font-size:1rem;color:#111827;font-weight:400;border:none;outline:none;width:100%;height:40px;min-height:40px;border-radius:25px;align-items:center;padding:0 20px;background:var(--display-background);display:block;line-height:40px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bbr-form-system-log-viewer .bbr-form-system-log-field-value .bbr-ctrl-button-icon-circle{position:absolute;top:0;right:0;margin:5px;min-width:30px!important;min-height:30px!important;max-width:30px!important;max-height:30px!important}
