.custom-input-container,.custom-input-inside-container{position:relative}.custom-input-container .custom-input{padding:1rem 1.25rem;outline:none;border-radius:5px;width:100%!important}.custom-input-container .custom-span{position:absolute;top:50%;left:0;padding-inline:1rem;transform:translateY(-50%);transition:all .2s ease;user-select:none;pointer-events:none}.custom-input-container .custom-input.active+span,.custom-input-container .custom-input:active+span,.custom-input-container .custom-input:focus+span{top:0;left:.25rem;border-radius:5px;font-size:small;background-color:var(--color-white-900)}.custom-input-icon-container{position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.taptap-react-select-label:has(+.taptap-react-select-input:disabled){color:var(--color-white-300);cursor:not-allowed}.taptap-react-select-input--is-disabled{pointer-events:auto!important}.taptap-custom-dialog-container{position:fixed;inset:0;background:rgba(0,0,0,.5)}.custom-dialog-wrapper{width:calc(100% - calc(var(--base) * 2));margin-inline:auto;border-radius:calc(var(--padding) - 6px)}.custom-dialog-wrapper.full-screen{width:100%;max-width:100%;height:100svh;overflow:hidden;display:grid;grid-template-rows:auto 1fr auto;border-radius:0}.custom-dialog-wrapper.full-screen .custom-dialog-body{max-height:100%}.custom-dialog-wrapper.small-dialog{max-width:468px}.custom-dialog-wrapper.regular-dialog{max-width:768px}.custom-dialog-wrapper.medium-dialog{max-width:1024px}.custom-dialog-wrapper.large-dialog{max-width:1440px}.custom-dialog-wrapper.auto-dialog,.custom-dialog-wrapper.extralarge-dialog{max-width:1920px}.custom-dialog-header{border-top-left-radius:calc(var(--padding) - 6px);border-top-right-radius:calc(var(--padding) - 6px)}.custom-dialog-body{max-height:calc(100svh - 150px);overflow:auto}.custom-dialog-footer{border-bottom-left-radius:calc(var(--padding) - 6px);border-bottom-right-radius:calc(var(--padding) - 6px)}.custom-dialog-wrapper.full-screen .custom-dialog-footer,.custom-dialog-wrapper.full-screen .custom-dialog-header{border-radius:0}.custom-dialog-header-close-icon{position:absolute;top:50%;right:var(--base);transform:translateY(-50%);padding:calc(var(--padding) / 2);border-radius:calc(var(--borderRadius) / 4)}.custom-overlay-blur{backdrop-filter:blur(4px)}.custom-dialog-header-close-icon:focus-within{background:var(--color-danger-50);color:var(--color-danger-900)}.my-custom-drawer{position:fixed;z-index:-1}.my-custom-drawer.want-animation{transition:all .3s ease}.my-custom-drawer.bottom,.my-custom-drawer.curved-header{border-top-left-radius:1rem;border-top-right-radius:1rem}.my-custom-drawer.showFooter{display:grid!important;grid-template-rows:auto 1fr auto!important;height:100svh!important;height:100vh;overflow-anchor:none!important;overflow:hidden!important}.my-custom-drawer-header{position:relative;z-index:10}.my-custom-drawer-overlay.active{position:fixed;inset:0;background-color:rgba(0,0,0,.5);isolation:isolate}.my-custom-drawer.left,.my-custom-drawer.right{width:90%}.my-custom-drawer.bottom,.my-custom-drawer.top{height:90%}.my-custom-drawer.max-width-auto{width:auto}.my-custom-drawer.max-width-small{max-width:300px}.my-custom-drawer.max-width-regular{max-width:480px}.my-custom-drawer.max-width-medium{max-width:1240px}.my-custom-drawer.max-width-large{max-width:1440px}.my-custom-drawer.max-width-extra-large{max-width:1600px}.my-custom-drawer.max-width-full{width:100%;max-width:auto}.my-custom-drawer.max-height-auto{height:auto}.my-custom-drawer.max-height-small{max-height:40vh}.my-custom-drawer.max-height-regular{max-height:50vh}.my-custom-drawer.max-height-medium{max-height:60vh}.my-custom-drawer.max-height-large{max-height:75vh;display:flex;flex-direction:column}.my-custom-drawer.max-height-extra-large{max-height:90vh}.my-custom-drawer.max-height-full{height:100%;max-height:100%;display:flex;flex-direction:column;overflow:hidden}.my-custom-drawer.max-height-full .my-custom-drawer-header{flex-shrink:0;position:sticky;top:0}.my-custom-drawer.max-height-full .my-custom-drawer-body{flex:1 1 auto;min-height:0;overflow-y:auto}.my-custom-drawer.max-height-full .my-custom-drawer-footer{flex-shrink:0}.my-custom-drawer.left,.my-custom-drawer.right{top:0;bottom:0}.my-custom-drawer.bottom,.my-custom-drawer.top{left:0;right:0}.my-custom-drawer-header{position:sticky;top:0}.my-custom-drawer.showFooter .my-custom-drawer-header{position:static;top:auto}.my-custom-drawer.showFooter .my-custom-drawer-body{overflow-y:auto}.my-custom-drawer-decoration-img{position:absolute;max-width:100%;height:25%;padding-inline:var(--padding);user-select:none;pointer-events:none;z-index:-1}.my-custom-drawer.right.active .my-custom-drawer-decoration-img{bottom:0;right:0}.my-custom-drawer.left.active .my-custom-drawer-decoration-img{bottom:0;left:0}.my-custom-drawer-close-icon:hover{filter:brightness(90%)}.taptap-drawer-transition-enter{opacity:0;transform:translateX(100%)}.taptap-drawer-transition-enter-active{opacity:1;transform:translateX(0);transition:opacity .3s,transform .3s}.taptap-drawer-transition-exit{opacity:1;transform:translateX(0)}.taptap-drawer-transition-exit-active{opacity:0;transform:translateX(100%);transition:opacity .3s,transform .3s}.taptap-custom-drawer-bottom-enter{bottom:-100%}.taptap-custom-drawer-bottom-active,.taptap-custom-drawer-bottom-enter-done,.taptap-custom-drawer-bottom-exit{bottom:0}.taptap-custom-drawer-bottom-exit-active{bottom:-100%}.taptap-custom-drawer-right-enter{right:-100%}.taptap-custom-drawer-right-active,.taptap-custom-drawer-right-enter-done,.taptap-custom-drawer-right-exit{right:0}.taptap-custom-drawer-right-exit-active{right:-100%}.taptap-custom-drawer-left-enter{left:-100%}.taptap-custom-drawer-left-active,.taptap-custom-drawer-left-enter-done,.taptap-custom-drawer-left-exit{left:0}.taptap-custom-drawer-left-exit-active{left:-100%}.taptap-custom-drawer-top-enter{top:-100%}.taptap-custom-drawer-top-active,.taptap-custom-drawer-top-enter-done,.taptap-custom-drawer-top-exit{top:0}.taptap-custom-drawer-top-exit-active{top:-100%}.taptap-custom-drawer-overlay-enter{opacity:0}.taptap-custom-drawer-overlay-active,.taptap-custom-drawer-overlay-enter-done{opacity:1}.taptap-custom-drawer-overlay-exit-active{opacity:0}.my-custom-drawer-footer{box-shadow:0 -1px 4px rgba(0,0,0,.2)}.taptap-checkbox-container{display:inline-flex;align-items:center;--taptap-checkbox-size:20px;--taptap-checkbox-radius:6px;--taptap-checkbox-border:var(--color-gray-300,#cbd5e1);--taptap-checkbox-bg:#ffffff;--taptap-checkbox-bg-checked:var(--color-primary-400,#f1473d);--taptap-checkbox-border-checked:var(--color-primary-400,#f1473d);--taptap-checkbox-tick:#ffffff;--taptap-checkbox-ring:var(--color-primary-200,#fca5a5)}.taptap-checkbox-container.left{flex-direction:row-reverse}.taptap-checkbox-container.right{flex-direction:row}.taptap-checkbox-container.top{flex-direction:column-reverse;align-items:center}.taptap-checkbox-container.bottom{flex-direction:column;align-items:center}.taptap-checkbox-size-small{--taptap-checkbox-size:16px;--taptap-checkbox-radius:5px;font-size:13px}.taptap-checkbox-size-medium{--taptap-checkbox-size:20px;--taptap-checkbox-radius:6px;font-size:14px}.taptap-checkbox-size-large{--taptap-checkbox-size:24px;--taptap-checkbox-radius:7px;font-size:16px}.taptap-checkbox-size-extraLarge{--taptap-checkbox-size:28px;--taptap-checkbox-radius:8px;font-size:18px}.taptap-checkbox-wrapper{position:relative;display:inline-flex;align-items:center;justify-content:center;width:var(--taptap-checkbox-size);height:var(--taptap-checkbox-size);cursor:pointer;flex-shrink:0}.taptap-custom-checkbox-input{position:absolute;inset:0;width:100%;height:100%;margin:0;padding:0;opacity:0;border:0;background:transparent;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;outline:none;box-shadow:none;z-index:1;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%)}.taptap-custom-checkbox-input:disabled{cursor:not-allowed}.taptap-checkbox-visual{position:absolute;inset:0;display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;border:1.5px solid var(--taptap-checkbox-border);border-radius:var(--taptap-checkbox-radius);background-color:var(--taptap-checkbox-bg);transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease;box-sizing:border-box;pointer-events:none}.taptap-checkbox-wrapper:hover .taptap-custom-checkbox-input:not(:disabled):not(:checked)+.taptap-checkbox-visual{border-color:var(--taptap-checkbox-bg-checked)}.taptap-custom-checkbox-input:checked+.taptap-checkbox-visual{background-color:var(--taptap-checkbox-bg-checked);border-color:var(--taptap-checkbox-border-checked)}.taptap-custom-checkbox-input:focus-visible+.taptap-checkbox-visual{box-shadow:0 0 0 3px var(--taptap-checkbox-ring)}.taptap-custom-checkbox-input:disabled+.taptap-checkbox-visual{opacity:.5;background-color:var(--color-gray-900,#f1f5f9);border-color:var(--color-gray-700,#94a3b8)}.taptap-checkbox-checkmark{width:70%;height:70%;color:var(--taptap-checkbox-tick);stroke:var(--taptap-checkbox-tick);display:block;pointer-events:none}.taptap-checkbox-checked-icon,.taptap-checkbox-icon{display:inline-flex;align-items:center;justify-content:center;width:70%;height:70%;pointer-events:none;color:var(--taptap-checkbox-tick)}.taptap-checkbox-label{line-height:1.2;color:inherit}