.app-layout{-webkit-font-smoothing:antialiased;width:100%;height:100%;text-rendering:optimizelegibility;background:#fff;position:relative}.app-sidebar{background:var(--app-bg);border-right:1px solid var(--app-border);z-index:9998;flex-direction:column;justify-content:flex-start;align-items:center;width:260px;height:100vh;transition:all .2s;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden}.app-design-1{--app-bg:#fbfbfb;--app-header-bg:#fff;--app-border:#eeeff1;--app-text:#232529}.app-design-2{--app-bg:#34296d;--app-header-bg:#34296d;--app-border:#453889;--app-text:#fff}.app-sidebar .content{flex-direction:column;justify-content:space-between;width:100%;height:100%;transition:all .2s;display:flex;position:relative;overflow-y:hidden}.app-sidebar .content:hover{overflow-y:auto}.app-sidebar .content::-webkit-scrollbar{width:6px}.app-sidebar .content::-webkit-scrollbar-track{background:#f9f9f9;border-radius:10px}.app-sidebar .content::-webkit-scrollbar-thumb{background:#e1e3e6;border-radius:10px}.app-sidebar .content::-webkit-scrollbar-thumb:hover{background:#cfd1d3;border-radius:10px}.app-sidebar .content .content-top{width:100%}.app-sidebar .content .content-bottom{width:100%;padding:10px}.app-sidebar .content .logo{width:auto;height:55px;box-shadow:var(--app-border)0px -1px 0px 0px inset;background:0 0;justify-content:flex-start;align-items:center;padding-bottom:1px;padding-left:20px;line-height:1;display:flex;position:relative;overflow:hidden}.app-sidebar .content .logo img{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;pointer-events:none;width:auto;height:85%}.app-company{flex-direction:column;align-items:center;width:100%;padding:20px 20px 0;display:flex;position:relative}.app-company .current-company{border:1px solid var(--color-2);-webkit-user-select:none;user-select:none;cursor:pointer;border-radius:9999px;justify-content:space-between;align-items:center;width:100%;height:55px;padding:8px;transition:all .2s;display:flex}.app-company .current-company:hover{border:1px solid var(--color-3)}.app-company .current-company .wrap{justify-content:center;align-items:center;width:fit-content;display:flex;position:relative}.app-company .current-company .wrap .c-logo{border-radius:9999px;justify-content:center;align-items:center;width:40px;height:40px;margin-right:10px;display:flex;overflow:hidden}.app-company .current-company .wrap .c-logo img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;pointer-events:none;width:100%;height:100%;position:relative}.app-company .current-company .wrap .name{line-height:1;font-family:var(--font-medium);align-items:center;display:flex}.app-company .current-company .wrap .arrow{color:var(--color-8);justify-content:center;align-items:center;display:flex}.app-sidebar .menu{flex-direction:column;gap:5px;margin:0;padding:8px;list-style:none;display:flex;position:relative}.app-sidebar .menu .item{width:100%;height:32px;color:var(--app-text);background:0 0;border-radius:8px;align-items:center;padding:0 8px;transition:all .2s ease-in-out;display:flex;position:relative}.app-sidebar .menu .item:last-child{margin-bottom:0}.app-sidebar .menu .item.active{color:var(--primary);background:var(--primary-solid)}.app-sidebar .menu .item:hover{color:var(--primary);background:#eeeff1}.app-sidebar .menu .item-group .item-group-list .item:hover{background:#fff}.app-sidebar .menu .item .link{color:currentColor;align-items:center;gap:6px;width:100%;height:auto;text-decoration:none;display:flex}.app-sidebar .menu .item .link .icon{justify-content:center;align-items:center;display:flex;position:relative}.app-sidebar .menu .item .link .icon svg{width:15px;height:15px}.app-sidebar .menu .item .link .name{letter-spacing:-.02em;font-size:14px;font-weight:500;line-height:20px;font-family:var(--font-semibold)}.app-sidebar .menu .item-group{width:100%}.app-sidebar .menu .item-group.open{background:var(--app-border);border-radius:12px;padding-bottom:5px;overflow:hidden}.app-sidebar .menu .item-group .item-group-list{opacity:0;visibility:hidden;flex-direction:column;gap:5px;width:100%;padding-left:5px;padding-right:5px;transition:all .2s;display:flex}.app-sidebar .menu .item-group.open .item-group-list{opacity:1;visibility:visible}.app-sidebar .menu .item-group-btn{width:100%;height:32px;color:var(--app-text);cursor:pointer;background:0 0;border-radius:8px;justify-content:space-between;align-items:center;padding:0 10px 0 8px;transition:all .2s ease-in-out;display:flex;position:relative}.app-sidebar .menu .item-group-btn:hover,.app-sidebar .menu .item-group-btn:focus{background-color:var(--app-border)}.app-sidebar .menu .item-group-btn .wrap{align-items:center;gap:6px;display:flex}.app-sidebar .menu .item-group-btn .icon{justify-content:center;align-items:center;display:flex}.app-sidebar .menu .item-group-btn .icon svg{width:15px;height:15px}.app-sidebar .menu .item-group-btn .arrow{justify-content:center;align-items:center;transition:all .2s ease-in-out;display:flex;transform:rotate(0)}.app-sidebar .menu .item-group.open .item-group-btn .arrow{transform:rotate(180deg)}.app-sidebar .menu .item-group-btn .arrow svg{width:10px;height:10px}.app-sidebar .menu .item-group-btn .name{letter-spacing:-.02em;font-size:14px;font-weight:500;line-height:20px;font-family:var(--font-semibold)}.app-sidebar .menu .item .count{color:#fff;text-align:center;background:#e4010c;border-radius:9999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:2px;font-size:10px;font-weight:600;line-height:1.5;display:flex;position:absolute;right:6px}.app-main{width:100%;height:auto;min-height:100vh;padding-left:260px;position:relative}.app-header{background:var(--app-header-bg);width:calc(100vw - 260px);height:55px;box-shadow:var(--app-border)0px -1px 0px 0px inset;z-index:9998;border-radius:0;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;top:0}.app-header .app-header-row{justify-content:space-between;align-items:center;width:100%;display:flex;position:relative}.app-header .app-header-row .wrap{align-items:center;gap:15px;display:flex;position:relative}.app-header-content{flex-direction:column;align-items:flex-start;display:flex}.app-breadcrumb-list{font-size:13px;font-family:var(--font-medium);color:var(--color-8);justify-content:center;align-items:center;margin:0 0 8px;padding:0;line-height:1;list-style:none;display:flex}.app-breadcrumb-item{align-items:center;margin-right:8px;line-height:1;display:flex}.app-breadcrumb-item a{color:currentColor;text-decoration:none}.app-breadcrumb-item span{margin-left:8px;font-weight:900}.app-breadcrumb-item:hover{color:var(--primary)}.app-header-content .heading{font-family:var(--font-semibold);color:var(--text);margin:0;font-size:26px;line-height:1}.app-header-search{border:1px solid var(--color-3);background:#fff;border-radius:10px;justify-content:flex-start;align-items:center;width:250px;height:40px;margin-right:20px;display:flex;position:relative;overflow:hidden}.app-header-search-icon{color:var(--color-6);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;display:flex;position:absolute;left:10px}.app-header-search-target{appearance:none;width:100%;height:100%;font-size:14px;font-family:var(--font-medium);color:var(--color-7);-webkit-user-select:none;user-select:none;background:0 0;border:none;outline:none;justify-content:center;align-items:center;padding-left:40px;line-height:normal;transition:all .2s;display:flex}.app-header-search:hover{border:1px solid var(--primary)}.app-header-search:hover .header-search-icon{color:var(--primary)}.app-header-notification{flex-direction:column;justify-content:center;align-items:center;width:fit-content;height:fit-content;margin-right:20px;display:flex;position:relative}.app-header-notification-btn{border:1px solid var(--color-3);width:40px;height:40px;color:var(--color-6);cursor:pointer;-webkit-user-select:none;user-select:none;appearance:none;background:#fff;border-radius:10px;justify-content:center;align-items:center;line-height:normal;transition:all .2s;display:flex}.app-header-notification-btn:hover{border:1px solid var(--primary);color:var(--primary)}.app-header-user{flex-direction:column;justify-content:center;align-items:center;width:fit-content;height:fit-content;display:flex;position:relative}.app-header-user-avatar{cursor:pointer;-webkit-user-select:none;user-select:none;appearance:none;background:var(--color-0);border-radius:9999px;justify-content:center;align-items:center;width:42px;height:42px;padding:2px;transition:all .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 35px #0000001a}.app-header-user-avatar:hover{opacity:.9}.app-header-user-avatar img{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;pointer-events:none;-webkit-user-select:none;user-select:none;border-radius:9999px;width:100%;height:100%}.app-container{width:100%;padding-top:55px}.app-container-inside{background:#fff;border-radius:15px;width:100%;min-height:auto;overflow:hidden}.rs-drawer-backdrop,.rs-drawer-wrapper{z-index:9999!important}.app-pagination{width:100%;padding:20px}.app-center{justify-content:center;align-items:center;display:flex!important}.app-end-center .rs-table-cell-content{justify-content:flex-end;align-items:flex-start;padding-top:5px;padding-bottom:5px;display:flex!important}.app-end{justify-content:flex-end;align-items:center;display:flex!important}.app-main-header{justify-content:space-between;align-items:center;width:100%;padding:20px;display:flex;position:relative}.app-main-header h3{color:var(--primary);font-size:15px;line-height:1;font-family:var(--font-medium);align-items:center;margin-bottom:4px;display:flex}.app-main-header h1{color:var(--color-8);font-size:30px;line-height:1.2;font-family:var(--font-semibold);align-items:center;display:flex}.app-main-header-wrap{align-items:center;gap:15px;width:fit-content;display:flex;position:relative}.app-main-header-back{cursor:pointer;color:var(--color-8);justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative}.app-main-header-back:hover{color:var(--primary)}.app-charts{flex-wrap:wrap;align-items:flex-start;width:100%;padding:0 20px 20px;display:flex;position:relative}.app-chart-box{border:1px solid var(--rs-border-secondary);border-radius:15px;width:calc(50% - 10px);height:auto;margin-bottom:20px;margin-right:20px;position:relative}.app-chart-box:not(.w-100):nth-child(2n){margin-right:0}.app-chart-box:nth-last-child(-n+2){margin-bottom:0}.app-chart-box.w-100{width:100%;margin-right:0}.app-chart-box.p-20{padding:20px}.app-chart-box.h-auto,.app-chart-box.h-auto .app-chart-box-main{height:auto}.app-chart-box-header{border-bottom:1px solid var(--rs-border-secondary);-webkit-user-select:none;user-select:none;width:100%;padding:15px 20px;line-height:1}.app-chart-box-header h3{line-height:1;font-family:var(--font-medium);align-items:center;font-size:25px;display:flex}.app-chart-box-main{width:100%;height:calc(100% - 56px);padding:20px}.rs-dropdown-item.rs-dropdown-item-with-icon{justify-content:flex-start;align-items:center;display:flex}.rs-dropdown-item.rs-dropdown-item-with-icon svg{width:18px;margin-right:6px}.rs-popover{z-index:9999!important}.aks-upload-btn{justify-content:center;align-items:center;display:flex!important}.aks-upload-btn svg{width:22px;margin-right:6px}.aks-uploader-list{width:100%;position:relative}.aks-uploader-file-item{border:1px solid var(--rs-border-primary);border-radius:6px;justify-content:space-between;align-items:center;width:100%;height:50px;margin-bottom:10px;padding-right:10px;display:flex;position:relative;overflow:hidden}.aks-uploader-file-item:last-child{margin-bottom:0}.aks-uploader-file-item .wrap{align-items:center;gap:10px;width:fit-content;height:100%;display:flex}.aks-uploader-file-item .preview{border-right:1px solid var(--rs-border-primary);justify-content:center;align-items:center;width:50px;height:100%;display:flex;position:relative}.aks-uploader-file-item.file-png .preview,.aks-uploader-file-item.file-webp .preview{background-image:linear-gradient(45deg,#eee 25%,#0000 25% 75%,#eee 75% 100%),linear-gradient(45deg,#eee 25%,#fff 25% 75%,#eee 75% 100%);background-position:0 0,10px 10px;background-size:20px 20px}.aks-uploader-file-item .preview img,.aks-uploader-file-item .preview video{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:40px;height:40px}.aks-uploader-file-item .preview svg{width:20px;height:20px}.aks-uploader-file-item .content{display:block}.aks-uploader-file-item .content .name{text-overflow:ellipsis;white-space:nowrap;color:var(--rs-text-primary);font-size:14px;line-height:1.42857;overflow:hidden}.aks-uploader-file-item .close{cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:flex;overflow:hidden}.aks-uploader-file-item .close:hover{background-color:var(--rs-btn-subtle-hover-bg);color:var(--rs-btn-subtle-hover-text)}.aks-uploader-file-item .download-btn{cursor:pointer;width:30px;height:30px;color:var(--primary);border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex;overflow:hidden}.aks-uploader-file-item .download-btn:hover{background-color:var(--primary-solid)}.aks-uploader-file-item .download-btn:active{transform:scale(.9)}.rs-modal-backdrop{z-index:9998!important}.rs-modal-wrapper{z-index:9999!important}.aks-upload-modal .rs-modal-body{overflow-x:auto!important}.aks-upload-popup-btn{align-items:center;width:100%;display:flex}.aks-upload-popup-btn svg{margin-right:6px}.aks-upload-drag-drop{border:1px dashed var(--color-4);cursor:pointer;width:100%;height:380px;color:var(--color-8);border-radius:12px;justify-content:center;align-items:center;margin-bottom:20px;transition:all .25s ease-in-out;display:flex;position:relative;overflow:hidden}.aks-upload-drag-drop:hover,.aks-upload-drag-drop.active{border-color:var(--primary);color:var(--primary)}.aks-upload-drag-drop .name{font-size:16px;font-family:var(--font-medium);color:currentColor}.aks-upload-drag-drop input{display:none}.aks-upload-item{border:2px solid var(--color-4);cursor:pointer;width:100%;height:100px;margin-bottom:16px;text-decoration:none;transition:all .25s ease-in-out;position:relative;overflow:hidden}.aks-upload-item.selected{border-color:var(--primary)}.aks-upload-item .aks-upload-media{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.aks-upload-item .aks-upload-media img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%}.aks-upload-item .aks-upload-media .icon{justify-self:center;align-items:center;padding-bottom:20px;display:flex}.aks-upload-item .aks-upload-content{text-align:center;background:var(--color-1);justify-self:center;align-items:center;width:100%;height:25px;padding:10px;line-height:1;display:flex;position:absolute;bottom:0}.aks-upload-item .aks-upload-content .name{word-break:break-word;text-overflow:ellipsis;line-clamp:1;-webkit-line-clamp:1;-webkit-user-select:none;user-select:none;-webkit-box-orient:vertical;font-size:14px;display:-webkit-box;overflow:hidden}.aks-upload-item:before{content:"";background-color:var(--primary);opacity:0;z-index:5;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:16px;border-radius:0;justify-content:center;align-items:center;width:25px;height:25px;transition:all .25s;display:flex;position:absolute;top:-1px;left:-1px;transform:scale(0)}.aks-upload-item.selected:before{opacity:1;transform:scale(1)}.aks-upload-selected-file{justify-content:center;align-items:center;width:140px;height:140px;display:flex;position:relative;overflow:hidden}.aks-upload-selected-medias{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;width:100%;height:100%;display:flex;position:relative}.aks-upload-multiple-item{width:50%;height:70px;position:relative}.aks-upload-multiple-item .aks-upload-item{cursor:auto;border-width:1px;height:100%}.aks-upload-multiple-item .aks-upload-item .aks-upload-content{text-align:left;justify-content:flex-start;height:18px;padding:8px}.aks-upload-multiple-item .aks-upload-item .aks-upload-content .name{font-size:12px}.aks-upload-selected-btns{z-index:1;align-items:center;display:flex;position:absolute;top:6px;right:6px}.aks-upload-selected-btn{color:#fff;cursor:pointer;background:#000000bd;border-radius:9999px;justify-content:center;align-items:center;width:25px;height:25px;margin-right:5px;transition:all .2s ease-in-out;display:flex}.aks-upload-selected-btn:hover{background:#000000e6}.aks-upload-selected-btn svg{width:15px}.aks-upload-selected-btn:last-child{margin-right:0}.aks-upload-more-files{z-index:5;color:#fff;text-align:center;width:100%;height:100%;font-weight:900;font-family:var(--font-medium);-webkit-user-select:none;user-select:none;background:#00000059;justify-content:center;align-items:center;padding-bottom:10px;font-size:16px;display:flex;position:absolute;inset:0}.aks-upload-selected-single-media{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.aks-upload-selected-single-media .aks-upload-multiple-item{width:100%;height:100%}.aks-upload-selected-single-media .aks-upload-multiple-item .aks-upload-item .aks-upload-content{text-align:left;justify-content:flex-start;height:25px;padding:8px}.app-tabs{width:100%;padding:0 20px;position:relative}.app-form{width:100%;padding:20px;position:relative}.rs-toast-container{z-index:9999!important}.tab-container{width:100%;padding:0 20px 20px}.tab-content{width:100%;padding-top:20px;position:relative}.tab-content.row{flex-wrap:nowrap;gap:40px;display:flex!important}.tab-content.tab-detail-page{padding:20px}.tab-content-50{width:50%}.tab-content-35{width:35%}.tab-content-65{width:65%}.info-list{width:100%;margin:0;padding:0;list-style:none}.info-list .item{border-bottom:1px solid var(--rs-navs-subtle-border);flex-direction:column;width:100%;margin-bottom:10px;padding-bottom:10px;display:flex}.info-list .item b{color:#8e8e93;font-size:14px;font-weight:500;font-family:var(--font-medium);margin-bottom:4px}.info-list .item span{font-weight:600;font-family:var(--font-medium)}.tab-container .info-list .item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.app-header-website-btn{width:42px;height:42px;color:var(--rs-btn-default-text);background:#fff;border-radius:9999px;justify-content:center;align-items:center;transition:all .2s;display:flex;box-shadow:0 1px 35px #0000000d}.app-header-website-btn:hover,.app-header-website-btn:focus{border-color:var(--primary);color:var(--primary)}.app-container-inside .rs-calendar{padding:0 15px 15px}.app-filter-btn{justify-content:center;align-items:center;display:flex;position:relative}.table-select-picker .rs-table-cell-content{justify-content:flex-start;align-items:flex-start;display:flex;padding-top:4px!important;padding-bottom:4px!important}.table-select-picker .rs-table-cell-content .rs-picker-block{width:100%}.table-btn{background:0 0!important}.table-btn:hover{background:var(--color-2)!important}.app-form-row{width:100%;margin-bottom:24px;display:flex;position:relative}.app-form-row .rs-form-group{width:100%;margin-bottom:0!important;margin-right:24px!important}.app-form-row .rs-form-group:last-child{margin-right:0!important}.rs-table-hover .rs-table-row:hover .rs-table-cell{background-color:var(--color-0)!important}.rs-table-row-expanded{background:var(--color-0);border-bottom:1px solid var(--rs-border-secondary);height:auto}.app-phone-form{align-items:center;width:100%;display:flex;position:relative}.app-phone-form .rs-picker-toggle-wrapper{width:70px}.app-phone-form .rs-picker-toggle{border-top-right-radius:0;border-bottom-right-radius:0;border-right:1px solid #fff!important}.app-phone-form .rs-picker-toggle:hover,.app-phone-form .rs-picker-toggle:focus{border-right:1px solid var(--rs-input-focus-border)!important}.app-phone-form .rs-input{border-top-left-radius:0;border-bottom-left-radius:0}.app-phone-form .rs-picker-toggle-clean.rs-btn-close{display:none!important}.app-phone-form .rs-picker-toggle-value{width:50px}.app-phone-form .rs-picker-toggle.rs-btn .rs-picker-toggle-caret{right:8px}.app-phone-cell{width:fit-content!important}.app-phone-cell-row{justify-content:flex-start;align-items:center;width:100%;display:flex;position:relative}.app-phone-cell-row a{margin-right:12px}.app-phone-cell-row a:last-child{margin-right:0}.app-table-expanded{width:100%;height:100%;overflow:auto}.aks-cell-image{border-radius:6px;width:30px;height:30px;position:relative;overflow:hidden}.aks-cell-image img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}.rs-table-cell-content{align-items:center;display:flex}.active-expanded.rs-table .rs-table-cell-content{align-items:flex-start}.active-expanded.rs-table .aks-image .rs-table-cell-content{padding-top:4px}.repeater-price{align-items:center;height:36px;padding-left:7px;font-size:16px;font-weight:900;line-height:1.2;display:flex;position:relative}.repeater-footer-list{flex-direction:column;align-items:flex-end;width:100%;display:flex}.repeater-footer-list.info-cart-totals{margin-top:40px}.repeater-footer-item{border-bottom:1px solid var(--color-2);justify-content:space-between;align-items:center;width:35%;margin-bottom:12px;padding-bottom:12px;display:flex}.repeater-footer-item b{font-size:16px;font-family:var(--font-semibold);color:var(--color-7);line-height:normal}.repeater-footer-item span{font-size:16px;font-family:var(--font-semibold);color:var(--color-8);line-height:normal}.repeater-footer-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.header-cell-right .rs-table-cell-content{justify-content:center}.app-lang-box{width:100%;position:relative}.rs-drawer-body-pt-0{padding-top:0!important}.app-lang-box-rs-nav{z-index:10;background:#fff;margin-bottom:10px;padding-top:10px;top:0;position:sticky!important}.app-lang-box .rs-nav a{-webkit-user-select:none;user-select:none}.app-lang-box .rs-input{display:none!important}.app-lang-box .rs-input.show-input{display:inline-block!important}.app-lang-box .rs-progress-line{padding-left:0;padding-right:0;display:none!important}.app-lang-box .rs-progress-line.show-input{display:inline-block!important}.app-form-editor-field{border-radius:6px;width:100%;font-size:14px;line-height:1.42857;display:none!important}.app-form-editor-field.show-input{display:block!important}.app-form-editor-field .app-form-editor{outline:none;margin-top:12px}.app-form-editor-field .app-form-editor .ProseMirror{border:1px solid var(--rs-border-primary);border-radius:6px;outline:none;width:100%;height:auto;min-height:100px;padding:10px;transition:border-color .3s ease-in-out}.app-form-editor-field .app-form-editor .ProseMirror.ProseMirror-focused{border-color:var(--primary);outline:3px solid var(--rs-color-focus-ring)}.app-form-editor-field .rs-btn.is-active{background:var(--primary)!important;color:#fff!important}.app-form-editor-row{display:flex!important}.app-form-editor-row-btn{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.app-form-editor img{width:100%;height:auto}.bool-color{background-color:var(--color-2);border-radius:4px;justify-content:center;align-items:center;width:14px;height:14px;margin:0 auto;display:flex;position:relative}.colored{background:var(--primary)}.rs-table-cell-content-center .rs-table-cell-content{justify-content:center}.language-btn{box-shadow:0 1px 35px #0000000d;background-color:#fff!important;justify-content:center!important;align-items:center!important;width:42px!important;height:42px!important;display:flex!important;position:relative!important}.language-btn svg{font-size:18px!important}.app-main-header-wrap.app-main-header-right .rs-btn:last-child{margin-right:0!important}.blog-category-colors{border-radius:6px;justify-content:center;align-items:center;width:50px;height:20px;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 35px #0000000d}.blog-category-colors .color{background:var(--bg);width:50%;height:100%}.app-progress-bar-container{pointer-events:none}.app-progress-bar{background:var(--primary);z-index:9999;width:100%;height:5px;position:fixed;top:0;left:0}.app-repeater,.app-repeater-item{width:100%}.app-repeater-item td{width:50%!important}.app-forms{width:100%;padding:0 20px 20px}.rs-form-control-label{font-weight:400}.app-dashboard-card-row{flex-wrap:wrap;align-items:flex-start;gap:20px;width:100%;padding:0 20px 20px;display:flex;position:relative}.app-dashboard-card{border:1px solid var(--rs-border-secondary);border-radius:15px;align-items:center;width:calc(33.3333% - 13.4px);height:85px;padding:15px;display:flex}.app-dashboard-card-row.cards-4 .app-dashboard-card{width:calc(25% - 15px)}.app-dashboard-card-row.cards-5 .app-dashboard-card{width:calc(20% - 20px)}.app-dashboard-card .icon{background:var(--bg);width:55px;height:55px;color:var(--color);border-radius:9999px;justify-content:center;align-items:center;margin-right:10px;display:flex;overflow:hidden}.app-dashboard-card .content{flex-direction:column;width:calc(100% - 65px);min-height:fit-content;padding:0;display:flex}.app-dashboard-card .title{font-size:14px;font-family:var(--font-medium);color:var(--color-6);margin-bottom:6px;font-weight:600;line-height:1}.app-dashboard-card .value{font-size:22px;font-family:var(--font-semibold);color:var(--color-8);font-weight:900;line-height:1}.app-phone-form .rs-picker-has-value.rs-picker-cleanable .rs-picker-toggle.rs-btn{padding-right:22px}.reservation-detail{width:100%;padding:0 20px 20px}.reservation-detail-list{flex-wrap:wrap;width:100%;height:auto;margin:0;padding:0;display:flex;position:relative}.reservation-detail-item{border:1px solid var(--color-3);justify-content:flex-start;align-items:center;width:50%;padding:12px;display:flex;position:relative}.reservation-detail-item.w-100{width:100%}.reservation-detail-item b{align-items:center;margin-right:6px;font-size:16px;display:flex}.reservation-detail-item span{align-items:center;font-size:16px;display:flex}.subscriber-settings{justify-content:flex-start;align-items:flex-start;width:100%;padding:0 15px 22px;display:flex;margin:0!important}.payment-status{color:#fff;font-size:12px;font-weight:700;font-family:var(--font-medium);-webkit-user-select:none;user-select:none;text-align:center;background:#1d1d1d;border-radius:6px;justify-content:center;align-items:center;padding:6px;line-height:1;transition:all .2s;display:flex;position:relative}.payment-status.success{background:#37ab3c}.payment-status.failure{background:#d62915}.rs-table-hover .rs-table-row:hover .rs-table-cell,.rs-table-hover .rs-table-row:hover .rs-table-cell-group,.rs-table-hover .rs-table-row:not(.rs-table-row-header):hover{background-color:var(--rs-state-hover-bg)!important}.text-center .rs-table-cell-content{justify-content:center}.rs-picker-menu{padding-top:5px}.custom-timeline{padding-top:10px!important;padding-bottom:10px!important;padding-left:30px!important}.custom-timeline .rs-timeline-item-custom-dot .rs-icon{color:#999;background:#fff;border:2px solid #ddd;border-radius:50%;justify-content:center;width:40px;height:40px;margin-left:-13px;padding:8px;font-size:18px;position:absolute;top:0;left:-2px}.custom-timeline .rs-timeline-item-content{margin-left:24px}.rs-timeline-item-content p{margin:0}.fancybox__container{z-index:999999999!important}.modal-files{width:100%}.modal-file{border:1px solid var(--color-1);border-radius:10px;justify-content:space-between;align-items:center;width:100%;height:54px;margin-bottom:16px;padding:6px;display:flex}.modal-file .file-data{align-items:center;height:100%;display:flex}.modal-file .file-data .media{border:1px solid var(--color-1);border-radius:6px;justify-content:center;align-items:center;width:54px;height:100%;margin-right:10px;display:flex;overflow:hidden}.modal-file .file-data .media div,.modal-file .file-data .media a{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.modal-file .file-data .media a img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;pointer-events:none;width:100%;height:100%}.modal-file .file-data .content{width:fit-content}.modal-file .file-actions{align-items:center;height:100%;display:flex}.file-action-btn{border:1px solid var(--primary-solid);background:var(--primary-solid);width:40px;height:40px;color:var(--primary);border-radius:6px;outline:none;justify-content:center;align-items:center;margin-right:12px;text-decoration:none;transition:all .2s ease-in-out;display:flex;position:relative}.file-action-btn.outline{border:1px solid var(--primary);background:0 0}.file-action-btn:hover{opacity:.8}.file-action-btn:active{transform:scale(.5)}.file-action-btn:last-child{margin-right:0}.Toastify{z-index:99999999!important}.aks-image.rs-table-cell a{border-radius:6px;justify-content:center;align-items:center;width:40px;height:34px;display:flex;position:relative;overflow:hidden}.aks-image.rs-table-cell a.file-png{background-image:linear-gradient(45deg,#eee 25%,#0000 25% 75%,#eee 75% 100%),linear-gradient(45deg,#eee 25%,#fff 25% 75%,#eee 75% 100%);background-position:0 0,10px 10px;background-size:20px 20px}.aks-image.rs-table-cell a img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;pointer-events:none;width:100%;height:100%;transition:all .2s}.aks-image.rs-table-cell a:hover img{background:var(--color-1)}.app-filter{padding-bottom:20px;padding-left:20px;padding-right:20px}.app-form-group-row{justify-content:space-between;align-items:center;width:100%;margin-bottom:4px;display:flex}.app-form-group-row .rs-form-control-label{margin-bottom:0!important}.required-field{color:red;margin-left:2px;font-size:14px;line-height:1}.app-form-group-row .app-form-tooltip{margin-left:5px!important;padding:0!important}.app-form-group-wrap{align-items:center;display:flex}.app-form-group-wrap .rs-btn.rs-btn-link{font-size:12px}.spacer-form{background:var(--color-4);width:1.5px;height:12px;margin-left:8px;margin-right:8px;display:block}.Toastify__toast-container{z-index:99999999!important}.tox-tinymce-aux{z-index:999999!important}.unauthorized-page{-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative}.unauthorized-page-title{font-size:45px;font-family:var(--font-bold);color:var(--color-9);margin-bottom:30px;line-height:normal}.unauthorized-page-paragraph{font-size:14px;font-family:var(--font-medium);color:var(--color-8);margin-bottom:30px;line-height:normal}.unauthorized-page-row{justify-content:center;align-items:center;display:flex;position:relative}.unauthorized-page-btn{text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;color:#fff;background-color:var(--primary);appearance:none;font-weight:600;font-family:var(--font-medium);border-radius:10px;justify-content:center;align-items:center;margin-right:20px;padding:12px 30px;transition:all .2s;display:flex;position:relative;text-decoration:none!important}.unauthorized-page-btn.outline-btn{border:1px solid var(--primary);color:var(--primary);background:0 0}.unauthorized-page-btn:last-child{margin-right:0}.unauthorized-page-btn:hover,.unauthorized-page-btn:focus{background-color:var(--primary-hover);color:#fff}.email-verify{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative}.email-verify .heading{font-size:30px;line-height:1.2;font-family:var(--font-semibold);color:var(--primary);text-align:center;margin-top:30px}.email-verify .rs-loader-spin:after{border:5px solid #0000!important;border-color:var(--primary)transparent transparent!important}.email-verify .rs-loader-spin:before{border:5px solid var(--rs-loader-ring)!important}.document-view-btn{z-index:9999!important;box-shadow:var(--shadow-xs)!important;border-radius:6px 6px 0 0!important;padding:8px 24px!important;position:fixed!important;top:50%!important;right:-62px!important;transform:rotate(270deg)!important}.table-badge{width:fit-content;font-size:12px;line-height:10px;font-family:var(--font-semibold);-webkit-user-select:none;user-select:none;border-width:1px;border-radius:8px;padding:8px 10px}.not-found{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.not-found-icon{justify-content:center;align-items:center;margin-bottom:10px;display:flex}.not-found-text{font-size:18px;line-height:1}.rs-picker-popup{z-index:9998!important}.export-data{gap:40px;width:100%;display:flex}.export-media{justify-content:center;align-items:center;width:40%;height:100vh;display:flex;position:relative}.export-media img{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%;height:100%}.export-media iframe{border:none;width:100%;height:100%}.export-tables{width:60%;height:100%}.color-box{background:var(--bg);width:24px;height:24px}.icon-image{background:var(--bg);padding:8px}.rs-table-cell-bordered .rs-table-cell:last-child{border-right:none}.aks-repeater{border:1px solid var(--rs-border-primary);border-radius:8px;width:100%;overflow:hidden}.aks-repeater-main{flex-direction:column;width:100%;display:flex}.aks-repeater-main .not-found{border-bottom:1px solid var(--rs-border-primary);padding:10px}.aks-repeater-item{border-bottom:1px solid var(--rs-border-primary);justify-content:space-between;align-items:flex-start;gap:10px;width:100%;padding:10px;display:flex;position:relative}.aks-repeater-item.bg{background:var(--color-0)}.aks-repeater-item.bg .rs-btn-icon{background-color:var(--color-1)}.aks-repeater-footer{justify-content:flex-end;align-items:center;width:100%;padding:10px;display:flex}.aks-repeater-cell-43{width:43%}.aks-repeater-cell{flex:1;position:relative}.aks-repeater-actions{flex:revert;position:relative}.aks-repeater-actions-14{width:14%}.aks-repeater-actions-15{width:15%}.rs-drawer-header+.rs-drawer-body{height:calc(100% - 76px);max-height:fit-content!important}.rs-dropdown-item.rs-dropdown-item-focus .rs-text{color:var(--primary)}.app-menu-btn{color:var(--color-9);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:0;display:none}.app-dashboard-loading{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.rs-tooltip{z-index:99999!important}.order-list{flex-wrap:wrap;gap:20px;width:100%;padding-left:20px;padding-right:20px;display:flex}.order-item{background:#ffffff0f;border-radius:16px;flex-direction:column;gap:20px;width:calc(33.3333% - 10px);padding:20px;text-decoration:none;display:flex;box-shadow:inset 0 0 0 1px #0000001a}.order-item:hover{background:var(--color-1);text-decoration:none}.order-item-header{justify-content:space-between;align-items:flex-start;width:100%;display:flex}.order-item-header .wrap{align-items:center;gap:14px;display:flex}.order-item-header .table-number{color:#0974ff;text-align:center;width:50px;height:50px;font-size:16px;line-height:1;font-family:var(--font-semibold);background:#0974ff2e;border-radius:12px;justify-content:center;align-items:center;display:flex}.order-item-header .order-info{font-size:16px;line-height:1;font-family:var(--font-semibold);color:#202325}.order-item-header .status{line-height:1;font-family:var(--font-semibold);-webkit-user-select:none;user-select:none;color:#4caf50;background:#4caf502e;border-radius:8px;align-items:center;gap:4px;padding:8px 10px;font-size:12px;display:flex}.order-info-row{justify-content:space-between;align-items:center;width:100%;display:flex}.order-info-row .date{color:#636566;font-size:14px;line-height:1}.order-info-row .quantity{color:#202325;font-size:14px;line-height:1}.order-total{border-top:1px solid #0000001a;justify-content:space-between;align-items:center;width:100%;padding-top:20px;display:flex}.order-total .text,.order-total .total{color:#202325;font-size:14px;line-height:1}.table-draggable{width:100%;height:calc(100vh - 150px);padding-left:20px;padding-right:20px;position:relative}.table-item{flex-direction:column;align-items:center;gap:12px;width:100%;height:100%;display:flex}.table-item-seats{align-items:center;gap:15px;width:90%;height:12%;display:flex}.table-item-seat{background:#f5f5f5;border-radius:12px;width:100%;height:100%}.table-item-desk{cursor:move;background:#f5f5f5;border-radius:12px;justify-content:center;align-items:center;width:100%;height:70%;display:flex}.table-item-desk .number{text-align:center;width:25%;height:40%;font-size:16px;line-height:normal;font-family:var(--font-semibold);color:#292c2d;background:#fff;border-radius:12px;justify-content:center;align-items:center;display:flex}.react-resizable{position:relative}.react-draggable-active{-webkit-user-select:none;user-select:none;-o-user-select:none}.react-resizable-handle{box-sizing:border-box;cursor:se-resize;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg08IS0tIEdlbmVyYXRvcjogQWRvYmUgRmlyZXdvcmtzIENTNiwgRXhwb3J0IFNWRyBFeHRlbnNpb24gYnkgQWFyb24gQmVhbGwgKGh0dHA6Ly9maXJld29ya3MuYWJlYWxsLmNvbSkgLiBWZXJzaW9uOiAwLjYuMSAgLS0+DTwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DTxzdmcgaWQ9IlVudGl0bGVkLVBhZ2UlMjAxIiB2aWV3Qm94PSIwIDAgNiA2IiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCXhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiDQl4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjZweCIgaGVpZ2h0PSI2cHgiDT4NCTxnIG9wYWNpdHk9IjAuMzAyIj4NCQk8cGF0aCBkPSJNIDYgNiBMIDAgNiBMIDAgNC4yIEwgNCA0LjIgTCA0LjIgNC4yIEwgNC4yIDAgTCA2IDAgTCA2IDYgTCA2IDYgWiIgZmlsbD0iIzAwMDAwMCIvPg0JPC9nPg08L3N2Zz4=) 100% 100% no-repeat content-box border-box;width:20px;height:20px;padding:0 3px 3px 0;position:absolute}.layout-btn-container{background:var(--color-0);border-radius:6px;align-items:center;width:fit-content;height:36px;padding:4px;display:flex;overflow:hidden}.layout-btn{cursor:pointer;background:0 0;border-radius:4px;justify-content:center;align-items:center;width:40px;height:100%;padding:2px;display:flex}.layout-btn.active{background:#fff}.layout-create-btn .rs-icon{padding:8px}.aks-form-alert{--bg:#f4f5f6;--shadow:#eeeff1;--color:#5c5e63;background-color:var(--bg);width:100%;height:auto;box-shadow:var(--shadow)0px 0px 0px 1px;border-radius:8px;align-items:center;margin-bottom:24px;padding:12px;display:flex}.aks-form-alert.mt-0{margin-top:0}.aks-form-alert.mb-0{margin-bottom:0}.aks-form-alert .icon{width:14px;height:14px;color:var(--color);justify-content:center;align-items:center;margin-right:8px;display:flex}.aks-form-alert .text{letter-spacing:-.02em;width:calc(100% - 22px);color:var(--color);font-size:14px;font-weight:500;line-height:20px}.aks-form-alert .text a{color:var(--primary);font-weight:900}.aks-form-alert.success{--bg:#58b15b2e;--shadow:#58b15b75;--color:#58b15b}.aks-form-alert.danger{--bg:#e81c532e;--shadow:#ffa0b9c2;--color:#e81c53}.aks-form-alert.warning{--bg:#ffaa002e;--shadow:#ffaa0075;--color:#fa0}.app-redirect-info-row{background-color:#f4f5f6;border-radius:8px;align-items:flex-start;width:100%;height:auto;margin-top:18px;margin-bottom:24px;padding:12px;display:flex;box-shadow:0 0 0 1px #eeeff1}.app-redirect-info{width:50%}.app-redirect-info .-heading{font-family:var(--font-semibold);color:#232529;overflow-wrap:break-word;margin-bottom:6px;font-size:14px;font-weight:500;line-height:20px}.app-redirect-info ul{padding-inline-start:20px;list-style:outside}.app-redirect-info ul li{letter-spacing:-.02em;color:#5c5e63;margin-bottom:5px;font-size:16px;font-weight:500;line-height:20px}.app-redirect-info ul li:last-child{margin-bottom:0}.qr-generate-modal .rs-modal-content{padding:0!important}.plugin-modal .rs-modal-content{box-shadow:none!important;background:0 0!important;padding:0!important}.qr-code-radio{flex-wrap:wrap!important;gap:12px!important}.qr-code-radio .rs-radio-tile{width:calc(25% - 9px);border-radius:12px!important;padding:0!important}.qr-code-radio .rs-radio-tile .rs-radio-tile-icon{display:none}.qr-code-radio .rs-radio-tile .rs-radio-tile-body{width:100%}.row-sold-out .rs-table-cell{background:var(--primary-solid)}.credit-card.credit-card-safari.credit-card-identified .credit-card-front:before,.credit-card.credit-card-safari.credit-card-identified .credit-card-back:before{background-image:repeating-linear-gradient(45deg,#fff0 1px,#ffffff08 2px,#ffffff0a 3px,#ffffff0d 4px),repeating-linear-gradient(135deg,#ffffff0d 1px,#fff0 2px,#ffffff0a 3px,#ffffff08 4px),repeating-linear-gradient(90deg,#fff0 1px,#ffffff08 2px,#ffffff0a 3px,#ffffff0d 4px),repeating-linear-gradient(210deg,#fff0 1px,#ffffff08 2px,#ffffff0a 3px,#ffffff0d 4px),linear-gradient(-25deg,#fff0 50%,#fff3 70%,#fff0 90%)}.credit-card.credit-card-ie-10.credit-card-flipped,.credit-card.credit-card-ie-11.credit-card-flipped{transform:0deg}.credit-card.credit-card-ie-10.credit-card-flipped .credit-card-front,.credit-card.credit-card-ie-11.credit-card-flipped .credit-card-front,.credit-card.credit-card-ie-10.credit-card-flipped .credit-card-back,.credit-card.credit-card-ie-11.credit-card-flipped .credit-card-back{transform:rotateY(0)}.credit-card.credit-card-ie-10.credit-card-flipped .credit-card-back:after,.credit-card.credit-card-ie-11.credit-card-flipped .credit-card-back:after{left:18%}.credit-card.credit-card-ie-10.credit-card-flipped .credit-card-back .credit-card-cvc,.credit-card.credit-card-ie-11.credit-card-flipped .credit-card-back .credit-card-cvc{left:5%;transform:rotateY(180deg)}.credit-card.credit-card-ie-10.credit-card-flipped .credit-card-back .credit-card-shiny,.credit-card.credit-card-ie-11.credit-card-flipped .credit-card-back .credit-card-shiny{left:84%}.credit-card.credit-card-ie-10.credit-card-flipped .credit-card-back .credit-card-shiny:after,.credit-card.credit-card-ie-11.credit-card-flipped .credit-card-back .credit-card-shiny:after{left:-480%;transform:rotateY(180deg)}.credit-card.credit-card-ie-10.credit-card-amex .credit-card-back,.credit-card.credit-card-ie-11.credit-card-amex .credit-card-back{display:none}.credit-card-logo{width:60px;height:36px;font-style:italic}.credit-card-logo,.credit-card-logo:before,.credit-card-logo:after{box-sizing:border-box}.credit-card-logo.credit-card-amex{text-transform:uppercase;color:#fff;background-image:repeating-radial-gradient(circle,#fff 1px,#999 2px);border:1px solid #eee;font-size:4px;font-weight:700}.credit-card-logo.credit-card-amex:before,.credit-card-logo.credit-card-amex:after{width:28px;display:block;position:absolute;left:16px}.credit-card-logo.credit-card-amex:before{content:"american";text-align:left;background:#267ac3;height:28px;padding-top:11px;padding-left:2px;top:3px}.credit-card-logo.credit-card-amex:after{content:"express";text-align:right;padding-right:2px;bottom:11px}.credit-card.credit-card-amex.credit-card-flipped{transform:none}.credit-card.credit-card-amex.credit-card-identified .credit-card-front:before,.credit-card.credit-card-amex.credit-card-identified .credit-card-back:before{background-color:#108168}.credit-card.credit-card-amex.credit-card-identified .credit-card-front .credit-card-logo.credit-card-amex{opacity:1}.credit-card.credit-card-amex.credit-card-identified .credit-card-front .credit-card-cvc{visibility:visible}.credit-card.credit-card-amex.credit-card-identified .credit-card-front:after{opacity:1}.credit-card-logo.credit-card-discover{color:#111;text-transform:uppercase;text-align:center;z-index:1;letter-spacing:.03em;background:#f60;border:1px solid #eee;padding-top:9px;font-size:10px;font-style:normal;font-weight:700;overflow:hidden}.credit-card-logo.credit-card-discover:before,.credit-card-logo.credit-card-discover:after{content:" ";display:block;position:absolute}.credit-card-logo.credit-card-discover:before{z-index:-1;background:#fff;border-radius:200px;width:200px;height:200px;bottom:-5%;right:-80%}.credit-card-logo.credit-card-discover:after{content:"network";text-indent:-7px;background-color:#f60;background-image:radial-gradient(#f60,#fff);border-radius:4px;width:8px;height:8px;font-size:4px;line-height:24px;top:10px;left:27px}.credit-card .credit-card-front .credit-card-logo.credit-card-discover{top:18%;right:12%}.credit-card.credit-card-discover.credit-card-identified .credit-card-front:before,.credit-card.credit-card-discover.credit-card-identified .credit-card-back:before{background-color:#86b8cf}.credit-card.credit-card-discover.credit-card-identified .credit-card-logo.credit-card-discover{opacity:1}.credit-card.credit-card-discover.credit-card-identified .credit-card-front:after{content:" ";background-color:#f60;background-image:linear-gradient(#f60,#ffa366,#f60);border-radius:25px;width:50px;height:50px;margin-left:-25px;transition:all .4s;display:block;position:absolute;top:15%;left:100%;box-shadow:inset 1px 1px 3px 1px #00000080}.credit-card-logo.credit-card-visa{text-transform:uppercase;color:#1a1876;text-align:center;background:#fff;font-size:15px;font-weight:700;line-height:18px}.credit-card-logo.credit-card-visa:before,.credit-card-logo.credit-card-visa:after{content:" ";width:100%;height:25%;display:block}.credit-card-logo.credit-card-visa:before{background:#1a1876}.credit-card-logo.credit-card-visa:after{background:#e79800}.credit-card.credit-card-visa.credit-card-identified .credit-card-front:before,.credit-card.credit-card-visa.credit-card-identified .credit-card-back:before{background-color:#191278}.credit-card.credit-card-visa.credit-card-identified .credit-card-logo.credit-card-visa{opacity:1}.credit-card-logo.credit-card-mastercard{color:#fff;text-align:center;z-index:1;text-shadow:1px 1px #0009;font-size:9px;font-weight:700;line-height:36px}.credit-card-logo.credit-card-mastercard:before,.credit-card-logo.credit-card-mastercard:after{content:" ";border-radius:18px;width:36px;height:36px;display:block;position:absolute;top:0}.credit-card-logo.credit-card-mastercard:before{z-index:-1;background:red;left:0}.credit-card-logo.credit-card-mastercard:after{z-index:-2;background:#ffab00;right:0}.credit-card.credit-card-mastercard.credit-card-identified .credit-card-front .credit-card-logo.credit-card-mastercard,.credit-card.credit-card-mastercard.credit-card-identified .credit-card-back .credit-card-logo.credit-card-mastercard{box-shadow:none}.credit-card.credit-card-mastercard.credit-card-identified .credit-card-front:before,.credit-card.credit-card-mastercard.credit-card-identified .credit-card-back:before{background-color:#0061a8}.credit-card.credit-card-mastercard.credit-card-identified .credit-card-logo.credit-card-mastercard{opacity:1}.credit-card-logo.credit-card-maestro{color:#fff;text-align:center;z-index:1;text-shadow:1px 1px #0009;font-size:14px;font-weight:700;line-height:36px}.credit-card-logo.credit-card-maestro:before,.credit-card-logo.credit-card-maestro:after{content:" ";border-radius:18px;width:36px;height:36px;display:block;position:absolute;top:0}.credit-card-logo.credit-card-maestro:before{z-index:-1;background:#0064cb;left:0}.credit-card-logo.credit-card-maestro:after{z-index:-2;background:#c00;right:0}.credit-card.credit-card-maestro.credit-card-identified .credit-card-front .credit-card-logo.credit-card-maestro,.credit-card.credit-card-maestro.credit-card-identified .credit-card-back .credit-card-logo.credit-card-maestro{box-shadow:none}.credit-card.credit-card-maestro.credit-card-identified .credit-card-front:before,.credit-card.credit-card-maestro.credit-card-identified .credit-card-back:before{background-color:#0b2c5f}.credit-card.credit-card-maestro.credit-card-identified .credit-card-logo.credit-card-maestro{opacity:1}.credit-card-logo.credit-card-dankort{background-color:#fff;border:1px solid #000;border-radius:8px;width:60px;height:36px;padding:3px}.credit-card-logo.credit-card-dankort .dk{width:100%;height:100%;position:relative;overflow:hidden}.credit-card-logo.credit-card-dankort .dk:before{content:"";background-color:#ed1c24;border-radius:6px;width:100%;height:100%;display:block;position:absolute}.credit-card-logo.credit-card-dankort .dk:after{content:"";z-index:1;border-top:7px solid #0000;border-bottom:10px solid #0000;border-left:0 solid #0000;border-right:7px solid #ed1c24;width:0;height:0;margin-top:-7.7px;position:absolute;top:50%;right:0}.credit-card-logo.credit-card-dankort .d,.credit-card-logo.credit-card-dankort .k{background:#fff;width:50%;height:15.4px;margin-top:-7.7px;display:block;position:absolute;top:50%}.credit-card-logo.credit-card-dankort .d{border-radius:0 8px 10px 0;left:0}.credit-card-logo.credit-card-dankort .d:before{content:"";background:#ed1c24;border-radius:2px 4px 6px 0;width:7px;height:5px;margin:-3px 0 0 -4px;display:block;position:absolute;top:50%;left:50%}.credit-card-logo.credit-card-dankort .k{right:0}.credit-card-logo.credit-card-dankort .k:before,.credit-card-logo.credit-card-dankort .k:after{content:"";border-style:solid;width:0;height:0;margin-right:-1px;position:absolute;right:50%}.credit-card-logo.credit-card-dankort .k:before{border-width:8px 5px 0 0;border-color:#ed1c24 #0000 #0000;top:0}.credit-card-logo.credit-card-dankort .k:after{border-width:0 5px 8px 0;border-color:#0000 #0000 #ed1c24;bottom:0}.credit-card.credit-card-dankort.credit-card-identified .credit-card-front:before,.credit-card.credit-card-dankort.credit-card-identified .credit-card-back:before{background-color:#0055c7}.credit-card.credit-card-dankort.credit-card-identified .credit-card-logo.credit-card-dankort{opacity:1}.credit-card-container{perspective:1000px;z-index:1;width:100%;max-width:100%;height:200px;margin:0 auto;position:relative}.credit-card{width:100%;min-width:315px;height:100%;transform-style:preserve-3d;border-radius:10px;font-family:Helvetica Neue;line-height:1;transition:all .4s linear;position:relative}.credit-card>*,.credit-card>:before,.credit-card>:after{box-sizing:border-box;font-family:inherit}.credit-card.credit-card-flipped{transform:rotateY(180deg)}.credit-card .credit-card-front,.credit-card .credit-card-back{backface-visibility:hidden;transform-style:preserve-3d;background:var(--primary);border-radius:10px;width:100%;height:100%;transition:all .4s linear;position:absolute;top:0;left:0;overflow:hidden}.credit-card .credit-card-front:before,.credit-card .credit-card-back:before{content:" ";opacity:0;border-radius:10px;width:100%;height:100%;transition:all .4s;display:block;position:absolute;top:0;left:0}.credit-card .credit-card-front:after,.credit-card .credit-card-back:after{content:" ";display:block}.credit-card .credit-card-front .credit-card-display,.credit-card .credit-card-back .credit-card-display{color:#fff;opacity:.5;font-weight:400;transition:opacity .4s linear}.credit-card .credit-card-front .credit-card-display.credit-card-focused,.credit-card .credit-card-back .credit-card-display.credit-card-focused{opacity:1;font-weight:700}.credit-card .credit-card-front .credit-card-cvc,.credit-card .credit-card-back .credit-card-cvc{font-family:Bitstream Vera Sans Mono,Consolas,Courier,monospace;font-size:14px}.credit-card .credit-card-front .credit-card-shiny,.credit-card .credit-card-back .credit-card-shiny{background:#ccc;border-radius:5px;width:50px;height:35px;position:relative}.credit-card .credit-card-front .credit-card-shiny:before,.credit-card .credit-card-back .credit-card-shiny:before{content:" ";background:#d9d9d9;border-top-right-radius:5px;border-bottom-right-radius:5px;width:70%;height:60%;display:block;position:absolute;top:20%}.credit-card .credit-card-front .credit-card-logo{opacity:0;transition:all .4s;position:absolute;top:8%;right:5%}.credit-card .credit-card-front .credit-card-lower{width:90%;position:absolute;bottom:30px;left:5%}@media only screen and (max-width:480px){.credit-card .credit-card-front .credit-card-lower{width:90%;left:5%}}.credit-card .credit-card-front .credit-card-lower .credit-card-cvc{visibility:hidden;float:right;position:relative;bottom:5px}.credit-card .credit-card-front .credit-card-lower .credit-card-number{clear:both;margin-bottom:30px;font-family:Bitstream Vera Sans Mono,Consolas,Courier,monospace;font-size:24px}.credit-card .credit-card-front .credit-card-lower .credit-card-expiry{letter-spacing:0;float:right;width:25%;font-family:Bitstream Vera Sans Mono,Consolas,Courier,monospace;position:relative}.credit-card .credit-card-front .credit-card-lower .credit-card-expiry:before,.credit-card .credit-card-front .credit-card-lower .credit-card-expiry:after{white-space:pre;opacity:.5;font-family:Helvetica Neue;font-size:7px;font-weight:700;display:block}.credit-card .credit-card-front .credit-card-lower .credit-card-expiry:before{content:attr(data-before);text-transform:uppercase;margin-bottom:2px;font-size:7px}.credit-card .credit-card-front .credit-card-lower .credit-card-expiry:after{content:attr(data-after);text-align:right;margin-top:2px;margin-right:5px;position:absolute;bottom:0;right:100%}.credit-card .credit-card-front .credit-card-lower .credit-card-name{text-transform:uppercase;line-clamp:2;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:horizontal;width:190px;max-height:45px;font-family:Bitstream Vera Sans Mono,Consolas,Courier,monospace;font-size:20px;display:-webkit-box;position:absolute;bottom:0;overflow:hidden}.credit-card .credit-card-back{transform:rotateY(180deg)}.credit-card .credit-card-back .credit-card-bar{background-color:#444;background-image:linear-gradient(#444,#333);width:100%;height:20%;position:absolute;top:10%}.credit-card .credit-card-back:after{content:" ";background-color:#fff;background-image:linear-gradient(#fff,#fff);width:80%;height:16%;display:block;position:absolute;top:40%;left:2%}.credit-card .credit-card-back .credit-card-cvc{transition-delay:.6s;position:absolute;top:40%;left:85%}.credit-card .credit-card-back .credit-card-shiny{position:absolute;top:66%;left:2%}.credit-card .credit-card-back .credit-card-shiny:after{content:"";color:#fff;opacity:.5;width:230px;font-size:7px;position:absolute;top:5%;left:120%}.credit-card.credit-card-identified{box-shadow:0 0 20px #0000004d}.credit-card.credit-card-identified .credit-card-front,.credit-card.credit-card-identified .credit-card-back{background-color:#00000080}.credit-card.credit-card-identified .credit-card-front:before,.credit-card.credit-card-identified .credit-card-back:before{opacity:1;background-image:repeating-linear-gradient(45deg,#fff0 1px,#ffffff08 2px,#ffffff0a 3px,#ffffff0d 4px),repeating-linear-gradient(135deg,#ffffff0d 1px,#fff0 2px,#ffffff0a 3px,#ffffff08 4px),repeating-linear-gradient(90deg,#fff0 1px,#ffffff08 2px,#ffffff0a 3px,#ffffff0d 4px),repeating-linear-gradient(210deg,#fff0 1px,#ffffff08 2px,#ffffff0a 3px,#ffffff0d 4px),repeating-radial-gradient(circle at 30% 30%,#fff0 1px,#ffffff08 2px,#ffffff0a 3px,#ffffff0d 4px),repeating-radial-gradient(circle at 70% 70%,#fff0 1px,#ffffff08 2px,#ffffff0a 3px,#ffffff0d 4px),repeating-radial-gradient(circle at 90% 20%,#fff0 1px,#ffffff08 2px,#ffffff0a 3px,#ffffff0d 4px),repeating-radial-gradient(circle at 15% 80%,#fff0 1px,#ffffff08 2px,#ffffff0a 3px,#ffffff0d 4px),linear-gradient(-25deg,#fff0 50%,#fff3 70%,#fff0 90%);transition:all .4s}.credit-card.credit-card-identified .credit-card-front .credit-card-logo,.credit-card.credit-card-identified .credit-card-back .credit-card-logo{box-shadow:0 0 0 2px #ffffff4d}.credit-card.credit-card-identified.no-radial-gradient .credit-card-front:before,.credit-card.credit-card-identified.no-radial-gradient .credit-card-back:before{background-image:repeating-linear-gradient(45deg,#fff0 1px,#ffffff08 2px,#ffffff0a 3px,#ffffff0d 4px),repeating-linear-gradient(135deg,#ffffff0d 1px,#fff0 2px,#ffffff0a 3px,#ffffff08 4px),repeating-linear-gradient(90deg,#fff0 1px,#ffffff08 2px,#ffffff0a 3px,#ffffff0d 4px),repeating-linear-gradient(210deg,#fff0 1px,#ffffff08 2px,#ffffff0a 3px,#ffffff0d 4px),linear-gradient(-25deg,#fff0 50%,#fff3 70%,#fff0 90%)}.checkbox{--border-default:#bbbbc1;--border-hover:#9898a3;cursor:pointer;-webkit-tap-highlight-color:transparent;width:18px;height:18px;display:block;position:relative}.checkbox svg{display:block;position:absolute}.checkbox .checkbox-box{appearance:none;width:18px;height:18px;box-shadow:inset 0 0 0 1.5px var(--border,var(--border-default));background:var(--background,transparent);border:none;border-radius:36%;outline:none;margin:0;padding:0;transition:background .25s linear,box-shadow .25s linear;display:block}.checkbox .checkbox-box+svg{width:21px;height:18px;color:var(--primary);top:0;left:0}.checkbox .checkbox-box+svg .tick{stroke-dasharray:20;stroke-dashoffset:var(--stroke-dashoffset,20);transition:stroke-dashoffset .2s}.checkbox .checkbox-box+svg .tick.mask{stroke:#fff}.checkbox .checkbox-box+svg+svg{fill:none;width:11px;height:11px;stroke:var(--primary);stroke-width:1.25px;stroke-linecap:round;stroke-dasharray:4.5;stroke-dashoffset:13.5px;pointer-events:none;animation:var(--animation,none).2s ease .175s;top:-6px;right:-10px}.checkbox.checked .checkbox-box{--background:var(--primary);--border:var(--primary)}.checkbox.checked .checkbox-box+svg{--stroke-dashoffset:0}.checkbox.checked .checkbox-box+svg+svg{--animation:check}.checkbox:hover .checkbox-box{--border:var(--primary-hover)}@keyframes check{to{stroke-dashoffset:4.5px}}.skeleton-box{background-color:#e2e8f0;position:relative;overflow:hidden}.skeleton-box:after{content:"";background-image:linear-gradient(90deg,#fff0 0,#fff3 20%,#ffffff80 60%,#fff0);animation:3s infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes shimmer{to{transform:translate(100%)}}.under-construction{justify-content:center;align-items:center;gap:60px;width:100%;height:100vh;display:flex}.under-construction .icon{color:var(--primary);justify-content:center;align-items:center;display:flex}.under-construction .content{text-align:center;flex-direction:column;align-items:center;gap:20px;display:flex}.under-construction .content .title{font-size:40px;font-weight:600;line-height:1.22222;font-family:var(--font-medium);color:#474646}.page-not-found{flex-direction:column;justify-content:center;align-items:center;width:100%;height:calc(100vh - 70px);display:flex}.page-not-found .row{justify-content:center;align-items:flex-start;gap:60px;width:100%;max-width:920px;margin:0 auto;display:flex}.page-not-found .row .icon{color:var(--primary);justify-content:center;align-items:center;display:flex}.page-not-found .row .content .title{font-size:100px;font-weight:600;line-height:1.11111;font-family:var(--font-semibold);color:#474646}.page-not-found .row .content .subtitle{font-size:48px;font-weight:600;line-height:1.22222;font-family:var(--font-medium);color:#474646;margin-bottom:40px}.page-not-found .button{width:fit-content;height:35px;font-size:12px;font-weight:500;line-height:1;font-family:var(--font-semibold);color:#fff;background-color:var(--primary);border:1px solid var(--primary);cursor:pointer;appearance:none;-webkit-user-select:none;user-select:none;border-radius:9999px;outline:none;justify-content:center;align-items:center;padding:0 30px;display:flex;position:relative}.page-not-found .button:hover,.page-not-found .button:focus{color:#fff;background-color:var(--primary-hover);border:1px solid var(--primary-hover)}.page-not-found .button:before,.page-not-found .button:after{content:attr(title);text-align:center;text-indent:0;width:100%;transition:all .111s linear .111s;position:absolute}.page-not-found .button:hover:before{opacity:0;transform:translateY(-100%)}.page-not-found .button:after{opacity:0;display:inline-block;transform:translateY(100%)}.page-not-found .button:hover:after{opacity:1;transform:translateY(0)}.page-not-found .button span{visibility:hidden}.payment-btn{cursor:pointer;width:100%;height:44px;line-height:20px;font-family:var(--font-semibold);letter-spacing:.5px;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;border:0;border-radius:8px;outline:none;justify-content:center;align-items:center;margin-top:20px;padding:0;font-size:16px;font-weight:600;transition:all .4s;display:flex;position:relative;color:#fff!important;background:#275efe!important}.payment-btn:hover,.payment-btn:focus{background:#1d4fe1!important}.cancel-subscription-btn{color:#fff;text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.02em;width:fit-content;font-size:14px;font-weight:500;line-height:20px;font-family:var(--font-medium);cursor:pointer;-webkit-user-select:none;user-select:none;background:#ff5b59;border:none;border-radius:8px;outline:none;flex-grow:0;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:6px 12px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #2325291a,0 2px 4px -2px #ff5b591f,0 3px 6px -2px #ff5b5914;text-decoration:none!important}.cancel-subscription-btn:hover,.cancel-subscription-btn:focus{color:#fff;background:#f65351}.aspect-h-10{--tw-aspect-h:10}.aspect-w-16{padding-bottom:calc(var(--tw-aspect-h)/var(--tw-aspect-w)*100%);--tw-aspect-w:16;position:relative}.rs-dropdown-menu-left .rs-dropdown-menu{left:auto!important;right:100%!important}.rs-dropdown-menu-left .rs-dropdown-menu-toggle-icon{display:none!important}.organizations-select{width:224px}.dragged-product{background:var(--primary)}.filepond--credits{display:none!important}.filepond--root{margin-bottom:0!important}.filepond--drop-label.filepond--drop-label label{font-size:18px;line-height:24px}@media only screen and (max-width:600px){.under-construction,.rs-pagination-group{flex-direction:column}.app-lang-box-rs-nav{padding-top:0;top:-20px}.qr-code-radio .rs-radio-tile{width:calc(50% - 6px)!important}.qr-code-item .image{padding:0!important}.app-main-header-wrap{flex-wrap:wrap;gap:12px}.app-header .app-header-row .wrap{gap:10px}.organizations-select{width:120px}.auth .form-container{padding:20px;width:100%!important}.app-sidebar .content .logo{display:none}.app-sidebar{padding-top:55px;transform:translate(-260px)}.app-sidebar.active{transform:translate(0)}.app-main{min-height:auto;padding-left:0}.app-header{width:100%;padding:15px}.app-menu-btn{display:flex}.app-main-header h1{font-size:15px}.app-main-header{flex-direction:column;justify-content:flex-start;align-items:flex-start}.app-main-header-wrap.app-main-header-left{margin-bottom:20px}.app-chart-box{height:280px}.app-dashboard-card{width:100%;margin-right:0}.app-dashboard-card:nth-last-child(-n+3){margin-bottom:20px}.app-chart-box{width:100%;margin-right:0}.app-chart-box:nth-last-child(-n+2){margin-bottom:20px}.app-chart-box-header h3{font-size:20px}.pin{width:25px;height:25px}.pin-circle{width:18px;height:18px}.pin .value{width:19px;height:19px;font-size:10px}.tab-content{flex-direction:column}.tab-content-35{width:100%;margin-bottom:40px;margin-right:0}.tab-content-65{width:100%}.rs-drawer-left.rs-drawer-md,.rs-drawer-right.rs-drawer-md,.rs-drawer-left.rs-drawer-lg,.rs-drawer-right.rs-drawer-lg{width:100%!important}.rs-drawer-body{padding:20px}.app-form-row{flex-direction:column;margin-bottom:0}.app-form-row .rs-form-group{margin-bottom:24px!important}.app-upload-item{width:calc(50% - 16px);height:200px}.app-upload-item:nth-child(2n){margin-right:0}.app-upload-item:nth-last-child(-n+4){margin-bottom:20px}.rs-nav-horizontal{overflow-x:auto}}
