html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html ::-webkit-scrollbar{height:5px;width:5px}html ::-webkit-scrollbar-track{border-radius:10px;box-shadow:inset 0 0 6px #0000}html ::-webkit-scrollbar-thumb{background-color:var(--text);border-radius:10px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.checkbox-style{color:green}.panel-loading{align-items:center;background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;gap:50px;justify-content:center;min-height:100vh}.panel-loading .panel-loading-image{max-width:90%;width:300px}.App{display:flex;min-height:100vh;padding:constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left)}.App .right{flex:1 1;margin:10px}.App .right,.App .right .page-container{overflow-x:hidden;overflow-y:visible;overflow-y:initial}.App .right .page-container{background-color:var(--onBackground);border-radius:5px;box-shadow:0 .125rem .375rem 0 var(--elementBoxShadow);margin:10px 0;min-height:200px;padding:10px}.App .right .page-container .page-container-name{align-items:center;background-color:var(--onBackground);border-radius:10px;display:flex;font-weight:500;gap:10px;margin-bottom:20px}.App .right.no-margin{margin:0}.dashboard .dashborad-toolbar{align-items:center;background-color:var(--onBackground);border-radius:5px;box-shadow:0 0 .375rem .25rem var(--boxShadowColor);display:flex;gap:10px;justify-content:space-between;margin:10px 0 20px;padding:10px}.dashboard .dashborad-toolbar .page-container-name{align-items:center;background-color:var(--onBackground);border-radius:10px;display:flex;font-weight:500;gap:10px}.dashboard .dashborad-toolbar .dashboard-date-range{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.dashboard .dashborad-toolbar .dashboard-date-range .date-range-picker-wrapper{display:flex;flex-direction:column;gap:2px}.dashboard .dashborad-toolbar .dashboard-date-range .date-range-picker-wrapper .date-range-picker-label{font-size:13px;font-weight:500}.dashboard .dashborad-toolbar .dashboard-date-range .date-range-picker-wrapper .date-range-picker{border:1px solid var(--borderColor);border-radius:5px;cursor:pointer;margin:0!important;padding:10px}.dashboard .dashboard-body{box-sizing:border-box;display:flex;flex-direction:column;gap:10px}.dashboard .dashboard-body .dashboard-horizontal{box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;justify-content:space-between}.dashboard .dashboard-body .dashboard-vertical{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;gap:10px}.dashboard .dashboard-body .dashboard-box{background-color:var(--onBackground);border-radius:5px;box-shadow:0 0 .375rem .25rem var(--boxShadowColor);box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;gap:10px;max-width:100%;padding:10px}.dashboard .dashboard-body .dashboard-box .loading-box{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;padding:10px}.dashboard .dashboard-body .dashboard-box .dashboard-box-header{align-items:center;border-bottom:1px solid var(--borderColor);box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;padding-bottom:10px}.dashboard .dashboard-body .dashboard-box .dashboard-box-header .my-select{margin:0!important}.dashboard .dashboard-body .dashboard-box .dashboard-box-header .dashboard-box-header-left{align-items:center;display:flex;gap:10px}.dashboard .dashboard-body .dashboard-box .dashboard-box-header .dashboard-box-header-left .dashboard-box-header-title-wrapper{display:flex;flex-direction:column}.dashboard .dashboard-body .dashboard-box .dashboard-box-header .dashboard-box-header-left .dashboard-box-header-title-wrapper .dashboard-box-header-title{font-size:16px;font-weight:600}.dashboard .dashboard-body .dashboard-box .dashboard-box-header .dashboard-box-header-left .dashboard-box-header-title-wrapper .dashboard-box-header-subtitle{color:var(--lightText);font-size:13px}.dashboard .dashboard-body .dashboard-box .dashboard-box-header .dashboard-box-header-right .from-to-date{align-items:center;color:var(--text);display:flex;font-size:10px;margin-left:10px}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper{box-sizing:border-box;height:100%;overflow:auto;width:100%}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body{box-sizing:border-box;height:100%;overflow:auto}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .load-more-oos-products-btn{border:1px solid var(--borderColor);box-sizing:border-box;cursor:pointer;margin:0 10px;padding:10px;width:calc(100% - 20px)}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .load-more-oos-products-btn:hover{border-color:var(--text)}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .nothing-to-show{color:var(--lightText);font-size:13px;text-align:center}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .income-breakdown-container{margin:auto;max-width:400px;padding:10px}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .income-breakdown-container .income-breakdown-detail{align-items:center;display:flex;justify-content:space-between;width:100%}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .income-breakdown-container .income-breakdown-detail .income-breakdown-label,.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .income-breakdown-container .income-breakdown-detail .income-breakdown-value{font-size:14px}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .dashboard-box-label-value{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:100%;justify-content:center;padding:20px 0}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .dashboard-box-label-value .dashboard-box-value{font-size:22px;font-weight:700;text-shadow:.5px .5px var(--lightText)}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .dashboard-box-label-value .dashboard-box-label{color:var(--lightText);font-size:14px;text-align:center}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .dashboard-box-label-value .box-more-info-container{display:flex;flex-direction:column;gap:3px;margin-top:10px}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .dashboard-box-label-value .box-more-info-container .box-data-more-info{border-bottom:1px solid var(--borderColor);font-size:13px;margin:0;padding-bottom:3px;text-align:center}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .dashboard-box-label-value .box-more-info-container .box-data-more-info:last-child{border:none}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .top-product-card{align-items:center;display:flex;gap:10px;margin:10px 0}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .top-product-card .product-image{border-radius:10px;height:80px;object-fit:contain;width:80px}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .top-product-card .top-product-info{display:flex;flex-direction:column;gap:5px}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .top-product-card .top-product-info .product-name{font-size:15px}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .top-product-card .top-product-info .top-product-sold-count{font-size:13px}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .oos-product-card{align-items:center;display:flex;gap:10px;margin:10px 0}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .oos-product-card .product-image{border-radius:10px;height:80px;object-fit:contain;width:80px}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .oos-product-card .oos-product-info{display:flex;flex-direction:column;gap:5px}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .oos-product-card .oos-product-info .product-name{font-size:15px}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .oos-product-card .oos-product-info .oos-product-label{color:var(--red);font-size:12px;font-weight:600}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .oos-product-card .oos-product-info .view-product-btn{color:var(--lightText);font-size:12px}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .oos-product-card .oos-product-info .view-product-btn:hover{color:var(--tint)}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .recent-order-card{border-left:1px solid var(--borderColor);margin:0 5px;padding:0 15px 20px;position:relative}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .recent-order-card:last-child{border-left:none}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .recent-order-card .dot{border-radius:50%;box-shadow:0 2px 4px 0;left:-5px;min-height:10px;min-width:10px;position:absolute;top:0;z-index:100}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .recent-order-card .datetime{color:var(--lightText);font-size:10px;margin:0}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .recent-order-card .recent-order-label{font-size:14px}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .recent-order-card .recent-order-label .recent-order-label-username{color:var(--text);text-decoration:none}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .recent-order-card .recent-order-label .recent-order-label-username:hover{color:var(--tint)}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .recent-order-card .view-recent-order-btn{background-color:#0000;border:none;cursor:pointer;font-size:13px;margin:0 0 10px;order:none;outline:none;padding:0;text-decoration:underline}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .recent-order-card .view-recent-order-btn:hover{color:var(--tint)}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .recent-order-card .recent-order-price-container{border:1px solid var(--borderColor);border-radius:5px;margin-top:5px;overflow:hidden}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .recent-order-card .recent-order-price-container .recent-order-total-btn{align-items:center;background-color:var(--onBackground);border:none;cursor:pointer;display:flex;justify-content:space-between;outline:none;padding:10px 5px;transition:.2s ease-in-out;width:100%}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .recent-order-card .recent-order-price-container .recent-order-total-btn *{cursor:pointer}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .recent-order-card .recent-order-price-container .recent-order-total-btn.visible,.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .recent-order-card .recent-order-price-container .recent-order-total-btn:hover{background-color:var(--background)}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .recent-order-card .recent-order-price-container .recent-order-total-btn.visible .recent-order-total-value .recent-order-total-arrow{transform:rotate(180deg)}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .recent-order-card .recent-order-price-container .recent-order-total-btn .recent-order-total-value{align-items:center;display:flex;gap:5px}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .recent-order-card .recent-order-price-container .recent-order-total-btn .recent-order-total-value .recent-order-total-arrow{transition:.2s ease-in-out}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .recent-order-card .recent-order-price-container .recent-order-price-details-container{border-top:1px solid var(--borderColor);padding:10px}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .recent-order-card .recent-order-price-container .recent-order-price-details-container.hidden{display:none}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .recent-order-card .recent-order-price-container .recent-order-price-details-container .recent-order-price-detail{align-items:center;display:flex;justify-content:space-between}.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .recent-order-card .recent-order-price-container .recent-order-price-details-container .recent-order-price-detail .recent-order-price-detail-label,.dashboard .dashboard-body .dashboard-box .dashboard-box-body-wrapper .dashboard-box-body .recent-order-card .recent-order-price-container .recent-order-price-details-container .recent-order-price-detail .recent-order-price-detail-value{font-size:14px}@media only screen and (max-width:767px){.dashboard .dashborad-toolbar{align-items:baseline;flex-direction:column}}.order-viewer{display:flex;flex-direction:column;gap:20px}.order-viewer .loading-products{align-items:center;display:flex;justify-content:center}.product-price-container .price-wrapper{align-items:flex-end;display:flex;gap:5px}.product-price-container .product-price{font-weight:600;margin:0}.product-price-container .old-price{color:var(--lightText);margin:0;text-decoration:line-through}.product-price-container .price-discount{font-size:14px;font-weight:600;margin:0 5px}.product-card{display:flex}.product-card .product-image{border-radius:10px;height:100px;object-fit:contain;width:100px}.product-card .product-info{display:flex;flex:1 1;flex-direction:column;margin:10px}.product-card .product-info .product-name{margin-top:0}.product-card .product-info .package-products-container{display:flex;flex-direction:column;gap:5px;margin:10px 0}.product-card .product-info .package-products-container .order-package-product-wrapper{align-items:flex-start;display:flex;flex-direction:row;gap:5px}.product-card .product-info .package-products-container .order-package-product-wrapper .item-product-image{height:35px;width:35px}.product-card .product-info .package-products-container .order-package-product-wrapper .item-text{color:var(--lightText);font-size:13px}.product-card .product-info .order-info{align-items:flex-end;display:flex;flex:1 1;justify-content:space-between}.line-chart{position:relative}.line-chart .chart-title-wrapper{align-items:center;display:flex;margin-bottom:20px}.line-chart .chart-title-wrapper .chart-title{color:var(--text);font-size:20px;font-weight:600;margin:0 0 0 10px;text-transform:capitalize;white-space:nowrap}.line-chart .chart .chart-no-data{font-size:12px;letter-spacing:2px;margin:auto;padding:20px 0;text-align:center;text-transform:uppercase}.line-chart .chart .chart-line{align-items:center;display:flex}.line-chart .chart .chart-line .chart-label{border-right:1px solid var(--borderColor);color:var(--text);padding-right:10px;text-align:end;width:70px}.line-chart .chart .chart-line .chart-value-wrapper{flex:5 1;padding:0 5px}.line-chart .chart .chart-line .chart-value-wrapper .line-chart-value{animation:slideRight 1.5s ease-in-out;border-radius:15px;box-sizing:border-box;padding:5px;position:static;transition:.2s ease-in-out}.line-chart .chart .chart-line .chart-value-wrapper .line-chart-value .value-viewer{background-color:var(--onBackground);border:1px solid var(--borderColor);border-radius:5px;bottom:19px;box-shadow:0 0 .375rem .25rem var(--boxShadowColor);box-sizing:border-box;display:none;min-width:100px;padding:5px 10px;position:absolute;right:-10px}.line-chart .chart .chart-line .chart-value-wrapper .line-chart-value .value-viewer .viewer-title{font-size:14px;font-weight:600;margin:0;padding:0}.line-chart .chart .chart-line .chart-value-wrapper .line-chart-value .value-viewer .viewer-value{font-size:12px}.line-chart .chart .chart-line .chart-value-wrapper .line-chart-value .value-viewer:after{background-color:var(--onBackground);border-bottom:1px solid var(--borderColor);border-right:1px solid var(--borderColor);bottom:-6.5px;content:" ";height:10px;position:absolute;right:10px;transform:rotate(45deg);width:10px}.line-chart .chart .chart-line .chart-value-wrapper .line-chart-value:hover{transform:scale(1.01)}.line-chart .chart .chart-line .chart-value-wrapper .line-chart-value:hover .value-viewer{display:block}@keyframes slideRight{0%{width:0}}.line-chart .chart .chart-line .chart-value-wrapper.values-line{border-top:1px solid var(--borderColor);display:flex;justify-content:space-between;overflow:hidden;padding:0}.line-chart .chart .chart-line .chart-value-wrapper.values-line .value-display{color:var(--text);font-size:12px;margin-right:2px;padding-top:5px}.line-chart .chart.vertical{display:flex;overflow:auto;padding-top:64px}.line-chart .chart.vertical .chart-line{flex:1 1;flex-direction:column-reverse;width:100%}.line-chart .chart.vertical .chart-line .chart-label{border-right:none;border-top:1px solid var(--borderColor);box-sizing:border-box;padding:0 5px;text-align:center;width:100%}.line-chart .chart.vertical .chart-line .chart-value-wrapper{align-items:flex-end;display:flex;padding:5px;width:30px}.line-chart .chart.vertical .chart-line .chart-value-wrapper .line-chart-value{animation:slideUp 1.5s ease-in-out;border-radius:5px;height:0}.line-chart .chart.vertical .chart-line .chart-value-wrapper .line-chart-value .value-viewer{bottom:auto;right:-20px;top:-60px}.line-chart .chart.vertical .chart-line .chart-value-wrapper .line-chart-value .value-viewer:after{right:29px}@keyframes slideUp{0%{height:0}}.line-chart .chart.vertical .chart-line.values{max-width:-webkit-fit-content;max-width:fit-content;width:-webkit-fit-content;width:fit-content}.line-chart .chart.vertical .chart-line.values .chart-label{border:none;height:22px}.line-chart .chart.vertical .chart-line.values .chart-value-wrapper.values-line{align-items:center;border-right:1px solid var(--borderColor);border-top:none;flex-direction:column-reverse;min-width:50px;padding:0 5px}.line-chart .chart.vertical::-webkit-scrollbar{height:5px}.line-chart .chart.vertical::-webkit-scrollbar-track{border-radius:10px;box-shadow:inset 0 0 6px #0000}.line-chart .chart.vertical::-webkit-scrollbar-thumb{background-color:#a9a9a9;border-radius:10px}.my-select{background-color:var(--onBackground);flex:1 1;min-width:200px;position:relative;-webkit-user-select:none;user-select:none;width:100%}.my-select .MuiIconButton-root{color:var(--tint);height:40px;width:40px}.my-select .my-select-button{align-items:center;background-color:#0000;border:1px solid var(--borderColor);border-radius:5px;color:var(--text);cursor:pointer;display:flex;height:45px;justify-content:space-between;transition:.2s ease-in-out;width:100%}.my-select .my-select-button .my-select-label{background-color:var(--onBackground);color:var(--text);font-size:15px;padding:0 5px;transition:.2s ease-in-out;-webkit-user-select:none;user-select:none}.my-select .my-select-button .my-select-label.with-value{position:absolute;transform:translateY(-22px) scale(.8)}.my-select .my-select-button .my-select-label.required:after{color:red;content:"*"}.my-select .my-select-button .selected-value{padding:0 5px}.my-select .my-select-button .button-toggle-arrow{font-size:14px;transition:.2s ease-in-out}.my-select .my-select-button:hover{border-color:var(--tint)}.my-select .my-select-dropDown{background-color:var(--onBackground);border-radius:0 0 5px 5px;box-shadow:0 1px 4px #00000029;display:none;overflow:hidden;position:relative;width:100%;z-index:99}.my-select .my-select-dropDown .dropdown-header{box-sizing:border-box;display:flex;gap:10px;height:40px;margin:10px;width:calc(100% - 20px)}.my-select .my-select-dropDown .dropdown-header .my-select-search-bar{border:1px solid var(--borderColor);border-radius:5px;flex:1 1;height:100%;outline:none;padding:0 10px;width:100%}.my-select .my-select-dropDown .dropdown-header .css-78trlr-MuiButtonBase-root-MuiIconButton-root{color:var(--tint)}.my-select .my-select-dropDown .empty-list{font-size:13px;text-align:center}.my-select .my-select-dropDown .my-select-options{max-height:200px;overflow-y:auto;padding:5px 0}.my-select .my-select-dropDown .my-select-options .my-select-option{align-items:center;cursor:pointer;display:flex;gap:10px;height:35px;padding:0 15px;transition:.2s ease-in-out}.my-select .my-select-dropDown .my-select-options .my-select-option *{cursor:pointer}.my-select .my-select-dropDown .my-select-options .my-select-option:hover{background-color:var(--borderColor)}.my-select .my-select-dropDown .my-select-options .my-select-option.selected{background-color:var(--tint);color:var(--onBackground)}.my-select .my-select-dropDown .my-select-options .my-select-option .my-select-option-image{aspect-ratio:1/1;border-radius:5px;height:90%;overflow:hidden}.my-select .my-select-dropDown .my-select-options .my-select-option .my-select-option-label{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-select.opened .my-select-button{border-color:var(--tint)}.my-select.opened .my-select-button .button-toggle-arrow{transform:rotate(180deg)}.my-select.opened .my-select-button .my-select-label{color:var(--tint);position:absolute;transform:translateY(-22px) scale(.8)}.my-select.opened .my-select-dropDown{display:block}.placeholder-image-container{position:relative}.placeholder-image-container .placeholder-image{background-color:var(--onBackground);height:100%;left:0;position:absolute;top:0;width:100%}.login-page{display:flex;min-height:calc(100vh - 20px)}.login-page .login-page-body{align-items:center;background-color:var(--onBackground);border-radius:10px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;flex-direction:column;margin:auto;max-width:600px;padding:15px;width:90%}.login-page .login-page-body .logo{margin-bottom:40px;margin-top:20px;max-width:80%;width:250px}.login-page .login-page-body .login-form{display:flex;flex-direction:column;gap:15px;width:80%}.login-page .login-page-body .login-form .action-buttons{display:flex;flex:1 1;justify-content:center;margin-top:20px}.my-text-input{flex:1 1;position:relative;-webkit-user-select:none;user-select:none;width:100%}.my-text-input .text-input-wrapper{align-items:center;background-color:var(--onBackground);border:1px solid var(--borderColor);border-radius:5px;display:flex;max-height:auto;min-height:45px;transition:.2s ease-in-out;width:100%}.my-text-input .text-input-wrapper .text-input-label{background-color:var(--onBackground);font-size:15px;padding:0 5px;position:absolute;top:12px;transition:.2s ease-in-out;-webkit-user-select:none;user-select:none}.my-text-input .text-input-wrapper .text-input-label.with-value{position:absolute;transform:translateY(-24px) scale(.8);z-index:20}.my-text-input .text-input-wrapper .text-input-label.required:after{color:red;content:"*"}.my-text-input .text-input-wrapper .text-area,.my-text-input .text-input-wrapper .text-input{background-color:#0000;border:none;box-sizing:border-box;flex:1 1;height:100%;min-height:45px;outline:none;padding:0 10px;z-index:10}.my-text-input .text-input-wrapper .text-area{font-family:inherit;padding-top:7px;resize:none}.my-text-input .text-input-wrapper:focus-within,.my-text-input .text-input-wrapper:hover{border-color:var(--tint)}.my-text-input .text-input-wrapper:focus-within .text-input-label{color:var(--tint);position:absolute;transform:translateY(-24px) scale(.8)}.my-text-input:has(.text-input-dd):focus-within{padding-bottom:65px}.my-text-input:has(.text-input-dd):focus-within .text-input-dd{display:flex}.my-text-input .text-input-dd{background-color:var(--onBackground);border:1px solid var(--borderColor);border-radius:0 0 5px 5px;box-shadow:0 2px 5px -1px #32325d40,0 1px 3px -1px #0000004d;box-sizing:border-box;display:none;flex-direction:column;position:absolute;width:100%;z-index:200}.my-text-input .text-input-dd .text-input-translate-btn{align-items:center;background-color:#0000;border:none;color:var(--text);cursor:pointer;display:flex;gap:10px;justify-content:center;padding:8px 0}.my-text-input .text-input-dd .text-input-translate-btn:not(:first-child){border-top:1px solid var(--borderColor)}.my-text-input .text-input-dd .text-input-translate-btn:not(:disabled):hover{background-color:#00000017}.my-text-input .text-input-dd .text-input-translate-btn:disabled{cursor:inherit}.my-button{background-color:var(--tint)!important;color:#fff!important;height:45px}.my-button *{cursor:pointer}.my-button .loading-button{-webkit-margin-start:15px;color:#fff;height:25px!important;margin-inline-start:15px;width:25px!important}.my-button .my-button-label{overflow:hidden;text-transform:none;white-space:nowrap}.my-button.soft{background-color:var(--onBackground)!important;color:var(--text)!important}.my-button.secondary{background-color:var(--secondary)!important}.my-button.softDark{background-color:var(--borderColor)!important;color:var(--text)!important}.header{background-color:var(--onBackground);border-radius:5px;box-shadow:0 0 .375rem .25rem var(--boxShadowColor);height:50px;justify-content:space-between}.header,.header .mobile-menu-button{align-items:center;display:flex;padding:0 10px}.header .mobile-menu-button{background-color:#0000;border:none;color:var(--textColor);display:none;height:100%;margin-right:10px;outline:none}.header .mobile-menu-button .menu-icon{font-weight:600;margin:0;padding:0}.header .header-right,.header .header-right .profile-button{align-items:center;display:flex;height:100%}.header .header-right .profile-button{position:relative}.header .header-right .profile-button .profile-img-btn{align-items:center;background-image:url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQACWAJYAAD/2wCEAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDIBCQkJDAsMGA0NGDIhHCEyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMv/CABEIAMgAyAMBIgACEQEDEQH/xAAwAAEBAAMBAQEAAAAAAAAAAAAABQIDBAEGBwEBAQEBAAAAAAAAAAAAAAAAAAECA//aAAwDAQACEAMQAAAA/XxrmAAAAAAAAAAAAAAAAAdnVNSVnAkuzjsBAAAAAAAAMq2PVnYKA5+gQca0m4CwAAAAABu090tITYAACLam2cIuAAAAAAHfwdUtYTYAACdRkpyjWAAAAAAHvhbmyPXzr0KAPDCJv57gLAAAAAAAG7SWx0fP5y3UTArTdJAsAAAAAAAMu6WfurbGpeygODygiXptK+fXOJOBljcgAAAAOn2rNY5k0AAAABhLr+JAdXLrIIAA2a6UvZkTYAAAAAAGMW5w2TRcAALMa5NbBNAAAAAAANO7WQxrAIAuQ7k3sEoAAAAAADXs1kMawCALhN7BKAAAAAAA1hDGsAn/xAA3EAACAQEDCAkCBQUAAAAAAAABAgMEABExBRIgITBAQVETIjI0YXFyobFTkRQjYoGCEBVSYNH/2gAIAQEAAT8A/wBUAJNwBJ5C0WT3cXyHMHLE2SggXFS3mbfhIPpLZ8nwNgCp8DaXJ8iAmM545YGxBBuIuPLco42kcIovJtT0qQLfi/FtKopUnXk/BrSI0blHFxG40VP0MWcw67e2wrafpYs5R111+Y3Clj6WoVTgNZ2VVH0VQwGB1jb5NX8yRuQA2WUl/MjbmCNvkw65B5bLKR1xjwO3oHzKi44MLtlXvn1N3+Iu26sVYMMQbxaGQSxK44+2wmlEMTOeGHjYksxY4k3ncKSpMD3G8ocfDxsrB1DKQQcCNJmCqWY3AYm1XUmd7hqQYblBUyQHVrXiptFWRS6s7Nbk39cLS1kMV4zs5uS2nqZJzrNy8FG6rLInZdh5G34qf6rfezSSP2nY+Z3TE3WSlnfCMgczqsuTpD2nUe9hk3nL9lt/bV+q32scmDhL91s2TpB2XU+1npZ0xjJHMa7YG47dEeRs1FLHwtDk7jK38RaOGOIdRAP22EkEco66A+N1pcncYm/i3/bOjRtmupB8dpTUjTdZtSc+do4kiXNQADaSRJKua4vFqmkaDrL1k58tlR0vTHPfsD3sAALhtiARccLVlL0Jz07B9thDEZpVQfueQsiBFCqLgBcNwdA6lWF4Oo2miMMrIeGB5jTydEAjSHEm4eW5ZRjvRZBiNR8tOlXNpox+m/cqtc6lkH6b9ODu8fpHxuU/d5PSdODu8fpHxuU/d5PSfjTg7vH6R8blP3eT0n404O7x+kfG5T93k9J+ND//xAAZEQADAQEBAAAAAAAAAAAAAAABETAAIED/2gAIAQIBAT8A8Tz9gqKiSyyk8888+3QxHBqamn//xAAbEQEAAwEAAwAAAAAAAAAAAAABESAwABIxQP/aAAgBAwEBPwD4o6Mwo4FXAq+sRouQ95cuUdB0HR0XC6TUxaGpqaf/2Q==);background-size:cover;border:none;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}.header .header-right .profile-button .profile-img-btn .profile-button-image{border-radius:50%;height:100%;transition:.2s ease-in-out}.header .header-right .profile-button .profile-img-btn .profile-button-image:hover{transform:scale(1.1)}.header .header-right .profile-button .profile-dropdown{background-color:var(--onBackground);border:1px solid var(--borderColor);border-radius:5px;box-shadow:0 1px 4px #00000029;padding:10px 5px;position:absolute;right:0;top:55px;width:200px;z-index:9999}.header .header-right .profile-button .profile-dropdown .profile-dropdown-button{align-items:center;background-color:#0000;border:none;cursor:pointer;display:flex;gap:10px;height:35px;outline:none;transition:.2s ease-in-out;width:100%}.header .header-right .profile-button .profile-dropdown .profile-dropdown-button *{cursor:pointer}.header .header-right .profile-button .profile-dropdown .profile-dropdown-button .pb-icon{align-items:center;display:flex}.header .header-right .profile-button .profile-dropdown .profile-dropdown-button .pb-icon *{font-size:20px}.header .header-right .profile-button .profile-dropdown .profile-dropdown-button:hover{background-color:#00000017}.header .header-right .profile-button .profile-dropdown:before{background-color:var(--onBackground);border-left:1px solid var(--borderColor);border-top:1px solid var(--borderColor);content:"";height:10px;position:absolute;right:15px;top:-6px;transform:rotate(45deg);width:10px}@media only screen and (max-width:767px){.header .mobile-menu-button{display:block}}.side-bar-wrapper{height:100vh;position:-webkit-sticky;position:sticky;top:0;z-index:999}.side-bar-wrapper .side-bar{background-color:var(--onBackground);box-shadow:0 1px 2px 0 #3c40434d,0 2px 6px 2px #3c404326;display:flex;flex-direction:column;height:100%;transition:.2s ease-in-out;width:60px}.side-bar-wrapper .side-bar .sidebar-logo-wrapper{display:flex;justify-content:center;margin:10px 0;width:100%}.side-bar-wrapper .side-bar .sidebar-logo-wrapper .sidebar-logo{display:block;margin:auto;max-width:130px;width:90%}.side-bar-wrapper .side-bar .side-bar-buttons{flex:1 1;overflow:auto}.side-bar-wrapper .side-bar .bottom-buttons{overflow:auto;padding:5px 0}.side-bar-wrapper.open .side-bar{max-width:100%;width:280px}@media only screen and (max-width:767px){.side-bar-wrapper{position:fixed;top:0}.side-bar-wrapper .side-bar{position:relative;width:0}.side-bar-wrapper .side-bar .bottom-buttons .active-keep-open-button,.side-bar-wrapper .side-bar .bottom-buttons .keep-open-button{display:none}.side-bar-wrapper.open{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background:#fff3;width:100%}}.side-bar-button{margin:5px;overflow-x:hidden}.side-bar-button *{-webkit-user-select:none;user-select:none}.side-bar-button .sidebar-button{align-items:center;background-color:#0000;border-left:1px solid #0000;border-radius:5px;border-right:1px solid #0000;border-color:#0000;border-style:solid;border-width:1px 2px;box-sizing:border-box;color:var(--text);cursor:pointer;display:flex;margin:0;padding:8px;text-decoration:none;transition:.2s ease-in-out;width:100%}.side-bar-button .sidebar-button .button-icon{align-items:center;display:flex;justify-content:center;width:32px}.side-bar-button .sidebar-button .sidebar-button-label-wrapper{align-items:center;display:flex;flex:1 1;justify-content:space-between;max-width:0;overflow:hidden;transition:.2s ease-in-out}.side-bar-button .sidebar-button .sidebar-button-label-wrapper .button-label{font-size:14px;font-weight:600;margin-left:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.side-bar-button .sidebar-button .sidebar-button-label-wrapper .button-toggle-arrow{font-size:14px;transition:.2s ease-in-out}.side-bar-button .sidebar-button .sidebar-button-label-wrapper .button-toggle-arrow.opened{transform:rotate(180deg)}.side-bar-button .sidebar-button.active{background-color:var(--tintLow);border-right:2px solid var(--tint)}.side-bar-button .sidebar-button.active-keep-open-button{background-color:var(--tintLow);border-right:1px solid var(--tint);border:1px solid var(--tint);border-left:2px solid var(--tint);border-right-width:2px}.side-bar-button .side-bar-button-options{display:none}.side-bar-button.open .sidebar-button .sidebar-button-label-wrapper{max-width:100%}.side-bar-button.open .side-bar-button-options.opened{background-color:#0000;display:flex;flex-direction:column}.side-bar-button.open .side-bar-button-options.opened .side-bar-option{align-items:center;display:flex;justify-content:center;padding:5px;text-decoration:none;transition:.2s ease-in-out}.side-bar-button.open .side-bar-button-options.opened .side-bar-option .option-icon{color:var(--lightText);flex:1 1;font-size:8px;transition:.2s ease-in-out}.side-bar-button.open .side-bar-button-options.opened .side-bar-option .option-label{color:var(--text);flex:3 1;font-size:13px;overflow:hidden;text-align:start;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.side-bar-button.open .side-bar-button-options.opened .side-bar-option:hover{background-color:#00000017}.side-bar-button.open .side-bar-button-options.opened .side-bar-option.active .option-icon{color:var(--tint);font-size:12px}.side-bar-button.open .side-bar-button-options.opened .side-bar-option.active .option-label{font-weight:600}.add-new-product .add-new-product-form{display:flex;flex-direction:column;margin:auto;row-gap:10px}.add-new-product .add-new-product-form .description-editor{flex:1 1}.add-new-product .add-new-product-form .description-editor .description-tite{font-size:14px;font-weight:600;margin:0 0 5px;text-align:center}.add-new-product .add-new-product-form .description-editor .description-tite:after{color:red;content:"*"}.add-new-product .add-new-product-form .zero-entries-message{color:var(--red);flex:1 1;font-weight:600;text-align:center}.add-new-product .add-new-product-form .add-new-entry-row{background-color:var(--onBackground);border-radius:10px;margin:10px;padding:10px;width:100%}.add-new-product .add-new-product-form .add-new-entry-row .new-entry-header{display:flex;gap:10px;margin-bottom:20px}.add-new-product .add-new-product-form .add-new-entry-row .new-entry-header .entry-number{display:block;font-weight:600}.add-new-product .add-new-product-form .add-new-entry-row .remove-entry{color:var(--red);cursor:pointer;transition:.2s ease-in-out}.add-new-product .add-new-product-form .add-new-entry-row .remove-entry:hover{transform:scale(1.1)}.add-new-product .add-new-product-form .add-new-entry-row .new-entry-row-inputs{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.add-new-product .add-new-product-form .add-new-entry-row .new-product-entry-images{display:flex;margin-top:20px}.add-new-product .add-new-product-form .add-new-entry-row .new-product-entry-images .MuiDropzoneArea-root{max-width:400px;min-height:0}.add-new-product .add-new-product-form .add-new-entry-row .new-product-entry-images .MuiTypography-h5{font-size:14px}.add-new-product .add-new-product-form .add-new-entry-row .new-product-entry-images .MuiDropzoneArea-icon{height:40px;width:40px}.add-new-product .add-new-product-form .add-new-entry-row .new-product-entry-images .MuiGrid-spacing-xs-8{margin:auto}.add-new-product .add-new-product-form .add-new-entry-row .new-product-entry-images .MuiTypography-subtitle1{display:none}.add-new-product .add-new-product-form .add-new-entry-row .new-product-entry-images .MuiGrid-spacing-xs-8>.MuiGrid-item{padding:5px 11px}.add-new-product .add-new-product-form .add-new-entry-row .new-product-entry-images .MuiGrid-grid-xs-4{flex-basis:auto}.add-new-product .add-new-product-form .add-new-entry-row .new-product-entry-images .MuiDropzonePreviewList-image{height:60px;object-fit:contain;width:60px}.add-new-product .add-new-product-form .add-new-entry-row:hover{box-shadow:0 0 5px 0 #0000001a,0 0 1px 0 #0000001a}.add-new-product .add-new-product-form .add-new-entry{border-top:1px solid var(--borderColor);padding:20px 0}.add-new-product .add-new-product-form .add-new-entry .add-new-entry-btn{align-items:center;background-color:#0000;border:none;cursor:pointer;display:flex;gap:10px;outline:none}.add-new-product .add-new-product-form .add-new-entry .add-new-entry-btn *{cursor:pointer}.add-new-product .add-new-product-form .add-new-entry .add-new-entry-btn .add-new-entry-label{font-size:13px;font-weight:600}.add-new-product .add-new-product-form .add-new-entry .add-new-entry-btn .add-new-entry-icon{color:var(--tint);transition:.2s ease-in-out}.add-new-product .add-new-product-form .add-new-entry .add-new-entry-btn:hover .add-new-entry-icon{transform:scale(1.1)}.add-new-product .add-new-product-form .action-buttons-wrapper{align-items:center;display:flex;gap:10px;justify-content:flex-end;padding:20px}.add-new-product .add-new-product-form .action-buttons-wrapper *{max-width:500px}.my-container{border-top:1px solid var(--borderColor);margin-top:20px;padding:25px 15px 15px;position:relative}.my-container .container-title{background-color:var(--onBackground);font-size:18px;font-weight:600;left:10px;padding:0 10px;position:absolute;top:-14px}.my-container .container-children{column-gap:10px;display:flex;flex-wrap:wrap;gap:10px}.my-container.vertical{padding-top:10px}.my-container.vertical .container-children{display:block}.my-container.vertical .container-children>*{margin:10px 0}@media only screen and (max-width:767px){.my-container{padding-left:0;padding-right:0}}.sun-editor-editable{background-color:#0000!important;min-width:200px}.my-editor-translation-actions{background-color:#fafafa;border:1px solid var(--borderColor);border-top:none;box-sizing:border-box;display:flex;flex-direction:column;width:100%;z-index:200}.my-editor-translation-actions .my-editor-translate-btn{align-items:center;background-color:#0000;border:none;color:var(--text);cursor:pointer;display:flex;gap:10px;justify-content:center;padding:8px 0}.my-editor-translation-actions .my-editor-translate-btn:not(:first-child){border-top:1px solid var(--borderColor)}.my-editor-translation-actions .my-editor-translate-btn:not(:disabled):hover{background-color:#00000017}.my-editor-translation-actions .my-editor-translate-btn:disabled{cursor:inherit}.sun-editor{background-color:#fff;border:1px solid #dadada;box-sizing:border-box;color:#000;font-family:Helvetica Neue;height:auto;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;width:auto}.sun-editor *{-webkit-user-drag:none;box-sizing:border-box;overflow:visible}.sun-editor-common button,.sun-editor-common input,.sun-editor-common select,.sun-editor-common textarea{font-size:14px;line-height:1.5}.sun-editor-common blockquote,.sun-editor-common body,.sun-editor-common button,.sun-editor-common code,.sun-editor-common dd,.sun-editor-common div,.sun-editor-common dl,.sun-editor-common dt,.sun-editor-common fieldset,.sun-editor-common form,.sun-editor-common h1,.sun-editor-common h2,.sun-editor-common h3,.sun-editor-common h4,.sun-editor-common h5,.sun-editor-common h6,.sun-editor-common input,.sun-editor-common legend,.sun-editor-common li,.sun-editor-common ol,.sun-editor-common p,.sun-editor-common pre,.sun-editor-common select,.sun-editor-common td,.sun-editor-common textarea,.sun-editor-common th,.sun-editor-common ul{border:0;margin:0;padding:0}.sun-editor-common dl,.sun-editor-common li,.sun-editor-common menu,.sun-editor-common ol,.sun-editor-common ul{list-style:none!important}.sun-editor-common hr{margin:6px 0!important}.sun-editor textarea{border:0;padding:0;resize:none}.sun-editor button{background-color:initial;border:0;cursor:pointer;outline:none;touch-action:manipulation}.sun-editor button,.sun-editor input,.sun-editor select,.sun-editor textarea{vertical-align:middle}.sun-editor button span{display:block;margin:0;padding:0}.sun-editor button .txt{display:block;margin-top:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sun-editor button *{backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;pointer-events:none}.sun-editor svg{fill:currentColor}.sun-editor .se-svg,.sun-editor button>svg{fill:currentColor;display:block;float:none;height:16px;margin:auto;text-align:center;width:16px}.sun-editor .close>svg,.sun-editor .se-dialog-close>svg{height:10px;width:10px}.sun-editor .se-btn-select>svg{float:right;height:10px;width:10px}.sun-editor .se-btn-list>.se-list-icon{display:inline-block;height:16px;margin:-1px 10px 0 0;vertical-align:middle;width:16px}.sun-editor .se-line-breaker>button>svg{height:24px;width:24px}.sun-editor button>i:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-feature-settings:normal;display:inline-block;font-size:15px;font-style:normal;font-variant:normal;line-height:2;text-rendering:auto}.sun-editor button>[class=se-icon-text]{font-size:20px;line-height:1}.sun-editor .se-arrow,.sun-editor .se-arrow:after{border:11px solid #0000;display:block;height:0;position:absolute;width:0}.sun-editor .se-arrow.se-arrow-up{border-bottom-color:#dadada;border-top-width:0;left:20px;margin-left:-11px;top:-11px}.sun-editor .se-arrow.se-arrow-up:after{border-bottom-color:#fff;border-top-width:0;content:" ";margin-left:-11px;top:1px}.sun-editor .se-toolbar .se-arrow.se-arrow-up:after{border-bottom-color:#fafafa}.sun-editor .se-arrow.se-arrow-down{border-bottom-width:0;border-top-color:#dadada;left:0;margin-left:-11px;top:0}.sun-editor .se-arrow.se-arrow-down:after{border-bottom-width:0;border-top-color:#fff;content:" ";margin-left:-11px;top:-12px}.sun-editor .se-toolbar .se-arrow.se-arrow-down:after{border-top-color:#fafafa}.sun-editor .se-container{height:auto;position:relative;width:auto}.sun-editor button{color:#000}.sun-editor .se-btn{border:0;border-radius:4px;float:left;font-size:12px;height:34px;line-height:27px;margin:1px!important;padding:0;width:34px}.sun-editor .se-btn:enabled:focus,.sun-editor .se-btn:enabled:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn-primary{background-color:#c7deff;border:1px solid #80bdff;border-radius:4px;color:#000}.sun-editor .se-btn-primary:focus,.sun-editor .se-btn-primary:hover{background-color:#80bdff;border-color:#3f9dff;color:#000;outline:0 none}.sun-editor .se-btn-primary:active{background-color:#3f9dff;border-color:#4592ff;box-shadow:inset 0 3px 5px #4592ff;color:#fff}.sun-editor input,.sun-editor select,.sun-editor textarea{border:1px solid #ccc;border-radius:4px;color:#000}.sun-editor input:focus,.sun-editor select:focus,.sun-editor textarea:focus{border:1px solid #80bdff;box-shadow:0 0 0 .2rem #c7deff;outline:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor .se-btn:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-btn:enabled.active:focus,.sun-editor .se-btn:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.on:focus,.sun-editor .se-btn:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-btn-list:disabled,.sun-editor .se-btn:disabled,.sun-editor button:disabled{background-color:inherit;color:#bdbdbd;cursor:not-allowed}.sun-editor .se-loading-box{background-color:#fff;display:none;filter:alpha(opacity=70);height:100%;left:0;opacity:.7;position:absolute;top:0;width:100%;z-index:2147483647}.sun-editor .se-loading-box .se-loading-effect{animation:spinner .8s linear infinite;border-radius:50%;border-right:2px solid #0000;border-top:2px solid #07d;display:block;height:25px;left:50%;margin:-25px 0 0 -25px;position:absolute;top:50%;width:25px}.sun-editor .se-line-breaker{border-top:1px solid #3288ff;cursor:text;display:none;height:1px;position:absolute;width:100%;z-index:7}.sun-editor .se-line-breaker>button.se-btn{background-color:#fff;border:1px solid #0c2240;cursor:pointer;display:inline-block;float:none;height:30px;left:-50%;opacity:.6;position:relative;top:-15px;width:30px}.sun-editor .se-line-breaker>button.se-btn:hover{background-color:#fff;border-color:#041b39;opacity:.9}.sun-editor .se-line-breaker-component{background-color:#fff;border:1px solid #0c2240;border-radius:4px;cursor:pointer;display:none;height:24px;opacity:.6;position:absolute;width:24px;z-index:7}.sun-editor .se-line-breaker-component:hover{opacity:.9}.sun-editor .se-toolbar{background-color:#fafafa;display:block;height:auto;margin:0;outline:1px solid #dadada;overflow:visible;padding:0;position:relative;width:100%;z-index:5}.sun-editor .se-toolbar-shadow{background-color:initial!important;border:none!important;display:block!important;height:0!important;margin:0!important;outline:none!important;padding:0!important;z-index:0!important}.sun-editor .se-toolbar-cover{background-color:#fefefe;cursor:not-allowed;display:none;filter:alpha(opacity=50);font-size:36px;height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%;z-index:4}.sun-editor .se-toolbar-separator-vertical{display:inline-block;height:0;margin:0;vertical-align:top;width:0}.sun-editor .se-toolbar.se-toolbar-balloon,.sun-editor .se-toolbar.se-toolbar-inline{box-shadow:0 3px 9px #00000080;-webkit-box-shadow:0 3px 9px #00000080;display:none;position:absolute}.sun-editor .se-toolbar.se-toolbar-balloon{width:auto;z-index:2147483647}.sun-editor .se-toolbar.se-toolbar-sticky{position:fixed;top:0}.sun-editor .se-toolbar-sticky-dummy{display:none;position:static;z-index:-1}.sun-editor .se-btn-module{display:inline-block}.sun-editor .se-btn-module-border{border:1px solid #dadada;border-radius:4px;margin-left:1px;margin-right:1px}.sun-editor .se-btn-module-enter{background-color:initial;display:block;height:0;margin:0;padding:0;width:100%}.sun-editor .se-toolbar-more-layer{background-color:#fafafa;margin:0 -3px}.sun-editor .se-toolbar-more-layer .se-more-layer{border-top:1px solid #dadada;display:none}.sun-editor .se-toolbar-more-layer .se-more-layer .se-more-form{display:inline-block;height:auto;padding:4px 3px 0;width:100%}.sun-editor .se-btn-module .se-btn-more.se-btn-more-text{padding:0 4px;width:auto}.sun-editor .se-btn-module .se-btn-more:focus,.sun-editor .se-btn-module .se-btn-more:hover{background-color:#d1d1d1;border-color:#c1c1c1;color:#000;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on{background-color:#d1d1d1;border-color:#c1c1c1;color:#333;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on:hover{background-color:#c1c1c1;border-color:#b1b1b1;color:#000;outline:0 none}.sun-editor .se-menu-list,.sun-editor .se-menu-list li{float:left;margin:0;padding:0}.sun-editor .se-menu-list li{position:relative}.sun-editor .se-btn-select{display:flex;padding:4px 6px;width:auto}.sun-editor .se-btn-select .txt{flex:auto;text-align:left}.sun-editor .se-btn-select.se-btn-tool-font{width:100px}.sun-editor .se-btn-select.se-btn-tool-format{width:82px}.sun-editor .se-btn-select.se-btn-tool-size{width:78px}.sun-editor .se-btn-tray{height:auto;margin:0;padding:4px 3px 0;position:relative;width:100%}.sun-editor .se-menu-tray{height:0;left:0;position:absolute;top:0;width:100%}.sun-editor .se-submenu{overflow-x:hidden;overflow-y:auto}.sun-editor .se-menu-container{overflow-x:visible;overflow-x:initial;overflow-y:visible;overflow-y:initial}.sun-editor .se-list-layer{background-color:#fff;border:1px solid #bababa;border-radius:4px;box-shadow:0 3px 9px #00000080;display:none;height:auto;left:0;outline:0 none;padding:6px 0;position:absolute;top:0;z-index:5}.sun-editor .se-list-layer .se-list-inner{margin:0;overflow-x:visible;overflow-x:initial;overflow-y:visible;overflow-y:initial;overflow:visible;padding:0}.sun-editor .se-list-layer button{margin:0;width:100%}.sun-editor .se-list-inner ul{padding:0;width:100%}.sun-editor .se-list-inner li>button{min-width:100%;width:-webkit-max-content;width:max-content}.sun-editor .se-list-inner .se-list-basic li{width:100%}.sun-editor .se-list-inner .se-list-basic li button.active{background-color:#80bdff;border:1px solid #3f9dff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:hover{background-color:#3f9dff;border:1px solid #4592ff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:active{background-color:#4592ff;border:1px solid #407dd1;border-left:0;border-right:0;box-shadow:inset 0 3px 5px #407dd1}.sun-editor .se-list-inner .se-list-checked li button>.se-svg{float:left;padding:6px 6px 0 0}.sun-editor .se-list-inner .se-list-checked li button>.se-svg>svg{display:none}.sun-editor .se-list-inner .se-list-checked li button.se-checked{color:#4592ff}.sun-editor .se-list-inner .se-list-checked li button.se-checked>.se-svg>svg{display:block}.sun-editor .se-btn-list{cursor:pointer;font-size:12px;height:auto;line-height:normal;min-height:32px;padding:0 14px;text-align:left;text-decoration:none;text-indent:0;width:100%}.sun-editor .se-btn-list.default_value{background-color:#f3f3f3;border-bottom:1px dotted #b1b1b1;border-top:1px dotted #b1b1b1}.sun-editor .se-btn-list:focus,.sun-editor .se-btn-list:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn-list:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-list-layer.se-list-font-size{max-height:300px;min-width:140px}.sun-editor .se-list-layer.se-list-font-family{min-width:156px}.sun-editor .se-list-layer.se-list-font-family .default{border-bottom:1px solid #ccc}.sun-editor .se-list-layer.se-list-line{width:125px}.sun-editor .se-list-layer.se-list-line hr{border-width:1px 0 0;height:1px}.sun-editor .se-list-layer.se-list-align .se-list-inner{left:9px}.sun-editor .se-list-layer.se-list-format{min-width:156px}.sun-editor .se-list-layer.se-list-format li{padding:0;width:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list{line-height:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h1]{height:40px}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h2]{height:34px}.sun-editor .se-list-layer.se-list-format ul p{font-size:13px}.sun-editor .se-list-layer.se-list-format ul div{font-size:13px;padding:4px 2px}.sun-editor .se-list-layer.se-list-format ul h1{color:#333;font-size:2em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h2{color:#333;font-size:1.5em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h3{color:#333;font-size:1.17em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h4{color:#333;font-size:1em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h5{color:#333;font-size:.83em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h6{color:#333;font-size:.67em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul blockquote{background-color:initial;border-color:#b1b1b1;border-left:5px #b1b1b1;border-style:solid;color:#999;font-size:13px;height:22px;line-height:1.5;margin:0;padding:0 0 0 7px}.sun-editor .se-list-layer.se-list-format ul pre{background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:4px;color:#666;font-size:13px;margin:0;padding:4px 11px}.sun-editor .se-selector-table{-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175);display:none;float:left;font-size:14px;left:1px;list-style:none;margin:2px 0 0;padding:5px 0;position:absolute;text-align:left;top:34px;z-index:5}.sun-editor .se-selector-table .se-table-size{font-size:18px;padding:0 5px}.sun-editor .se-selector-table .se-table-size-picker{cursor:pointer;font-size:18px;height:10em;position:absolute!important;width:10em;z-index:3}.sun-editor .se-selector-table .se-table-size-highlighted{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QTZCNzMzN0I3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QTZCNzMzNkI3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzYyNEUxRUI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MzYyNEUxRkI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl0yAuwAAABBSURBVDhPY/wPBAxUAGCDGvdBeWSAeicIDTfIXREiQArYeR9hEBOEohyMGkQYjBpEGAxjg6ib+yFMygCVvMbAAABj0hwMTNeKJwAAAABJRU5ErkJggg==) repeat;font-size:18px;height:1em;position:absolute!important;width:1em;z-index:2}.sun-editor .se-selector-table .se-table-size-unhighlighted{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat;font-size:18px;height:10em;position:relative!important;width:10em;z-index:1}.sun-editor .se-selector-table .se-table-size-display{padding-left:5px}.sun-editor .se-list-layer.se-table-split{top:36px}.sun-editor .se-list-layer .se-selector-color{display:flex;height:auto;margin:auto;max-width:270px;padding:0;width:-webkit-max-content;width:max-content}.sun-editor .se-list-layer .se-selector-color .se-color-pallet{height:100%;padding:0;width:100%}.sun-editor .se-list-layer .se-selector-color .se-color-pallet li{display:flex;float:left;margin:0;position:relative}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button{cursor:default;display:block;height:30px;text-indent:-9999px;width:30px}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button.active,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:focus,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:hover{border:3px solid #fff}.sun-editor .se-form-group{display:flex;height:auto;min-height:40px;padding:4px;width:100%}.sun-editor .se-form-group input{border:1px solid #ccc;border-radius:.25rem;display:inline-block;flex:auto;font-size:12px;height:33px;margin:1px 0;padding:0;width:auto}.sun-editor .se-form-group button,.sun-editor .se-submenu-form-group button{float:right;height:34px;margin:0 2px!important;width:34px}.sun-editor .se-form-group button.se-btn{border:1px solid #ccc}.sun-editor .se-form-group>div{position:relative}.sun-editor .se-form-group label{display:inline-block;font-weight:700;margin-bottom:5px;max-width:100%}.sun-editor .se-form-group-label{height:auto;padding:0 4px;width:100%}.sun-editor .se-form-group-label label{font-size:13px;font-weight:700}.sun-editor .se-submenu .se-form-group input{color:#555;height:33px;width:auto}.sun-editor .se-submenu .se-form-group .se-color-input{border:none;border-bottom:2px solid #b1b1b1;outline:none;text-transform:uppercase;width:72px}.sun-editor .se-submenu .se-form-group .se-color-input:focus{border-bottom:3px solid #b1b1b1}.sun-editor .se-wrapper{height:auto;overflow:hidden;position:relative!important;width:100%;z-index:1}.sun-editor .se-wrapper .se-wrapper-inner{-webkit-overflow-scrolling:touch;height:100%;min-height:65px;overflow-x:auto;overflow-y:auto;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto;width:100%}.sun-editor .se-wrapper .se-wrapper-inner:focus{outline:none}.sun-editor .se-wrapper .se-wrapper-code{background-color:#191919;color:#fff;font-size:13px;margin:0;padding:4px;resize:none!important;word-break:break-all}.sun-editor .se-wrapper .se-wrapper-wysiwyg{display:block}.sun-editor .se-wrapper .se-wrapper-code-mirror{font-size:13px}.sun-editor .se-wrapper .se-placeholder{backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;color:#b1b1b1;display:none;font-size:13px;left:0;line-height:1.5;margin-left:0;margin-right:0;margin-top:0;overflow:hidden;padding-left:16px;padding-right:16px;padding-top:16px;pointer-events:none;position:absolute;right:0;text-overflow:ellipsis;top:0;white-space:nowrap;z-index:1}.sun-editor .se-resizing-bar{background-color:#fafafa;border-top:1px solid #dadada;cursor:ns-resize;display:flex;height:auto;min-height:16px;padding:0 4px;width:auto}.sun-editor .se-resizing-bar.se-resizing-none{cursor:default}.sun-editor .se-resizing-back{cursor:default;display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2147483647}.sun-editor .se-resizing-bar .se-navigation{background:#0000;color:#666;flex:auto;font-size:10px;height:auto;line-height:1.5;margin:0;padding:0;position:relative;width:auto}.sun-editor .se-resizing-bar .se-char-counter-wrapper{background:#0000;color:#999;display:block;flex:none;font-size:13px;height:auto;margin:0;padding:0;position:relative;width:auto}.sun-editor .se-resizing-bar .se-char-counter-wrapper.se-blink{animation:blinker .2s linear infinite;color:#b94a48}.sun-editor .se-resizing-bar .se-char-counter-wrapper .se-char-label{margin-right:4px}.sun-editor .se-dialog{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2147483647}.sun-editor .se-dialog button,.sun-editor .se-dialog input,.sun-editor .se-dialog label{color:#111;font-size:14px;line-height:1.5;margin:0}.sun-editor .se-dialog .se-dialog-back{background-color:#222;opacity:.5}.sun-editor .se-dialog .se-dialog-back,.sun-editor .se-dialog .se-dialog-inner{height:100%;left:0;position:absolute;top:0;width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border:1px solid #0003;border-radius:4px;box-shadow:0 3px 9px #00000080;margin:1.75rem auto;max-width:500px;outline:0;position:relative;width:auto}@media screen and (max-width:509px){.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{width:100%}}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content label{display:inline-block;font-weight:700;margin-bottom:5px;max-width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content .se-btn-primary{border-radius:4px;display:inline-block;font-size:14px;font-weight:400;line-height:1.42857143;margin:0 0 10px!important;padding:6px 12px;text-align:center;touch-action:manipulation;vertical-align:middle;white-space:nowrap}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header{border-bottom:1px solid #e5e5e5;height:50px;padding:6px 15px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{-webkit-appearance:none;filter:alpha(opacity=100);float:right;font-weight:700;opacity:1;text-shadow:0 1px 0 #fff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title{float:left;font-size:14px;font-weight:700;line-height:2.5;margin:0;padding:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-body{padding:15px 15px 5px;position:relative}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form{margin-bottom:10px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer{margin-bottom:0;margin-top:10px}.sun-editor .se-dialog .se-dialog-inner input:disabled{background-color:#f3f3f3}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text{width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-h,.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-w{text-align:center;width:70px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-x{margin:0 8px;text-align:center;width:25px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer{border-top:1px solid #e5e5e5;height:auto;min-height:55px;padding:10px 15px 0;text-align:right}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div{float:left}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 5px 0 0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-radio{margin-left:12px;margin-right:6px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-check{margin-left:12px;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer .se-dialog-btn-check{margin-left:0;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-left:0;margin-right:16px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files{align-items:center;display:flex;position:relative}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files>input{flex:auto}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button{border:1px solid #ccc;flex:auto;opacity:.8}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button.se-file-remove>svg{height:8px;width:8px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:hover{background-color:#f0f0f0;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:active{background-color:#e9e9e9;box-shadow:inset 0 3px 5px #d6d6d6}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select{display:inline-block;font-size:14px;height:34px;line-height:1.42857143;text-align:center;width:auto}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-control{display:inline-block;font-size:14px;height:34px;line-height:1.42857143;text-align:center;width:70px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form{display:block;font-size:14px;height:34px;line-height:1.42857143;padding:0 4px;width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url:disabled{color:#999;text-decoration:line-through}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{margin-left:4px;width:70px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form a{color:#004cff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert{border:1px solid #ccc}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-dialog-tabs{border-bottom:1px solid #e5e5e5;height:25px;width:100%}.sun-editor .se-dialog-tabs button{background-color:#e5e5e5;border-right:1px solid #e5e5e5;float:left;outline:none;padding:2px 13px;transition:.3s}.sun-editor .se-dialog-tabs button:hover{background-color:#fff}.sun-editor .se-dialog-tabs button.active{background-color:#fff;border-bottom:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-math-exp{border:1px solid #ccc;direction:ltr;font-size:13px;height:14em;padding:4px;resize:vertical}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select.se-math-size{height:28px;margin-left:1em;width:6em}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview{font-size:13px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span{box-shadow:0 0 0 .1rem #c7deff;display:inline-block}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span *{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error{box-shadow:0 0 0 .1rem #f2dede;color:#b94a48}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error svg{color:#b94a48;height:30px;width:auto}.sun-editor .se-dialog .se-dialog-inner .se-link-preview{background-color:initial;color:#666;display:block;font-family:inherit;font-size:13px;font-weight:400;height:auto;max-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:pre;word-break:break-all}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form{display:flex;margin-top:4px;width:100%}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-svg.se-anchor-preview-icon{color:#4592ff;display:none;flex:initial;line-height:1.5}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-link-preview{flex:auto;margin:0}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel{height:34px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-btn{color:#3f9dff;width:46px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-wrapper{display:flex;line-height:1.5;padding-top:6px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-preview{text-align:left}.sun-editor .se-controller .se-arrow.se-arrow-up{border-bottom-color:#00000040}.sun-editor .se-controller{word-wrap:normal;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border:1px solid #00000040;border-radius:4px;box-shadow:0 5px 10px #0003;display:none;letter-spacing:normal;line-break:auto;overflow:visible;position:absolute;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:6}.sun-editor .se-controller .se-btn-group{display:flex;left:0;padding:2px;position:relative;top:0;vertical-align:middle}.sun-editor .se-controller .se-btn-group .se-btn-group-sub{display:none;left:50%;min-width:auto;width:-webkit-max-content;width:max-content}.sun-editor .se-controller .se-btn-group .se-btn-group-sub button{margin:0;min-width:72px}.sun-editor .se-controller .se-btn-group button{border:none;border-radius:4px;display:inline-block;font-size:12px;font-weight:400;height:auto;line-height:1.5;margin:1px;min-height:34px;padding:5px 10px;position:relative;text-align:center;touch-action:manipulation;vertical-align:middle;white-space:nowrap}.sun-editor .se-controller .se-btn-group button:focus:enabled,.sun-editor .se-controller .se-btn-group button:hover:enabled{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:active:enabled{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button span{display:block;margin:0;padding:0}.sun-editor .se-controller .se-btn-group button:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:focus,.sun-editor .se-controller .se-btn-group button:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:focus,.sun-editor .se-controller .se-btn-group button:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-controller .se-form-group input{min-width:120px}.sun-editor .se-controller-resizing{font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;margin-top:-50px!important;padding:0}.sun-editor .se-controller-resizing .se-btn-group .se-btn-group-sub.se-resizing-align-list{width:74px}.sun-editor .se-resizing-container{background-color:initial;display:none;outline:1px solid #3f9dff;position:absolute}.sun-editor .se-resizing-container .se-modal-resize{background-color:#3f9dff;display:inline-block;opacity:.3;position:absolute}.sun-editor .se-resizing-container .se-resize-dot{height:100%;left:0;position:absolute;top:0;width:100%}.sun-editor .se-resizing-container .se-resize-dot>span{background-color:#3f9dff;border:1px solid #4592ff;height:7px;position:absolute;width:7px}.sun-editor .se-resizing-container .se-resize-dot>span.tl{cursor:nw-resize;left:-5px;top:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.tr{cursor:ne-resize;right:-5px;top:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.bl{bottom:-5px;cursor:sw-resize;left:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.br{bottom:-5px;cursor:se-resize;right:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.lw{bottom:50%;cursor:w-resize;left:-7px}.sun-editor .se-resizing-container .se-resize-dot>span.th{cursor:n-resize;left:50%;top:-7px}.sun-editor .se-resizing-container .se-resize-dot>span.rw{bottom:50%;cursor:e-resize;right:-7px}.sun-editor .se-resizing-container .se-resize-dot>span.bh{bottom:-7px;cursor:s-resize;right:50%}.sun-editor .se-resizing-container .se-resize-display{background-color:#333;border-radius:4px;bottom:0;color:#fff;font-size:12px;margin:5px;padding:5px;position:absolute;right:0}.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{width:auto}.sun-editor .se-controller-link,.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;padding:0}.sun-editor .se-controller-link:after,.sun-editor .se-controller-link:before{box-sizing:border-box}.sun-editor .se-controller-link .link-content{margin:0;padding:0}.sun-editor .se-controller-link .link-content a{color:#4592ff;display:inline-block;margin-left:5px;max-width:200px;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.sun-editor .se-select-list{background-color:#fff;border:1px solid #bababa;box-shadow:0 3px 9px #00000080;display:none;left:0;margin:0;max-width:100%;outline:0 none;padding:0;position:absolute;top:0;width:auto}.sun-editor .se-select-list .se-select-item{cursor:pointer;font-size:13px;line-height:28px;margin:2px 0;min-height:28px;padding:0 5px}.sun-editor .se-select-list.__se_select-menu-mouse-move .se-select-item:hover,.sun-editor .se-select-list:not(.__se_select-menu-mouse-move) .se-select-item.active{background-color:#e1e1e1}.sun-editor .se-dialog-form-files .se-select-list{width:100%}.sun-editor .se-file-browser{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2147483647}.sun-editor .se-file-browser button,.sun-editor .se-file-browser input,.sun-editor .se-file-browser label{color:#111;font-size:14px;line-height:1.5;margin:0}.sun-editor .se-file-browser .se-file-browser-back{background-color:#222;opacity:.5}.sun-editor .se-file-browser .se-file-browser-back,.sun-editor .se-file-browser .se-file-browser-inner{display:block;height:100%;left:0;position:absolute;top:0;width:100%}.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border:1px solid #0003;border-radius:4px;box-shadow:0 3px 9px #00000080;margin:20px auto;max-width:100%;outline:0;position:relative;width:960px}.sun-editor .se-file-browser .se-file-browser-header{border-bottom:1px solid #e5e5e5;height:auto;min-height:50px;padding:6px 15px}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close{-webkit-appearance:none;filter:alpha(opacity=100);float:right;font-weight:700;opacity:1;text-shadow:0 1px 0 #fff}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close>svg{height:12px;width:12px}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-title{font-size:16px;font-weight:700;line-height:2.2;margin:0;padding:0}.sun-editor .se-file-browser .se-file-browser-tags{display:block;margin:0 -15px;padding:0;text-align:left;width:100%}.sun-editor .se-file-browser .se-file-browser-tags a{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#f5f5f5;border-radius:32px;-moz-border-radius:32px;-webkit-border-radius:32px;color:#333;cursor:pointer;display:inline-block;margin:8px 0 8px 8px;padding:6px 12px;text-decoration:none}.sun-editor .se-file-browser .se-file-browser-tags a:hover{background-color:#e1e1e1}.sun-editor .se-file-browser .se-file-browser-tags a:active{background-color:#d1d1d1}.sun-editor .se-file-browser .se-file-browser-tags a.on{background-color:#ebf3fe;color:#4592ff}.sun-editor .se-file-browser .se-file-browser-tags a.on:hover{background-color:#d8e8fe}.sun-editor .se-file-browser .se-file-browser-tags a.on:active{background-color:#c7deff}.sun-editor .se-file-browser .se-file-browser-body{height:auto;min-height:350px;overflow-y:auto;padding:20px;position:relative}.sun-editor .se-file-browser .se-file-browser-body .se-file-browser-list{position:relative;width:100%}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:748px}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:600px}}.sun-editor .se-file-browser .se-file-browser-list .se-file-item-column{display:block;float:left;height:auto;position:relative}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{margin:0 10px;width:calc(25% - 20px)}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(33% - 20px)}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(50% - 20px)}}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img{border-radius:4px;cursor:pointer;display:block;height:auto;margin:10px 0;outline:0;position:relative;width:100%}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img:hover{box-shadow:0 0 0 .2rem #3288ff;opacity:.8}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>img{border-radius:4px;display:block;height:auto;outline:0;position:relative;width:100%}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name{background-color:initial;border-bottom-left-radius:4px;border-bottom-right-radius:4px;bottom:0;color:#fff;font-size:13px;height:30px;left:0;padding:5px 10px;pointer-events:none;position:absolute;width:100%;z-index:1}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name.se-file-name-back{background-color:#333;opacity:.6;pointer-events:none}.sun-editor .se-notice{background-color:#f2dede;border:1px solid #eed3d7;color:#b94a48;display:none;font-size:13px;height:auto;margin:0;padding:15px;position:absolute;top:0;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto;width:100%;word-break:break-all;z-index:7}.sun-editor .se-notice button{float:right;padding:7px}.sun-editor .se-tooltip{overflow:visible;position:relative}.sun-editor .se-tooltip .se-tooltip-inner{backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;background:#0000;bottom:auto;display:block;float:none;height:auto;left:50%;line-height:1.5;margin:0;opacity:0;padding:0;pointer-events:none;position:absolute;top:120%;transition:opacity .5s;visibility:hidden;width:auto;z-index:1}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text{background-color:#333;border-radius:2px;color:#fff;cursor:auto;display:inline-block;font-size:.9em;height:auto;left:-50%;line-height:inherit;margin:0;padding:4px 6px;position:relative;text-align:center;white-space:nowrap;width:auto}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text:after{border:5px solid;border-color:#0000 #0000 #333;bottom:100%;content:"";left:50%;margin-left:-5px;position:absolute}.sun-editor .se-tooltip:hover .se-tooltip-inner{opacity:1;visibility:visible}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{display:block!important}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut>.se-shortcut-key{display:inline;font-weight:700}.sun-editor.se-rtl .se-btn-tray{direction:rtl}.sun-editor.se-rtl .se-btn-select svg{margin:auto 1px}.sun-editor.se-rtl .se-btn-select .txt{direction:rtl;flex:auto;text-align:right}.sun-editor.se-rtl .se-btn-list{text-align:right}.sun-editor.se-rtl .se-btn-list>.se-list-icon{margin:-1px 0 0 10px}.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix),.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix) li{float:right}.sun-editor.se-rtl .se-list-layer *{direction:rtl}.sun-editor.se-rtl .se-list-layer.se-list-format ul blockquote{border-left-width:0;border-right-width:5px;padding:0 7px 0 0}.sun-editor.se-rtl .se-list-layer .se-selector-color .se-color-pallet li{float:right}.sun-editor.se-rtl .se-list-inner .se-list-checked li button>.se-svg{float:right;padding:6px 0 0 6px}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text,.sun-editor.se-rtl .se-wrapper .se-placeholder{direction:rtl}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{direction:ltr}.sun-editor.se-rtl .se-dialog *{direction:rtl}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{margin-left:0;margin-right:4px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{float:left}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title,.sun-editor.se-rtl .se-dialog-tabs button{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-size-text{padding-right:34px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer .se-btn-primary{float:left}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 0 0 5px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-left:16px;margin-right:0}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-preview{margin-left:4px;text-align:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-btn{float:right}.sun-editor.se-rtl .se-file-browser *{direction:rtl}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags{text-align:right}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags a{margin:8px 8px 0}.sun-editor.se-rtl .se-file-browser .se-file-browser-header .se-file-browser-close{float:left}.sun-editor.se-rtl .se-controller .se-btn-group,.sun-editor.se-rtl .se-resizing-container .se-resize-display{direction:rtl}.sun-editor .se-btn-module-border.module-float-left{float:left}.sun-editor .se-btn-module-border.module-float-right{float:right}.sun-editor .se-error{color:#d9534f}.sun-editor input.se-error:focus,select.se-error:focus,textarea.se-error:focus{border:1px solid #f2dede;box-shadow:0 0 0 .2rem #eed3d7;outline:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor hr.__se__solid{border-style:solid none none}.sun-editor hr.__se__dotted{border-style:dotted none none}.sun-editor hr.__se__dashed{border-style:dashed none none}@keyframes blinker{50%{opacity:0}}@keyframes spinner{to{transform:rotate(361deg)}}.sun-editor-editable{word-wrap:break-word;background-color:#fff;color:#333;font-family:Helvetica Neue;font-size:13px;line-height:1.5;margin:0;padding:16px;word-break:normal}.sun-editor-editable *{box-sizing:border-box;color:inherit;font-family:inherit;font-size:inherit}.sun-editor-editable.se-rtl *{direction:rtl}.sun-editor-editable .se-component>figure{direction:ltr}.sun-editor-editable audio,.sun-editor-editable figcaption,.sun-editor-editable figure,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable td,.sun-editor-editable th,.sun-editor-editable video{position:relative}.sun-editor-editable span{display:inline;margin:0;padding:0;vertical-align:initial}.sun-editor-editable span.katex{display:inline-block}.sun-editor-editable span.katex *{direction:ltr}.sun-editor-editable a{color:#004cff;text-decoration:none}.sun-editor-editable span[style~="color:"] a{color:inherit}.sun-editor-editable a:focus,.sun-editor-editable a:hover{color:#0093ff;cursor:pointer;text-decoration:underline}.sun-editor-editable a.on{background-color:#e8f7ff;color:#0093ff}.sun-editor-editable pre{word-wrap:break-word;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:2px;color:#666;display:block;font-family:monospace;line-height:1.45;margin:0 0 10px;overflow:visible;padding:8px;white-space:pre-wrap!important}.sun-editor-editable ol{list-style-type:decimal}.sun-editor-editable ol,.sun-editor-editable ul{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:40px;display:block;list-style-position:outside;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding-inline-start:40px}.sun-editor-editable ul{list-style-type:disc}.sun-editor-editable li{display:list-item;margin-bottom:5px;text-align:-webkit-match-parent}.sun-editor-editable ol ol,.sun-editor-editable ol ul,.sun-editor-editable ul ol,.sun-editor-editable ul ul{margin:0}.sun-editor-editable ol ol,.sun-editor-editable ul ol{list-style-type:lower-alpha}.sun-editor-editable ol ol ol,.sun-editor-editable ul ol ol,.sun-editor-editable ul ul ol{list-style-type:upper-roman}.sun-editor-editable ol ul,.sun-editor-editable ul ul{list-style-type:circle}.sun-editor-editable ol ol ul,.sun-editor-editable ol ul ul,.sun-editor-editable ul ul ul{list-style-type:square}.sun-editor-editable sub,.sun-editor-editable sup{font-size:75%;line-height:0}.sun-editor-editable sub{vertical-align:sub}.sun-editor-editable sup{vertical-align:super}.sun-editor-editable p{display:block;margin:0 0 10px}.sun-editor-editable div{display:block;margin:0;padding:0}.sun-editor-editable blockquote{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;border:solid #b1b1b1;border-width:0 0 0 5px;color:#999;display:block;font-family:inherit;font-size:inherit;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding:0 5px 0 20px}.sun-editor-editable blockquote blockquote{border-color:#c1c1c1}.sun-editor-editable blockquote blockquote blockquote{border-color:#d1d1d1}.sun-editor-editable blockquote blockquote blockquote blockquote{border-color:#e1e1e1}.sun-editor-editable.se-rtl blockquote{border-left-width:0;border-right-width:5px;padding-left:5px;padding-right:20px}.sun-editor-editable h1{-webkit-margin-before:.67em;-webkit-margin-after:.67em;font-size:2em;margin-block-end:.67em;margin-block-start:.67em}.sun-editor-editable h1,.sun-editor-editable h2{-webkit-margin-start:0;-webkit-margin-end:0;display:block;font-weight:700;margin-inline-end:0;margin-inline-start:0}.sun-editor-editable h2{-webkit-margin-before:.83em;-webkit-margin-after:.83em;font-size:1.5em;margin-block-end:.83em;margin-block-start:.83em}.sun-editor-editable h3{-webkit-margin-before:1em;-webkit-margin-after:1em;font-size:1.17em;margin-block-end:1em;margin-block-start:1em}.sun-editor-editable h3,.sun-editor-editable h4{-webkit-margin-start:0;-webkit-margin-end:0;display:block;font-weight:700;margin-inline-end:0;margin-inline-start:0}.sun-editor-editable h4{-webkit-margin-before:1.33em;-webkit-margin-after:1.33em;font-size:1em;margin-block-end:1.33em;margin-block-start:1.33em}.sun-editor-editable h5{-webkit-margin-before:1.67em;-webkit-margin-after:1.67em;font-size:.83em;margin-block-end:1.67em;margin-block-start:1.67em}.sun-editor-editable h5,.sun-editor-editable h6{-webkit-margin-start:0;-webkit-margin-end:0;display:block;font-weight:700;margin-inline-end:0;margin-inline-start:0}.sun-editor-editable h6{-webkit-margin-before:2.33em;-webkit-margin-after:2.33em;font-size:.67em;margin-block-end:2.33em;margin-block-start:2.33em}.sun-editor-editable hr{border-color:#000;border-image:none;border-image:initial;border-width:1px 0 0;display:flex;height:1px}.sun-editor-editable hr.__se__solid{border-style:solid none none}.sun-editor-editable hr.__se__dotted{border-style:dotted none none}.sun-editor-editable hr.__se__dashed{border-style:dashed none none}.sun-editor-editable hr.on{border-color:#4592ff;box-shadow:0 0 0 .1rem #c7deff}.sun-editor-editable table{background-color:initial;border:1px solid #ccc;border-collapse:collapse;border-spacing:0;display:table;margin:0 0 10px;max-width:100%;table-layout:auto!important;width:100%}.sun-editor-editable.se-rtl table{margin:0 0 10px auto}.sun-editor-editable table thead{border-bottom:2px solid #333}.sun-editor-editable table tr{border:1px solid #efefef}.sun-editor-editable table th{background-color:#f3f3f3}.sun-editor-editable table td,.sun-editor-editable table th{background-clip:padding-box;border:1px solid #e1e1e1;padding:.4em}.sun-editor-editable table.se-table-size-auto{width:auto!important}.sun-editor-editable table.se-table-size-100{width:100%!important}.sun-editor-editable table.se-table-layout-auto{table-layout:auto!important}.sun-editor-editable table.se-table-layout-fixed{table-layout:fixed!important}.sun-editor-editable table td.se-table-selected-cell,.sun-editor-editable table th.se-table-selected-cell{outline:1px double #4592ff}.sun-editor-editable.se-disabled *{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.sun-editor-editable .se-component{display:flex;margin:0 0 10px;padding:1px}.sun-editor-editable[contenteditable=true] .se-component{outline:1px dashed #e1e1e1}.sun-editor-editable[contenteditable=true] .se-component.se-component-copy{box-shadow:0 0 0 .2rem #3f9dff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor-editable .__se__float-left{float:left;margin-right:4px}.sun-editor-editable .__se__float-right{float:right;margin-left:4px}.sun-editor-editable .__se__float-center{float:center}.sun-editor-editable .__se__float-none{float:none}.sun-editor-editable audio,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable video{display:block;height:auto;margin:0;max-width:100%;padding:0;width:auto}.sun-editor-editable[contenteditable=true]:not(.se-read-only) figure:after{background:#0000;bottom:0;content:"";cursor:default;display:block;left:0;position:absolute;right:0;top:0;z-index:1}.sun-editor-editable[contenteditable=true] figure a,.sun-editor-editable[contenteditable=true] figure iframe,.sun-editor-editable[contenteditable=true] figure img,.sun-editor-editable[contenteditable=true] figure video{z-index:0}.sun-editor-editable[contenteditable=true] figure figcaption{display:block;z-index:2}.sun-editor-editable[contenteditable=true] figure figcaption:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem #c7deff;outline:0}.sun-editor-editable .se-image-container,.sun-editor-editable .se-video-container{height:auto;max-width:100%;width:auto}.sun-editor-editable figure{display:block;margin:0;outline:none;padding:0}.sun-editor-editable .__se__float-center figure,.sun-editor-editable .__se__float-left figure,.sun-editor-editable .__se__float-right figure{margin:auto!important}.sun-editor-editable figure figcaption{background-color:#f9f9f9;margin:0;outline:none;padding:1em .5em}.sun-editor-editable figure figcaption p{line-height:2;margin:0}.sun-editor-editable .se-image-container a img{margin:1px;outline:1px solid #4592ff;padding:1px}.sun-editor-editable .se-video-container iframe,.sun-editor-editable .se-video-container video{border:0;height:100%;left:0;outline:1px solid #9e9e9e;position:absolute;top:0;width:100%}.sun-editor-editable .se-video-container figure{left:0;max-width:100%;width:100%}.sun-editor-editable audio{height:54px;width:300px}.sun-editor-editable audio.active{outline:2px solid #80bdff}.sun-editor-editable.se-show-block div,.sun-editor-editable.se-show-block h1,.sun-editor-editable.se-show-block h2,.sun-editor-editable.se-show-block h3,.sun-editor-editable.se-show-block h4,.sun-editor-editable.se-show-block h5,.sun-editor-editable.se-show-block h6,.sun-editor-editable.se-show-block li,.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block p,.sun-editor-editable.se-show-block pre,.sun-editor-editable.se-show-block ul{border:1px dashed #3f9dff!important;padding:14px 8px 8px!important}.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block ul{border:1px dashed #d539ff!important}.sun-editor-editable.se-show-block pre{border:1px dashed #27c022!important}.se-show-block p{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPAQMAAAAF7dc0AAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAaSURBVAjXY/j/gwGCPvxg+F4BQiAGDP1HQQByxxw0gqOzIwAAAABJRU5ErkJggg==) no-repeat}.se-show-block div{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPAQMAAAAxlBYoAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j//wcDDH+8XsHwDYi/hwNx1A8w/nYLKH4XoQYJAwCXnSgcl2MOPgAAAABJRU5ErkJggg==) no-repeat}.se-show-block h1{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAfSURBVAjXY/j/v4EBhr+9B+LzEPrDeygfhI8j1CBhAEhmJGY4Rf6uAAAAAElFTkSuQmCC) no-repeat}.se-show-block h2{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j/v4EBhr+dB+LtQPy9geEDEH97D8T3gbgdoQYJAwA51iPuD2haEAAAAABJRU5ErkJggg==) no-repeat}.se-show-block h3{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQPy9geHDeQgN5p9HqEHCADeWI+69VG2MAAAAAElFTkSuQmCC) no-repeat}.se-show-block h4{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPAQMAAADTSA1RAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j//wADDH97DsTXIfjDdiDdDMTfIRhZHRQDAKJOJ6L+K3y7AAAAAElFTkSuQmCC) no-repeat}.se-show-block h5{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAlSURBVAjXY/j/v4EBhr+1A/F+IO5vYPiwHUh/B2IQfR6hBgkDABlWIy5uM+9GAAAAAElFTkSuQmCC) no-repeat}.se-show-block h6{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQLy/geFDP5S9HSKOrA6KAR9GIza1ptJnAAAAAElFTkSuQmCC) no-repeat}.se-show-block li{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAYAAADkmO9VAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA7SURBVDhPYxgFcNDQ0PAfykQBIHEYhgoRB/BpwCfHBKWpBkaggYxQGgOgBzyQD1aLLA4TGwWDGjAwAACR3RcEU9Ui+wAAAABJRU5ErkJggg==) no-repeat}.se-show-block ol{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABHSURBVDhPYxgFcNDQ0PAfhKFcFIBLHCdA1oBNM0kGEmMAPgOZoDTVANUNxAqQvURMECADRiiNAWCagDSGGhyW4DRrMAEGBgAu0SX6WpGgjAAAAABJRU5ErkJggg==) no-repeat}.se-show-block ul{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA1SURBVDhPYxgFDA0NDf+hTBSALI5LDQgwQWmqgVEDKQcsUBoF4ItFGEBXA+QzQpmDGjAwAAA8DQ4Lni6gdAAAAABJRU5ErkJggg==) no-repeat}.sun-editor .__se__p-bordered,.sun-editor-editable .__se__p-bordered{border-bottom:1px solid #b1b1b1;border-top:1px solid #b1b1b1;padding:4px 0}.sun-editor .__se__p-spaced,.sun-editor-editable .__se__p-spaced{letter-spacing:1px}.sun-editor .__se__p-neon,.sun-editor-editable .__se__p-neon{animation:neonFlicker 1.5s infinite alternate;background:#000;border:2px solid #fff;border-radius:6px;color:#fff;font-style:italic;font-weight:200;padding:6px 4px;text-transform:uppercase}@keyframes neonFlicker{0%,19%,21%,23%,25%,54%,56%,to{box-shadow:0 0 .5px #fff,inset 0 0 .5px #fff,0 0 2px #08f,inset 0 0 2px #08f,0 0 4px #08f,inset 0 0 4px #08f;text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 2px #f40,0 0 4px #f40,0 0 6px #f40,0 0 8px #f40,0 0 10px #f40}20%,24%,55%{box-shadow:none;text-shadow:none}}.sun-editor .__se__t-shadow,.sun-editor-editable .__se__t-shadow{text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 .2rem #999,0 0 .4rem #888,0 0 .6rem #777,0 0 .8rem #666,0 0 1rem #555}.sun-editor .__se__t-code,.sun-editor-editable .__se__t-code{background-color:#1b1f230d;border-radius:6px;color:#666;font-family:monospace;padding:.2em .4em}.modal{align-items:center;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background-color:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.modal .modal-container{background-color:var(--background);border:1px solid var(--borderColor);border-radius:10px;display:flex;flex-direction:column;max-height:90%;overflow:hidden;width:90%}.modal .modal-container .modal-header{align-items:center;background-color:var(--background);border-radius:10px;display:flex;height:50px;justify-content:space-between;padding:0 10px}.modal .modal-container .modal-header .mdoal-title{font-size:20px;font-weight:600}.modal .modal-container .modal-header .modal-close-button{cursor:pointer;transition:.1s ease-in-out}.modal .modal-container .modal-header .modal-close-button:hover{transform:scale(1.2)}.modal .modal-container .modal-body{background-color:var(--onBackground);border-radius:5px;flex:1 1;margin:0 10px 10px;max-height:-webkit-fill-available;overflow:auto;padding:20px 10px}.modal .modal-container .modal-footer{align-items:center;background-color:var(--background);border-radius:10px;display:flex;gap:10px;justify-content:flex-end;padding:10px}.products-table .table-product-name{color:var(--text)}.products-table .table-product-name:hover{color:var(--tint)}.my-table-scrollable{width:100%}.my-table-scrollable .my-table-name{align-items:center;display:flex;font-weight:500;gap:10px;margin-bottom:20px}.my-table-scrollable .search-form{align-items:center;border:2px solid var(--borderColor);border-radius:5px;box-sizing:border-box;display:-ms-flexbox;display:none;height:100%;max-width:350px;overflow:hidden;padding-left:5px;width:100%}.my-table-scrollable .search-form .search-input{background-color:#0000;border:none;color:var(--textColor);height:100%;outline:none;padding:0 5px;position:relative;width:100%}.my-table-scrollable .search-form .clear-search-icon{cursor:pointer;transition:.2s ease-in-out}.my-table-scrollable .search-form .clear-search-icon:hover{transform:scale(1.2)}.my-table-scrollable .search-form .search-button{align-items:center;background-color:var(--tint);border:none;color:#fff;cursor:pointer;display:flex;height:100%;outline:none;padding:0 10px;transition:.2s ease-in-out}.my-table-scrollable .search-form .search-button:hover{opacity:.8}.my-table-scrollable .action-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}.my-table-scrollable .action-buttons .my-button{height:35px}.my-table-scrollable .my-table-navbar{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.my-table-scrollable .my-table-navbar .my-table-navbar-left .table-rows-options-select,.my-table-scrollable .my-table-navbar .my-table-navbar-right .table-rows-options-select{width:100px}.my-table-scrollable .my-table-navbar .my-table-navbar-right{align-items:center;display:flex;gap:10px;height:45px}.my-table-scrollable .my-table-navbar .my-table-navbar-right .search-form{display:flex}.my-table-scrollable .my-table{display:grid;overflow:auto}.my-table-scrollable .my-table .my-table-header .my-table-row .my-table-column{font-size:15px;font-weight:600;text-transform:capitalize}.my-table-scrollable .my-table .my-table-body .my-table-row,.my-table-scrollable .my-table .my-table-header .my-table-row{align-items:center;border-bottom:1px solid var(--borderColor);cursor:pointer;display:flex;justify-content:space-between}.my-table-scrollable .my-table .my-table-body .my-table-row .my-table-column,.my-table-scrollable .my-table .my-table-header .my-table-row .my-table-column{flex:1 1;font-size:15px;max-width:100%;overflow:hidden;padding:5px;text-overflow:ellipsis;white-space:nowrap}.my-table-scrollable .my-table .my-table-body .my-table-row .my-table-column .row-image,.my-table-scrollable .my-table .my-table-header .my-table-row .my-table-column .row-image{border-radius:5px;height:40px;max-width:100%;width:auto}.my-table-scrollable .my-table .my-table-body .my-table-row .my-table-column .table-select-style,.my-table-scrollable .my-table .my-table-header .my-table-row .my-table-column .table-select-style{background-color:#0000;background-color:var(--onBackground);border:1px solid var(--borderColor);border-radius:5px;color:var(--text);cursor:pointer;height:100%;margin-top:5px;outline:none;padding:5px;width:100%}.my-table-scrollable .my-table .my-table-body .my-table-row .my-table-column .table-select-style .select-option-style,.my-table-scrollable .my-table .my-table-header .my-table-row .my-table-column .table-select-style .select-option-style{background-color:var(--onBackground);border:1px solid var(--lightText);color:var(--text);cursor:pointer;flex:2 1;height:35px;max-height:100%;outline:none;padding:0 5px}.my-table-scrollable .my-table .my-table-body .my-table-row.hidden,.my-table-scrollable .my-table .my-table-header .my-table-row.hidden{background-color:#ffe99b;opacity:.5}.my-table-scrollable .my-table .my-table-body .my-table-row.hidden .my-table-column,.my-table-scrollable .my-table .my-table-header .my-table-row.hidden .my-table-column{text-decoration:line-through}.my-table-scrollable .my-table .my-table-body .my-table-row.hidden:hover,.my-table-scrollable .my-table .my-table-header .my-table-row.hidden:hover{background-color:#ffe99b}.my-table-scrollable .my-table .my-table-body{min-height:100px;position:relative}.my-table-scrollable .my-table .my-table-body .empty-table{font-size:13px;padding:40px 0;text-align:center}.my-table-scrollable .my-table .my-table-body .my-table-loading-body{display:none}.my-table-scrollable .my-table .my-table-body .my-table-loading-body.visible{align-items:center;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.my-table-scrollable .my-table .my-table-body .my-table-row{min-height:40px}.my-table-scrollable .my-table .my-table-body .my-table-row .my-table-column{font-size:13px}.my-table-scrollable .my-table .my-table-body .my-table-row .my-table-column.hidden-product{color:red!important}.my-table-scrollable .my-table .my-table-body .my-table-row.full-content .my-table-column{text-overflow:clip;white-space:inherit;white-space:pre-wrap;word-break:break-all}.my-table-scrollable .my-table .my-table-body .my-table-row:hover{background-color:#0000000d}.my-table-scrollable .my-table-footer .table-pagenation{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding:20px}.my-table-scrollable .my-table-footer .table-pagenation .pagenation-label{color:var(--text);font-size:14px;margin:10px 0}.my-table-scrollable .my-table-footer .table-pagenation .pagenation-buttons{display:flex;flex-wrap:wrap}.my-table-scrollable .my-table-footer .table-pagenation .pagenation-buttons .pagenation-button{background-color:var(--background);border:none;border-radius:5px;color:var(--text);cursor:pointer;display:flex;font-size:12px;justify-content:center;margin:2px;min-width:30px;padding:7px 10px;transition:.1s ease-in-out;-webkit-user-select:none;user-select:none}.my-table-scrollable .my-table-footer .table-pagenation .pagenation-buttons .pagenation-button.active,.my-table-scrollable .my-table-footer .table-pagenation .pagenation-buttons .pagenation-button:hover{background-color:var(--tint);color:#fff}.my-table-scrollable .my-table-footer .table-pagenation .pagenation-buttons .pagenation-button:disabled{opacity:.5}.my-table-scrollable .my-table-footer .table-pagenation .pagenation-buttons .pagenation-button:disabled:hover{background-color:var(--background);color:var(--text);cursor:auto}.my-table-scrollable .my-table-footer .table-pagenation .pagenation-buttons .pagenation-number-input{background-color:#0000;border:1px solid var(--borderColor);border-radius:5px;color:var(--text);margin:0 2px;outline:none;text-align:center;width:50px}.my-table-scrollable .my-table-footer .table-pagenation .pagenation-buttons .pagenation-number-input::-webkit-inner-spin-button,.my-table-scrollable .my-table-footer .table-pagenation .pagenation-buttons .pagenation-number-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}@media only screen and (max-width:767px){.my-table-scrollable .search-form{display:flex;height:45px;margin-bottom:15px;margin-left:auto}.my-table-scrollable .my-table-navbar .my-table-navbar-right .search-form{display:none}.my-table-scrollable .my-table-footer .table-pagenation{justify-content:space-around}}.edit-product{background-color:#0000!important;padding:0!important}.edit-product .page-container-name{border-radius:10px 10px 0 0!important;margin-bottom:0!important;padding:0 10px}.edit-product .edit-form{background-color:var(--onBackground);border-radius:10px;display:flex;flex-direction:column;margin:auto auto 20px;padding:10px;row-gap:10px}.edit-product .edit-form .description-editor{flex:1 1}.edit-product .edit-form .description-editor .description-tite{font-size:14px;font-weight:600;margin:0 0 5px;text-align:center}.edit-product .edit-form .description-editor .description-tite:after{color:red;content:"*"}.edit-product .edit-form .zero-entries-message{color:var(--red);flex:1 1;font-weight:600;text-align:center}.edit-product .edit-form .add-new-entry-row{background-color:var(--onBackground);border-radius:10px;margin:10px;padding:10px;width:100%}.edit-product .edit-form .add-new-entry-row .new-entry-header{display:flex;gap:10px;justify-content:space-between;margin-bottom:20px}.edit-product .edit-form .add-new-entry-row .new-entry-header .entry-number{display:block;font-weight:600}.edit-product .edit-form .add-new-entry-row .new-entry-header .hide-entry-btn{border:1px solid var(--borderColor);border-radius:5px;cursor:pointer;outline:none;padding:5px 20px;transition:.2s ease-in-out}.edit-product .edit-form .add-new-entry-row .new-entry-header .hide-entry-btn:hover{box-shadow:0 1px 5px 0 #0000001a,0 1px 1px 0 #0000001a}.edit-product .edit-form .add-new-entry-row .remove-entry{color:var(--red);cursor:pointer;transition:.2s ease-in-out}.edit-product .edit-form .add-new-entry-row .remove-entry:hover{transform:scale(1.1)}.edit-product .edit-form .add-new-entry-row .new-entry-row-inputs{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.edit-product .edit-form .add-new-entry-row .new-product-entry-images{display:flex;margin-top:20px}.edit-product .edit-form .add-new-entry-row .new-product-entry-images .MuiDropzoneArea-root{max-width:400px;min-height:0}.edit-product .edit-form .add-new-entry-row .new-product-entry-images .MuiTypography-h5{font-size:14px}.edit-product .edit-form .add-new-entry-row .new-product-entry-images .MuiDropzoneArea-icon{height:40px;width:40px}.edit-product .edit-form .add-new-entry-row .new-product-entry-images .MuiGrid-spacing-xs-8{margin:auto}.edit-product .edit-form .add-new-entry-row .new-product-entry-images .MuiTypography-subtitle1{display:none}.edit-product .edit-form .add-new-entry-row .new-product-entry-images .MuiGrid-spacing-xs-8>.MuiGrid-item{padding:5px 11px}.edit-product .edit-form .add-new-entry-row .new-product-entry-images .MuiGrid-grid-xs-4{flex-basis:auto}.edit-product .edit-form .add-new-entry-row .new-product-entry-images .MuiDropzonePreviewList-image{height:60px;object-fit:contain;width:60px}.edit-product .edit-form .add-new-entry-row:hover{box-shadow:0 0 5px 0 #0000001a,0 0 1px 0 #0000001a}.edit-product .edit-form .add-new-entry-row.hidden{background-color:#ffe99b;opacity:.5}.edit-product .edit-form .add-new-entry-row.hidden:hover{background-color:#ffe99b}.edit-product .edit-form .add-new-entry{border-top:1px solid var(--borderColor);padding:20px 0}.edit-product .edit-form .add-new-entry .add-new-entry-btn{align-items:center;background-color:#0000;border:none;cursor:pointer;display:flex;gap:10px;outline:none}.edit-product .edit-form .add-new-entry .add-new-entry-btn *{cursor:pointer}.edit-product .edit-form .add-new-entry .add-new-entry-btn .add-new-entry-label{font-size:13px;font-weight:600}.edit-product .edit-form .add-new-entry .add-new-entry-btn .add-new-entry-icon{color:var(--tint);transition:.2s ease-in-out}.edit-product .edit-form .add-new-entry .add-new-entry-btn:hover .add-new-entry-icon{transform:scale(1.1)}.edit-product .edit-form:first-of-type{border-radius:0 0 10px 10px!important}.edit-product .edit-form .action-buttons-wrapper{align-items:center;display:flex;gap:10px;justify-content:flex-end;padding:20px}.edit-product .edit-form .action-buttons-wrapper *{max-width:500px}.edit-product .edit-form .no-longer-available-message{color:var(--red);font-size:16px;font-weight:600;text-align:center}.edit-product .loading-div{background-color:var(--onBackground);border-radius:0 0 10px 10px!important;display:flex;justify-content:center;padding:10px 0}.categories-table .table-row-name{background-color:#0000;border:none;color:var(--text);cursor:pointer;margin:0;outline:none;padding:0;text-decoration:underline}.categories-table .table-row-name:hover{color:var(--tint)}.variations-table .table-row-name{background-color:#0000;border:none;color:var(--text);cursor:pointer;margin:0;outline:none;padding:0;text-decoration:underline}.variations-table .table-row-name:hover{color:var(--tint)}.orders-table .toolbar-container{margin-bottom:20px;max-width:200px}.orders-table .table-row-name{background-color:#0000;border:none;color:var(--text);cursor:pointer;margin:0;outline:none;padding:0;text-decoration:underline}.orders-table .table-row-name:hover{color:var(--tint)}.orders-table .credit-card-btn{background-color:#0000;border:none;color:var(--tint);cursor:pointer;font-weight:600;outline:none;text-decoration:none}.orders-table .credit-card-btn:hover{text-decoration:underline}.card-viewer{display:flex;flex-direction:column;gap:20px}.card-viewer .loading-card{align-items:center;display:flex;justify-content:center}.card-viewer .box-more-info-container{display:flex;flex-direction:column;gap:5px;margin-top:10px}.card-viewer .box-more-info-container .box-data-more-info{border-bottom:1px solid var(--borderColor);font-size:16px;margin:0;padding-bottom:5px}.card-viewer .box-more-info-container .box-data-more-info:last-child{border:none}.add-ads{position:relative}.add-ads .aa-label-title{font-size:14px;font-weight:600;margin-bottom:5px}.add-ads .image-cropper .image-cropper-wrapper{height:500px;margin:20px 0;position:relative}.add-ads .ad-data-container{display:flex;flex-direction:column;margin-top:20px;max-width:600px}.add-ads .ad-data-container .cropped-image{aspect-ratio:2/1;border:1px solid var(--borderColor);border-radius:10px;margin:20px 0;width:100%}.add-ads .ad-data-container .date-range-picker{border:1px solid var(--borderColor);border-radius:5px;cursor:pointer;margin:0 0 20px;padding:10px}.shop-by-category .shop-by-category-card-wrapper{display:flex;flex-wrap:wrap;gap:25px;justify-content:center;margin:auto;max-width:381px}.shop-by-category .shop-by-category-card-wrapper .shop-by-category-card{align-items:center;display:flex;flex-direction:column;gap:5px;position:relative;width:110px}.shop-by-category .shop-by-category-card-wrapper .shop-by-category-card .add-new-shop-by-category-btn,.shop-by-category .shop-by-category-card-wrapper .shop-by-category-card .shop-by-category-img{border:1px solid var(--borderColor);border-radius:50%;height:100px;width:100px}.shop-by-category .shop-by-category-card-wrapper .shop-by-category-card .shop-by-category-img{border-color:#0000}.shop-by-category .shop-by-category-card-wrapper .shop-by-category-card .remove-shop-by-category-btn{background-color:#fff;border:1px solid var(--borderColor);display:none;height:30px;position:absolute;right:0;top:0;width:30px;z-index:10}.shop-by-category .shop-by-category-card-wrapper .shop-by-category-card.allow-delete:hover .remove-shop-by-category-btn{display:inherit}.add-new-category .asc-choose-image{font-size:14px;font-weight:600;margin-bottom:5px}.add-new-category .image-cropper .image-cropper-wrapper{height:300px;margin:20px 0;position:relative}.add-new-category .image-data-container{display:flex;flex-direction:column;height:300px;margin-top:20px}.add-new-category .image-data-container .cropped-image{aspect-ratio:1/1;border:1px solid var(--borderColor);border-radius:50%;margin:auto;max-height:100%;max-width:100%;width:auto;width:-webkit-fit-content;width:fit-content}.privacy{display:flex;justify-content:center;margin:100px 10px 10px}.privacy .page{background-color:var(--onBackground);border-radius:5px;box-shadow:0 0 0 1px #0e3f7e0a,0 1px 1px -.5px #2a33450a,0 3px 3px -1.5px #2a33460a,0 6px 6px -3px #2a33460a,0 12px 12px -6px #0e3f7e0a,0 24px 24px -12px #0e3f7e0a;max-width:var(--maxWidth);padding:10px 0;width:100%}.privacy .page .page-title{font-size:26px;font-weight:700;margin:0;padding:0 16px}.privacy .page .privacy-last-update{color:var(--lightText);font-size:14px;margin:0;padding:0 16px}.privacy .page .loading-div{background-color:#0000;border-radius:0 0 10px 10px!important;display:flex;justify-content:center;padding:10px 0}.advertisings .col-ad-image{aspect-ratio:2/1;border:1px solid var(--borderColor);border-radius:10px;max-width:400px;width:100%}.edit-ad{margin:auto;max-width:800px;text-align:center}.edit-ad .edit-ad-image{aspect-ratio:2/1;border:1px solid var(--borderColor);border-radius:10px;margin-bottom:20px;max-width:600px;width:100%}.edit-ad .aa-label-title{font-size:14px;font-weight:600;margin-bottom:5px}.edit-ad .date-range-picker{border:1px solid var(--borderColor);border-radius:5px;cursor:pointer;margin:0 0 20px;padding:10px}.coupons-list .table-row-name{background-color:#0000;border:none;color:var(--text);cursor:pointer;margin:0;outline:none;padding:0;text-decoration:underline}.coupons-list .table-row-name:hover{color:var(--tint)}.push-notification .action-buttons-wrapper{align-items:center;display:flex;gap:10px;justify-content:flex-end;padding:20px}.push-notification .action-buttons-wrapper *{max-width:500px}.push-notification .add-userame-form{display:flex;gap:10px}.push-notification .selected-usernames-container{margin-bottom:30px}.push-notification .selected-usernames-container .selected-usernames-label{font-weight:600;margin:0}.push-notification .selected-usernames-container .selected-usernames{display:flex;gap:10px;margin-top:5px}.push-notification .selected-usernames-container .selected-username-btn{align-items:center;background-color:var(--background);border:1px solid var(--borderColor);border-radius:10px;cursor:pointer;display:flex;font-size:13px;gap:10px;outline:none;padding:5px 10px}.push-notification .selected-usernames-container .selected-username-btn .delete-username-icon{color:var(--lightText);font-size:16px;transition:.2s ease-in-out}.push-notification .selected-usernames-container .selected-username-btn:hover .delete-username-icon{color:var(--text);font-size:16px}.brands-table .table-row-name{background-color:#0000;border:none;color:var(--text);cursor:pointer;margin:0;outline:none;padding:0;text-decoration:underline}.brands-table .table-row-name:hover{color:var(--tint)}.add-or-edit-coupon .aa-label-title{font-size:14px;margin-bottom:0!important}.add-or-edit-coupon .date-range-picker{border:1px solid var(--borderColor);border-radius:5px;cursor:pointer;margin:0!important;padding:10px}.landing-page{margin-top:90px}.landing-page .home-page-container{background-color:#ffffffeb;display:flex;justify-content:center;padding:20px 0}.landing-page .home-page-container .home-page-container-content{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;max-width:var(--maxWidth);padding:10px;width:100%}.landing-page .home-page-container .home-page-container-content .container-content,.landing-page .home-page-container .home-page-container-content .container-content-right{border-radius:10px;flex:1 1;padding:10px}.landing-page .home-page-container .home-page-container-content .container-content .container-image-wrapper,.landing-page .home-page-container .home-page-container-content .container-content-right .container-image-wrapper{align-items:center;display:flex;justify-content:center}.landing-page .home-page-container .home-page-container-content .container-content .container-image-wrapper .container-image,.landing-page .home-page-container .home-page-container-content .container-content-right .container-image-wrapper .container-image{max-height:600px;width:auto}.landing-page .home-page-container .home-page-container-content .container-content .container-image,.landing-page .home-page-container .home-page-container-content .container-content-right .container-image{width:100%}.landing-page .home-page-container .home-page-container-content .web-app-name{background-color:var(--lightTint);border-radius:5px;color:var(--tint);font-size:12px;font-weight:600;padding:5px 20px;width:-webkit-fit-content;width:fit-content}.landing-page .home-page-container .home-page-container-content .app-signature{font-size:36px;font-weight:800;margin:10px 0}.landing-page .home-page-container .home-page-container-content .app-intro{color:var(--lightText);font-size:19px;line-height:1.5em}.landing-page .home-page-container .home-page-container-content.reverse{flex-direction:row-reverse}.landing-page .home-page-container .home-page-container-content .download-now-container{margin-top:30px}.landing-page .home-page-container .home-page-container-content .download-now-container .download-now{font-size:18px;font-weight:600;margin-bottom:10px}.landing-page .home-page-container .home-page-container-content .download-now-container .download-buttons{display:flex;gap:10px}.landing-page .home-page-container .home-page-container-content .download-now-container .download-buttons .download-btn{max-width:200px;width:50%}.landing-page .home-page-container .home-page-container-content .download-now-container .download-buttons .download-btn img{width:100%}.landing-page .home-page-container .home-page-container-content .who-we-are{color:#fff;font-size:36px;font-weight:800;margin-bottom:10px}.landing-page .home-page-container .home-page-container-content .who-we-are-value{color:#fff;font-size:18px;font-weight:500;line-height:1.8em}.landing-page .home-page-container .home-page-container-content .overview-title{font-size:30px;font-weight:800;margin-bottom:10px}.landing-page .home-page-container .our-services-title{font-size:30px;font-weight:800;margin:0 0 20px}.landing-page .home-page-container .our-services{background-color:var(--background);border-radius:10px;padding:20px}.landing-page .home-page-container .our-services .our-service{-webkit-border-start:1px solid var(--lightText);border-inline-start:1px solid var(--lightText);padding:0 20px 20px;position:relative}.landing-page .home-page-container .our-services .our-service .service-dot{background-color:var(--tint);border-radius:50%;inset-inline-start:-5px;min-height:10px;min-width:10px;position:absolute;top:0;z-index:100}.landing-page .home-page-container .our-services .our-service .service-title{font-size:16px;font-weight:600;margin:0 0 5px}.landing-page .home-page-container .our-services .our-service .service-description{font-size:14px;margin:0}.landing-page .home-page-container .our-services .our-service:last-child{border-color:#0000}.landing-page .contact-us{display:flex;justify-content:center;margin:30px 0}.landing-page .contact-us .contact-us-form{background-color:#fff;border:0 solid #e5e7eb;border-radius:5px;box-shadow:0 0 #0000,0 0 #0000,0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;gap:15px;max-width:95%;padding:30px;width:500px}.landing-page .contact-us .contact-us-form .contact-thanku-message{color:var(--lightText);font-size:19px;line-height:1.5em;text-align:center}.landing-page .contact-us .contact-us-form .contact-us-title{border-bottom:3px solid var(--lightTint);color:var(--text);font-size:26px;font-weight:700;margin:auto auto 10px;padding:0 10px;text-align:center;width:-webkit-fit-content;width:fit-content}.landing-page .contact-us .contact-us-form .contact-us-input-wrapper,.landing-page .contact-us .contact-us-form .contact-us-textarea-wrapper{align-items:center;border:1px solid var(--borderColor);border-radius:5px;box-sizing:border-box;display:flex;gap:5px;height:45px;overflow:hidden;width:100%}.landing-page .contact-us .contact-us-form .contact-us-input-wrapper .contact-us-input-icon,.landing-page .contact-us .contact-us-form .contact-us-textarea-wrapper .contact-us-input-icon{color:var(--lightText);padding:0 5px;transition:.2s ease-in-out}.landing-page .contact-us .contact-us-form .contact-us-input-wrapper .contact-us-input,.landing-page .contact-us .contact-us-form .contact-us-input-wrapper .contact-us-textarea,.landing-page .contact-us .contact-us-form .contact-us-textarea-wrapper .contact-us-input,.landing-page .contact-us .contact-us-form .contact-us-textarea-wrapper .contact-us-textarea{border:none;box-sizing:border-box;color:var(--lightText);flex:1 1;font-size:16px;height:100%;outline:none;transition:.2s ease-in-out;width:inherit}.landing-page .contact-us .contact-us-form .contact-us-input-wrapper:focus-within .contact-us-input,.landing-page .contact-us .contact-us-form .contact-us-input-wrapper:focus-within .contact-us-input-icon,.landing-page .contact-us .contact-us-form .contact-us-input-wrapper:hover .contact-us-input,.landing-page .contact-us .contact-us-form .contact-us-input-wrapper:hover .contact-us-input-icon,.landing-page .contact-us .contact-us-form .contact-us-textarea-wrapper:focus-within .contact-us-input,.landing-page .contact-us .contact-us-form .contact-us-textarea-wrapper:focus-within .contact-us-input-icon,.landing-page .contact-us .contact-us-form .contact-us-textarea-wrapper:hover .contact-us-input,.landing-page .contact-us .contact-us-form .contact-us-textarea-wrapper:hover .contact-us-input-icon{color:var(--text)}.landing-page .contact-us .contact-us-form .contact-us-textarea-wrapper{height:100px}.landing-page .contact-us .contact-us-form .contact-us-textarea-wrapper .contact-us-textarea{font-family:inherit;padding:10px;resize:none}@media only screen and (max-width:767px){.landing-page .home-page-container .container-content-right,.landing-page .home-page-container .home-page-container-content{flex-direction:column;gap:30px}.landing-page .home-page-container .container-content-right .overview-title,.landing-page .home-page-container .home-page-container-content .overview-title{font-size:22px;font-weight:800;margin-bottom:10px}.landing-page .home-page-container .container-content-right.reverse,.landing-page .home-page-container .home-page-container-content.reverse{flex-direction:column-reverse}}.overview-card{align-items:center;display:flex;gap:20px;margin:15px 0}.overview-card .overview-label-value{-webkit-border-end:3px solid var(--lightTint);align-items:center;border-inline-end:3px solid var(--lightTint);display:flex;flex-direction:column;padding:10px 0;width:150px}.overview-card .overview-label-value .overview-label{color:var(--lightText);font-size:16px;font-weight:600;margin:0}.overview-card .overview-label-value .overview-value{font-size:30px;font-weight:700;margin:0}.overview-card .overview-label-value .overview-value:after{color:var(--tint);content:"+";font-size:20px;margin-top:-10px;position:absolute}.overview-card .overview-description{flex:1 1}@media only screen and (max-width:767px){.overview-card{flex-direction:column}.overview-card .overview-label-value{border:initial;border-bottom:3px solid var(--lightTint)}.overview-card .overview-description{text-align:center}}.home-header{background-color:#fff;box-shadow:0 0 #0000,0 0 #0000,0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;display:flex;height:90px;justify-content:center;position:fixed;width:100%;z-index:999}.home-header .header-content{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:space-between;max-width:var(--maxWidth);padding:10px;width:100%}.home-header .header-content .header-logo{cursor:pointer;height:70%}.home-header .header-content .navigations{align-items:center;display:flex;height:100%}.home-header .header-content .navigations .change-lang-container{margin:0 10px;position:relative}.home-header .header-content .navigations .change-lang-container .change-lang-btn{background-color:#0000;border:1px solid var(--borderColor);border-radius:5px;color:var(--text);cursor:pointer;font-size:13px;font-weight:600;outline:none;padding:7px;text-transform:uppercase}.home-header .header-content .navigations .change-lang-container .languages-dd{background-color:#fff;border-radius:5px;box-shadow:0 0 #0000,0 0 #0000,0 0 6px -1px #0000004d,0 2px 4px -2px #0000004d;box-sizing:border-box;display:flex;flex-direction:column;margin-top:5px;padding:10px;position:absolute;right:0;width:200px}.home-header .header-content .navigations .change-lang-container .languages-dd .language-option{background-color:#0000;border:none;color:var(--text);cursor:pointer;font-weight:600;outline:none;padding:8px 0;text-transform:uppercase}.home-header .header-content .navigations .change-lang-container .languages-dd .language-option:hover{background-color:#0000001a}.home-header .header-content .navigations .mobile-menu-btn{color:var(--lightText);cursor:pointer;display:none;font-size:30px;font-weight:600;padding:10px}.home-header .header-content .navigations .mobile-menu-btn:hover{color:var(--text)}.home-header .header-content .navigations .nav-menu{align-items:center;display:flex;gap:10px;height:100%}.home-header .header-content .navigations .nav-menu .close-mobile-menu-btn{display:none}.home-header .header-content .navigations .nav-menu .nav-button{background-color:#0000;border:none;color:var(--lightText);cursor:pointer;font-size:15px;font-weight:600;outline:none;padding:10px;transition:.2s ease-in-out}.home-header .header-content .navigations .nav-menu .nav-button:hover{color:var(--text)}@media only screen and (max-width:767px){.home-header .header-content .navigations .change-lang-container{position:static}.home-header .header-content .navigations .change-lang-container .languages-dd{border-bottom:1px solid var(--borderColor);border-radius:0;border-top:1px solid var(--borderColor);box-shadow:0 0 #0000,0 0 #0000,0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;left:0;right:0;top:80px;width:100vw}.home-header .header-content .navigations .mobile-menu-btn{display:block}.home-header .header-content .navigations .nav-menu-bg{background-color:#00000080;bottom:0;height:100vh;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s ease-in-out;width:0}.home-header .header-content .navigations .nav-menu-bg .nav-menu{background-color:var(--onBackground);flex-direction:column;float:right;gap:5px;max-width:0;overflow:hidden;transition:.2s ease-in-out;width:400px}[dir=rtl] .home-header .header-content .navigations .nav-menu-bg .nav-menu{direction:ltr;float:left}.home-header .header-content .navigations .nav-menu-bg .nav-menu .close-mobile-menu-btn{align-self:flex-end;color:var(--lightText);cursor:pointer;display:block;font-size:30px;margin:20px;transition:.2s ease-in-out}.home-header .header-content .navigations .nav-menu-bg .nav-menu .close-mobile-menu-btn:hover{color:var(--text)}.home-header .header-content .navigations .nav-menu-bg .nav-menu .nav-button{width:100%}.home-header .header-content .navigations .nav-menu-bg.opened{opacity:1;width:100%}.home-header .header-content .navigations .nav-menu-bg.opened .nav-menu{max-width:90%}}.home-footer{align-items:center;background-color:var(--onBackground);display:flex;justify-content:center;padding:20px 0}.home-footer .home-footer-content{display:flex;flex-direction:column;max-width:var(--maxWidth);width:100%}.home-footer .home-footer-content .footer-navigations{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:5px 0}.home-footer .home-footer-content .footer-navigations .footer-nav-button{background-color:#0000;border:none;color:var(--lightText);cursor:pointer;font-size:15px;font-weight:600;opacity:.8;outline:none;padding:10px;transition:.2s ease-in-out}.home-footer .home-footer-content .footer-navigations .footer-nav-button .social-media-icon{font-size:30px}.home-footer .home-footer-content .footer-navigations .footer-nav-button:hover{color:var(--text);opacity:1}.home-footer .home-footer-content .copyright-wrapper{display:flex;justify-content:center}.home-footer .home-footer-content .copyright-message{color:var(--lightText);font-size:15px;font-weight:600;opacity:.8}.user-viewer-page{background-color:#0000!important;margin-bottom:20px}.user-viewer-page .icon-wrapper{align-items:center;display:flex}.user-viewer-page .icon-wrapper .icon{border:1px solid var(--borderColor);border-radius:5px;cursor:pointer;font-size:16px;height:20px;margin-left:10px;padding:2px;width:20px}.user-viewer-page .icon-wrapper .icon.submit,.user-viewer-page .icon-wrapper.submit .icon.edit{display:none}.user-viewer-page .icon-wrapper.submit .icon.submit{color:green;display:block;font-weight:600}.user-viewer-page .editable-content.edit-input{background-color:#0000;border:1px solid var(--borderColor);border-radius:5px;color:var(--text);font-family:inherit;font-size:14px;height:20px;outline:none;padding:2px 10px}.user-viewer-page .seprated-view{display:flex;overflow:hidden}.user-viewer-page .seprated-view .section-title-wrapper{align-items:center;display:flex;margin-bottom:20px}.user-viewer-page .seprated-view .section-title-wrapper .icon{color:var(--text);margin-right:10px}.user-viewer-page .seprated-view .section-title-wrapper .section-title{color:var(--text);font-size:20px;font-weight:600;text-transform:capitalize}.user-viewer-page .seprated-view .user-viewer-left{background-color:var(--onBackground);border-radius:5px;box-shadow:0 .125rem .375rem 0 var(--boxShadowColor);box-sizing:border-box;flex:1 1;height:-webkit-fit-content;height:fit-content;min-width:250px;padding:10px}.user-viewer-page .seprated-view .user-viewer-left .user-profile-picture-wrapper{display:flex;justify-content:center}.user-viewer-page .seprated-view .user-viewer-left .user-profile-picture-wrapper .user-profile-picture-container{align-items:center;background-image:url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQACWAJYAAD/2wCEAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDIBCQkJDAsMGA0NGDIhHCEyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMv/CABEIAMgAyAMBIgACEQEDEQH/xAAwAAEBAAMBAQEAAAAAAAAAAAAABQIDBAEGBwEBAQEBAAAAAAAAAAAAAAAAAAECA//aAAwDAQACEAMQAAAA/XxrmAAAAAAAAAAAAAAAAAdnVNSVnAkuzjsBAAAAAAAAMq2PVnYKA5+gQca0m4CwAAAAABu090tITYAACLam2cIuAAAAAAHfwdUtYTYAACdRkpyjWAAAAAAHvhbmyPXzr0KAPDCJv57gLAAAAAAAG7SWx0fP5y3UTArTdJAsAAAAAAAMu6WfurbGpeygODygiXptK+fXOJOBljcgAAAAOn2rNY5k0AAAABhLr+JAdXLrIIAA2a6UvZkTYAAAAAAGMW5w2TRcAALMa5NbBNAAAAAAANO7WQxrAIAuQ7k3sEoAAAAAADXs1kMawCALhN7BKAAAAAAA1hDGsAn/xAA3EAACAQEDCAkCBQUAAAAAAAABAgMEABExBRIgITBAQVETIjI0YXFyobFTkRQjYoGCEBVSYNH/2gAIAQEAAT8A/wBUAJNwBJ5C0WT3cXyHMHLE2SggXFS3mbfhIPpLZ8nwNgCp8DaXJ8iAmM545YGxBBuIuPLco42kcIovJtT0qQLfi/FtKopUnXk/BrSI0blHFxG40VP0MWcw67e2wrafpYs5R111+Y3Clj6WoVTgNZ2VVH0VQwGB1jb5NX8yRuQA2WUl/MjbmCNvkw65B5bLKR1xjwO3oHzKi44MLtlXvn1N3+Iu26sVYMMQbxaGQSxK44+2wmlEMTOeGHjYksxY4k3ncKSpMD3G8ocfDxsrB1DKQQcCNJmCqWY3AYm1XUmd7hqQYblBUyQHVrXiptFWRS6s7Nbk39cLS1kMV4zs5uS2nqZJzrNy8FG6rLInZdh5G34qf6rfezSSP2nY+Z3TE3WSlnfCMgczqsuTpD2nUe9hk3nL9lt/bV+q32scmDhL91s2TpB2XU+1npZ0xjJHMa7YG47dEeRs1FLHwtDk7jK38RaOGOIdRAP22EkEco66A+N1pcncYm/i3/bOjRtmupB8dpTUjTdZtSc+do4kiXNQADaSRJKua4vFqmkaDrL1k58tlR0vTHPfsD3sAALhtiARccLVlL0Jz07B9thDEZpVQfueQsiBFCqLgBcNwdA6lWF4Oo2miMMrIeGB5jTydEAjSHEm4eW5ZRjvRZBiNR8tOlXNpox+m/cqtc6lkH6b9ODu8fpHxuU/d5PSdODu8fpHxuU/d5PSfjTg7vH6R8blP3eT0n404O7x+kfG5T93k9J+ND//xAAZEQADAQEBAAAAAAAAAAAAAAABETAAIED/2gAIAQIBAT8A8Tz9gqKiSyyk8888+3QxHBqamn//xAAbEQEAAwEAAwAAAAAAAAAAAAABESAwABIxQP/aAAgBAwEBPwD4o6Mwo4FXAq+sRouQ95cuUdB0HR0XC6TUxaGpqaf/2Q==);background-size:cover;border:none;border-radius:50%;cursor:pointer;display:flex;height:100px;justify-content:center;width:100px}.user-viewer-page .seprated-view .user-viewer-left .user-profile-picture-wrapper .user-profile-picture-container .user-profile-picture{border-radius:50%;height:100%;object-fit:cover;width:100%}.user-viewer-page .seprated-view .user-viewer-left .user-username-wrapper{align-items:center;display:flex;justify-content:center;margin-bottom:50px;margin-top:10px;word-break:break-all}.user-viewer-page .seprated-view .user-viewer-left .user-username-wrapper .user-username{color:var(--text);font-size:20px;font-weight:600;margin:0;padding:0 10px;text-align:center}.user-viewer-page .seprated-view .user-viewer-left .user-info{margin:20px}.user-viewer-page .seprated-view .user-viewer-left .user-info .info-label{align-items:center;display:flex}.user-viewer-page .seprated-view .user-viewer-left .user-info .info-label .dot{border-radius:10px;height:10px;margin-right:10px;width:10px}.user-viewer-page .seprated-view .user-viewer-left .user-info .info-label .label{font-size:18px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:pre}.user-viewer-page .seprated-view .user-viewer-left .user-info .info-value{align-items:center;display:flex;margin-top:5px}.user-viewer-page .seprated-view .user-viewer-left .user-info .info-value .label{font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:pre}.user-viewer-page .seprated-view .user-viewer-left .user-info .info-value .icon{font-size:16px;margin-right:10px}.user-viewer-page .seprated-view .user-viewer-left .user-permissions{border-top:1px solid var(--borderColor);margin-top:20px;padding-top:20px}.user-viewer-page .seprated-view .user-viewer-left .user-permissions .user-permissions-content{margin-top:0}.user-viewer-page .seprated-view .user-viewer-right{box-sizing:border-box;flex:3 1;margin-left:10px}.user-viewer-page .seprated-view .user-viewer-right .section{background-color:var(--onBackground);border-radius:5px;box-shadow:0 .125rem .375rem 0 var(--boxShadowColor);box-sizing:border-box;margin-bottom:20px;padding:15px;position:relative}.user-viewer-page .seprated-view .user-viewer-right .user-info .edit-user-button{background-color:#0000;border:none;color:var(--mainColor);cursor:pointer;font-size:18px;outline:none;position:absolute;right:10px;text-transform:uppercase;top:10px;transition:.2s ease-in-out;-webkit-user-select:none;user-select:none}.user-viewer-page .seprated-view .user-viewer-right .user-info .edit-user-button:hover{letter-spacing:1.5px}.user-viewer-page .seprated-view .user-viewer-right .user-info .user-info-content .horizontal-information{display:flex;flex-wrap:wrap}.user-viewer-page .seprated-view .user-viewer-right .user-info .user-info-content .horizontal-information .information-content{margin-bottom:10px;margin-right:25px}.user-viewer-page .seprated-view .user-viewer-right .user-info .user-info-content .horizontal-information .information-content .information-label{color:var(--textColor);font-size:16px;font-weight:600;margin:2px}.user-viewer-page .seprated-view .user-viewer-right .user-info .user-info-content .horizontal-information .information-content .information-value{align-items:center;color:var(--textColor);display:flex;font-size:14px;margin:2px}.user-viewer-page .seprated-view .user-viewer-right .user-info .user-info-content .horizontal-information .information-content .information-value .icon{font-size:18px;margin-right:5px}.user-viewer-page .seprated-view .user-viewer-right .user-logs .user-logs-body .empty-logs-list{font-size:13px;text-align:center}.user-viewer-page .seprated-view .user-viewer-right .user-logs .user-logs-body .load-more-messages-btn{border:1px solid var(--borderColor);cursor:pointer;margin-top:10px;padding:10px;width:100%}.user-viewer-page .seprated-view .user-viewer-right .user-logs .user-logs-body .load-more-messages-btn:hover{border-color:var(--text)}.user-viewer-page .seprated-view .user-viewer-right .user-logs .user-logs-body .recent-user-log-card{border-left:1px solid var(--borderColor);margin:0 5px;padding:0 15px 20px;position:relative}.user-viewer-page .seprated-view .user-viewer-right .user-logs .user-logs-body .recent-user-log-card.last-child{border-left:none!important}.user-viewer-page .seprated-view .user-viewer-right .user-logs .user-logs-body .recent-user-log-card .dot{border-radius:50%;box-shadow:0 2px 4px 0;left:-5px;min-height:10px;min-width:10px;position:absolute;top:0;z-index:100}.user-viewer-page .seprated-view .user-viewer-right .user-logs .user-logs-body .recent-user-log-card .datetime{color:var(--lightText);font-size:10px;margin:0}.user-viewer-page .seprated-view .user-viewer-right .user-logs .user-logs-body .recent-user-log-card .recent-user-log-body-card{margin-bottom:10px}.user-viewer-page .seprated-view .user-viewer-right .user-logs .user-logs-body .recent-user-log-card .recent-user-log-body-card .recent-user-log-image-wrapper{background-image:url(/static/media/image-placeholder.745fb1f2c196b1802f69.png);background-size:cover;border-radius:10px;height:250px;max-width:100%;overflow:hidden;width:250px}.user-viewer-page .seprated-view .user-viewer-right .user-logs .user-logs-body .recent-user-log-card .recent-user-log-body-card .recent-user-log-image{height:100%;object-fit:cover;width:100%}.user-viewer-page .seprated-view .user-viewer-right .user-logs .user-logs-body .recent-user-log-card .recent-user-log-body-card .recent-user-log-label{align-items:center;display:flex;flex-flow:wrap;font-size:15px;gap:5px;margin:5px 0}.user-viewer-page .seprated-view .user-viewer-right .user-logs .user-logs-body .recent-user-log-card .recent-user-log-body-card .recent-user-log-label .hidden-data-btn{align-items:center;background-color:#0000;border:1px solid var(--borderColor);border-radius:5px;color:var(--lightText);cursor:pointer;display:flex;font-size:15px;font-weight:700;min-height:25px;outline:none}.user-viewer-page .seprated-view .user-viewer-right .user-logs .user-logs-body .recent-user-log-card .recent-user-log-body-card .recent-user-log-label .hidden-data-btn:disabled{color:var(--lightText);cursor:inherit}.user-viewer-page .seprated-view .user-viewer-right .user-logs .user-logs-body .recent-user-log-card .recent-user-log-body-card .recent-user-log-label .hidden-data-btn:disabled *{cursor:inherit}.user-viewer-page .seprated-view .user-viewer-right .user-logs .user-logs-body .recent-user-log-card .recent-user-log-body-card .recent-user-log-label .hidden-data-btn:disabled:hover{color:var(--lightText)}.user-viewer-page .seprated-view .user-viewer-right .user-logs .user-logs-body .recent-user-log-card .recent-user-log-body-card .recent-user-log-label .hidden-data-btn *{cursor:pointer}.user-viewer-page .seprated-view .user-viewer-right .user-logs .user-logs-body .recent-user-log-card .recent-user-log-body-card .recent-user-log-label .hidden-data-btn .hidden-data-label-wrapper{align-items:center;display:flex;font-size:13px;gap:5px}.user-viewer-page .seprated-view .user-viewer-right .user-logs .user-logs-body .recent-user-log-card .recent-user-log-body-card .recent-user-log-label .hidden-data-btn:hover{color:var(--tint)}.user-viewer-page .seprated-view .user-viewer-right .user-logs .user-logs-body .recent-user-log-card .recent-user-log-card-ip,.user-viewer-page .seprated-view .user-viewer-right .user-logs .user-logs-body .recent-user-log-card .recent-user-log-card-triggered-by{color:var(--lightText);font-size:12px;margin:0}.user-viewer-page .seprated-view .user-viewer-right .user-logs .user-logs-body .recent-user-log-card .recent-user-log-card-ip .recent-logs-label-username,.user-viewer-page .seprated-view .user-viewer-right .user-logs .user-logs-body .recent-user-log-card .recent-user-log-card-triggered-by .recent-logs-label-username{color:var(--text);text-decoration:none}.user-viewer-page .seprated-view .user-viewer-right .user-logs .user-logs-body .recent-user-log-card .recent-user-log-card-ip .recent-logs-label-username:hover,.user-viewer-page .seprated-view .user-viewer-right .user-logs .user-logs-body .recent-user-log-card .recent-user-log-card-triggered-by .recent-logs-label-username:hover{color:var(--tint)}@media only screen and (max-width:1000px){.user-viewer-page .seprated-view{flex-direction:column}.user-viewer-page .seprated-view .user-viewer-left,.user-viewer-page .seprated-view .user-viewer-right{margin:0}.user-viewer-page .seprated-view .user-viewer-left{margin-bottom:20px}}.staff-members-table .user-data{align-items:center;display:flex;gap:10px}.staff-members-table .user-data .user-profile-picture{border-radius:50%;height:60px}.staff-members-table .user-data .username-value{color:var(--text);font-size:16px;font-weight:600;text-decoration:none}.staff-members-table .user-data .username-value:hover{color:var(--tint);text-decoration:underline}.accounts-table .user-data{align-items:center;display:flex;gap:10px}.accounts-table .user-data .user-profile-picture{border-radius:50%;height:60px}.accounts-table .user-data .username-value{color:var(--text);font-size:16px;font-weight:600;text-decoration:none}.accounts-table .user-data .username-value:hover{color:var(--tint);text-decoration:underline}.app-config .action-buttons-wrapper{align-items:center;display:flex;gap:10px;justify-content:flex-end;padding:20px}.app-config .action-buttons-wrapper *{max-width:500px}.user-tickets{background-color:#0000!important;box-sizing:border-box;display:flex;gap:10px;height:calc(100vh - 90px);padding:0!important}.user-tickets .usert-tickets-left{background-color:var(--onBackground);border:1px solid var(--borderColor);border-radius:10px;box-sizing:border-box;flex:1 1;height:100%;max-width:250px;overflow:hidden}.user-tickets .usert-tickets-left .empty-list{font-size:13px;text-align:center}.user-tickets .usert-tickets-left .loading-tickets{display:flex;justify-content:center;padding:20px 0}.user-tickets .usert-tickets-left .action-buttons-wrapper{display:flex;gap:10px;padding:20px}.user-tickets .usert-tickets-left .action-buttons-wrapper button{flex:1 1}.user-tickets .usert-tickets-left .user-ticket-button{background-color:#0000;border:none;border-bottom:1px solid var(--borderColor);cursor:pointer;display:flex;flex-direction:row;gap:10px;outline:none;padding:10px;width:100%}.user-tickets .usert-tickets-left .user-ticket-button *{cursor:pointer}.user-tickets .usert-tickets-left .user-ticket-button.clicked,.user-tickets .usert-tickets-left .user-ticket-button:hover{background-color:#0000000d}.user-tickets .usert-tickets-left .user-ticket-button .has-new-messages-dot{align-self:flex-start;background-color:var(--secondary);border-radius:8px;height:8px;width:8px}.user-tickets .usert-tickets-left .user-ticket-button .ticket-info-wrapper{display:flex;flex:1 1;flex-direction:column;gap:10px}.user-tickets .usert-tickets-left .user-ticket-button .ticket-info-wrapper .ticket-id-container{align-items:center;display:flex;flex-direction:row;gap:10px}.user-tickets .usert-tickets-left .user-ticket-button .ticket-info-wrapper .ticket-id-container .ticket-word{font-size:13px}.user-tickets .usert-tickets-left .user-ticket-button .ticket-info-wrapper .ticket-id-container .ticket-id-wrapper{border:1px solid var(--borderColor);border-bottom-right-radius:5px;border-left:none;border-top-right-radius:5px;height:16px;justify-content:center;padding:0 25px;position:relative}.user-tickets .usert-tickets-left .user-ticket-button .ticket-info-wrapper .ticket-id-container .ticket-id-wrapper .triangle{background-color:#0000;border-right:1px solid var(--borderColor);border-top:1px solid var(--borderColor);border-top-right-radius:5px;height:11px;left:-5px;position:absolute;top:2px;transform:rotate(45deg);width:11px}.user-tickets .usert-tickets-left .user-ticket-button .ticket-info-wrapper .ticket-id-container .ticket-id-wrapper .ticket-id{color:var(--text);font-size:13px;font-weight:500}.user-tickets .usert-tickets-left .user-ticket-button .ticket-info-wrapper .ticket-status-wrapper{display:flex;flex-direction:column;gap:3px}.user-tickets .usert-tickets-left .user-ticket-button .ticket-info-wrapper .ticket-status-wrapper .status-label{font-size:11px;font-weight:600;text-align:left}.user-tickets .usert-tickets-left .user-ticket-button .ticket-info-wrapper .ticket-status-wrapper .status-value{font-size:11px}.user-tickets .usert-tickets-left .user-ticket-button .ticket-info-wrapper .ticket-status-wrapper .new-messages-text{color:var(--secondary);font-size:12px;text-align:left}.user-tickets .usert-tickets-left .user-ticket-button .ticket-info-wrapper .ticket-date-time{color:var(--lightText);font-size:9px;text-align:left}.user-tickets .usert-tickets-right{flex:1 1}@media only screen and (max-width:767px){.user-tickets .usert-tickets-left{max-width:none}.user-tickets .usert-tickets-left.closed,.user-tickets .usert-tickets-right.closed{display:none}}.user-ticket-chat{display:flex;flex-direction:column;height:100%;padding:0!important}.user-ticket-chat .conversation-header{background-color:var(--onBackground);border-radius:5px;box-shadow:0 0 .375rem .25rem var(--boxShadowColor);flex-direction:row;justify-content:space-between;padding:10px}.user-ticket-chat .conversation-header,.user-ticket-chat .conversation-header .ticket-left-header-wrapper{align-items:center;display:flex;gap:10px}.user-ticket-chat .conversation-header .ticket-left-header-wrapper .ticket-back-btn{cursor:pointer;display:none}.user-ticket-chat .ticket-conversation-wrapper{display:flex;flex:1 1;flex-direction:column-reverse;gap:10px;max-height:100%;overflow:auto;padding:10px}.user-ticket-chat .ticket-conversation-wrapper .loading-conversation{display:flex;justify-content:center;padding:10px 0}.user-ticket-chat .ticket-conversation-wrapper .load-more-messages-btn{border:1px solid var(--borderColor);cursor:pointer;padding:10px}.user-ticket-chat .ticket-conversation-wrapper .load-more-messages-btn:hover{border-color:var(--text)}.user-ticket-chat .ticket-conversation-wrapper .message-container{display:flex;flex-direction:row}.user-ticket-chat .ticket-conversation-wrapper .message-container.myMessage{flex-direction:row-reverse}.user-ticket-chat .ticket-conversation-wrapper .message-container .message-wrapper{background-color:var(--onBackground);border-radius:5px;display:flex;flex-direction:column;gap:10px;height:-webkit-fit-content;height:fit-content;max-width:80%;padding:10px}.user-ticket-chat .ticket-conversation-wrapper .message-container .message-wrapper.myMessage{background-color:var(--lightTint)}.user-ticket-chat .ticket-conversation-wrapper .message-container .message-wrapper .message-sender{font-size:12px;font-weight:600;text-decoration:underline}.user-ticket-chat .ticket-conversation-wrapper .message-container .message-wrapper .message-text{color:var(--text);white-space:pre-wrap}.user-ticket-chat .ticket-conversation-wrapper .message-container .message-wrapper .message-date-time{color:var(--lightText);font-size:9px;text-align:right}.user-ticket-chat .new-message-container{background-color:var(--onBackground);border-radius:5px;box-shadow:0 0 .375rem .25rem var(--boxShadowColor);display:flex;flex-direction:row;gap:10px;padding:10px}.user-ticket-chat .new-message-container .closed-ticket{flex:1 1;text-align:center}.user-ticket-chat .new-message-container .message-resize-input{border:1px solid var(--borderColor);border-radius:5px;flex:1 1;font-family:inherit;outline:none;padding:10px;resize:none}.user-ticket-chat .new-message-container .send-message-wrapper{align-items:center;align-self:flex-end;background-color:var(--tint);border:none;border-radius:50px;cursor:pointer;display:flex;height:35px;justify-content:center;outline:none;width:35px}@media only screen and (max-width:767px){.user-ticket-chat .conversation-header .ticket-left-header-wrapper .ticket-back-btn{display:block}}.base-prices-table .table-row-name{background-color:#0000;border:none;color:var(--text);cursor:pointer;margin:0;outline:none;padding:0;text-decoration:underline}.base-prices-table .table-row-name:hover{color:var(--tint)}.base-prices-table .table-row-price{background-color:#0000;border:none;cursor:pointer;margin:0;outline:none;padding:0;text-decoration:underline;transition:.2s ease-in-out}.base-prices-table .table-row-price *{cursor:pointer}.base-prices-table .table-row-price:hover{transform:scale(1.2)}.packages-table .table-package-name{color:var(--text)}.packages-table .table-package-name:hover{color:var(--tint)}.add-new-package .add-new-package-form .aa-label-title{font-size:14px;margin-bottom:0!important}.add-new-package .add-new-package-form .date-range-picker{border:1px solid var(--borderColor);border-radius:5px;cursor:pointer;margin:0!important;padding:10px}.add-new-package .add-new-package-form .new-package-entry-images{display:flex;margin-bottom:50px;margin-top:20px}.add-new-package .add-new-package-form .new-package-entry-images .MuiDropzoneArea-root{max-width:400px;min-height:0}.add-new-package .add-new-package-form .new-package-entry-images .MuiTypography-h5{font-size:14px}.add-new-package .add-new-package-form .new-package-entry-images .MuiDropzoneArea-icon{height:40px;width:40px}.add-new-package .add-new-package-form .new-package-entry-images .MuiGrid-spacing-xs-8{margin:auto}.add-new-package .add-new-package-form .new-package-entry-images .MuiTypography-subtitle1{display:none}.add-new-package .add-new-package-form .new-package-entry-images .MuiGrid-spacing-xs-8>.MuiGrid-item{padding:5px 11px}.add-new-package .add-new-package-form .new-package-entry-images .MuiGrid-grid-xs-4{flex-basis:auto}.add-new-package .add-new-package-form .new-package-entry-images .MuiDropzonePreviewList-image{height:60px;object-fit:contain;width:60px}.add-new-package .add-new-package-form .action-buttons-wrapper{align-items:center;display:flex;gap:10px;justify-content:flex-end;padding:20px}.add-new-package .add-new-package-form .action-buttons-wrapper *{max-width:500px}.add-new-package .add-new-package-form .selected-product-card{display:flex}.add-new-package .add-new-package-form .selected-product-card .product-image{border-radius:10px;height:100px;object-fit:contain;width:100px}.add-new-package .add-new-package-form .selected-product-card .product-info{display:flex;flex:1 1;flex-direction:column;margin:10px}.add-new-package .add-new-package-form .selected-product-card .product-info .product-name{font-size:16px;font-weight:600;margin:0}.add-new-package .add-new-package-form .selected-product-card .product-info .order-info{align-items:flex-end;display:flex;flex:1 1;justify-content:space-between}.add-new-package .add-new-package-form .add-new-entry-row{background-color:var(--onBackground);border-radius:10px;margin:10px;padding:10px;width:100%}.add-new-package .add-new-package-form .add-new-entry-row .new-entry-header{display:flex;gap:10px;margin-bottom:20px}.add-new-package .add-new-package-form .add-new-entry-row .new-entry-header .entry-number{display:block;font-weight:600}.add-new-package .add-new-package-form .add-new-entry-row .remove-entry{color:var(--red);cursor:pointer;transition:.2s ease-in-out}.add-new-package .add-new-package-form .add-new-entry-row .remove-entry:hover{transform:scale(1.1)}.add-new-package .add-new-package-form .add-new-entry-row .new-entry-row-inputs{display:flex;flex-direction:column;gap:10px}.add-new-package .add-new-package-form .add-new-entry-row .new-entry-row-inputs .variation-btns-container{margin-top:10px}.add-new-package .add-new-package-form .add-new-entry-row .new-entry-row-inputs .variation-btns-container .variation-name-label{font-size:14px;font-weight:600}.add-new-package .add-new-package-form .add-new-entry-row .new-entry-row-inputs .variation-btns-container .variation-btns-wrapper{display:flex;flex-wrap:wrap;gap:10px;margin-top:5px}.add-new-package .add-new-package-form .add-new-entry-row .new-entry-row-inputs .variation-btns-container .variation-btns-wrapper .variation-option-btn{background-color:var(--background);border:2px solid var(--borderColor);border-radius:5px;cursor:pointer;padding:10px 20px}.add-new-package .add-new-package-form .add-new-entry-row .new-entry-row-inputs .variation-btns-container .variation-btns-wrapper .variation-option-btn.checked{border-color:var(--tint)}.add-new-package .add-new-package-form .add-new-entry-row:hover{box-shadow:0 0 5px 0 #0000001a,0 0 1px 0 #0000001a}.add-new-package .add-new-package-form .zero-entries-message{color:var(--red);flex:1 1;font-weight:600;text-align:center}.add-new-package .add-new-package-form .add-new-entry{border-top:1px solid var(--borderColor);padding:20px 0}.add-new-package .add-new-package-form .add-new-entry .add-new-entry-btn{align-items:center;background-color:#0000;border:none;cursor:pointer;display:flex;gap:10px;outline:none}.add-new-package .add-new-package-form .add-new-entry .add-new-entry-btn *{cursor:pointer}.add-new-package .add-new-package-form .add-new-entry .add-new-entry-btn .add-new-entry-label{font-size:13px;font-weight:600}.add-new-package .add-new-package-form .add-new-entry .add-new-entry-btn .add-new-entry-icon{color:var(--tint);transition:.2s ease-in-out}.add-new-package .add-new-package-form .add-new-entry .add-new-entry-btn:hover .add-new-entry-icon{transform:scale(1.1)}.privacy-policy .action-buttons-wrapper{align-items:center;display:flex;gap:10px;justify-content:flex-end;padding:20px}.privacy-policy .action-buttons-wrapper *{max-width:500px}.privacy-policy .data-editor{flex:1 1}.privacy-policy .data-editor .data-tite{font-size:14px;font-weight:600;margin:0 0 5px;text-align:center}.privacy-policy .data-editor .data-tite:after{color:red;content:"*"}.thankyou-page{background-color:#0000!important;margin:0!important}.thankyou-page .thankyou-page-body{background-color:#fff;border-radius:10px;box-shadow:0 0 .375rem .25rem var(--boxShadowColor);box-sizing:border-box;display:flex;flex-direction:column;gap:15px;margin:auto;max-width:var(--maxWidth);padding:20px}.thankyou-page .thankyou-page-body .app-logo{margin:20px auto;max-width:80%;width:400px}.thankyou-page .thankyou-page-body .thankyou-message{font-weight:600}
/*# sourceMappingURL=main.66e0fb23.css.map*/