@import url(https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700&display=swap);.admin_layout{background:var(--admin-layout-bg);height:100dvh;max-width:100vw;min-height:100dvh;overflow:hidden;width:100%}.admin_sider.ant-layout-sider{background:var(--admin-sider-bg);border-right:1px solid var(--admin-sider-border);box-shadow:var(--admin-sider-shadow);height:100%;max-height:100%}.admin_sider_inner{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;padding:18px 14px}.admin_brand{align-items:center;display:flex;gap:10px;min-height:48px;padding:4px 6px 18px}.admin_collapse_btn{-webkit-margin-start:auto;height:30px;margin-inline-start:auto;width:30px}.admin_brand_mark{background:linear-gradient(145deg,var(--admin-primary-soft-bg),var(--admin-primary-soft-bg-alt));border:1px solid var(--admin-item-border-color);border-radius:12px;color:var(--admin-primary-color);display:grid;font-size:18px;font-weight:800;height:38px;place-items:center;width:38px}.admin_brand_text{display:grid;line-height:1.1}.admin_brand_text strong{color:var(--admin-text-color);font-size:16px}.admin_brand_text span{color:var(--admin-text-secondary-color);font-size:12px}.admin_menu.ant-menu{-webkit-border-end:0;background:#0000;border-inline-end:0;color:var(--admin-item-text-color);flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto}.admin_menu .ant-menu-item{border-radius:12px;color:var(--admin-item-text-color);height:42px;margin-inline:0}.admin_menu .ant-menu-item-selected{background:var(--admin-primary-soft-bg);color:var(--admin-primary-color)}.admin_menu .ant-menu-item-active:not(.ant-menu-item-selected),.admin_menu .ant-menu-item:not(.ant-menu-item-selected):hover{background:var(--admin-item-hover-bg);color:var(--admin-text-color)}.admin_menu .ant-menu-item .ant-menu-item-icon{color:inherit}.admin_sider_footer{margin-top:auto;padding-top:16px}.admin_sider_user{grid-gap:10px;align-items:center;background:#0000;border:1px solid #0000;border-radius:14px;color:var(--admin-text-color);cursor:pointer;display:grid;gap:10px;grid-template-columns:36px minmax(0,1fr);padding:8px;text-align:left;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease;width:100%}.admin_sider_user:hover{background:var(--admin-item-hover-bg);border-color:var(--admin-item-border-color)}.admin_sider_user:focus-visible{outline:2px solid var(--admin-primary-color);outline-offset:2px}.admin_sider_user_text{display:grid;line-height:1.15;min-width:0}.admin_sider_user_text .ant-typography{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin_sider_user_chevron{color:var(--admin-text-secondary-color);display:none;font-size:11px}.admin_user_dropdown .ant-dropdown-menu{border:1px solid var(--admin-item-border-color);border-radius:12px;box-shadow:var(--admin-dropdown-shadow);min-width:220px;padding:6px}.admin_user_dropdown .ant-dropdown-menu-item{border-radius:8px;color:var(--admin-text-color);min-height:40px}.ant-layout-sider-collapsed .admin_sider_footer{padding-top:12px}.ant-layout-sider-collapsed .admin_sider_user{display:flex;justify-content:center;padding:10px 0}.ant-layout-sider-collapsed .admin_sider_user_chevron,.ant-layout-sider-collapsed .admin_sider_user_text{display:none}.admin_main{flex:1 1 auto;height:100dvh;max-width:100%;min-height:0;min-width:0;overflow:hidden}.admin-layout-edit{max-width:600px;width:100%}.admin_header.ant-layout-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:var(--admin-header-bg);border-bottom:1px solid var(--admin-header-border);height:72px;padding:0 24px}.admin_topbar{align-items:center;display:flex;height:100%}.admin_page_label{color:var(--admin-text-color);font-size:18px;min-width:0}.admin_user_avatar{background:var(--admin-primary-soft-bg);border:1px solid var(--admin-item-border-color);color:var(--admin-primary-color)}.admin_content.ant-layout-content{flex:1 1 auto;height:100%;max-width:100%;min-height:0;min-width:0;overflow-x:hidden;overflow-y:auto;padding:10px}.admin_content.ant-layout-content:has(.page_fill_height){padding:0}.page_fill_height{display:flex;flex-direction:column;height:100%;width:100%}.admin_content.ant-layout-content:has(.ant-card-loading),.admin_content.ant-layout-content:has(.ant-spin-spinning),.admin_content.ant-layout-content:has(.loading_icon_app_center){scrollbar-width:none}.admin_content.ant-layout-content:has(.ant-card-loading)::-webkit-scrollbar,.admin_content.ant-layout-content:has(.ant-spin-spinning)::-webkit-scrollbar,.admin_content.ant-layout-content:has(.loading_icon_app_center)::-webkit-scrollbar{height:0;width:0}@media (max-width:768px){.admin_header.ant-layout-header{height:auto;min-height:72px;padding:14px 16px}.admin_topbar{align-items:center}.admin_content.ant-layout-content{padding:16px}}@media (max-width:575px){.admin_brand_text{display:none}}.blank_layout{background:var(--auth-layout-bg);height:100dvh;min-height:100dvh;overflow-x:hidden;overflow-y:auto}.blank_layout_content{min-height:100%;min-width:0}.blank_layout_content_centered{align-items:center;display:flex;justify-content:center;padding:16px}.blank_layout_content_start{display:block}.blank_layout_content_story_preview{background:linear-gradient(180deg,#eff6ffe6,#fffbeb80),#f8fafc;min-height:100%;padding:28px 24px 48px}.blank_layout_dark .blank_layout_content_story_preview{background:linear-gradient(180deg,#0f172af5,#1e293be6),#0f172a}@media (max-width:620px){.blank_layout_content_story_preview{padding:18px 14px 32px}}.full_width{width:100%}.full_height{height:100%}.full_height_vh{height:100vh!important}.small_padding{padding:10}.flex_stretch_items>*{flex:1 1}.flex_stretch_items .ant-form-item{margin-bottom:0}.ant-spin-container,.ant-table-body{height:calc(100vh - var(--height_table))!important}.btn_back.ant-btn-text{background-color:var(--ant-color-fill-tertiary)!important}.btn_back.ant-btn-text:hover{background-color:var(--ant-color-fill-secondary)!important}.bg_row_table>.ant-table-cell{background:var(--admin-primary-soft-bg)}.ant-table-tbody>tr.bg_row_table:hover>.ant-table-cell-row-hover{background:var(--admin-item-hover-bg)}.ant-table-cell-fix{background-color:var(--ant-table-row-expanded-bg)!important}.dir_input_end input{text-align:end!important}body,html{height:100%;width:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}[tabindex="-1"]:focus{outline:none}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{font-weight:500;margin-bottom:.5em;margin-top:0}p{margin-bottom:1em;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-bottom:1em;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-bottom:1em;margin-top:0;overflow:auto}figure{margin:0 0 1em}img{border-style:none;vertical-align:middle}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;padding-bottom:.3em;padding-top:.75em;text-align:left}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5em;line-height:inherit;margin-bottom:.5em;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}#root,body,html{background:#f5f7fb;background:var(--app-initial-bg);height:100%;min-height:100%;width:100%}:root{--red-1:#fff1f0;--red-2:#ffccc7;--red-3:#ffa39e;--red-4:#ff7875;--red-5:#ff4d4f;--red-6:#f5222d;--red-7:#cf1322;--red-8:#a8071a;--red-9:#820014;--red-10:#5c0011;--volcano-1:#fff2e8;--volcano-2:#ffd8bf;--volcano-3:#ffbb96;--volcano-4:#ff9c6e;--volcano-5:#ff7a45;--volcano-6:#fa541c;--volcano-7:#d4380d;--volcano-8:#ad2102;--volcano-9:#871400;--volcano-10:#610b00;--orange-1:#fff7e6;--orange-2:#ffe7ba;--orange-3:#ffd591;--orange-4:#ffc069;--orange-5:#ffa940;--orange-6:#fa8c16;--orange-7:#d46b08;--orange-8:#ad4e00;--orange-9:#873800;--orange-10:#612500;--gold-1:#fffbe6;--gold-2:#fff1b8;--gold-3:#ffe58f;--gold-4:#ffd666;--gold-5:#ffc53d;--gold-6:#faad14;--gold-7:#d48806;--gold-8:#ad6800;--gold-9:#874d00;--gold-10:#613400;--yellow-1:#feffe6;--yellow-2:#ffffb8;--yellow-3:#fffb8f;--yellow-4:#fff566;--yellow-5:#ffec3d;--yellow-6:#fadb14;--yellow-7:#d4b106;--yellow-8:#ad8b00;--yellow-9:#876800;--yellow-10:#614700;--lime-1:#fcffe6;--lime-2:#f4ffb8;--lime-3:#eaff8f;--lime-4:#d3f261;--lime-5:#bae637;--lime-6:#a0d911;--lime-7:#7cb305;--lime-8:#5b8c00;--lime-9:#3f6600;--lime-10:#254000;--green-1:#f6ffed;--green-2:#d9f7be;--green-3:#b7eb8f;--green-4:#95de64;--green-5:#73d13d;--green-6:#52c41a;--green-7:#389e0d;--green-8:#237804;--green-9:#135200;--green-10:#092b00;--cyan-1:#e6fffb;--cyan-2:#b5f5ec;--cyan-3:#87e8de;--cyan-4:#5cdbd3;--cyan-5:#36cfc9;--cyan-6:#13c2c2;--cyan-7:#08979c;--cyan-8:#006d75;--cyan-9:#00474f;--cyan-10:#002329;--blue-1:#e6f4ff;--blue-2:#bae0ff;--blue-3:#91caff;--blue-4:#69b1ff;--blue-5:#4096ff;--blue-6:#1677ff;--blue-7:#0958d9;--blue-8:#003eb3;--blue-9:#002c8c;--blue-10:#001d66;--geekblue-1:#f0f5ff;--geekblue-2:#d6e4ff;--geekblue-3:#adc6ff;--geekblue-4:#85a5ff;--geekblue-5:#597ef7;--geekblue-6:#2f54eb;--geekblue-7:#1d39c4;--geekblue-8:#10239e;--geekblue-9:#061178;--geekblue-10:#030852;--purple-1:#f9f0ff;--purple-2:#efdbff;--purple-3:#d3adf7;--purple-4:#b37feb;--purple-5:#9254de;--purple-6:#722ed1;--purple-7:#531dab;--purple-8:#391085;--purple-9:#22075e;--purple-10:#120338;--magenta-1:#fff0f6;--magenta-2:#ffd6e7;--magenta-3:#ffadd2;--magenta-4:#ff85c2;--magenta-5:#f759ab;--magenta-6:#eb2f96;--magenta-7:#c41d7f;--magenta-8:#9e1068;--magenta-9:#780650;--magenta-10:#520339;--app-initial-bg:#f5f7fb}:root,:root[lang=ar]{--app-font-family:"Cairo",sans-serif}:root[data-theme=dark]{--app-initial-bg:#07101f}:root[data-theme=light]{--app-initial-bg:#f5f7fb}body,html{overflow:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f7fb;background:var(--app-initial-bg);font-family:Cairo,sans-serif;font-family:var(--app-font-family);margin:0;-webkit-user-select:none;user-select:none}#root,.ant-app{height:100%;min-height:0;overflow:hidden}.ant-select-clear{background-color:var(--ant-color-bg-container)!important;cursor:pointer!important;width:16px!important}@media (pointer:coarse){.ant-input,.ant-input-number-input,.ant-picker-input>input,.ant-select-selection-search-input,input,select,textarea{font-size:16px!important}}
/*# sourceMappingURL=main.59f71d9f.css.map*/