@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}ul li{list-style-type:none}a{text-decoration:none;color:#4a5568}p{color:#4a5568}.base-color{color:#228b22}.shadow{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.flex{display:flex;align-items:center;justify-content:center}.global-width{margin:0 auto;max-width:65%}section{padding:2rem}h1{font-size:3rem!important}h2{font-size:2.25rem!important}h3{font-size:1.75rem!important}h4{font-size:1.5rem!important}@media only screen and (max-width: 992px){.global-width{margin:0 auto;max-width:100%;padding:20px}main form{width:100%}h1{font-size:2.5rem!important}h2{font-size:2rem!important}h3{font-size:1.5rem!important}h4{font-size:1.25rem!important}section{padding:2rem}}@media only screen and (max-width: 600px){.global-width{margin:0 auto;max-width:100%;padding:20px}h1{font-size:2rem!important}h2{font-size:1.5rem!important}h3{font-size:1.25rem!important}h4{font-size:1.125rem!important}section{padding:2rem 0}p{font-size:14px}}.btn{color:#fff;font-size:14px;border:none;cursor:pointer;background-color:#228b22;position:relative;padding:10px 16px;border-radius:5px;font-weight:600;transform:translateY(0);transition:transform .2s}.btn:hover{transform:translateY(-2px);transition:transform .2s;background-color:#126d12}::-webkit-scrollbar{width:2px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#555}#dashBoardLayout{display:flex;width:100%;position:relative;min-height:100vh}.dashBoardSideBar{width:300px;height:100vh;position:fixed;left:0;right:0;padding:20px;background-color:#fff;z-index:20;border-right:2px solid gainsboro}.dashBoardMain{width:100%;margin-left:300px;padding:20px;position:relative}.dash-hamburger,.dash-hamburger2{cursor:pointer;color:#000;display:none}.popup-container{background-color:#00000080;width:100%;position:fixed;top:0;left:0;height:100vh;z-index:30}.applicationList-popup{position:absolute;background-color:#fff;top:50%;left:50%;transform:translate(-50%,-50%);padding:20px;border-radius:6px;width:80%;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}#dark .dashBoardSideBar{background-color:#101828}#dark .menu li a{color:#fff}#dark #dashBoardLayout,#dark .applicationList-popup{background-color:#101828}@media only screen and (max-width: 992px){.dashBoardSideBar{transform:translate(-100%)}.dashBoardMain{margin-left:0}.dash-hamburger,.dash-hamburger2{display:block}.applicationList-popup{width:90%}}@media only screen and (max-width: 600px){.dashBoardSideBar{transform:translate(-100%)}.dashBoardMain{margin-left:0}.dash-hamburger,.dash-hamburger2{display:block}.applicationList-popup{width:90%}}.dash-logo{height:40px;object-fit:cover;margin:0 auto}.menu{margin-top:20px;display:flex;align-items:center;justify-content:center}.menu ul{display:flex;flex-direction:column;gap:5px}.menu ul li{border-radius:3px}.menu ul li a{display:flex;align-items:center;gap:5px;transition:all .2s;font-size:16px;padding:8px 10px}.menu ul li:hover{transition:all .2s;background-color:#228b222d}.active{background-color:#228b222d}.menu ul li:hover a{color:#228b22}.hide{transition:transform .5s;transform:translate(-100%)}.show{transition:transform .5s;transform:translate(0)}.inventoryInnerLinks{font-size:15px;margin-top:10px;margin-left:20px}.inventoryInnerLinks li{margin-bottom:0;color:#4a5568;cursor:pointer}.table-container{overflow-x:auto;height:70vh}#applicationList table{border-collapse:collapse;width:100%;table-layout:auto;min-width:1000px}#applicationList table td,th{border:1px solid #dddddd;text-align:center;padding:8px}.status{background-color:#ccecf4;margin:5px}.table-container table td{font-size:14px;padding:8px!important}.table-container table th{font-size:15px;padding:8px!important;text-align:center}.search-container{margin-top:20px;display:flex;align-items:center;justify-content:center;gap:5px}.search-container input{border:none;outline:none;padding:10px 15px;font-size:14px;border-radius:5px;margin-top:5px;border:1px solid gainsboro}.search-container button{margin:5px 0 0;border:none;outline:none;padding:10px 15px;font-size:14px;border-radius:5px;cursor:pointer;background-color:#228b22;color:#fff}.table-icons-container{display:flex;align-items:center;gap:10px;justify-content:center}.table-icon{display:flex;align-items:center;justify-content:center;padding:5px;border-radius:2px;cursor:pointer;border:1px solid gainsboro}.modalBox{background-color:#fff;position:fixed;top:0;left:0;padding:20px;border-radius:3px;overflow-y:scroll;width:100%!important;height:90vh}#credential form{display:flex;align-items:center;gap:10px;flex-direction:column;width:100%;margin-top:10px;justify-content:center}#credential .formElement{display:flex;gap:5px;flex-direction:column;width:50%}#credential .formElement input{width:100%;padding:8px 10px;font-size:15px;border:1px solid gainsboro;border-radius:5px;outline:none}#dark #applicationList{background-color:#101828}#dark #applicationList h2{color:#fff}#dark #applicationList table td,th{border:1px solid rgba(220,220,220,.5)}#dark .table-container,#dark .xMark{color:#fff}#salesRepresentativeFormDownload{padding:5px 20px;margin:1px solid black}.srfd-header{text-align:center;line-height:40px}.srfd-container{width:100%;margin:auto}.srfd-container .dateApplication{display:flex;align-items:center;justify-content:space-between;width:100%}.srfd-container .marginTop{margin-top:20px 30px}.borabor{line-height:30px}.borabor p{font-size:11px;color:#000}.tagline{background-color:#000;color:#fff;display:inline-block;padding:2px 10px;border-radius:5px}#salesRepresentativeFormDownload table{border-collapse:collapse;width:100%}#applicantDetailsTable{text-align:left!important}.productsImage{height:100px;width:200px;object-fit:cover;margin:-10px 0 -20px}#salesRepresentativeFormDownload td,th{border:1px solid #dddddd;text-align:left;padding:2px 5px;font-size:11px}.td-flex{display:flex;gap:5px}.applicantInformation table td,th{font-size:11px;padding:2px 5px!important}@media only screen and (max-width: 600px){#salesRepresentativeFormDownload table{width:800px}}.dateIdTable{display:flex;align-items:center;gap:2px}#formModal{width:90%;margin:0 auto}.dateApplication{width:100%}.dateDiv span{border:1px solid gainsboro;padding:5px;font-size:12px}.popupOverlay{position:fixed;top:0;left:0;background-color:#0000004d;width:100%;height:100%;z-index:20}#popup{padding:20px;background-color:#fff;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:80%;border-radius:5px;overflow-y:scroll}#dashboardTop{padding:20px;border:1px solid gainsboro;border-radius:5px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;left:0;background-color:#fff;z-index:10}#dashboardTop .flex{gap:20px}.hamburger{visibility:hidden}@media only screen and (max-width: 992px){.hamburger{visibility:visible}}@media only screen and (max-width: 600px){.hamburger{visibility:visible}}.dashboard-container{margin-top:20px;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.dashSummaryTable table{width:auto;table-layout:auto;min-width:500px}.dashboard-container>div:nth-child(1){padding:20px;border:1px solid gainsboro;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-radius:5px;width:100%;overflow-x:auto}.dashboard-container>div:nth-child(2){background-color:green;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:20px;border-radius:5px}.dashboard-container>div:nth-child(3){background-color:#87ceeb;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;height:400px;padding:20px;border-radius:5px}.dashboard-container>div:nth-child(4){background-color:orange;height:400px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:20px;border-radius:5px}.summary-first{display:flex;align-items:center;justify-content:space-between}.dashboard-container table{width:100%;border-collapse:collapse;margin-top:20px}.dashboard-container table th,td{padding:8px!important;text-align:center;border:1px solid gainsboro}.dashboard-container table th{font-size:15px}.dashboard-container table td{font-size:14px}#dark #dashboard h2,#dark .dashSummaryTable{color:#fff}#dark .dashboard-container>div:nth-child(1){border:1px solid rgba(220,220,220,.5)}#dark .dashboard-container table th,td{border:1px solid rgba(220,220,220,.5)}@media only screen and (max-width: 992px){.dashboard-container{grid-template-columns:repeat(1,1fr)}}@media only screen and (max-width: 600px){.dashboard-container{grid-template-columns:repeat(1,1fr)}}.inventory-tabs{display:flex;gap:20px;align-items:center;justify-content:center;margin-top:20px;border-bottom:1px solid gainsboro}.inventory-tabs span{padding:8px;cursor:pointer;transition:all .2s;font-size:14px}.inventory-tabs span:hover{transition:all .2s;background-color:#228b22;color:#fff;border-top-right-radius:5px;border-top-left-radius:5px}.tabStyle{background-color:#228b22;color:#fff;border-top-right-radius:5px;border-top-left-radius:5px;font-size:15px!important}.mainInventorySection{margin-top:20px}#viewProducts{width:100%;grid-template-columns:repeat(5,1fr);gap:20px}@media only screen and (max-width: 1300px){#viewProducts{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width: 600px){#viewProducts{grid-template-columns:repeat(1,1fr)}}.productCard{border:1px solid gainsboro;min-height:350px;max-height:350px;border-radius:3px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.card-image{display:flex;align-items:center;justify-content:center;height:160px}.productCard img{width:100%;height:100%;object-fit:cover;margin:0 auto}.productDescription{padding:10px 5px}.titleModel{text-align:center;line-height:20px}.titleModel h6{font-weight:400}.titleModel h5{font-size:16px}.wishlistBtn{width:40px;height:40px;border:1px solid gainsboro;display:flex;align-items:center;justify-content:center;border-radius:999px;cursor:pointer}.productActions{display:flex;align-items:center;justify-content:space-between;padding:10px}.productPrice{color:#000;margin-top:5px;text-align:center;display:block}#updateProductForm{border-radius:5px}#updateProductForm .formElementFlex,.productFormElement{margin-bottom:5px}.productFormElement .btn{margin-top:10px}.addProductFormPopUp{background-color:#00000080;position:fixed;height:100vh;width:100%;top:0;left:0;z-index:20}#addProduct{position:absolute;width:50%;border-radius:5px;padding:20px;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#fff;height:70vh;overflow-y:scroll}#addProduct h3{text-align:center}.addProductForm{width:100%;border:1px solid gainsboro;margin:20px auto;padding:20px;border-radius:5px}.addProductForm>div{margin-bottom:15px}.productFormElement{display:flex;flex-direction:column;gap:5px;width:100%}.productFormElement label{font-size:15px}.productFormElement input,textarea,select{padding:8px 10px;border:none;outline:none;border:1px solid gainsboro;border-radius:5px;width:100%}.productFormElement textarea{height:200px;resize:none}.formElementFlex{display:flex;align-items:center;gap:16px;justify-content:space-between}.productFormElement img{height:300px;object-fit:contain;border-radius:5px}#addProductForm input::placeholder{color:#000}@media only screen and (max-width: 992px){#addProduct{width:90%}}@media only screen and (max-width: 600px){.addProductForm{width:100%}.formElementFlex{flex-direction:column}#addProduct{width:90%}}main form{background-color:#fff;box-shadow:#0000001a 0 1px 3px,#0000000f 0 1px 2px;border:1px solid gainsboro;width:50%;min-height:30vh;padding:50px;border-radius:5px;display:flex;flex-direction:column;align-items:center;justify-content:start;gap:20px}main form input,select{padding:8px 10px;border:none;outline:none;border:1px solid gainsboro;border-radius:5px;width:100%}.flexx{display:flex;gap:10px;align-items:center;justify-content:space-between;width:100%}@media only screen and (max-width: 1300px){main form{width:100%;padding:20px}}.proIdsStyle{background-color:green;font-size:14px;color:#fff;padding:4px 8px;border-radius:5px;cursor:pointer;display:flex;align-items:center;gap:2px;justify-content:center}.proIdsContainer{display:flex;flex-wrap:wrap;gap:5px}.qrGeneratorFormContainer{margin-top:20px;display:flex;align-items:center;justify-content:center}.qrCodesTable{margin-left:20px;padding:5px;background-color:#fff;box-shadow:#0000001a 0 1px 3px,#0000000f 0 1px 2px;border:1px solid gainsboro;border-radius:5px;display:flex;flex-direction:column;overflow-y:auto;height:100%}.contentRef{padding:20px}.contentRef p{background-color:#000;color:#fff;padding:5px;margin-bottom:10px;width:100%}.qrCodesTable button{margin-top:10px}.salesPointContainer{margin-top:20px}.salesPointTop{display:flex;align-items:center;justify-content:space-between}.salesPointTop form{display:flex;align-items:center}.salesPointTop form input{padding:8px 10px;border:none;outline:none;border:1px solid gainsboro;font-size:15px;height:40px}.salesPointTop form button{height:40px;padding:7px 10px;border:none;background-color:#228b22;color:#fff;font-weight:700;cursor:pointer}#salesPointTableContainer{margin-top:20px;min-width:100%;max-width:800px;overflow-x:auto;border-radius:5px;box-shadow:0 0 5px #00000038}#salesPointTableContainer table{width:100%;border-collapse:collapse}#salesPointTableContainer table thead{background-color:#228b22;color:#fff}#salesPointTableContainer table td,th{text-align:center;font-size:15px;padding:8px!important;border:none}#salesPointTableContainer table tr:nth-child(2n){background-color:#e6f4e6}.salesPointSummary{display:flex;align-items:center;justify-content:space-between;margin:20px 0}.salesPointSummary select{width:200px}main{min-height:70vh;display:flex;align-items:center;justify-content:center}main form{background-color:#fff;box-shadow:#0000001a 0 1px 3px,#0000000f 0 1px 2px;border:1px solid gainsboro;width:30%;min-height:30vh;padding:50px;border-radius:5px;display:flex;flex-direction:column;align-items:center;justify-content:start;gap:20px}.formElement{display:flex;flex-direction:column;gap:5px;width:100%}main{margin-top:50px}main form input{border:1px solid gainsboro;border-radius:3px;padding:8px 10px;outline:none;width:100%}main form button{background-color:#228b22;border:none;outline:none;font-size:15px;padding:8px 10px;border-radius:5px;color:#fff;font-weight:600;cursor:pointer}.logo{height:30px;margin-right:50px}@media only screen and (max-width: 1300px){main form{width:50%;padding:20px}}@media only screen and (max-width: 992px){main form{width:70%;padding:20px}}@media only screen and (max-width: 600px){main form{width:90%;padding:20px}}.ordersTop{display:flex;align-items:center;justify-content:space-between}.ordersTop select{width:auto}#warehouse{position:relative}.warehouseContainer{display:flex;align-items:center;justify-content:space-between;gap:10px}.warehouseContainer select{width:auto}.warehouseContainerModal{position:fixed;width:100%;height:100vh;top:0;left:0;z-index:10;display:flex;align-items:center;justify-content:center;background-color:#00000063;margin-left:10%}.warehouseContainerModal main{width:100%}.warehouseContainerModal main form{position:relative}.warehouseContainerModal main form .cross{position:absolute;right:5px;top:5px;cursor:pointer}#salesPointTableContainer{max-height:70vh;min-width:100%;max-width:800px;overflow-x:auto;position:relative}#salesPointTableContainer table thead{position:sticky;left:0;top:0}.warButtons{display:flex;align-items:center;gap:10px}#warehouseContainer{display:flex;align-items:center;justify-content:space-between;gap:10px}#warehouseContainer select{width:auto}#warehouseContainerModal{position:fixed;width:100%;height:100vh;top:0;left:0;z-index:10;display:flex;align-items:center;justify-content:center;background-color:#00000063;margin-left:10%}#warehouseContainerModal main{width:100%}#warehouseContainerModal main form{position:relative}#warehouseContainerModal main form .cross{position:absolute;right:5px;top:5px;cursor:pointer}@media screen and (max-width: 1300px){.warehouseContainer{flex-direction:column}}#postContainer{position:relative}.postPopup{position:fixed;top:50%;left:70%;transform:translate(-60%,-50%);width:100%;height:100vh;background-color:#0000003b;z-index:10}.po{display:flex;flex-direction:column;justify-content:center;width:50%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:5px;padding:20px;transition:all .5s;border:1px solid gainsboro;overflow-y:auto;max-height:500px}.postPopup-top{display:flex;align-items:start;justify-content:space-between;margin-bottom:15px}.postPopup p{margin-bottom:15px}.postMedia{width:100%;height:300px}.postMedia img{width:100%;height:300px;object-fit:cover}.transform-scale{transform:translate(-60%,-50%) scale(0);transition:all .5s}.transform-scale-off{transform:translate(-60%,-50%) scale(1);transition:all .5s}#createPostTable{border-radius:5px!important}#createPostTable thead{background-color:#228b22;color:#fff}.actionButtons span{background-color:#fff;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:5px;box-shadow:0 0 5px #00000038}.commentUpdateIcon{transition:all .2s}.commentUpdateIcon:hover{background-color:#228b22;color:#fff;transition:all .2s}.commentDeleteIcon{transition:all .2s}.commentDeleteIcon:hover{background-color:red;color:#fff;transition:all .2s}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.allComments{display:flex;flex-direction:column;gap:30px}.singlePostCommentTable h3{margin-bottom:10px}.commentDeleteIcon{cursor:pointer;color:red}.commentUpdateIcon{cursor:pointer;color:#228b22}.actionButtons{display:flex;width:100%;align-items:center;justify-content:center;gap:5px}.tableNextPrevButton button{margin-right:10px}.container_72d37b{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;height:var(--uib-size);width:var(--uib-size)}.inner_ae9969{position:relative;height:var(--uib-size);width:var(--uib-size)}.inner_ae9969:before,.inner_ae9969:after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;border-radius:50%;background-color:var(--uib-color);animation:pulse_3a5385 var(--uib-speed) ease-in-out infinite;transform:scale(0);transition:background-color .3s ease}.inner_ae9969:after{animation-delay:calc(var(--uib-speed) / -2)}@keyframes pulse_3a5385{0%,to{transform:scale(0);opacity:1}50%{transform:scale(1);opacity:.25}}#loadingSpinner{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;position:fixed;left:0;top:0;background-color:#fff}#categories{display:flex;justify-content:center;align-items:start;height:90vh;gap:20px;padding-top:100px}#categories #category,#categories #subCategories{border:1px solid gainsboro;padding:15px;min-width:350px;max-width:350px;box-shadow:#0000001a 0 1px 3px,#0000000f 0 1px 2px;border-radius:6px}#categories .formElement{display:flex;flex-direction:column;width:100%;gap:8px}#categories .formElement input,#categories .formElement select,#categories .formElement textarea{border:1px solid gainsboro;border-radius:3px;padding:8px 10px;outline:none;width:100%}#categories form{display:flex;flex-direction:column;gap:15px}.btn-table{padding:4px;background-color:#228b22;border-radius:3px;color:#fff;border:none;cursor:pointer}
