@charset "UTF-8";::-webkit-scrollbar{width:.46em}::-webkit-scrollbar-track{border-radius:20px}::-webkit-scrollbar-thumb{background-color:#d4d4d4;border-radius:20px}.MuiDataGrid-root{overflow-x:auto!important}.MuiDataGrid-main{overflow-x:auto!important;width:100%}.modern-sidebar{display:flex;flex-direction:column;height:100%;background-color:#fff}.modern-sidebar .sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:20px 16px;min-height:80px;position:relative}.modern-sidebar .sidebar-header .logo-container{display:flex;align-items:center;justify-content:center;flex:1}.modern-sidebar .sidebar-header .logo-container .logo{max-width:180px;height:auto;transition:all .3s ease}.modern-sidebar .sidebar-header .logo-container .logo.collapsed{max-width:48px}.modern-sidebar .sidebar-header .collapse-button{position:absolute;right:8px;background-color:#f5f5f5;border:1px solid #e0e0e0;transition:all .2s ease;z-index:10;flex-shrink:0}.modern-sidebar .sidebar-header .collapse-button:hover{background-color:#009d5f;color:#fff;border-color:#009d5f}.modern-sidebar .user-info{display:flex;align-items:center;gap:12px;padding:16px;background:linear-gradient(135deg,#009d5f 0%,#00b56f 100%);margin:8px;border-radius:12px;color:#fff}.modern-sidebar .user-info .user-avatar{width:48px;height:48px;border-radius:50%;background-color:#fff3;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;border:2px solid rgba(255,255,255,.3)}.modern-sidebar .user-info .user-details{flex:1;overflow:hidden}.modern-sidebar .user-info .user-details .user-name{font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modern-sidebar .user-info .user-details .user-role{color:#fffc;text-transform:capitalize}.modern-sidebar .menu-list{flex:1;overflow-y:auto;overflow-x:hidden;padding:8px}.modern-sidebar .menu-list::-webkit-scrollbar{width:6px}.modern-sidebar .menu-list::-webkit-scrollbar-track{background:transparent}.modern-sidebar .menu-list::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:3px}.modern-sidebar .menu-list::-webkit-scrollbar-thumb:hover{background:#bdbdbd}.modern-sidebar .menu-list .menu-item-container{margin-bottom:4px}.modern-sidebar .menu-list .menu-item{border-radius:10px;margin-bottom:4px;padding:12px 16px;transition:all .2s ease;position:relative;overflow:hidden}.modern-sidebar .menu-list .menu-item:before{content:"";position:absolute;left:0;top:0;height:100%;width:4px;background-color:#009d5f;transform:scaleY(0);transition:transform .2s ease}.modern-sidebar .menu-list .menu-item .menu-icon{min-width:40px;color:#666;transition:all .2s ease}.modern-sidebar .menu-list .menu-item .menu-icon svg{font-size:24px}.modern-sidebar .menu-list .menu-item .MuiListItemText-root{margin:0}.modern-sidebar .menu-list .menu-item .MuiListItemText-root .MuiTypography-root{font-weight:500;color:#333;font-size:15px;transition:all .2s ease}.modern-sidebar .menu-list .menu-item svg:last-child{color:#999;font-size:20px;transition:transform .2s ease}.modern-sidebar .menu-list .menu-item:hover{background-color:#009d5f14}.modern-sidebar .menu-list .menu-item:hover .menu-icon{color:#009d5f;transform:scale(1.1)}.modern-sidebar .menu-list .menu-item:hover .MuiListItemText-root .MuiTypography-root{color:#009d5f}.modern-sidebar .menu-list .menu-item.active{background:linear-gradient(90deg,rgba(0,157,95,.15) 0%,rgba(0,157,95,.05) 100%)}.modern-sidebar .menu-list .menu-item.active:before{transform:scaleY(1)}.modern-sidebar .menu-list .menu-item.active .menu-icon{color:#009d5f}.modern-sidebar .menu-list .menu-item.active .MuiListItemText-root .MuiTypography-root{color:#009d5f;font-weight:600}.modern-sidebar .menu-list .menu-item.active svg:last-child{color:#009d5f}.modern-sidebar .menu-list .submenu{padding:0;margin-left:40px;margin-top:4px;pointer-events:auto}.modern-sidebar .menu-list .submenu .submenu-item{border-radius:8px;padding:10px 16px;margin-bottom:2px;transition:all .2s ease;position:relative;cursor:pointer;pointer-events:auto}.modern-sidebar .menu-list .submenu .submenu-item:before{content:"";position:absolute;left:-20px;top:50%;width:12px;height:2px;background-color:#e0e0e0;transition:all .2s ease}.modern-sidebar .menu-list .submenu .submenu-item .MuiListItemText-root{pointer-events:none}.modern-sidebar .menu-list .submenu .submenu-item .MuiListItemText-root .MuiTypography-root{font-size:14px;color:#666;font-weight:400;transition:all .2s ease}.modern-sidebar .menu-list .submenu .submenu-item:hover{background-color:#009d5f0d}.modern-sidebar .menu-list .submenu .submenu-item:hover:before{background-color:#009d5f;width:16px}.modern-sidebar .menu-list .submenu .submenu-item:hover .MuiListItemText-root .MuiTypography-root{color:#009d5f}.modern-sidebar .menu-list .submenu .submenu-item.active{background-color:#009d5f1a}.modern-sidebar .menu-list .submenu .submenu-item.active:before{background-color:#009d5f;width:16px}.modern-sidebar .menu-list .submenu .submenu-item.active .MuiListItemText-root .MuiTypography-root{color:#009d5f;font-weight:600}.modern-sidebar .sidebar-footer{padding:16px;text-align:center;border-top:1px solid #e0e0e0;background-color:#fafafa}.mobile-drawer .MuiDrawer-paper{box-shadow:0 8px 24px #00000026}.desktop-drawer .MuiDrawer-paper{border-right:1px solid #e0e0e0;box-shadow:2px 0 8px #0000000d}[dir=rtl] .desktop-drawer .MuiDrawer-paper{border-right:none;border-left:1px solid #e0e0e0;box-shadow:-2px 0 8px #0000000d}[dir=rtl] .modern-sidebar .sidebar-header .collapse-button{right:auto;left:8px}[dir=rtl] .modern-sidebar .menu-list .menu-item:before{left:auto;right:0}[dir=rtl] .modern-sidebar .menu-list .submenu{margin-left:0;margin-right:40px}[dir=rtl] .modern-sidebar .menu-list .submenu .submenu-item:before{left:auto;right:-20px}.desktop-drawer .modern-sidebar .menu-list .menu-item{justify-content:center;padding:12px 8px}.desktop-drawer .modern-sidebar .menu-list .menu-item .menu-icon{min-width:auto}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.menu-item,.submenu-item{animation:slideIn .3s ease}.logo{width:200px}._container_z5fzu_1{width:100%;padding:2rem;background:linear-gradient(135deg,#f5f7fa 0%,#e8ecf1 100%);min-height:100vh}._container_z5fzu_1 ._header_z5fzu_7{margin-bottom:2.5rem;animation:_fadeInDown_z5fzu_1 .6s ease-out}._container_z5fzu_1 ._header_z5fzu_7 h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin:0 0 .5rem;letter-spacing:-.5px}._container_z5fzu_1 ._header_z5fzu_7 p{font-size:1rem;color:#64748b;margin:0;font-weight:500}._container_z5fzu_1 ._loading_z5fzu_24{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1.5rem}._container_z5fzu_1 ._loading_z5fzu_24 ._spinner_z5fzu_32{width:60px;height:60px;border:4px solid rgba(0,157,95,.1);border-top-color:#009d5f;border-radius:50%;animation:_spin_z5fzu_32 1s linear infinite}._container_z5fzu_1 ._loading_z5fzu_24 p{font-size:1.125rem;color:#64748b;font-weight:500}._container_z5fzu_1 ._statsGrid_z5fzu_45{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem;animation:_fadeInUp_z5fzu_1 .6s ease-out}@media (min-width: 768px){._container_z5fzu_1 ._statsGrid_z5fzu_45{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){._container_z5fzu_1 ._statsGrid_z5fzu_45{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1440px){._container_z5fzu_1 ._statsGrid_z5fzu_45{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1920px){._container_z5fzu_1 ._statsGrid_z5fzu_45{grid-template-columns:repeat(5,1fr)}}._container_z5fzu_1 ._top_z5fzu_72{margin-top:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;animation:_fadeInUp_z5fzu_1 .8s ease-out}@media (max-width: 768px){._container_z5fzu_1 ._top_z5fzu_72{grid-template-columns:1fr}}@media (max-width: 768px){._container_z5fzu_1{padding:1rem}._container_z5fzu_1 ._header_z5fzu_7{margin-bottom:1.5rem}._container_z5fzu_1 ._header_z5fzu_7 h1{font-size:1.75rem}._container_z5fzu_1 ._header_z5fzu_7 p{font-size:.875rem}._container_z5fzu_1 ._statsGrid_z5fzu_45{grid-template-columns:1fr;gap:1rem}._container_z5fzu_1 ._top_z5fzu_72{margin-top:1.5rem;gap:1rem}}@keyframes _fadeInDown_z5fzu_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeInUp_z5fzu_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes _spin_z5fzu_32{to{transform:rotate(360deg)}}._overview_2zsjh_1{padding:1.75rem;background:white;border-radius:16px;box-shadow:0 2px 8px #0000000f;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:Inter,sans-serif;position:relative;overflow:hidden;border:1px solid rgba(0,0,0,.05)}._overview_2zsjh_1:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001f;border-color:#00000014}._overview_2zsjh_1 ._content_2zsjh_17{display:flex;align-items:flex-start;gap:1.25rem;margin-bottom:1.5rem}._overview_2zsjh_1 ._content_2zsjh_17 ._iconWrapper_2zsjh_23{min-width:60px;height:60px;border-radius:14px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;transition:transform .3s ease}._overview_2zsjh_1 ._content_2zsjh_17 ._iconWrapper_2zsjh_23:hover{transform:scale(1.05)}._overview_2zsjh_1 ._content_2zsjh_17 ._iconWrapper_2zsjh_23 ._icon_2zsjh_23{width:28px;height:28px;color:#fff}._overview_2zsjh_1 ._content_2zsjh_17 ._info_2zsjh_41{flex:1;min-width:0}._overview_2zsjh_1 ._content_2zsjh_17 ._info_2zsjh_41 ._label_2zsjh_45{font-size:.875rem;font-weight:600;color:#64748b;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.5px}._overview_2zsjh_1 ._content_2zsjh_17 ._info_2zsjh_41 ._countWrapper_2zsjh_53{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}._overview_2zsjh_1 ._content_2zsjh_17 ._info_2zsjh_41 ._countWrapper_2zsjh_53 ._count_2zsjh_53{font-size:2.25rem;font-weight:700;margin:0;line-height:1;letter-spacing:-.5px}._overview_2zsjh_1 ._content_2zsjh_17 ._info_2zsjh_41 ._countWrapper_2zsjh_53 ._fullCount_2zsjh_66{font-size:.875rem;color:#94a3b8;font-weight:500}._overview_2zsjh_1 ._footer_2zsjh_71{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid rgba(0,0,0,.06)}._overview_2zsjh_1 ._footer_2zsjh_71 ._badge_2zsjh_78{padding:.375rem .875rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 768px){._overview_2zsjh_1{padding:1.25rem}._overview_2zsjh_1 ._content_2zsjh_17 ._iconWrapper_2zsjh_23{min-width:50px;height:50px}._overview_2zsjh_1 ._content_2zsjh_17 ._iconWrapper_2zsjh_23 ._icon_2zsjh_23{width:24px;height:24px}._overview_2zsjh_1 ._content_2zsjh_17 ._info_2zsjh_41 ._countWrapper_2zsjh_53 ._count_2zsjh_53{font-size:1.75rem}}._container_j0hyn_1{padding:1.5rem;border:1px solid rgba(76,78,100,.12);background-color:#fff;color:#4c4e64de;border-radius:10px;flex-basis:49%;flex-grow:1;font-family:Inter,sans-serif;position:relative;letter-spacing:.5px;margin-bottom:1rem}@media (max-width: 1400px){._container_j0hyn_1{flex-basis:100%}}._container_j0hyn_1 ._images_j0hyn_19{display:flex;flex-wrap:wrap;align-items:center;gap:2rem;margin-bottom:2rem}._container_j0hyn_1 ._images_j0hyn_19 div{border:2px dashed rgba(76,78,100,.12);border-radius:8px;display:flex;justify-content:center;align-items:center}@media (max-width: 650px){._container_j0hyn_1 ._images_j0hyn_19 div{flex-basis:45%}}._container_j0hyn_1 ._images_j0hyn_19 div:focus{border:2px solid #425a8b}._container_j0hyn_1 ._images_j0hyn_19 div img{padding:1rem;width:100px;height:100px}._container_j0hyn_1 h1{font-size:1.5rem;font-weight:500;margin-bottom:2rem}._container_j0hyn_1 ._options_j0hyn_51{position:absolute;top:5%;right:1%}._table_hkjke_1{border-spacing:0;width:100%;border-collapse:collapse;font-family:Inter,sans-serif}._table_hkjke_1 ._thead_hkjke_7{border-bottom:1px solid rgba(76,78,100,.12)}._table_hkjke_1 ._thead_hkjke_7:hover ._th_hkjke_7>div svg{display:block}._table_hkjke_1 ._thead_hkjke_7 ._th_hkjke_7{text-align:start;font-weight:500;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;letter-spacing:.17px;text-transform:uppercase;color:#4c4e64de;height:50px}._table_hkjke_1 ._thead_hkjke_7 ._th_hkjke_7>div{display:flex;justify-content:space-between;margin-left:1rem}._table_hkjke_1 ._thead_hkjke_7 ._th_hkjke_7>div p{font-size:14px}._table_hkjke_1 ._thead_hkjke_7 ._th_hkjke_7>div svg{transform:rotate(90deg);fill:#4c4e641f;display:none}._table_hkjke_1 ._tbody_hkjke_37 ._tr_hkjke_37 ._td_hkjke_37{height:50px}._table_hkjke_1 ._tbody_hkjke_37 ._tr_hkjke_37 ._td_hkjke_37>div{margin-left:1rem;color:#4c4e64de}@media only screen and (max-width: 767px){._table_hkjke_1 ._thead_hkjke_7 ._th_hkjke_7>div p{font-size:12px}._table_hkjke_1 ._tbody_hkjke_37 ._tr_hkjke_37 ._td_hkjke_37>div{font-size:12px}}@media only screen and (min-width: 768px) and (max-width: 1023px){._table_hkjke_1 ._thead_hkjke_7 ._th_hkjke_7>div p{font-size:13px}._table_hkjke_1 ._tbody_hkjke_37 ._tr_hkjke_37 ._td_hkjke_37>div{font-size:13px}}@media only screen and (min-width: 1024px) and (max-width: 1279px){._table_hkjke_1 ._thead_hkjke_7 ._th_hkjke_7>div p{font-size:14px}._table_hkjke_1 ._tbody_hkjke_37 ._tr_hkjke_37 ._td_hkjke_37>div{font-size:14px}}@media only screen and (min-width: 1280px){._table_hkjke_1 ._thead_hkjke_7 ._th_hkjke_7>div p{font-size:16px}._table_hkjke_1 ._tbody_hkjke_37 ._tr_hkjke_37 ._td_hkjke_37>div{font-size:16px}}._container_15vk5_1{border:1px solid #009D5F;border-radius:10px 10px 0 0}._container_15vk5_1 h1{color:#009d5fc7;letter-spacing:.15px;font-size:1.25rem;font-weight:500;margin-bottom:1.25rem;padding:1.25rem;padding-bottom:0}._container_15vk5_1 ._filter_15vk5_14{display:flex;gap:1rem;padding:0 1.25rem}@media (max-width: 409px){._container_15vk5_1 ._filter_15vk5_14{flex-direction:column;gap:0}._container_15vk5_1 ._filter_15vk5_14>div{margin:0}}._container_15vk5_1 ._filter_15vk5_14>div{margin-bottom:1rem}._container_15vk5_1 ._tableContainer_15vk5_31{display:flex;flex-direction:column;align-items:flex-end}._container_15vk5_1 ._tableContainer_15vk5_31 ._actions_15vk5_36{display:flex;flex-wrap:wrap;margin:1rem 1.25rem 1rem 0}@media (max-width: 1000px){._container_15vk5_1 ._tableContainer_15vk5_31 ._actions_15vk5_36{width:40%}}@media (max-width: 859px){._container_15vk5_1 ._tableContainer_15vk5_31 ._actions_15vk5_36{width:50%}}@media (max-width: 700px){._container_15vk5_1 ._tableContainer_15vk5_31 ._actions_15vk5_36{width:70%}}@media (max-width: 513px){._container_15vk5_1 ._tableContainer_15vk5_31 ._actions_15vk5_36{width:90%}}._container_15vk5_1 ._tableContainer_15vk5_31 ._actions_15vk5_36>div{flex-basis:70%}@media (max-width: 1491px){._container_15vk5_1 ._tableContainer_15vk5_31 ._actions_15vk5_36>div{flex-basis:50%}}@media (max-width: 1000px){._container_15vk5_1 ._tableContainer_15vk5_31 ._actions_15vk5_36>div{flex-basis:60%}}@media (max-width: 409px){._container_15vk5_1 ._tableContainer_15vk5_31 ._actions_15vk5_36>div{flex-basis:100%}}._container_15vk5_1 ._tableContainer_15vk5_31 ._actions_15vk5_36 button{width:fit-content;height:100%}@media (max-width: 409px){._container_15vk5_1 ._tableContainer_15vk5_31 ._actions_15vk5_36 button{flex-basis:100%}}._createContainer_15vk5_90 ._create_15vk5_90 h1{color:#4c4e64de;font-size:1.25rem;font-weight:500;margin-bottom:2rem}._createContainer_15vk5_90 ._create_15vk5_90 button{margin-right:1rem}._createContainer_15vk5_90 ._create_15vk5_90>div{margin-bottom:1.25rem}._drawerHeader_42mll_1{color:#ff5689}._drawerImage_42mll_5{width:100%;height:40%}._drawerImage_42mll_5 img{width:100%;height:100%;border-radius:6px}._toolbar_42mll_15{margin-bottom:1rem}._content_42mll_19{margin-top:1rem}._content_42mll_19 h2{color:#ff5689}._content_42mll_19 p{margin:.5rem 0}._content_42mll_19 hr{border-color:#33272a0d;background-color:#33272a0d}._drawerFooter_42mll_33{display:flex;justify-content:space-between;align-items:center;width:100%;background-color:#fff;z-index:3;height:10%;padding-top:1rem}._drawerFooter_42mll_33 p{color:#ff5689;font-weight:700;font-size:1.2rem}._inputs_42mll_49{overflow-y:auto;padding-top:1rem}._inputs_42mll_49 hr{background-color:#33272a0d;border-color:#33272a0d;margin:.5rem 0}._inputs_42mll_49 textarea{width:100%;padding:1rem;resize:none;border-radius:6px;border:1px solid #ff5689;outline:none}._inputs_42mll_49 ._quantity_42mll_66{display:flex;justify-content:space-between;align-items:center}._inputs_42mll_49 ._quantity_42mll_66 h3{margin:0}._inputs_42mll_49 ._quantity_42mll_66>div{display:flex;align-items:center;border:1px solid rgba(51,39,42,.05);padding:.5rem 1rem}._inputs_42mll_49 ._quantity_42mll_66>div svg{fill:#ff5689;width:32px;height:32px;cursor:pointer}._inputs_42mll_49 ._quantity_42mll_66>div p{margin:0 .5rem;color:#455a64;font-weight:500}._inputs_42mll_49>div h3{color:#455a64;margin-bottom:1rem}._drawer_42mll_1{position:relative;height:100%;display:flex;flex-direction:column;justify-content:space-between}._tableContainer_nu1e9_1{display:flex;flex-direction:column;background-color:#fff;border-radius:8px;padding:1.25rem;min-width:100%;overflow-x:auto!important}._tableContainer_nu1e9_1 ._tableHeading_nu1e9_10{display:flex;justify-content:space-between;gap:.5rem}._tableContainer_nu1e9_1 ._tableHeading_nu1e9_10>h2{font-size:1.1rem}._tableContainer_nu1e9_1 ._exportButton_nu1e9_18{background-color:#e6f3e9;border-radius:.25rem;border:none;padding:.5rem;color:#009d5f;transition:ease-in-out .2s;cursor:pointer;width:fit-content}._tableContainer_nu1e9_1 ._exportButton_nu1e9_18>span{width:fit-content}._tableContainer_nu1e9_1 ._exportButton_nu1e9_18:hover{background-color:#009d5f;color:#fff}._tableContainer_nu1e9_1 ._exportButton_nu1e9_18 span{display:flex;align-items:center;gap:.5rem}._tableContainer_nu1e9_1 table{border-collapse:collapse;margin-top:20px;width:100%;overflow-x:auto}._tableContainer_nu1e9_1 table ._hover_nu1e9_47{transition:ease-in-out .2s}._tableContainer_nu1e9_1 table ._hover_nu1e9_47:hover{background-color:#e6f3e9;cursor:pointer}._tableContainer_nu1e9_1 table th,._tableContainer_nu1e9_1 table td{padding:10px;text-align:start;font-size:.9rem}._tableContainer_nu1e9_1 table th{background-color:#e6f3e9;color:#009d5f;font-weight:500}._tableContainer_nu1e9_1 ._footer_nu1e9_65{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-top:1.25rem}._tableContainer_nu1e9_1 ._footer_nu1e9_65 ._pagination_nu1e9_72{display:flex;gap:1.5rem;align-items:center}._tableContainer_nu1e9_1 ._footer_nu1e9_65 ._pagination_nu1e9_72>span{position:relative;z-index:2;color:#fff;display:flex;justify-content:center;align-items:center;font-size:13px}._tableContainer_nu1e9_1 ._footer_nu1e9_65 ._pagination_nu1e9_72>span:before{border-radius:6px;content:"";position:absolute;background-color:#009d5f;padding:.9rem;z-index:-1}._tableContainer_nu1e9_1 ._footer_nu1e9_65 ._pagination_nu1e9_72 ._icon_nu1e9_94{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;cursor:pointer}._tableContainer_nu1e9_1 ._footer_nu1e9_65 ._pagination_nu1e9_72 ._icon_nu1e9_94:hover:before{visibility:visible}._tableContainer_nu1e9_1 ._footer_nu1e9_65 ._pagination_nu1e9_72 ._icon_nu1e9_94:before{content:"";position:absolute;padding:.8rem;border-radius:8px;visibility:hidden;z-index:-1;background-color:#e6f3e9;transition:ease-in-out .2s;opacity:0}._tableContainer_nu1e9_1 ._footer_nu1e9_65 ._pagination_nu1e9_72 ._icon_nu1e9_94:hover:before{visibility:visible;opacity:1}._tableContainer_nu1e9_1 ._footer_nu1e9_65 ._pagination_nu1e9_72 ._icon_nu1e9_94>svg{fill:#009d5f}@media screen and (max-width: 599px){._tableContainer_nu1e9_1 ._tableHeading_nu1e9_10{flex-direction:column;align-items:center;text-align:center}._tableContainer_nu1e9_1 table{font-size:.8rem}._tableContainer_nu1e9_1 ._footer_nu1e9_65{flex-direction:column;justify-content:center;align-items:center;margin-top:2rem}}@media screen and (min-width: 600px) and (max-width: 899px){._tableContainer_nu1e9_1 table{font-size:.85rem}._tableContainer_nu1e9_1 ._footer_nu1e9_65{flex-direction:column;justify-content:center;align-items:center;margin-top:2rem}}@media screen and (min-width: 900px){._tableContainer_nu1e9_1 table{font-size:.9rem}}.notificationCard{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 35px;gap:10px;border-radius:10px}.bellIcon{width:50px;margin:20px 0}.image{display:flex;background-color:#ff000012;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;border-radius:9999px;animation:animate .6s linear alternate-reverse infinite;transition:.6s ease;margin:20px;padding:70px}.image image{color:#0afa2a;width:2rem;height:2rem}@keyframes animate{0%{transform:scale(1)}to{transform:scale(1.09)}}.notificationHeading{color:#000;font-weight:600;font-size:.9em}.notificationPara{color:#858585;font-size:.6em;font-weight:600;text-align:center}.buttonContainer{display:flex;flex-direction:row-reverse;gap:10px}.AllowBtn{width:120px;height:25px;background-color:red;color:#fff;border:none;border-radius:20px;font-size:.7em;font-weight:600;cursor:pointer}.NotnowBtn{width:120px;height:25px;color:#000;background-color:#fff;border:none;font-weight:600;font-size:.7em;cursor:pointer;border-radius:20px}.NotnowBtn:hover{background-color:#efe3ff}.AllowBtn:hover{background-color:#f009}._container_yae5u_1{display:flex;gap:2rem}._container_yae5u_1 ._details_yae5u_5{color:#4c4e64de;width:30%;border:1px solid rgba(76,78,100,.12);padding:3rem 1.25rem 1.25rem;border-radius:10px}._container_yae5u_1 ._details_yae5u_5 ._image_yae5u_13{width:150px;height:150px;border-radius:10px}._container_yae5u_1 ._details_yae5u_5 ._image_yae5u_13 img{width:100%;height:100%;border-radius:10px}._container_yae5u_1 ._details_yae5u_5 h1{font-size:1.25rem;font-weight:500}._container_yae5u_1 ._details_yae5u_5 ._buttons_yae5u_27{display:flex;justify-content:center;gap:1rem;margin-top:1.25rem}._container_yae5u_1 ._details_yae5u_5 ._header_yae5u_33{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem}._container_yae5u_1 ._details_yae5u_5 ._header_yae5u_33 h1{font-size:1.25rem;font-weight:500}._container_yae5u_1 ._details_yae5u_5 ._header_yae5u_33 span{background-color:#ff000021;color:red;font-weight:500;padding:.5rem;font-size:.9rem;border-radius:10px}._container_yae5u_1 ._tabs_yae5u_52{flex-basis:70%}._container_yae5u_1 ._tabs_yae5u_52 ._description_yae5u_55{color:#4c4e64de;letter-spacing:.15px;line-height:1.75rem}._container_1kqnd_1{border:1px solid rgba(76,78,100,.12);padding:1.25rem;border-radius:10px}._container_1kqnd_1 h1{font-size:1.25rem;font-weight:500;margin-bottom:1rem;color:#4c4e64de}._container_1kqnd_1 ._inputs_1kqnd_12{display:flex;gap:1rem}._container_1kqnd_1 ._inputs_1kqnd_12>div{margin-bottom:1rem}._detail_1whtm_1{font-size:.875rem;color:#4c4e6499;margin-bottom:.875rem}._detail_1whtm_1 span{font-weight:500;color:#4c4e64de}._table_a8b8v_1{border-spacing:0;width:100%;border-collapse:collapse;font-family:Inter,sans-serif}._table_a8b8v_1 ._thead_a8b8v_7{background-color:#f5f5f7}._table_a8b8v_1 ._thead_a8b8v_7:hover ._th_a8b8v_7>div svg{visibility:visible}._table_a8b8v_1 ._thead_a8b8v_7 ._th_a8b8v_7{text-align:start;font-weight:500;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;letter-spacing:.17px;text-transform:uppercase;color:#4c4e64de;height:50px}._table_a8b8v_1 ._thead_a8b8v_7 ._th_a8b8v_7>div{display:flex;justify-content:space-between;margin-left:1rem}._table_a8b8v_1 ._thead_a8b8v_7 ._th_a8b8v_7>div p{font-size:12px}._table_a8b8v_1 ._thead_a8b8v_7 ._th_a8b8v_7>div svg{transform:rotate(90deg);fill:#4c4e641f;visibility:hidden}._table_a8b8v_1 ._tbody_a8b8v_37 ._tr_a8b8v_37{transition:ease-in-out .2s}._table_a8b8v_1 ._tbody_a8b8v_37 ._tr_a8b8v_37:hover{background-color:#4c4e641f;cursor:pointer}._table_a8b8v_1 ._tbody_a8b8v_37 ._tr_a8b8v_37 ._td_a8b8v_44{height:50px}._table_a8b8v_1 ._tbody_a8b8v_37 ._tr_a8b8v_37 ._td_a8b8v_44>div{margin-left:1rem;color:#4c4e64de}@media (max-width: 1000px){._table_a8b8v_1{border:0}._table_a8b8v_1 ._thead_a8b8v_7{border:none;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}._table_a8b8v_1 ._tr_a8b8v_37{display:block;margin-bottom:.625em}._table_a8b8v_1 ._td_a8b8v_44{border-bottom:1px solid #ddd;display:flex;align-items:center;justify-content:space-between;font-size:.8em;padding:.625em}._table_a8b8v_1 ._td_a8b8v_44:last-child{border-bottom:0}._table_a8b8v_1 ._td_a8b8v_44:before{content:attr(aria-label);float:left;font-weight:700;text-transform:uppercase}}._createContainer_14808_1 ._create_14808_1 ._buttons_14808_1{display:flex;justify-content:center}._createContainer_14808_1 ._create_14808_1 ._permissions_14808_5 h1{text-align:start;font-size:1.25rem}._createContainer_14808_1 ._create_14808_1 ._permissions_14808_5 ._row_14808_9{display:flex;align-items:center;justify-content:space-between}._createContainer_14808_1 ._create_14808_1 ._permissions_14808_5 ._row_14808_9 ._header_14808_14{font-size:.875rem;color:#4c4e64de;letter-spacing:.15px;line-height:1.358rem}._createContainer_14808_1 ._create_14808_1 h1{color:#4c4e64de;font-size:1.4993rem;font-weight:500;margin-bottom:.25rem;text-align:center}._createContainer_14808_1 ._create_14808_1 p{color:#4c4e6499;margin-bottom:2.5rem;text-align:center}._createContainer_14808_1 ._create_14808_1 ._name_14808_32{width:100%;margin:1rem 0 2rem}._createContainer_14808_1 ._create_14808_1 button{margin-right:1rem}._createContainer_14808_1 ._create_14808_1>div{margin-bottom:1.25rem}._container_127bv_1{border:1px solid rgba(76,78,100,.12);border-radius:10px;padding:1.25rem;display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:1rem}._container_127bv_1 h1{color:#4c4e64de;letter-spacing:.15px;font-size:1.1rem;font-weight:500}._container_hu6fy_1{border:1px solid rgba(76,78,100,.12);border-radius:10px;padding:1.25rem;display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:1rem}._container_hu6fy_1 ._image_hu6fy_11{width:100px;height:100px;border-radius:8px}._container_hu6fy_1 ._image_hu6fy_11 img{height:100%;width:100%;border-radius:8px}.categories-container{display:flex;flex-direction:column;align-items:center}.sub-categories-form{display:flex;gap:10px;flex-direction:column}.sub-categories-form input{font-size:17px;padding:10px}.select-category{margin-top:30px}.image-upload{display:flex;flex-direction:column}.sub-categories-form select{padding:10px;font-size:14px}.sub-categories-form button{background-color:#06a259;font-size:30px;color:#fff;border:none;outline:none;cursor:pointer;max-width:80%;border-radius:20px;margin-left:20px;margin-top:20px}.selected-image{margin:20px 0}.selected-image img{width:300px;height:300px;object-fit:contain}.selected-image button{font-size:16px;padding:5px;background-color:#e49696}._container_1syuh_1{border:1px solid #009D5F;border-radius:10px;height:85dvh;display:flex;position:relative;overflow:auto}._container_1syuh_1 ._leftSide_1syuh_9{width:30%;transition:all .3s ease-out;transform:translate(-100%);visibility:hidden;position:absolute;top:0;left:0;bottom:0;background-color:#fff;z-index:1}._container_1syuh_1 ._leftSide_1syuh_9._drawerOpen_1syuh_21{transform:translate(0);visibility:visible}._container_1syuh_1 ._leftSide_1syuh_9 ._header_1syuh_25{display:flex;align-items:center;background-color:#fff;border-bottom:1px solid #009D5F}._container_1syuh_1 ._leftSide_1syuh_9 ._header_1syuh_25 ._drawerToggle_1syuh_31{margin-left:auto;cursor:pointer}._container_1syuh_1 ._leftSide_1syuh_9 ._chats_1syuh_35{overflow-y:auto;height:calc(100% - 80px);padding:1rem}._container_1syuh_1 ._leftSide_1syuh_9 ._chats_1syuh_35::-webkit-scrollbar{width:10px}._container_1syuh_1 ._leftSide_1syuh_9 ._chats_1syuh_35::-webkit-scrollbar-track{background-color:#e0e0e0;border-radius:10px}._container_1syuh_1 ._leftSide_1syuh_9 ._chats_1syuh_35::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:10px}._container_1syuh_1 ._rightSide_1syuh_51{flex:1;display:flex;flex-direction:column;height:100%;background-color:#fff;width:70%;transition:all .3s ease-in-out}@media (max-width: 600px){._container_1syuh_1 ._rightSide_1syuh_51{width:100%}}._container_1syuh_1 ._rightSide_1syuh_51 ._header_1syuh_25{padding:1rem;display:flex;gap:1rem;align-items:center;background-color:#fff;border-bottom:1px solid #009D5F}._container_1syuh_1 ._rightSide_1syuh_51 ._header_1syuh_25 ._image_1syuh_73{width:40px;height:40px;border-radius:50%}._container_1syuh_1 ._rightSide_1syuh_51 ._header_1syuh_25 ._image_1syuh_73 img{width:100%;height:100%;object-fit:cover;border-radius:inherit}._container_1syuh_1 ._rightSide_1syuh_51 ._header_1syuh_25 ._data_1syuh_84{display:flex;flex-direction:column}._container_1syuh_1 ._rightSide_1syuh_51 ._header_1syuh_25 ._data_1syuh_84 h1{font-size:1.2rem;margin:0}._container_1syuh_1 ._rightSide_1syuh_51 ._header_1syuh_25 ._data_1syuh_84 p{margin:0;font-size:.9rem;color:#009d5f}._container_1syuh_1 ._rightSide_1syuh_51 ._chat_1syuh_35{flex:1;overflow-y:scroll;display:flex;flex-direction:column;gap:1rem}._container_1syuh_1 ._rightSide_1syuh_51 ._chat_1syuh_35:last-child{padding-bottom:5rem}._container_1syuh_1 ._rightSide_1syuh_51 ._chat_1syuh_35::-webkit-scrollbar{width:10px}._container_1syuh_1 ._rightSide_1syuh_51 ._chat_1syuh_35::-webkit-scrollbar-track{background-color:#e0e0e0;border-radius:10px}._container_1syuh_1 ._rightSide_1syuh_51 ._chat_1syuh_35::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:10px}._container_1syuh_1 ._rightSide_1syuh_51 ._chat_1syuh_35 ._chatContainer_1syuh_118{display:flex;flex-direction:column;gap:1rem;padding:1rem}._container_1syuh_1 ._rightSide_1syuh_51 ._chat_1syuh_35 ._sent_1syuh_124{margin:0 0 0 auto;letter-spacing:.15px;font-family:Inter,sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-weight:400;line-height:1.5;color:#fff;box-shadow:#4c4e6433 0 2px 1px -1px,#4c4e6424 0 1px 1px,#4c4e641f 0 1px 3px;border-radius:10px 0 10px 10px;max-width:100%;width:fit-content;font-size:.875rem;overflow-wrap:break-word;padding:.75rem 1rem;background-color:#666cff;margin-bottom:1rem}._container_1syuh_1 ._rightSide_1syuh_51 ._chat_1syuh_35 ._received_1syuh_141{margin:0;letter-spacing:.15px;font-family:Inter,sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-weight:400;line-height:1.5;color:#009d5f;box-shadow:#4c4e6433 0 2px 1px -1px,#4c4e6424 0 1px 1px,#4c4e641f 0 1px 3px;border-radius:0 10px 10px;max-width:100%;width:fit-content;font-size:.875rem;overflow-wrap:break-word;padding:.75rem 1rem;background-color:#fff;margin-bottom:1rem}._container_1syuh_1 ._rightSide_1syuh_51 ._chat_1syuh_35 ._typeContainer_1syuh_158{width:100%;background-color:#fff;position:absolute;bottom:0;height:70px;padding:.5rem 1.25rem .5rem 2.25rem;transition:all .3s ease-in-out}._container_1syuh_1 ._rightSide_1syuh_51 ._chat_1syuh_35 ._typeContainer_1syuh_158 ._type_1syuh_158{max-width:100%;display:flex;border-radius:8px;-webkit-box-align:center;align-items:center;box-shadow:#4c4e6433 0 2px 1px -1px,#4c4e6424 0 1px 1px,#4c4e641f 0 1px 3px;padding:.4125rem 1rem;justify-content:space-between;background-color:#fff}._container_1syuh_1 ._rightSide_1syuh_51 ._chat_1syuh_35 ._typeContainer_1syuh_158 ._type_1syuh_158 ._text_1syuh_179{flex:1}._container_1syuh_1 ._rightSide_1syuh_51 ._chat_1syuh_35 ._typeContainer_1syuh_158 ._type_1syuh_158 ._sendBtn_1syuh_182{display:flex;width:10%;align-items:center}._container_1syuh_1 ._rightSide_1syuh_51 ._chat_1syuh_35 ._typeContainer_1syuh_158 ._type_1syuh_158 ._sendBtn_1syuh_182>button{width:fit-content;padding:.5rem 0}._container_1syuh_1 ._rightSide_1syuh_51 ._chat_1syuh_35 ._typeContainer_1syuh_158 ._type_1syuh_158 ._sendBtn_1syuh_182>button svg{width:24px;height:24px}._container_1lpla_1{display:flex;align-items:center;gap:1rem;background-color:#fff;transition:ease-in-out .2s;border-radius:10px;padding:1rem;margin-bottom:.5rem}._container_1lpla_1:hover{background-color:#4c4e640d;cursor:pointer}._container_1lpla_1 ._image_1lpla_15{width:20%;height:100%;border-radius:50%}._container_1lpla_1 ._image_1lpla_15 img{width:25px;height:25px}._container_1lpla_1 ._data_1lpla_24{width:50%}._container_1lpla_1 ._data_1lpla_24 h1{font-size:1rem;letter-spacing:.15px;font-weight:400;color:#4c4e6499}._container_1lpla_1 ._data_1lpla_24 p{color:#4c4e6461;font-size:.875rem;letter-spacing:.15px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:200px}._container_1lpla_1 ._date_1lpla_42{width:10%;margin-left:auto}._container_10a4u_1{position:relative;display:flex;justify-content:center;align-items:center;height:100dvh}._container_10a4u_1 ._loginCard_10a4u_8{background-color:#fff;color:#4c4e64de;transition:box-shadow .3s cubic-bezier(.4,0,.2,1) 0ms;border-radius:10px;box-shadow:none;background-image:none;overflow:hidden;border:1px solid #009D5F;z-index:1;padding:1.25rem 1.75rem 1.625rem}._container_10a4u_1 ._loginCard_10a4u_8>button{width:100%;padding:.6rem 0}._container_10a4u_1 ._loginCard_10a4u_8 ._logo_10a4u_24{text-align:center}._container_10a4u_1 ._loginCard_10a4u_8 ._logo_10a4u_24 img{width:200px;height:200px}._container_10a4u_1 ._loginCard_10a4u_8 ._inputs_10a4u_31>div{margin-bottom:1.25rem}._container_10a4u_1 ._loginCard_10a4u_8 ._header_10a4u_34 h1{font-size:1.4993rem;text-transform:capitalize}._container_10a4u_1 ._loginCard_10a4u_8 ._header_10a4u_34 p{font-weight:400;font-size:.875rem;color:#009d5f;margin-top:.5rem;margin-bottom:2rem}._container_10a4u_1 ._image_10a4u_45{position:absolute;bottom:10%}._container_10a4u_1 ._image_10a4u_45 img{width:100vw}._statusApproved_1n0qf_1{line-height:1;padding:5px 12px;border-radius:4px;color:#2ecc71;background:rgba(46,204,113,.1294117647);display:flex;align-items:center;cursor:pointer}._currentImagesGrid_1n0qf_12{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}._adImg_1n0qf_18{aspect-ratio:1.5;width:100%!important;border:1px solid #ddd;padding:5px}._userDataTitle_1n0qf_25{font-weight:600;font-size:16px;margin-bottom:8px;display:flex;align-items:center;color:#000}._userDataTitle_1n0qf_25 span{font-weight:500;font-size:15px}._userDataTab_1n0qf_39{font-size:15px;font-weight:600;text-decoration:none;line-height:1;background-color:#eee;color:#333;padding:8px 15px;margin-inline-end:7px;margin-bottom:7px;border-radius:6px;display:inline-flex;align-items:center}._userDataIcon_1n0qf_54{font-size:20px!important;margin-inline-end:5px}._userDataTab_1n0qf_39:hover{background-color:#ddd}._userDataTab_1n0qf_39:active{opacity:.6}._location_1n0qf_67{display:flex;align-items:center;padding-top:5px}.image-upload{color:#fff;display:flex;flex-direction:column;align-items:flex-start}.image-upload .upload{background-color:#009d5f;position:relative;width:100%;align-items:center;padding:1rem;border-radius:6px;display:flex;flex-direction:column;cursor:pointer;justify-content:center}.image-upload .upload input{display:none}.image-upload .upload svg{width:100%;height:70px}.image-upload .image-container{display:flex;align-items:center;justify-content:center;gap:1rem}.image-upload .image-container .image{width:80px;height:80px;border:2px solid rgb(66,90,139);position:relative;border-radius:6px}.image-upload .image-container .image:hover{cursor:pointer}.image-upload .image-container .image:hover:before{content:"";width:100%;height:100%;position:absolute;z-index:2;background-color:#009d5f}.image-upload .image-container .image:hover svg{opacity:1}.image-upload .image-container .image img{width:100%;border-radius:4px;position:absolute;object-fit:contain}.image-upload .image-container .image svg{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:35px;height:35px;opacity:0;fill:#fff;z-index:3;transition:ease-in-out .2s}.data-table-container{padding:24px;border-radius:12px;box-shadow:0 2px 8px #00000014;background:#ffffff;margin-bottom:24px}.data-table-container .data-table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.data-table-container .data-table-header .table-title{font-weight:600;color:#1a1a1a;font-size:1.5rem}.data-table-container .data-table-header .table-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.data-table-container .data-table-header .table-actions .search-field{min-width:250px}.data-table-container .data-table-header .table-actions .search-field .MuiOutlinedInput-root{border-radius:8px}.data-table-container .data-table-header .table-actions .search-field .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,.data-table-container .data-table-header .table-actions .search-field .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#009d5f}.data-table-container .data-table-content .MuiDataGrid-root{border:none;font-family:inherit}.data-table-container .data-table-content .MuiDataGrid-columnHeaders{background-color:#f8f9fa;border-radius:8px;margin-bottom:8px}.data-table-container .data-table-content .MuiDataGrid-columnHeaders .MuiDataGrid-columnHeader{font-weight:600;color:#1a1a1a}.data-table-container .data-table-content .MuiDataGrid-columnHeaders .MuiDataGrid-columnHeader:focus{outline:none}.data-table-container .data-table-content .MuiDataGrid-cell{border-bottom:1px solid #f0f0f0;padding:12px 16px}.data-table-container .data-table-content .MuiDataGrid-footerContainer{border-top:1px solid #f0f0f0;margin-top:16px}@media (max-width: 960px){.data-table-container{padding:16px;border-radius:8px}.data-table-container .data-table-header .table-title{font-size:1.25rem}.data-table-container .data-table-header .table-actions .search-field{min-width:200px}.data-table-container .data-table-content{overflow-x:auto;-webkit-overflow-scrolling:touch}.data-table-container .data-table-content .MuiDataGrid-root{min-width:600px}}@media (max-width: 600px){.data-table-container{padding:12px;margin-bottom:16px;border-radius:8px}.data-table-container .data-table-header{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:16px}.data-table-container .data-table-header .table-title{font-size:1.125rem;width:100%}.data-table-container .data-table-header .table-actions{width:100%;flex-direction:column;align-items:stretch;gap:8px}.data-table-container .data-table-header .table-actions .search-field{width:100%;min-width:unset}.data-table-container .data-table-header .table-actions button{width:100%;justify-content:center}.data-table-container .data-table-content{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -12px;padding:0 12px}.data-table-container .data-table-content .MuiDataGrid-root{min-width:100%;font-size:.875rem}.data-table-container .data-table-content .MuiDataGrid-columnHeaders{border-radius:4px;margin-bottom:4px}.data-table-container .data-table-content .MuiDataGrid-cell{padding:8px;min-height:48px!important}.data-table-container .data-table-content .MuiDataGrid-row{min-height:48px!important}.data-table-container .data-table-content .MuiDataGrid-footerContainer{margin-top:8px;padding:8px 0}.data-table-container .data-table-content .MuiDataGrid-footerContainer .MuiTablePagination-toolbar{padding:0;min-height:48px}.data-table-container .data-table-content .MuiDataGrid-footerContainer .MuiTablePagination-actions{margin-left:8px}.data-table-container.mobile .MuiDataGrid-cell:has(>div){display:flex;align-items:center}}@media (max-width: 400px){.data-table-container{padding:8px}.data-table-container .data-table-header .table-title{font-size:1rem}.data-table-container .data-table-content .MuiDataGrid-root{font-size:.75rem}.data-table-container .data-table-content .MuiDataGrid-cell{padding:6px;min-height:44px!important}.data-table-container .data-table-content .MuiDataGrid-columnHeader{font-size:.75rem}}.data-table-container.mobile .data-table-content,.data-table-container.tablet .data-table-content{position:relative}.data-table-container.mobile .data-table-content:after,.data-table-container.tablet .data-table-content:after{content:"← Scroll →";position:absolute;bottom:60px;right:12px;background:rgba(0,157,95,.9);color:#fff;padding:4px 12px;border-radius:12px;font-size:.75rem;pointer-events:none;opacity:0;animation:fadeInOut 3s ease-in-out}@keyframes fadeInOut{0%,to{opacity:0}10%,90%{opacity:1}}.custom-button{transition:all .3s ease}.custom-button:active{transform:scale(.98)}.custom-modal .modal-title{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e0e0e0}.custom-modal .modal-title .close-button{color:#666;transition:all .2s ease}.custom-modal .modal-title .close-button:hover{color:#009d5f;background-color:#009d5f14}.custom-modal .modal-content{padding:24px;min-height:100px}.custom-modal .modal-actions{padding:16px 24px;gap:12px;border-top:1px solid #e0e0e0}.category-form .image-upload-section .image-preview{position:relative;display:inline-block}.category-form .image-upload-section .image-preview .remove-image-btn{position:absolute;top:-8px;right:-8px;background-color:#fff;box-shadow:0 2px 8px #00000026}.category-form .image-upload-section .image-preview .remove-image-btn:hover{background-color:#f44336;color:#fff}.category-form .form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:16px}.category-details .images-section{display:flex;justify-content:space-around;gap:24px;flex-wrap:wrap}.category-details .images-section .image-container{text-align:center}.category-details .detail-item{padding:12px 0}.category-details .detail-item:not(:last-child){border-bottom:1px solid #f0f0f0}.categories-page{padding:24px;min-height:100vh;background-color:#f5f7fa}@media (max-width: 768px){.categories-page{padding:16px}}.subcategory-form .image-upload-section .image-preview{position:relative;display:inline-block}.subcategory-form .image-upload-section .image-preview .remove-image-btn{position:absolute;top:-8px;right:-8px;background-color:#fff;box-shadow:0 2px 8px #00000026}.subcategory-form .image-upload-section .image-preview .remove-image-btn:hover{background-color:#f44336;color:#fff}.subcategory-form .form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:16px}.subcategory-details .images-section{display:flex;justify-content:space-around;gap:24px;flex-wrap:wrap}.subcategory-details .images-section .image-container{text-align:center}.subcategory-details .detail-item{padding:12px 0}.subcategory-details .detail-item:not(:last-child){border-bottom:1px solid #f0f0f0}.subcategories-page{padding:24px;min-height:100vh;background-color:#f5f7fa}@media (max-width: 768px){.subcategories-page{padding:16px}}.company-form .form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:16px}.companies-page{padding:24px;min-height:100vh;background-color:#f5f7fa}@media (max-width: 768px){.companies-page{padding:16px}}.status-update-dialog .detail-item{padding:8px 0}.ad-detail-drawer{display:flex;flex-direction:column;height:100%}.ad-detail-drawer .drawer-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background-color:#f5f5f5}.ad-detail-drawer .drawer-content{flex:1;overflow-y:auto;padding:24px}.ad-detail-drawer .drawer-content .images-section{margin-bottom:24px}.ad-detail-drawer .drawer-content .images-section .main-image{width:100%;height:400px;border-radius:12px;overflow:hidden;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.ad-detail-drawer .drawer-content .images-section .main-image img{width:100%;height:100%;object-fit:contain}.ad-detail-drawer .drawer-content .images-section .thumbnail-gallery{display:flex;gap:8px;overflow-x:auto;padding:4px 0}.ad-detail-drawer .drawer-content .images-section .thumbnail-gallery .thumbnail{width:80px;height:80px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .2s ease;flex-shrink:0}.ad-detail-drawer .drawer-content .images-section .thumbnail-gallery .thumbnail:hover{border-color:#009d5f}.ad-detail-drawer .drawer-content .images-section .thumbnail-gallery .thumbnail.active{border-color:#009d5f;box-shadow:0 2px 8px #009d5f4d}.ad-detail-drawer .drawer-content .images-section .thumbnail-gallery .thumbnail img{width:100%;height:100%;object-fit:cover}.ad-detail-drawer .drawer-content .info-section{margin-bottom:16px}.ad-detail-drawer .drawer-content .contact-buttons{display:flex;flex-direction:column;gap:12px}.ad-detail-drawer .drawer-content .contact-buttons .contact-button{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;text-decoration:none;transition:all .2s ease;font-weight:500;border:1px solid}.ad-detail-drawer .drawer-content .contact-buttons .contact-button svg{font-size:20px}.ad-detail-drawer .drawer-content .contact-buttons .contact-button.phone{background-color:#e3f2fd;color:#1976d2;border-color:#1976d2}.ad-detail-drawer .drawer-content .contact-buttons .contact-button.phone:hover{background-color:#1976d2;color:#fff}.ad-detail-drawer .drawer-content .contact-buttons .contact-button.whatsapp{background-color:#e8f5e9;color:#25d366;border-color:#25d366}.ad-detail-drawer .drawer-content .contact-buttons .contact-button.whatsapp:hover{background-color:#25d366;color:#fff}.ad-detail-drawer .drawer-content .contact-buttons .contact-button.email{background-color:#fff3e0;color:#f57c00;border-color:#f57c00}.ad-detail-drawer .drawer-content .contact-buttons .contact-button.email:hover{background-color:#f57c00;color:#fff}.advertisements-page{padding:24px;min-height:100vh;background-color:#f5f7fa}@media (max-width: 768px){.advertisements-page{padding:16px}}.customer-detail-drawer{display:flex;flex-direction:column;height:100%}.customer-detail-drawer .drawer-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background-color:#f5f5f5}.customer-detail-drawer .drawer-content{flex:1;overflow-y:auto;padding:24px}.customer-detail-drawer .drawer-content .customer-profile{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px 0}.customer-detail-drawer .drawer-content .info-section{margin-bottom:16px}.customer-detail-drawer .drawer-content .info-section .info-item{display:flex;align-items:flex-start;gap:16px;padding:12px 0}.customer-detail-drawer .drawer-content .info-section .info-item .info-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background-color:#f5f5f5;color:#009d5f;flex-shrink:0}.customer-detail-drawer .drawer-content .info-section .info-item .info-icon svg{font-size:20px}.customer-detail-drawer .drawer-content .info-section .info-item>div{flex:1}.customer-detail-drawer .drawer-content .contact-buttons{display:flex;flex-direction:column;gap:12px}.customer-detail-drawer .drawer-content .contact-buttons .contact-button{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;text-decoration:none;transition:all .2s ease;font-weight:500;border:1px solid}.customer-detail-drawer .drawer-content .contact-buttons .contact-button svg{font-size:20px}.customer-detail-drawer .drawer-content .contact-buttons .contact-button.phone{background-color:#e3f2fd;color:#1976d2;border-color:#1976d2}.customer-detail-drawer .drawer-content .contact-buttons .contact-button.phone:hover{background-color:#1976d2;color:#fff}.customer-detail-drawer .drawer-content .contact-buttons .contact-button.whatsapp{background-color:#e8f5e9;color:#25d366;border-color:#25d366}.customer-detail-drawer .drawer-content .contact-buttons .contact-button.whatsapp:hover{background-color:#25d366;color:#fff}.customer-detail-drawer .drawer-content .contact-buttons .contact-button.email{background-color:#fff3e0;color:#f57c00;border-color:#f57c00}.customer-detail-drawer .drawer-content .contact-buttons .contact-button.email:hover{background-color:#f57c00;color:#fff}.drawer-content::-webkit-scrollbar{width:8px}.drawer-content::-webkit-scrollbar-track{background:#f1f1f1}.drawer-content::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.drawer-content::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width: 600px){.customer-detail-drawer .drawer-content{padding:16px}.customer-detail-drawer .drawer-content .info-section .info-item{gap:12px}.customer-detail-drawer .drawer-content .info-section .info-item .info-icon{width:36px;height:36px}.customer-detail-drawer .drawer-content .info-section .info-item .info-icon svg{font-size:18px}}.delete-customer-dialog .MuiDialog-paper{border-radius:12px}.delete-customer-dialog .customer-info-card{display:flex;align-items:center;gap:16px;padding:16px;background-color:#f5f5f5;border-radius:8px;margin-bottom:16px}.delete-customer-dialog .customer-info-card .customer-avatar{width:56px;height:56px;background-color:#009d5f;color:#fff;font-size:1.25rem;font-weight:600}.delete-customer-dialog .customer-info-card .customer-details{flex:1}.delete-customer-dialog .customer-info-card .customer-details .customer-name{font-weight:600;font-size:1rem;margin-bottom:4px}.delete-customer-dialog .customer-info-card .customer-details .customer-contact{color:#666;font-size:.875rem;margin-bottom:2px}.delete-customer-dialog .customer-info-card .customer-details .customer-id{color:#999;font-size:.75rem}.delete-customer-dialog .warning-box{background-color:#fff3e0;border-left:4px solid #ff9800;padding:12px 16px;border-radius:4px;margin-bottom:16px}.delete-customer-dialog .warning-box .warning-title{font-weight:600;color:#e65100;margin-bottom:4px}.delete-customer-dialog .warning-box .warning-text{color:#666;font-size:.875rem}@media (max-width: 600px){.delete-customer-dialog .customer-info-card{flex-direction:column;text-align:center}.delete-customer-dialog .customer-info-card .customer-details{text-align:center}}.customers-page{padding:0}@media (max-width: 600px){.customers-page{padding:0}}.vehicle-type-form .image-upload-section .image-preview{position:relative;display:inline-block}.vehicle-type-form .image-upload-section .image-preview .remove-image-btn{position:absolute;top:-8px;right:-8px;background-color:#fff;box-shadow:0 2px 8px #00000026}.vehicle-type-form .image-upload-section .image-preview .remove-image-btn:hover{background-color:#f44336;color:#fff}.vehicle-type-form .form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:16px}.vehicle-type-details .images-section{display:flex;justify-content:space-around;gap:24px;flex-wrap:wrap}.vehicle-type-details .images-section .image-container{text-align:center}.vehicle-type-details .detail-item{padding:12px 0}.vehicle-type-details .detail-item:not(:last-child){border-bottom:1px solid #f0f0f0}.vehicle-types-page{padding:24px;min-height:100vh;background-color:#f5f7fa}@media (max-width: 768px){.vehicle-types-page{padding:16px}}.model-form .image-upload-section .image-preview{position:relative;display:inline-block}.model-form .image-upload-section .image-preview .remove-image-btn{position:absolute;top:-8px;right:-8px;background-color:#fff;box-shadow:0 2px 4px #0000001a}.model-form .image-upload-section .image-preview .remove-image-btn:hover{background-color:#f5f5f5}.model-form .form-actions{display:flex;gap:16px;justify-content:flex-end}.model-details .images-section{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}.model-details .images-section .image-container{text-align:center}.model-details .detail-item{padding:8px 0}.model-details .detail-item:not(:last-child){border-bottom:1px solid #f0f0f0}.models-page{padding:24px;min-height:100vh}.model-category-form .image-upload-section .image-preview{position:relative;display:inline-block}.model-category-form .image-upload-section .image-preview .remove-image-btn{position:absolute;top:-8px;right:-8px;background-color:#fff;box-shadow:0 2px 4px #0000001a}.model-category-form .image-upload-section .image-preview .remove-image-btn:hover{background-color:#f5f5f5}.model-category-form .form-actions{display:flex;gap:16px;justify-content:flex-end}.model-category-details .images-section{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}.model-category-details .images-section .image-container{text-align:center}.model-category-details .detail-item{padding:8px 0}.model-category-details .detail-item:not(:last-child){border-bottom:1px solid #f0f0f0}.models-categories-page{padding:24px;min-height:100vh}.carShowForm__container{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);border-radius:12px;padding:24px}.carShowForm__section{margin-bottom:24px}.carShowForm__sectionTitle{font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #009d5f}.carShowForm__imageUpload{border:2px dashed #ddd;border-radius:8px;padding:20px;text-align:center;cursor:pointer;transition:all .3s ease}.carShowForm__imageUpload:hover{border-color:#009d5f;background-color:#f0f9f6}.carShowForm__imageUploadPreview{max-width:100%;max-height:200px;border-radius:8px;margin-bottom:10px}.carShowForm__actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.carShowForm__actions button{min-width:120px}.car-shows-page{padding:24px}.car-shows-page .data-table-container{border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014}.car-shows-page .data-table-container .data-table-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);border-bottom:1px solid #e0e0e0;flex-wrap:wrap;gap:16px}.car-shows-page .data-table-container .data-table-header .table-title{font-size:24px;font-weight:600;color:#1a1a1a;margin:0}.car-shows-page .data-table-container .data-table-header .table-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.car-shows-page .data-table-container .data-table-header .table-actions .search-field{min-width:250px}.car-shows-page .data-table-container .data-table-content{background:#fff;border-radius:0 0 12px 12px}.car-shows-page .data-table-container .data-table-content .MuiDataGrid-root{border:none;border-radius:0}.car-shows-page .MuiDialog-paper{border-radius:12px}.car-shows-page .MuiDialog-paper .MuiDialogTitle-root{font-weight:600;color:#1a1a1a;padding:20px 24px;border-bottom:1px solid #eee;background:#f9fafb}.car-shows-page .MuiDialog-paper .MuiDialogContent-root{padding:24px}.car-shows-page .MuiDialog-paper .MuiDialogActions-root{padding:16px 24px;border-top:1px solid #eee;background:#f9fafb}.car-shows-page .details-content{display:flex;flex-direction:column;gap:16px}.car-shows-page .details-content .detail-image{width:100%;height:200px;object-fit:cover;border-radius:8px}.car-shows-page .details-content .detail-item{padding:12px;background:#f9fafb;border-radius:8px;border-left:4px solid #009d5f}.car-shows-page .details-content .detail-item .detail-label{font-size:12px;font-weight:600;color:#666;text-transform:uppercase;display:block;margin-bottom:4px}.car-shows-page .details-content .detail-item .detail-value{font-size:14px;color:#1a1a1a;display:block;word-break:break-word}.car-shows-page .details-content .detail-item .detail-value a{color:#009d5f;text-decoration:none}.car-shows-page .details-content .detail-item .detail-value a:hover{text-decoration:underline}@media (max-width: 768px){.car-shows-page{padding:16px}.car-shows-page .data-table-container .data-table-header{flex-direction:column;align-items:stretch}.car-shows-page .data-table-container .data-table-header .table-title{font-size:20px}.car-shows-page .data-table-container .data-table-header .table-actions{width:100%}.car-shows-page .data-table-container .data-table-header .table-actions .search-field{min-width:100%}.car-shows-page .data-table-container .data-table-header .table-actions button{flex:1}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;color-scheme:light}[dir=rtl]{direction:rtl;text-align:right}[dir=ltr]{direction:ltr;text-align:left}[dir=rtl] *{font-family:Cairo,Tajawal,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}*{margin:0;padding:0;box-sizing:border-box}.category-badge{padding:5px 10px;line-height:1;background:#ddd;border-radius:4px;display:inline-block;margin-inline-end:5px}
