:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--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-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.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;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.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: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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.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}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loading_cb8nh_1::-webkit-scrollbar{display:none!important}._loading_cb8nh_1{overflow:hidden;height:100vh}._navbar_cb8nh_19{position:fixed!important;top:0!important;left:0!important;width:100%!important;z-index:100!important;background-color:#fff!important;border-bottom:0px solid #eaeaea!important}._loading_ayyor_1::-webkit-scrollbar{display:none!important}._loading_ayyor_1{overflow:hidden;height:100vh}._navbar_ayyor_19{position:fixed!important;top:0!important;left:0!important;width:100%!important;z-index:100!important}._navbar2_0_ayyor_35{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}._kiboStar_q3dxq_1{display:inline-block;vertical-align:middle;line-height:0}._wipe_q3dxq_13{animation:_kiboWipe_q3dxq_1 2.5s cubic-bezier(.45,0,.2,1) infinite}@keyframes _kiboWipe_q3dxq_1{0%{width:0}50%{width:60px}60%,to{width:60px}}._once_q3dxq_33 ._wipe_q3dxq_13{animation:_kiboWipeOnce_q3dxq_1 2.5s cubic-bezier(.45,0,.2,1) forwards}@keyframes _kiboWipeOnce_q3dxq_1{0%{width:0}to{width:60px}}@media (prefers-reduced-motion: reduce){._wipe_q3dxq_13{animation:none;width:60px}}._button_ons59_1{text-transform:capitalize!important}._title_ons59_9{margin-left:3px;font-family:Plus Jakarta Sans!important;font-weight:600}._dialogAct_ons59_21 button{background-color:transparent!important}@media (max-width: 450px){._button_ons59_1{display:flex}}._content_ons59_51::-webkit-scrollbar{display:none}._container_ons59_59{display:flex;flex-direction:column}._page_ons59_69{display:flex;align-items:center;justify-content:space-between;font-weight:500;font-size:16px;padding:10px}._delete_ons59_87{width:40px!important;height:40px!important;padding:25px!important;min-width:unset!important;margin-left:10px!important}._image_ons59_103{width:100%;border-radius:10px}._bxt_ons59_113{margin:0;padding:12px}._dialogAct_ons59_21{padding:0 24px 24px!important;background-color:transparent!important}._title_txt_ons59_133{font-weight:600!important}._title_down_txt_ons59_141{opacity:.7!important}._button_a1djz_1{font-family:Plus Jakarta Sans,sans-serif!important;text-transform:capitalize!important;padding:10px 20px!important;border-radius:10px!important;border-color:var(--root-color)!important;color:var(--root-color)!important}._buttonDesk_a1djz_19{color:var(--accent-color)!important;border-color:var(--accent-color)!important;background-color:#1976d21f!important}._error_a1djz_31{color:var(--error)!important;border-color:var(--error)!important}._active_a1djz_41{border-color:var(--root-color)!important;background-color:var(--root-color)!important;color:#fff!important}._iconOnly_a1djz_53{min-width:unset!important;padding:12px!important}@media (max-width: 768px){._button_a1djz_1{align-items:center;width:100%;margin-right:0!important}}._contained_a1djz_79{margin:20px 20px 0 0!important;color:#fff!important}._round_a1djz_89{width:40px;height:40px;border-radius:50%!important;padding:0!important;min-width:unset}._notselected_a1djz_105,._disabled_a1djz_115{color:#00000061!important;border-color:#0003!important}._responsive_a1djz_125{width:40px!important;height:40px!important;padding:25px!important;min-width:unset!important;margin-left:10px!important}.CircularProgressbar{width:100%;vertical-align:middle}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;font-size:20px;dominant-baseline:middle;text-anchor:middle}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}._button_8gm2p_1{text-transform:capitalize!important}._title_8gm2p_9{margin-left:3px;font-family:Plus Jakarta Sans!important;font-weight:600}._dialogAct_8gm2p_21 button{background-color:transparent!important}._dialogAct_8gm2p_21 p{line-height:1.7;font-weight:400}@media (max-width: 450px){._button_8gm2p_1{display:flex}}._content_8gm2p_61::-webkit-scrollbar{display:none}._container_8gm2p_69{display:flex;flex-direction:column}._page_8gm2p_81{display:flex;align-items:center;justify-content:space-between;font-weight:500;font-size:28px;padding:10px}._delete_8gm2p_99{width:40px!important;height:40px!important;padding:25px!important;min-width:unset!important;margin-left:10px!important}._image_8gm2p_115{width:100%;border-radius:10px}._bxt_8gm2p_125{margin:0;padding:12px}._dialogAct_8gm2p_21{padding:0 20px 20px!important;background-color:transparent!important}._title_txt_8gm2p_145{font-weight:600!important}._title_down_txt_8gm2p_153{opacity:.7!important}._button_6rshr_1{text-transform:capitalize!important}._title_6rshr_9{margin-left:3px;font-family:Inter!important;font-weight:600}._dialogAct_6rshr_21 button{background-color:transparent!important}@media (max-width: 450px){._button_6rshr_1{display:flex}}._content_6rshr_51::-webkit-scrollbar{display:none}._container_6rshr_59{display:flex;flex-direction:column}._page_6rshr_69{display:flex;align-items:center;justify-content:space-between;font-weight:500;font-size:16px;padding:10px}._delete_6rshr_87{width:40px!important;height:40px!important;padding:25px!important;min-width:unset!important;margin-left:10px!important}._image_6rshr_103{width:100%;border-radius:10px}._bxt_6rshr_113{margin:0;padding:12px}._dialogAct_6rshr_21{padding:0 24px 24px!important;background-color:transparent!important}._title_txt_6rshr_133{font-weight:600!important}._title_down_txt_6rshr_141{opacity:.7!important}._kiboStar_19y37_1{display:inline-block;vertical-align:middle;line-height:0}._wipe_19y37_13{animation:_kiboWipe_19y37_1 2.5s cubic-bezier(.45,0,.2,1) infinite}@keyframes _kiboWipe_19y37_1{0%{width:0}50%{width:60px}60%,to{width:60px}}._once_19y37_33 ._wipe_19y37_13{animation:_kiboWipeOnce_19y37_1 2.5s cubic-bezier(.45,0,.2,1) forwards}@keyframes _kiboWipeOnce_19y37_1{0%{width:0}to{width:60px}}@media (prefers-reduced-motion: reduce){._wipe_19y37_13{animation:none;width:60px}}._alert_Container_1l63e_1{border-radius:10px;font-weight:600}._button_jhhvm_1{font-family:Inter,sans-serif!important;text-transform:capitalize!important;padding:10px 20px!important;border-radius:10px!important}._buttonDesk_jhhvm_17{color:var(--accent-color)!important;border-color:var(--accent-color)!important;background-color:#1976d21f!important}._error_jhhvm_29{color:var(--error)!important;border-color:var(--error)!important}._active_jhhvm_39{border-color:var(--root-color)!important;background-color:var(--root-color)!important;color:#fff!important}@media (max-width: 768px){._button_jhhvm_1{align-items:center;width:100%;margin-right:0!important}}._contained_jhhvm_67{margin:20px 20px 0 0!important;color:#fff!important}._round_jhhvm_77{width:40px;height:40px;border-radius:50%!important;padding:0!important;min-width:unset}._notselected_jhhvm_93{color:#00000061!important}._disabled_jhhvm_103{color:#00000061!important;border-color:#0003!important}._responsive_jhhvm_113{width:40px!important;height:40px!important;padding:25px!important;min-width:unset!important;margin-left:10px!important}._button_u3e9e_1{text-transform:capitalize!important}._title_u3e9e_9{margin-left:3px;font-family:Inter!important;font-weight:600}._dialogAct_u3e9e_21 button{background-color:transparent!important}._dialogAct_u3e9e_21 p{line-height:1.7;font-weight:400}@media (max-width: 450px){._button_u3e9e_1{display:flex}}a{color:var(--root-color)}._content_u3e9e_61::-webkit-scrollbar{display:none}._container_u3e9e_69{display:flex;flex-direction:column}._page_u3e9e_81{display:flex;align-items:center;justify-content:space-between;font-weight:500;font-size:28px;padding:10px}._delete_u3e9e_99{width:40px!important;height:40px!important;padding:25px!important;min-width:unset!important;margin-left:10px!important}._image_u3e9e_115{width:100%;border-radius:10px}._bxt_u3e9e_125{margin:0;padding:12px}._dialogAct_u3e9e_21{padding:0 20px 20px!important;background-color:transparent!important}._title_txt_u3e9e_145{font-weight:600!important}._title_down_txt_u3e9e_153{opacity:.7!important}._loader_ra6wo_1{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:9999;display:flex;justify-content:center;align-items:center;overflow:hidden}._loader_ra6wo_1 img,._loader_ra6wo_1 [data-kibo-star-loader]{width:250px}._show_ra6wo_41{display:flex}._hide_ra6wo_49{display:none}._kiboStarLoader_1e8lg_1{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}._kiboStarLoader_1e8lg_1 svg{display:block}._loader_needd_1{position:fixed;top:0;left:0;width:100%;height:100%;background:#ffffff;z-index:9999;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;font-family:Inter,sans-serif}._loader_needd_1 img,._loader_needd_1 [data-kibo-star-loader]{width:250px;height:auto}html.new-ui ._loader_needd_1{background:radial-gradient(ellipse 800px 600px at 15% 12%,rgba(210,254,168,.22),transparent 60%),radial-gradient(ellipse 800px 600px at 85% 12%,rgba(251,255,142,.18),transparent 60%),radial-gradient(ellipse 1200px 800px at 50% 100%,rgba(117,194,243,.08),transparent 70%),#fafbfc}._show_needd_59{display:flex}._hide_needd_67{display:none}._stage_needd_75{display:flex;flex-direction:column;align-items:center;gap:20px}._wordmark_needd_89{font-family:Halyard Display,Inter,sans-serif;font-size:22px;font-weight:600;color:#020617;letter-spacing:2px}._caption_needd_105{font-size:12.5px;color:#757e8e;letter-spacing:.4px}._kiboStarLoader_14jly_1{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}._kiboStarLoader_14jly_1 svg{display:block}._button_p4jsz_1{text-transform:capitalize!important}._title_p4jsz_9{font-family:Plus Jakarta Sans!important;font-weight:600}._actions_p4jsz_21 button{background-color:transparent!important}@media (max-width: 450px){._button_p4jsz_1{display:flex}}._content_p4jsz_43::-webkit-scrollbar{display:none}._container_p4jsz_51{display:flex;flex-direction:column}._page_p4jsz_61{display:flex;align-items:center;justify-content:space-between;font-weight:500;font-size:16px;padding:10px}._delete_p4jsz_79{width:40px!important;height:40px!important;padding:0!important;min-width:unset!important;margin-left:10px!important}._image_p4jsz_95{width:100%;border-radius:10px}._titletxt_p4jsz_105{font-weight:600!important}._titleDownTxt_p4jsz_113{opacity:.7}._langDropdown_p4jsz_121{width:100%!important;border-radius:20px!important}._dialogAct_p4jsz_131{padding:0 24px 24px!important}._selectbxt_p4jsz_139{margin:0!important}._closebxt_p4jsz_147{margin:0;padding:12px}._close_color_p4jsz_157{color:var(--error)}._selectbxt_p4jsz_139{color:var(--root-color)!important;border-color:var(--root-color)!important}._button_18y6r_1{text-transform:capitalize!important}._title_18y6r_9{font-family:Inter!important;font-weight:600}._actions_18y6r_21 button{background-color:transparent!important}@media (max-width: 450px){._button_18y6r_1{display:flex}}._content_18y6r_43::-webkit-scrollbar{display:none}._container_18y6r_51{display:flex;flex-direction:column}._page_18y6r_61{display:flex;align-items:center;justify-content:space-between;font-weight:500;font-size:16px;padding:10px}._delete_18y6r_79{width:40px!important;height:40px!important;padding:0!important;min-width:unset!important;margin-left:10px!important}._image_18y6r_95{width:100%;border-radius:10px}._titletxt_18y6r_105{font-weight:600!important}._titleDownTxt_18y6r_113{opacity:.7}._langDropdown_18y6r_121{width:100%!important;border-radius:20px!important}._dialogAct_18y6r_131{padding:0 24px 24px!important}._selectbxt_18y6r_139{margin:0!important}._closebxt_18y6r_147{margin:0;padding:12px}._close_color_18y6r_157{color:var(--error)}._selectbxt_18y6r_139{color:var(--root-color)!important;border-color:var(--root-color)!important}
