: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:hsla(0,0%,100%,.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(90deg,#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:translateZ(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:translateX(-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:translateX(-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-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.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 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1 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--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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{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:focus,.Toastify__close-button:hover{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:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid 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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-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(0deg)}to{transform:rotate(1turn)}}.genericComponent_asyncInput__2B_wD{position:relative}.genericComponent_asyncInput__2B_wD .ui.vertical.menu{max-height:200px!important;overflow:auto!important;margin:0!important;width:100%!important;position:absolute!important;z-index:2!important}.genericComponent_asyncInput__2B_wD .genericComponent_noResultsMessage__Jtcv1{padding-left:10px;padding-top:5px}.genericComponent_fieldWarning__nYlyd{color:red;font-style:italic;font-weight:700;cursor:grab}.genericComponent_non_ascii_characters__L0kti{width:auto;max-height:300px;overflow:auto;font-size:14px}.genericComponent_user_image__tySee:not(:first-child){margin-left:-5px}.genericComponent_user_image__tySee{height:32px;width:32px;border-radius:50%}.genericComponent_default_user_image__9hCMA{padding:3px 12px 5px;border-radius:50%;color:#fff;font-weight:400;font-size:14px}.playground_ide_keyboard_shortcuts_modal__4Xa1a{position:absolute;inset:0;z-index:100;display:flex;justify-content:center;background-color:transparent;align-items:center;transition:all .3s ease-in-out;pointer-events:none}.playground_ide_keyboard_shortcuts_modal__4Xa1a.playground_active__D3cpl{background-color:rgba(0,0,0,.7);pointer-events:all}.playground_ide_keyboard_shortcuts_modal__4Xa1a.playground_active__D3cpl .playground_modal_content__HcRmN{transform:translateY(0);opacity:1}.playground_ide_keyboard_shortcuts_modal__4Xa1a .playground_modal_content__HcRmN{background-color:#f4f4f6;padding:2rem;transform:translateY(-200px);opacity:0;transition:all .3s ease-in-out}.playground_ide_keyboard_shortcuts_modal__4Xa1a .playground_modal_content__HcRmN button{position:absolute;top:10px;right:10px;background-color:transparent;border:none;outline:none;cursor:pointer;opacity:.7;transition:all .3s ease-in-out;color:#000}.playground_ide_keyboard_shortcuts_modal__4Xa1a .playground_modal_content__HcRmN button:hover{opacity:1}.playground_ide_keyboard_shortcuts_modal__4Xa1a .playground_modal_content__HcRmN .playground_shortcut_table__Ud7rn{width:100%;border-collapse:collapse;margin-top:1rem}.playground_ide_keyboard_shortcuts_modal__4Xa1a .playground_modal_content__HcRmN .playground_shortcut_table__Ud7rn td,.playground_ide_keyboard_shortcuts_modal__4Xa1a .playground_modal_content__HcRmN .playground_shortcut_table__Ud7rn th{border:1px solid #000;padding:1rem 1.5rem;text-align:center}.playground_ide_keyboard_shortcuts_modal__4Xa1a .playground_modal_content__HcRmN .playground_shortcut_table__Ud7rn th{background-color:#d3d3d3}[playground-theme=dark] .playground_ide_keyboard_shortcuts_modal__4Xa1a .playground_modal_content__HcRmN{color:#fff;background-color:#181c1f}[playground-theme=dark] .playground_ide_keyboard_shortcuts_modal__4Xa1a .playground_modal_content__HcRmN button{color:#fff}[playground-theme=dark] .playground_ide_keyboard_shortcuts_modal__4Xa1a .playground_modal_content__HcRmN .playground_shortcut_table__Ud7rn td,[playground-theme=dark] .playground_ide_keyboard_shortcuts_modal__4Xa1a .playground_modal_content__HcRmN .playground_shortcut_table__Ud7rn th{border:1px solid #fff}[playground-theme=dark] .playground_ide_keyboard_shortcuts_modal__4Xa1a .playground_modal_content__HcRmN .playground_shortcut_table__Ud7rn th{background-color:#555}.playground_playground_container__8Yy_c{height:100vh;display:flex;justify-content:center;flex-direction:column;gap:.75rem;transition:all .3s ease-in-out;background-color:#f4f4f6;overflow:hidden}.playground_playground_container__8Yy_c[playground-theme=dark]{background-color:#181c1f}.playground_playground_container__8Yy_c .ui.dimmer{position:relative!important}.playground_playground_advertisement_parent__YNlF_{display:flex;height:100%;justify-content:center;align-items:center}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn{height:100%;width:100%;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:10px;padding:10px;margin-top:10px}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N{display:flex;justify-content:center;align-items:center;height:calc(100vh - 135px);width:100%}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd{width:70%;height:100%;border-radius:10px;display:flex;justify-content:center;align-items:center;flex-direction:column;min-width:840px;overflow:hidden}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_editor_toolbar__8a3bn{display:flex;justify-content:flex-end;width:100%;align-items:center;padding:0 .5rem;background-color:#fff;transition:all .3s ease-in-out;border-top-left-radius:inherit;border-top-right-radius:inherit}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_editor_toolbar__8a3bn p{text-wrap:nowrap;margin:0;height:100%;display:flex;justify-content:center;align-items:center;color:#000;transition:all .3s ease-in-out;background-color:#fff;font-size:1rem}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_editor_toolbar__8a3bn .playground_playground_controls__rND8M{display:flex;align-items:center;justify-content:flex-end;background-color:#fff;transition:all .3s ease-in-out;overflow-x:hidden;overflow-y:hidden;padding:0 4px;min-width:30%}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_editor_toolbar__8a3bn .playground_playground_controls__rND8M .playground_control_btn__vssi0{width:40px;height:40px;display:flex;justify-content:center;align-items:center}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_editor_toolbar__8a3bn .playground_playground_controls__rND8M .playground_control_btn__vssi0 button{display:flex;justify-content:center;align-items:center;background-color:transparent;position:relative;transition:all .2s ease-in-out}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_editor_toolbar__8a3bn .playground_playground_controls__rND8M .playground_control_btn__vssi0 button .playground_button_feature_name__T0zsM{position:absolute;top:-100%;padding:5px;left:0;z-index:100;color:#000;opacity:0;pointer-events:none;transition:all .3s ease-in-out;font-size:.85rem;font-weight:400}[playground-theme=dark] .playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_editor_toolbar__8a3bn .playground_playground_controls__rND8M .playground_control_btn__vssi0 button .playground_button_feature_name__T0zsM{color:#fff}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_editor_toolbar__8a3bn .playground_playground_controls__rND8M .playground_control_btn__vssi0 button svg{width:20px;height:20px;stroke:#000}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_editor_toolbar__8a3bn .playground_playground_controls__rND8M .playground_control_btn__vssi0 button svg *{stroke:#000}[playground-theme=dark] .playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_editor_toolbar__8a3bn .playground_playground_controls__rND8M .playground_control_btn__vssi0 button svg,[playground-theme=dark] .playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_editor_toolbar__8a3bn .playground_playground_controls__rND8M .playground_control_btn__vssi0 button svg *{stroke:#fff}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_editor_toolbar__8a3bn .playground_playground_controls__rND8M .playground_control_btn__vssi0 button:hover{transform:scale(1.2)}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_editor_toolbar__8a3bn .playground_playground_controls__rND8M .playground_control_btn__vssi0 button:hover svg,.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_editor_toolbar__8a3bn .playground_playground_controls__rND8M .playground_control_btn__vssi0 button:hover svg *{stroke:#2f8d46}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_editor_toolbar__8a3bn .playground_playground_controls__rND8M .playground_control_btn__vssi0 button:hover .playground_button_feature_name__T0zsM{opacity:1;pointer-events:all}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_editor_toolbar__8a3bn .playground_playground_controls__rND8M::-webkit-scrollbar{height:2px}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_editor_toolbar__8a3bn .playground_playground_controls__rND8M::-webkit-scrollbar-track{background:#f1f1f1}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_editor_toolbar__8a3bn .playground_playground_controls__rND8M::-webkit-scrollbar-thumb{background:#9597a1;border-radius:5px}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_editor_toolbar__8a3bn .playground_playground_controls__rND8M::-webkit-scrollbar-thumb:hover{background:#555}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_files_tabs_container__yGawn{width:100%;padding:.5rem;display:flex;justify-content:flex-start;align-items:center;gap:.75rem;background-color:transparent;transition:all .3s ease-in-out;background-color:#fff}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_files_tabs_container__yGawn .playground_file_tab__2YO3K{padding:6px 8px;border-radius:5px;cursor:pointer;color:#9597a1;transition:all .2s ease-in-out;display:flex;align-items:center;gap:.5rem}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_files_tabs_container__yGawn .playground_file_tab__2YO3K span svg{vertical-align:middle;height:20px;width:20px}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_files_tabs_container__yGawn .playground_file_tab__2YO3K span svg path{stroke:#000;opacity:.5}[playground-theme=dark] .playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_files_tabs_container__yGawn .playground_file_tab__2YO3K span svg path{stroke:#fff}[playground-theme=dark] .playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_files_tabs_container__yGawn .playground_file_tab__2YO3K{color:#9299a1}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_files_tabs_container__yGawn .playground_file_tab__2YO3K.playground_focused_file_tab__M89gx{background-color:#2f8d46;color:#fff}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_files_tabs_container__yGawn .playground_add_file_tab__17jx7{padding:5px;font-size:2.5rem;font-weight:300;cursor:pointer;display:flex;justify-content:center;align-items:center;opacity:.5;transition:all .2s ease-in-out;color:#000}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_files_tabs_container__yGawn .playground_add_file_tab__17jx7:hover{opacity:1}[playground-theme=dark] .playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_files_tabs_container__yGawn .playground_add_file_tab__17jx7{color:#fff}[playground-theme=dark] .playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_editor_toolbar__8a3bn{background-color:#252b2e}[playground-theme=dark] .playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_editor_toolbar__8a3bn p{background-color:#252b2e;color:#fff}[playground-theme=dark] .playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_editor_toolbar__8a3bn .playground_playground_controls__rND8M,[playground-theme=dark] .playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor_parent__DlEFd .playground_files_tabs_container__yGawn{background-color:#252b2e}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_slider_vertical__W4JM4{width:10px;height:100%;display:flex;justify-content:center;align-items:center;cursor:col-resize}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_slider_vertical__W4JM4:before{content:"";width:2px;height:50px;background-color:#000;display:block}[playground-theme=dark] .playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_slider_vertical__W4JM4:before{background-color:#fff}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_io_parent__HfSjJ{width:30%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;overflow:hidden;min-width:25%}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_io_parent__HfSjJ .playground_editor__z513w{border-radius:10px;flex-grow:1}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_io_parent__HfSjJ .playground_editor__z513w:first-child{height:80%}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_io_parent__HfSjJ .playground_editor__z513w:nth-child(3){height:40%}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_io_parent__HfSjJ .playground_slider_horizontal__lQGTY{width:100%;height:20px;display:flex;justify-content:center;align-items:center;cursor:row-resize}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_io_parent__HfSjJ .playground_slider_horizontal__lQGTY:before{content:"";width:50px;height:2px;background-color:#000;display:block}[playground-theme=dark] .playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_io_parent__HfSjJ .playground_slider_horizontal__lQGTY:before{background-color:#fff}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor__z513w{width:100%;height:100%;overflow:hidden}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor__z513w .ace_scrollbar-v{z-index:0!important}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor__z513w .playground_editor_type__w1zv_{display:flex;justify-content:space-between;padding:.5rem 2rem;align-items:center;font-size:1rem;text-transform:capitalize;background-color:#fff;color:#000;transition:all .3s ease-in-out}[playground-theme=dark] .playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor__z513w .playground_editor_type__w1zv_{color:#fff;background-color:#252b2e}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor__z513w .playground_editor_type__w1zv_ .playground_copy_button__51HGI{width:30px;height:30px;padding:.5rem;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:all .2s ease-in-out;background-color:transparent}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor__z513w .playground_editor_type__w1zv_ .playground_copy_button__51HGI svg,.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor__z513w .playground_editor_type__w1zv_ .playground_copy_button__51HGI svg *{stroke:#000}[playground-theme=dark] .playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor__z513w .playground_editor_type__w1zv_ .playground_copy_button__51HGI svg,[playground-theme=dark] .playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor__z513w .playground_editor_type__w1zv_ .playground_copy_button__51HGI svg *{stroke:#fff}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor__z513w .playground_editor_type__w1zv_ .playground_copy_button__51HGI:hover{transform:scale(1.2)}.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor__z513w .playground_editor_type__w1zv_ .playground_copy_button__51HGI:hover svg,.playground_playground_advertisement_parent__YNlF_ .playground_playground_main__cz8rn .playground_playground__sp27N .playground_editor__z513w .playground_editor_type__w1zv_ .playground_copy_button__51HGI:hover svg *{stroke:green}.playground_playground_advertisement_parent__YNlF_ .playground_advertisement_container__YLZFd{width:0;height:100%;display:inline-flex;border-radius:10px}.playground_playground_advertisement_parent__YNlF_ .playground_advertisement_container__YLZFd .playground_advertisement__HTZ_u{width:100%;height:100%;border-radius:10px;overflow:hidden}.playground_playground_advertisement_parent__YNlF_ .playground_advertisement_container__YLZFd .playground_advertisement__HTZ_u img{width:100%;height:100%}.playground_control_btn_popup__kGQLt{opacity:0;animation:playground_popup-appear__5ue6c .3s ease-in-out forwards;background-color:transparent!important;box-shadow:none!important;border:none!important}.playground_control_btn_popup__kGQLt>.content{color:#000}[settings-theme=dark] .playground_control_btn_popup__kGQLt>.content{color:#fff}.playground_control_btn_popup__kGQLt:before{display:none}@keyframes playground_popup-appear__5ue6c{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.playground_copy_btn_popup__8e72V,.playground_copy_btn_popup__8e72V:before{background-color:#f4f4f6}.playground_copy_btn_popup__8e72V>.content{color:#000}[settings-theme=dark] .playground_copy_btn_popup__8e72V{background-color:#252b2e}[settings-theme=dark] .playground_copy_btn_popup__8e72V:before{background-color:#252b2e!important}[settings-theme=dark] .playground_copy_btn_popup__8e72V>.content{color:#fff}.generic_layout_wrapper__3Cvfi{height:100%;width:100%;padding:10px;background-color:#f4f4f6}[html-theme=dark] .generic_layout_wrapper__3Cvfi{background-color:#181c1f}.generic_layout_wrapper__3Cvfi .generic_language_name__NLF8a{text-transform:uppercase;color:#000;font-size:16px;font-family:var(--gfg-font-secondary);height:40px;font-weight:700;padding:0 10px;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;background-color:#fff}[html-theme=dark] .generic_layout_wrapper__3Cvfi .generic_language_name__NLF8a{color:#fff;background-color:#252b2e}.generic_layout_wrapper__3Cvfi .generic_language_name__NLF8a .generic_copy_button__eSt7C{width:30px;height:30px;padding:.5rem;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:all .2s ease-in-out;background-color:transparent}.generic_layout_wrapper__3Cvfi .generic_language_name__NLF8a .generic_copy_button__eSt7C svg,.generic_layout_wrapper__3Cvfi .generic_language_name__NLF8a .generic_copy_button__eSt7C svg *{stroke:#000}[html-theme=dark] .generic_layout_wrapper__3Cvfi .generic_language_name__NLF8a .generic_copy_button__eSt7C svg,[html-theme=dark] .generic_layout_wrapper__3Cvfi .generic_language_name__NLF8a .generic_copy_button__eSt7C svg *{stroke:#fff}.generic_layout_wrapper__3Cvfi .generic_language_name__NLF8a .generic_copy_button__eSt7C:hover{transform:scale(1.2)}.generic_layout_wrapper__3Cvfi .generic_language_name__NLF8a .generic_copy_button__eSt7C:hover svg,.generic_layout_wrapper__3Cvfi .generic_language_name__NLF8a .generic_copy_button__eSt7C:hover svg *{stroke:green}.generic_layout_wrapper__3Cvfi .generic_layout_content__iuv_U{margin-top:10px;height:calc(100dvh - 130px);box-shadow:0 8px 24px hsla(210,8%,62%,.1)}.generic_layout_wrapper__3Cvfi .generic_layout_content__iuv_U .generic_content__g5Tks{height:100%}.generic_layout_wrapper__3Cvfi .generic_layout_content__iuv_U .generic_content__g5Tks .reflex-splitter{background-color:transparent;border:none!important;background-repeat:no-repeat;position:relative}.generic_layout_wrapper__3Cvfi .generic_layout_content__iuv_U .generic_content__g5Tks .reflex-splitter .generic_splitter_inner__tKzbF{width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}[html-theme=dark] .generic_layout_wrapper__3Cvfi .generic_layout_content__iuv_U .generic_content__g5Tks .reflex-splitter .generic_splitter_inner__tKzbF svg *{stroke:#fff}.generic_layout_wrapper__3Cvfi .generic_layout_content__iuv_U .generic_content__g5Tks .reflex-splitter .generic_splitter_inner__tKzbF svg{width:100%;height:100%}.generic_layout_wrapper__3Cvfi .generic_layout_content__iuv_U .generic_content__g5Tks .reflex-element{height:100%;border-radius:8px;overflow:hidden}.generic_layout_wrapper__3Cvfi .generic_layout_content__iuv_U .generic_content__g5Tks .reflex-container{height:100%;gap:5px}.generic_layout_wrapper__3Cvfi .generic_layout_content__iuv_U .generic_content__g5Tks .reflex-container.vertical>.reflex-splitter .generic_splitter_inner__tKzbF{transform:translate(-50%,-50%) rotate(90deg)}.generic_layout_wrapper__3Cvfi .generic_layout_content__iuv_U .generic_content__g5Tks .editor{height:100%}.generic_layout_wrapper__3Cvfi .generic_layout_content__iuv_U .generic_content__g5Tks .editor ::-webkit-scrollbar{width:2px}.generic_layout_wrapper__3Cvfi .generic_layout_content__iuv_U .generic_content__g5Tks .editor ::-webkit-scrollbar-track{background-color:transparent}.generic_layout_wrapper__3Cvfi .generic_layout_content__iuv_U .generic_content__g5Tks .editor ::-webkit-scrollbar-thumb{background-color:#888;border-radius:6px;box-shadow:inset 0 0 5px rgba(0,0,0,.3)}.generic_layout_wrapper__3Cvfi .generic_layout_content__iuv_U .generic_content__g5Tks .editor ::-webkit-scrollbar-thumb:hover{background-color:#555}.generic_layout_wrapper__3Cvfi .generic_layout_content__iuv_U .generic_content__g5Tks .editor>*{-webkit-transform:translateZ(0)}.generic_layout_wrapper__3Cvfi .generic_layout_content__iuv_U .generic_content__g5Tks .editor .ace_editor{height:calc(100% - 40px)!important;width:100%!important}.generic_layout_wrapper__3Cvfi .generic_layout_content__iuv_U .generic_content__g5Tks .editor .ace_editor .ace_comment{color:var(--meta-text-color);font-family:var(--gfg-font-secondary);font-size:18px!important}.generic_layout_wrapper__3Cvfi .generic_layout_content__iuv_U .generic_content__g5Tks .generic_output_top_bar__7n7Vn{background-color:#fff;display:flex;justify-content:flex-start;align-items:center;height:40px;gap:1rem;padding:0 1rem}.generic_layout_wrapper__3Cvfi .generic_layout_content__iuv_U .generic_content__g5Tks .generic_output_top_bar__7n7Vn button{border:none;outline:none;background-color:transparent;color:#000;cursor:pointer;position:relative;padding:5px}.generic_layout_wrapper__3Cvfi .generic_layout_content__iuv_U .generic_content__g5Tks .generic_output_top_bar__7n7Vn button:before{position:absolute;content:"";width:0;height:2px;background-color:var(--green-400);bottom:0;left:0;transition:all .3s}.generic_layout_wrapper__3Cvfi .generic_layout_content__iuv_U .generic_content__g5Tks .generic_output_top_bar__7n7Vn button.generic_active__nB5Ah:before{width:100%}[html-theme=dark] .generic_layout_wrapper__3Cvfi .generic_layout_content__iuv_U .generic_content__g5Tks .generic_output_top_bar__7n7Vn{background-color:#252b2e}[html-theme=dark] .generic_layout_wrapper__3Cvfi .generic_layout_content__iuv_U .generic_content__g5Tks .generic_output_top_bar__7n7Vn button{color:#fff}.generic_settings_popup__e_HZY{padding:20px!important;width:100%!important;border-radius:8px!important;border:1px solid #ddd!important}.generic_settings_popup__e_HZY,.generic_settings_popup__e_HZY:before{box-shadow:var(--card-box-shadow)!important;background-color:#fff!important}[settings-theme=dark] .generic_settings_popup__e_HZY{background-color:#252b2e!important;border:1px solid #666!important}[settings-theme=dark] .generic_settings_popup__e_HZY:before{background-color:#252b2e!important;box-shadow:var(--card-box-shadow)!important}.generic_settings_popup__e_HZY *{font-family:var(--gfg-font-primary)}.generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK>div{border-bottom:1px solid #ddd;padding-bottom:20px}.generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK>div:last-child{border:none}.generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK h3{font-family:var(--gfg-font-secondary);font-size:20px;color:#9597a1}[settings-theme=dark] .generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK>div{border-bottom:1px solid #666}[settings-theme=dark] .generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK h3{color:#9299a1}.generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_layout_options__oqr95{display:grid;grid-template-columns:repeat(4,max-content);align-items:center;justify-content:center;grid-gap:25px;gap:25px}.generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_layout_options__oqr95 .generic_item__8OzrK{display:grid;grid-template-columns:max-content 1fr;align-items:center;justify-content:center;grid-gap:10px;gap:10px;font-size:16px;font-weight:700;cursor:pointer;color:#9597a1}.generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_layout_options__oqr95 .generic_item__8OzrK span{font-family:var(--gfg-font-secondary)!important}.generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_layout_options__oqr95 .generic_item__8OzrK :first-child{width:20px;height:20px;border:1px solid #ddd;border-radius:3px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr}.generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_layout_options__oqr95 .generic_item__8OzrK :first-child:after,.generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_layout_options__oqr95 .generic_item__8OzrK :first-child:before{content:"";height:50%;outline:1px solid #ddd}.generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_layout_options__oqr95 .generic_item__8OzrK.active{color:#357960!important}[settings-theme=dark] .generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_layout_options__oqr95 .generic_item__8OzrK.active{color:#67d09d!important}.generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_layout_options__oqr95 .generic_item__8OzrK.active>:first-child{background-color:#357960!important;border:1px solid #fff!important}.generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_layout_options__oqr95 .generic_item__8OzrK.active>:first-child:after,.generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_layout_options__oqr95 .generic_item__8OzrK.active>:first-child:before{outline-color:#fff!important}[settings-theme=dark] .generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_layout_options__oqr95 .generic_item__8OzrK.active>:first-child{background-color:#67d09d!important;border:#000!important}[settings-theme=dark] .generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_layout_options__oqr95 .generic_item__8OzrK.active>:first-child:after,[settings-theme=dark] .generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_layout_options__oqr95 .generic_item__8OzrK.active>:first-child:before{outline-color:#000!important}.generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_layout_options__oqr95 .generic_item__8OzrK .default:after,.generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_layout_options__oqr95 .generic_item__8OzrK .default:before{height:100%}.generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_layout_options__oqr95 .generic_item__8OzrK .default:after{grid-row-start:2;grid-column-start:2}.generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_layout_options__oqr95 .generic_item__8OzrK .top.result:after,.generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_layout_options__oqr95 .generic_item__8OzrK .top.result:before{grid-row-start:2;height:100%}.generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_layout_options__oqr95 .generic_item__8OzrK .right.result:after,.generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_layout_options__oqr95 .generic_item__8OzrK .right.result:before{height:100%}.generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_layout_options__oqr95 .generic_item__8OzrK .right.result:after{grid-row-start:2}[settings-theme=dark] .generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_layout_options__oqr95 .generic_item__8OzrK{color:#9299a1}[settings-theme=dark] .generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_layout_options__oqr95 .generic_item__8OzrK :first-child{border:1px solid #666}[settings-theme=dark] .generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_layout_options__oqr95 .generic_item__8OzrK :first-child:after,[settings-theme=dark] .generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_layout_options__oqr95 .generic_item__8OzrK :first-child:before{outline-color:#666}.generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_general_options__VFnpd{display:grid;grid-template-columns:repeat(4,max-content);align-items:center;justify-content:flex-start;grid-gap:10px;gap:10px}.generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_general_options__VFnpd .generic_item__8OzrK{position:relative}.generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_general_options__VFnpd .generic_item__8OzrK>.dropdown{min-width:8rem!important;background-color:transparent!important;border:1px solid #ddd!important}.generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_general_options__VFnpd .generic_item__8OzrK>.dropdown>.text{color:#9597a1;font-weight:700}.generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_general_options__VFnpd .generic_item__8OzrK>.dropdown .icon:before{color:#9597a1}.generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_general_options__VFnpd .generic_item__8OzrK>.dropdown .menu{background-color:#fff!important;border-color:#ddd!important}.generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_general_options__VFnpd .generic_item__8OzrK>.dropdown .menu .item{border-color:#ddd!important;color:#9597a1}.generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_general_options__VFnpd .generic_item__8OzrK label{position:absolute;background-color:#fff;z-index:10000;top:-8px;left:10px;font-size:.8rem;color:#9597a1;padding:.1rem .1rem 0}[settings-theme=dark] .generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_general_options__VFnpd .generic_item__8OzrK>.dropdown{border:1px solid #666!important}[settings-theme=dark] .generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_general_options__VFnpd .generic_item__8OzrK>.dropdown .icon:before,[settings-theme=dark] .generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_general_options__VFnpd .generic_item__8OzrK>.dropdown .text{color:#9299a1}[settings-theme=dark] .generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_general_options__VFnpd .generic_item__8OzrK>.dropdown .menu{background-color:#252b2e!important;border-color:#666!important}[settings-theme=dark] .generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_general_options__VFnpd .generic_item__8OzrK>.dropdown .menu .item{border-color:#666!important;color:#9299a1}[settings-theme=dark] .generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_general_options__VFnpd .generic_item__8OzrK>.dropdown .menu .item:hover{background-color:#303638}[settings-theme=dark] .generic_settings_popup__e_HZY .generic_modal_container__v4d5V .generic_modal_content__M8LvK .generic_general_options__VFnpd .generic_item__8OzrK label{background-color:#252b2e;color:#9299a1}.generic_copy_btn_popup__SwTHk,.generic_copy_btn_popup__SwTHk:before{background-color:#f4f4f6}.generic_copy_btn_popup__SwTHk>.content{color:#000}[settings-theme=dark] .generic_copy_btn_popup__SwTHk{background-color:#252b2e}[settings-theme=dark] .generic_copy_btn_popup__SwTHk:before{background-color:#252b2e!important}[settings-theme=dark] .generic_copy_btn_popup__SwTHk>.content{color:#fff}.generic_layout_header__DpzGH{display:grid;grid-template-columns:repeat(2,max-content);align-items:center;justify-content:space-between;background-color:#fff;height:50px;padding:0 30px;box-shadow:0 8px 24px hsla(210,8%,62%,.1);border-radius:8px;width:100%}.generic_layout_header__DpzGH .generic_left__vBttD button,.generic_layout_header__DpzGH .generic_right__ntmep button{background-color:transparent;margin:0;height:30px;font-size:14px;padding:0 15px;border-radius:4px;cursor:pointer;font-family:var(--gfg-font-secondary)}[settings-theme=light] .generic_layout_header__DpzGH .generic_left__vBttD button:hover,[settings-theme=light] .generic_layout_header__DpzGH .generic_right__ntmep button:hover{color:#357960}.generic_layout_header__DpzGH .generic_left__vBttD button svg,.generic_layout_header__DpzGH .generic_right__ntmep button svg{width:15px;height:15px}.generic_layout_header__DpzGH .generic_left__vBttD{display:grid;grid-auto-flow:column;place-items:center;grid-gap:20px;gap:20px}.generic_layout_header__DpzGH .generic_right__ntmep{display:flex;justify-content:center;align-items:center;gap:20px}.generic_layout_header__DpzGH .generic_right__ntmep [role=listbox]{width:125px!important;color:#357960;padding:0 15px;height:30px;font-size:1rem;border-radius:4px;width:100px;display:flex;justify-content:center;align-items:center;border:1px solid #357960}.generic_layout_header__DpzGH .generic_right__ntmep [role=listbox] .menu{background-color:#fff;border-color:#357960;max-height:80vh;overflow-y:auto;width:125px!important}.generic_layout_header__DpzGH .generic_right__ntmep [role=listbox] .menu .item{color:#000}[settings-theme=dark] .generic_layout_header__DpzGH .generic_right__ntmep [role=listbox]{color:#67d09d;border-color:#67d09d}[settings-theme=dark] .generic_layout_header__DpzGH .generic_right__ntmep [role=listbox] .menu{background-color:#252b2e;border-color:#67d09d}[settings-theme=dark] .generic_layout_header__DpzGH .generic_right__ntmep [role=listbox] .menu .item{color:#fff}[settings-theme=dark] .generic_layout_header__DpzGH .generic_right__ntmep [role=listbox] .menu .item:hover{background-color:#303638}.generic_layout_header__DpzGH .generic_right__ntmep [role=listbox] i{font-family:dropdown!important}.generic_layout_header__DpzGH .generic_run__8c6uC{border:1px solid #357960;color:#357960;display:flex;align-items:center;justify-content:center;gap:4px}[settings-theme=dark] .generic_layout_header__DpzGH .generic_run__8c6uC{color:#67d09d;border-color:#67d09d}.generic_layout_header__DpzGH .generic_run__8c6uC svg{fill:#357960}.generic_layout_header__DpzGH .generic_run__8c6uC svg path{stroke:#357960}[settings-theme=dark] .generic_layout_header__DpzGH .generic_run__8c6uC svg{fill:#67d09d}[settings-theme=dark] .generic_layout_header__DpzGH .generic_run__8c6uC svg path{stroke:#67d09d}.generic_layout_header__DpzGH .generic_run__8c6uC:active,.generic_layout_header__DpzGH .generic_run__8c6uC:focus,.generic_layout_header__DpzGH .generic_run__8c6uC:hover{background-color:transparent}.generic_layout_header__DpzGH .generic_submit__2i4zE{background-color:#357960;color:#fff}[settings-theme=dark] .generic_layout_header__DpzGH .generic_submit__2i4zE{background-color:var(--green-600)}.generic_layout_header__DpzGH .generic_settings__S5cQl{border:1px solid #357960;color:#357960;display:flex;align-items:center;justify-content:center;gap:4px}[settings-theme=dark] .generic_layout_header__DpzGH .generic_settings__S5cQl{border-color:#67d09d;color:#67d09d}[settings-theme=dark] .generic_layout_header__DpzGH .generic_settings__S5cQl:active,[settings-theme=dark] .generic_layout_header__DpzGH .generic_settings__S5cQl:focus,[settings-theme=dark] .generic_layout_header__DpzGH .generic_settings__S5cQl:hover{background-color:transparent;color:#67d09d}.generic_layout_header__DpzGH .generic_settings__S5cQl:active,.generic_layout_header__DpzGH .generic_settings__S5cQl:focus,.generic_layout_header__DpzGH .generic_settings__S5cQl:hover{background-color:transparent;color:#357960}.generic_layout_header__DpzGH svg *{stroke:#357960}[settings-theme=dark] .generic_layout_header__DpzGH{background-color:#252b2e}[settings-theme=dark] .generic_layout_header__DpzGH svg *{stroke:#67d09d}.generic_layout_header__DpzGH .generic_copy_url__FlKIu{display:grid;grid-template-columns:max-content max-content;align-items:center;justify-content:flex-start;grid-gap:10px;gap:10px}.generic_layout_header__DpzGH .generic_copy_url__FlKIu .input{height:30px;width:400px}.generic_layout_header__DpzGH .generic_copy_url__FlKIu .input input{background-color:var(--background);color:#000;font-size:14px;font-family:var(--gfg-font-secondary)}[settings-theme=dark] .generic_layout_header__DpzGH .generic_copy_url__FlKIu .input input{color:#fff}