mozrest-sdk-react-dev 0.3.9 → 0.3.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/mozrest-sdk.es.js +100 -103
- package/package.json +1 -1
- package/style.css +131 -180
package/mozrest-sdk.es.js
CHANGED
|
@@ -64202,18 +64202,18 @@ const styles$1a = {
|
|
|
64202
64202
|
plus: plus$1,
|
|
64203
64203
|
footer: footer$7
|
|
64204
64204
|
};
|
|
64205
|
-
const mainConatiner$2 = "
|
|
64206
|
-
const header$4 = "
|
|
64207
|
-
const content$6 = "
|
|
64208
|
-
const sectionCard$1 = "
|
|
64209
|
-
const cardHeader$1 = "
|
|
64210
|
-
const cardTitle$1 = "
|
|
64211
|
-
const cardDesc$1 = "
|
|
64212
|
-
const cardBody$1 = "
|
|
64213
|
-
const cardFooter$1 = "
|
|
64214
|
-
const cardFooterContent$1 = "
|
|
64215
|
-
const sectionManagement$1 = "
|
|
64216
|
-
const sectionFormRow$1 = "
|
|
64205
|
+
const mainConatiner$2 = "_mainConatiner_75rsa_64";
|
|
64206
|
+
const header$4 = "_header_75rsa_75";
|
|
64207
|
+
const content$6 = "_content_75rsa_81";
|
|
64208
|
+
const sectionCard$1 = "_sectionCard_75rsa_95";
|
|
64209
|
+
const cardHeader$1 = "_cardHeader_75rsa_104";
|
|
64210
|
+
const cardTitle$1 = "_cardTitle_75rsa_107";
|
|
64211
|
+
const cardDesc$1 = "_cardDesc_75rsa_111";
|
|
64212
|
+
const cardBody$1 = "_cardBody_75rsa_115";
|
|
64213
|
+
const cardFooter$1 = "_cardFooter_75rsa_119";
|
|
64214
|
+
const cardFooterContent$1 = "_cardFooterContent_75rsa_132";
|
|
64215
|
+
const sectionManagement$1 = "_sectionManagement_75rsa_145";
|
|
64216
|
+
const sectionFormRow$1 = "_sectionFormRow_75rsa_145";
|
|
64217
64217
|
const styles$19 = {
|
|
64218
64218
|
mainConatiner: mainConatiner$2,
|
|
64219
64219
|
header: header$4,
|
|
@@ -64287,17 +64287,17 @@ const EmailsCard = ({
|
|
|
64287
64287
|
})
|
|
64288
64288
|
});
|
|
64289
64289
|
};
|
|
64290
|
-
const drawer = "
|
|
64291
|
-
const drawer__overlay = "
|
|
64292
|
-
const drawer__content = "
|
|
64293
|
-
const drawer__header = "
|
|
64294
|
-
const drawer__header__content = "
|
|
64295
|
-
const drawer__header__content__desc = "
|
|
64296
|
-
const drawer__close = "
|
|
64297
|
-
const drawer__body = "
|
|
64290
|
+
const drawer = "_drawer_1laol_1";
|
|
64291
|
+
const drawer__overlay = "_drawer__overlay_1laol_18";
|
|
64292
|
+
const drawer__content = "_drawer__content_1laol_34";
|
|
64293
|
+
const drawer__header = "_drawer__header_1laol_42";
|
|
64294
|
+
const drawer__header__content = "_drawer__header__content_1laol_50";
|
|
64295
|
+
const drawer__header__content__desc = "_drawer__header__content__desc_1laol_56";
|
|
64296
|
+
const drawer__close = "_drawer__close_1laol_60";
|
|
64297
|
+
const drawer__body = "_drawer__body_1laol_71";
|
|
64298
64298
|
const styles$18 = {
|
|
64299
64299
|
drawer,
|
|
64300
|
-
"drawer--open": "_drawer--
|
|
64300
|
+
"drawer--open": "_drawer--open_1laol_14",
|
|
64301
64301
|
drawer__overlay,
|
|
64302
64302
|
drawer__content,
|
|
64303
64303
|
drawer__header,
|
|
@@ -116171,11 +116171,11 @@ const TimeSlotField = ({
|
|
|
116171
116171
|
})]
|
|
116172
116172
|
});
|
|
116173
116173
|
};
|
|
116174
|
-
const container$a = "
|
|
116175
|
-
const slot$1 = "
|
|
116176
|
-
const close$1 = "
|
|
116177
|
-
const add = "
|
|
116178
|
-
const plus = "
|
|
116174
|
+
const container$a = "_container_gr7hf_1";
|
|
116175
|
+
const slot$1 = "_slot_gr7hf_13";
|
|
116176
|
+
const close$1 = "_close_gr7hf_19";
|
|
116177
|
+
const add = "_add_gr7hf_33";
|
|
116178
|
+
const plus = "_plus_gr7hf_47";
|
|
116179
116179
|
const styles$G = {
|
|
116180
116180
|
container: container$a,
|
|
116181
116181
|
slot: slot$1,
|
|
@@ -116216,7 +116216,7 @@ const TimeSlotManager = ({
|
|
|
116216
116216
|
type: "button",
|
|
116217
116217
|
onClick: addSlot,
|
|
116218
116218
|
children: /* @__PURE__ */ jsxs(Fragment, {
|
|
116219
|
-
children: [/* @__PURE__ */ jsx$1("
|
|
116219
|
+
children: [/* @__PURE__ */ jsx$1("div", {
|
|
116220
116220
|
className: styles$G.plus,
|
|
116221
116221
|
children: "+"
|
|
116222
116222
|
}), t("ADD")]
|
|
@@ -122524,14 +122524,14 @@ const ChannelPayment = ({
|
|
|
122524
122524
|
});
|
|
122525
122525
|
};
|
|
122526
122526
|
if (error3) {
|
|
122527
|
-
return /* @__PURE__ */ jsx$1(Error$
|
|
122527
|
+
return /* @__PURE__ */ jsx$1(Error$1, {
|
|
122528
122528
|
error: error3
|
|
122529
122529
|
});
|
|
122530
122530
|
}
|
|
122531
|
-
return /* @__PURE__ */ jsxs(LayoutPage$
|
|
122532
|
-
children: [isLoading && /* @__PURE__ */ jsx$1(SkeletonPage
|
|
122531
|
+
return /* @__PURE__ */ jsxs(LayoutPage$1, {
|
|
122532
|
+
children: [isLoading && /* @__PURE__ */ jsx$1(SkeletonPage, {}), !isLoading && /* @__PURE__ */ jsx$1("div", {
|
|
122533
122533
|
className: styles$f.conditionsContainer,
|
|
122534
|
-
children: /* @__PURE__ */ jsxs(Card, {
|
|
122534
|
+
children: /* @__PURE__ */ jsxs(Card$1, {
|
|
122535
122535
|
className: styles$f.conditionsCardContainer,
|
|
122536
122536
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
122537
122537
|
style: {
|
|
@@ -122581,7 +122581,7 @@ const ChannelPayment = ({
|
|
|
122581
122581
|
justifyContent: "center",
|
|
122582
122582
|
marginTop: 20
|
|
122583
122583
|
},
|
|
122584
|
-
children: /* @__PURE__ */ jsx$1(Button, {
|
|
122584
|
+
children: /* @__PURE__ */ jsx$1(Button$1, {
|
|
122585
122585
|
onClick: () => handleOnAgree(),
|
|
122586
122586
|
children: t2("IAGREE")
|
|
122587
122587
|
})
|
|
@@ -122637,7 +122637,7 @@ const PaymentView = ({
|
|
|
122637
122637
|
}, []);
|
|
122638
122638
|
return /* @__PURE__ */ jsx$1("div", {
|
|
122639
122639
|
className: styles$e.conditionsContainer,
|
|
122640
|
-
children: /* @__PURE__ */ jsxs(Card, {
|
|
122640
|
+
children: /* @__PURE__ */ jsxs(Card$1, {
|
|
122641
122641
|
className: styles$e.conditionsCardContainer,
|
|
122642
122642
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
122643
122643
|
style: {
|
|
@@ -122677,7 +122677,7 @@ const PaymentView = ({
|
|
|
122677
122677
|
justifyContent: "center",
|
|
122678
122678
|
marginTop: 20
|
|
122679
122679
|
},
|
|
122680
|
-
children: /* @__PURE__ */ jsx$1(Button, {
|
|
122680
|
+
children: /* @__PURE__ */ jsx$1(Button$1, {
|
|
122681
122681
|
onClick: () => handleOnGetStarted(),
|
|
122682
122682
|
children: t2("GETSTARTED")
|
|
122683
122683
|
})
|
|
@@ -122711,7 +122711,7 @@ const ChannelSubscription = ({
|
|
|
122711
122711
|
};
|
|
122712
122712
|
useEffect(() => {
|
|
122713
122713
|
}, []);
|
|
122714
|
-
return /* @__PURE__ */ jsx$1(LayoutPage$
|
|
122714
|
+
return /* @__PURE__ */ jsx$1(LayoutPage$1, {
|
|
122715
122715
|
children: /* @__PURE__ */ jsx$1(PaymentView, {
|
|
122716
122716
|
openCheckout,
|
|
122717
122717
|
subscriptionCompleted,
|
|
@@ -124240,53 +124240,53 @@ const ReservationsAnalytics = ({
|
|
|
124240
124240
|
})]
|
|
124241
124241
|
});
|
|
124242
124242
|
};
|
|
124243
|
-
const mainConatiner$1 = "
|
|
124244
|
-
const mainTableContainer = "
|
|
124245
|
-
const mainSidebarContainer = "
|
|
124246
|
-
const headerReferece = "
|
|
124247
|
-
const sidebarCloseIcon = "
|
|
124248
|
-
const headerContainer = "
|
|
124249
|
-
const searchContainer = "
|
|
124250
|
-
const buttonList = "
|
|
124251
|
-
const buttonItem = "
|
|
124252
|
-
const addReservationButton = "
|
|
124253
|
-
const tableTopHeader = "
|
|
124254
|
-
const tableTopHeaderContent = "
|
|
124255
|
-
const tableTopHeaderContentText = "
|
|
124256
|
-
const tableRowContainer = "
|
|
124257
|
-
const tableRowCard = "
|
|
124258
|
-
const fadeInX = "
|
|
124259
|
-
const canceled = "
|
|
124260
|
-
const noData = "
|
|
124261
|
-
const tableRowHour = "
|
|
124262
|
-
const tableRowHourText = "
|
|
124263
|
-
const hours = "
|
|
124264
|
-
const tableRowContent = "
|
|
124265
|
-
const rowImage = "
|
|
124266
|
-
const rowContactContainer = "
|
|
124267
|
-
const rowContactText = "
|
|
124268
|
-
const rowContactPhone = "
|
|
124269
|
-
const rowSectionContainer = "
|
|
124270
|
-
const rowSection = "
|
|
124271
|
-
const rowSectionText = "
|
|
124272
|
-
const rowSectionSecText = "
|
|
124273
|
-
const rowActionButton = "
|
|
124274
|
-
const bookingInfoContainer = "
|
|
124275
|
-
const bookingInfoCardColumn = "
|
|
124276
|
-
const bookingInfoCardContainer = "
|
|
124277
|
-
const bookingInfoCard = "
|
|
124278
|
-
const bookingInfoCardContent = "
|
|
124279
|
-
const bookingInfoCardTitle = "
|
|
124280
|
-
const bookingInfoCardText = "
|
|
124243
|
+
const mainConatiner$1 = "_mainConatiner_1qp4s_7";
|
|
124244
|
+
const mainTableContainer = "_mainTableContainer_1qp4s_17";
|
|
124245
|
+
const mainSidebarContainer = "_mainSidebarContainer_1qp4s_25";
|
|
124246
|
+
const headerReferece = "_headerReferece_1qp4s_35";
|
|
124247
|
+
const sidebarCloseIcon = "_sidebarCloseIcon_1qp4s_38";
|
|
124248
|
+
const headerContainer = "_headerContainer_1qp4s_90";
|
|
124249
|
+
const searchContainer = "_searchContainer_1qp4s_96";
|
|
124250
|
+
const buttonList = "_buttonList_1qp4s_107";
|
|
124251
|
+
const buttonItem = "_buttonItem_1qp4s_112";
|
|
124252
|
+
const addReservationButton = "_addReservationButton_1qp4s_121";
|
|
124253
|
+
const tableTopHeader = "_tableTopHeader_1qp4s_130";
|
|
124254
|
+
const tableTopHeaderContent = "_tableTopHeaderContent_1qp4s_144";
|
|
124255
|
+
const tableTopHeaderContentText = "_tableTopHeaderContentText_1qp4s_151";
|
|
124256
|
+
const tableRowContainer = "_tableRowContainer_1qp4s_160";
|
|
124257
|
+
const tableRowCard = "_tableRowCard_1qp4s_166";
|
|
124258
|
+
const fadeInX = "_fadeInX_1qp4s_1";
|
|
124259
|
+
const canceled = "_canceled_1qp4s_174";
|
|
124260
|
+
const noData = "_noData_1qp4s_177";
|
|
124261
|
+
const tableRowHour = "_tableRowHour_1qp4s_184";
|
|
124262
|
+
const tableRowHourText = "_tableRowHourText_1qp4s_200";
|
|
124263
|
+
const hours = "_hours_1qp4s_208";
|
|
124264
|
+
const tableRowContent = "_tableRowContent_1qp4s_214";
|
|
124265
|
+
const rowImage = "_rowImage_1qp4s_229";
|
|
124266
|
+
const rowContactContainer = "_rowContactContainer_1qp4s_243";
|
|
124267
|
+
const rowContactText = "_rowContactText_1qp4s_255";
|
|
124268
|
+
const rowContactPhone = "_rowContactPhone_1qp4s_261";
|
|
124269
|
+
const rowSectionContainer = "_rowSectionContainer_1qp4s_268";
|
|
124270
|
+
const rowSection = "_rowSection_1qp4s_268";
|
|
124271
|
+
const rowSectionText = "_rowSectionText_1qp4s_281";
|
|
124272
|
+
const rowSectionSecText = "_rowSectionSecText_1qp4s_287";
|
|
124273
|
+
const rowActionButton = "_rowActionButton_1qp4s_294";
|
|
124274
|
+
const bookingInfoContainer = "_bookingInfoContainer_1qp4s_307";
|
|
124275
|
+
const bookingInfoCardColumn = "_bookingInfoCardColumn_1qp4s_312";
|
|
124276
|
+
const bookingInfoCardContainer = "_bookingInfoCardContainer_1qp4s_320";
|
|
124277
|
+
const bookingInfoCard = "_bookingInfoCard_1qp4s_312";
|
|
124278
|
+
const bookingInfoCardContent = "_bookingInfoCardContent_1qp4s_332";
|
|
124279
|
+
const bookingInfoCardTitle = "_bookingInfoCardTitle_1qp4s_338";
|
|
124280
|
+
const bookingInfoCardText = "_bookingInfoCardText_1qp4s_341";
|
|
124281
124281
|
const styles$8 = {
|
|
124282
124282
|
mainConatiner: mainConatiner$1,
|
|
124283
124283
|
mainTableContainer,
|
|
124284
124284
|
mainSidebarContainer,
|
|
124285
124285
|
headerReferece,
|
|
124286
124286
|
sidebarCloseIcon,
|
|
124287
|
-
"mainSidebarContainer--open": "_mainSidebarContainer--
|
|
124288
|
-
"mainSidebarContainer--close": "_mainSidebarContainer--
|
|
124289
|
-
"sidebarCloseIcon--show": "_sidebarCloseIcon--
|
|
124287
|
+
"mainSidebarContainer--open": "_mainSidebarContainer--open_1qp4s_46",
|
|
124288
|
+
"mainSidebarContainer--close": "_mainSidebarContainer--close_1qp4s_52",
|
|
124289
|
+
"sidebarCloseIcon--show": "_sidebarCloseIcon--show_1qp4s_60",
|
|
124290
124290
|
headerContainer,
|
|
124291
124291
|
searchContainer,
|
|
124292
124292
|
buttonList,
|
|
@@ -124574,12 +124574,12 @@ const DatePicker = ({
|
|
|
124574
124574
|
}
|
|
124575
124575
|
|
|
124576
124576
|
.ant-picker-content {
|
|
124577
|
-
background-color:
|
|
124577
|
+
background-color: var(--ant-picker-bg) !important;
|
|
124578
124578
|
color: var(--ant-picker-text-color) !important;
|
|
124579
124579
|
}
|
|
124580
124580
|
|
|
124581
124581
|
.ant-picker-content thead th {
|
|
124582
|
-
background-color:
|
|
124582
|
+
background-color: var(--ant-picker-bg) !important;
|
|
124583
124583
|
color: var(--ant-picker-text-color) !important;
|
|
124584
124584
|
text-transform: uppercase;
|
|
124585
124585
|
}
|
|
@@ -124596,7 +124596,7 @@ const DatePicker = ({
|
|
|
124596
124596
|
}
|
|
124597
124597
|
|
|
124598
124598
|
.ant-picker-cell-in-view.ant-picker-cell:hover {
|
|
124599
|
-
background-color: var(--ant-picker-
|
|
124599
|
+
background-color: var(--ant-picker-hover-cell-bg) !important;
|
|
124600
124600
|
color: var(--ant-picker-text-color) !important;
|
|
124601
124601
|
}
|
|
124602
124602
|
|
|
@@ -124605,7 +124605,7 @@ const DatePicker = ({
|
|
|
124605
124605
|
}
|
|
124606
124606
|
|
|
124607
124607
|
.ant-picker-cell-inner:hover {
|
|
124608
|
-
background-color:
|
|
124608
|
+
background-color: var(--ant-picker-bg) !important;
|
|
124609
124609
|
}
|
|
124610
124610
|
|
|
124611
124611
|
.ant-picker-footer {
|
|
@@ -124614,7 +124614,7 @@ const DatePicker = ({
|
|
|
124614
124614
|
|
|
124615
124615
|
.ant-picker-today-btn {
|
|
124616
124616
|
color: white !important;
|
|
124617
|
-
background-color:
|
|
124617
|
+
background-color: var(--ant-picker-bg) !important;
|
|
124618
124618
|
border-radius: 6px;
|
|
124619
124619
|
padding: 4px 8px;
|
|
124620
124620
|
}
|
|
@@ -124782,10 +124782,7 @@ const index$8 = ({
|
|
|
124782
124782
|
radius: "md",
|
|
124783
124783
|
filled: true,
|
|
124784
124784
|
borderLess: true,
|
|
124785
|
-
rounded: true
|
|
124786
|
-
customStyles: {
|
|
124787
|
-
backgroundColor: "#2F3349"
|
|
124788
|
-
}
|
|
124785
|
+
rounded: true
|
|
124789
124786
|
})
|
|
124790
124787
|
}), /* @__PURE__ */ jsxs("div", {
|
|
124791
124788
|
className: styles$8.buttonList,
|
|
@@ -125111,7 +125108,7 @@ const TableBody = ({
|
|
|
125111
125108
|
});
|
|
125112
125109
|
return `${formattedTime}:00`;
|
|
125113
125110
|
});
|
|
125114
|
-
const sortedGroupedByHour = _23(groupedByHour).toPairs().map(([hour2, reservations]) => [hour2, _23.orderBy(reservations, (r2) => new Date(r2.date), ["
|
|
125111
|
+
const sortedGroupedByHour = _23(groupedByHour).toPairs().map(([hour2, reservations]) => [hour2, _23.orderBy(reservations, (r2) => new Date(r2.date), ["asc"])]).orderBy(([hour2]) => parseInt(hour2.split(":")[0], 10), ["asc"]).fromPairs().value();
|
|
125115
125112
|
setFormattedData(sortedGroupedByHour);
|
|
125116
125113
|
}
|
|
125117
125114
|
}, [data2, filtersData]);
|
|
@@ -126653,23 +126650,23 @@ function Main$1({
|
|
|
126653
126650
|
})
|
|
126654
126651
|
});
|
|
126655
126652
|
}
|
|
126656
|
-
const mainConatiner = "
|
|
126657
|
-
const header$1 = "
|
|
126658
|
-
const content = "
|
|
126659
|
-
const sectionCard = "
|
|
126660
|
-
const cardHeader = "
|
|
126661
|
-
const cardTitle = "
|
|
126662
|
-
const cardDesc = "
|
|
126663
|
-
const cardBody = "
|
|
126664
|
-
const cardFooter = "
|
|
126665
|
-
const cardFooterContent = "
|
|
126666
|
-
const sectionManagement = "
|
|
126667
|
-
const sectionFormRow = "
|
|
126668
|
-
const drawerContent = "
|
|
126669
|
-
const scrollableForm = "
|
|
126670
|
-
const fixedActions = "
|
|
126671
|
-
const specialDatesInfoText = "
|
|
126672
|
-
const deleteIcon = "
|
|
126653
|
+
const mainConatiner = "_mainConatiner_70uhk_64";
|
|
126654
|
+
const header$1 = "_header_70uhk_75";
|
|
126655
|
+
const content = "_content_70uhk_81";
|
|
126656
|
+
const sectionCard = "_sectionCard_70uhk_94";
|
|
126657
|
+
const cardHeader = "_cardHeader_70uhk_99";
|
|
126658
|
+
const cardTitle = "_cardTitle_70uhk_102";
|
|
126659
|
+
const cardDesc = "_cardDesc_70uhk_106";
|
|
126660
|
+
const cardBody = "_cardBody_70uhk_110";
|
|
126661
|
+
const cardFooter = "_cardFooter_70uhk_114";
|
|
126662
|
+
const cardFooterContent = "_cardFooterContent_70uhk_114";
|
|
126663
|
+
const sectionManagement = "_sectionManagement_70uhk_126";
|
|
126664
|
+
const sectionFormRow = "_sectionFormRow_70uhk_126";
|
|
126665
|
+
const drawerContent = "_drawerContent_70uhk_133";
|
|
126666
|
+
const scrollableForm = "_scrollableForm_70uhk_138";
|
|
126667
|
+
const fixedActions = "_fixedActions_70uhk_144";
|
|
126668
|
+
const specialDatesInfoText = "_specialDatesInfoText_70uhk_153";
|
|
126669
|
+
const deleteIcon = "_deleteIcon_70uhk_167";
|
|
126673
126670
|
const styles$6 = {
|
|
126674
126671
|
mainConatiner,
|
|
126675
126672
|
header: header$1,
|
package/package.json
CHANGED
package/style.css
CHANGED
|
@@ -314,12 +314,12 @@
|
|
|
314
314
|
--checkbox-disabled-bg: #f9f9f9;
|
|
315
315
|
--moz-border: #e5e7eb;
|
|
316
316
|
--moz-border-hover: #b1b1b1;
|
|
317
|
-
--ant-picker-bg: #
|
|
317
|
+
--ant-picker-bg: #ffffff !important;
|
|
318
318
|
--ant-picker-border-radius: 6px !important;
|
|
319
|
-
--ant-picker-text-color: #
|
|
320
|
-
--ant-picker-hover-cell-bg: #
|
|
321
|
-
--ant-picker-selected-cell-bg: #
|
|
322
|
-
--ant-picker-cell-hover-color: #
|
|
319
|
+
--ant-picker-text-color: #2d2d2d !important;
|
|
320
|
+
--ant-picker-hover-cell-bg: #c5ccff !important;
|
|
321
|
+
--ant-picker-selected-cell-bg: #cccccc !important;
|
|
322
|
+
--ant-picker-cell-hover-color: #c7c7c7 !important;
|
|
323
323
|
}
|
|
324
324
|
@media (min-width: 768px) {
|
|
325
325
|
:root {
|
|
@@ -1966,12 +1966,6 @@
|
|
|
1966
1966
|
--state-active: gray !important;
|
|
1967
1967
|
--moz-state-active: #383868 !important;
|
|
1968
1968
|
--moz-container-padding: 0 !important;
|
|
1969
|
-
--ant-picker-bg: #2F3349 !important;
|
|
1970
|
-
--ant-picker-border-radius: 6px !important;
|
|
1971
|
-
--ant-picker-text-color: #ffffff !important;
|
|
1972
|
-
--ant-picker-hover-cell-bg: #3A3D54 !important;
|
|
1973
|
-
--ant-picker-selected-cell-bg: #4C4F64 !important;
|
|
1974
|
-
--ant-picker-cell-hover-color: #ffffff !important;
|
|
1975
1969
|
}
|
|
1976
1970
|
body {
|
|
1977
1971
|
margin: 0 !important;
|
|
@@ -1987,7 +1981,7 @@ hr {
|
|
|
1987
1981
|
border: 0;
|
|
1988
1982
|
border-top: 2px solid #42465a;
|
|
1989
1983
|
}
|
|
1990
|
-
._my-masonry-
|
|
1984
|
+
._my-masonry-grid_75rsa_42 {
|
|
1991
1985
|
display: -webkit-box;
|
|
1992
1986
|
/* Not needed if autoprefixing */
|
|
1993
1987
|
display: -ms-flexbox;
|
|
@@ -1997,16 +1991,16 @@ hr {
|
|
|
1997
1991
|
/* gutter size offset */
|
|
1998
1992
|
width: auto;
|
|
1999
1993
|
}
|
|
2000
|
-
._my-masonry-
|
|
1994
|
+
._my-masonry-grid_column_75rsa_53 {
|
|
2001
1995
|
padding-left: 40px;
|
|
2002
1996
|
/* gutter size */
|
|
2003
1997
|
background-clip: padding-box;
|
|
2004
1998
|
}
|
|
2005
|
-
._my-masonry-
|
|
1999
|
+
._my-masonry-grid_column_75rsa_53 > div {
|
|
2006
2000
|
/* change div to reference your elements you put in <Masonry> */
|
|
2007
2001
|
margin-bottom: 40px;
|
|
2008
2002
|
}
|
|
2009
|
-
.
|
|
2003
|
+
._mainConatiner_75rsa_64 {
|
|
2010
2004
|
color: var(--moz-text-primary);
|
|
2011
2005
|
height: 100vh;
|
|
2012
2006
|
max-height: 100vh;
|
|
@@ -2017,13 +2011,13 @@ hr {
|
|
|
2017
2011
|
overflow: hidden;
|
|
2018
2012
|
overflow-y: auto;
|
|
2019
2013
|
}
|
|
2020
|
-
.
|
|
2014
|
+
._mainConatiner_75rsa_64 ._header_75rsa_75 {
|
|
2021
2015
|
display: flex;
|
|
2022
2016
|
justify-content: flex-start;
|
|
2023
2017
|
align-items: center;
|
|
2024
2018
|
padding: 1.25rem;
|
|
2025
2019
|
}
|
|
2026
|
-
.
|
|
2020
|
+
._mainConatiner_75rsa_64 ._content_75rsa_81 {
|
|
2027
2021
|
display: flex;
|
|
2028
2022
|
justify-content: flex-start;
|
|
2029
2023
|
align-items: center;
|
|
@@ -2032,10 +2026,10 @@ hr {
|
|
|
2032
2026
|
overflow-y: auto;
|
|
2033
2027
|
flex-wrap: wrap;
|
|
2034
2028
|
}
|
|
2035
|
-
.
|
|
2029
|
+
._textSecondary_75rsa_91 {
|
|
2036
2030
|
color: var(--moz-text-secondary);
|
|
2037
2031
|
}
|
|
2038
|
-
.
|
|
2032
|
+
._sectionCard_75rsa_95 {
|
|
2039
2033
|
padding: 0;
|
|
2040
2034
|
width: 350px;
|
|
2041
2035
|
background-color: var(--moz-cta-content-bg);
|
|
@@ -2044,35 +2038,35 @@ hr {
|
|
|
2044
2038
|
flex-direction: column;
|
|
2045
2039
|
border-radius: 5px;
|
|
2046
2040
|
}
|
|
2047
|
-
.
|
|
2041
|
+
._sectionCard_75rsa_95 ._cardHeader_75rsa_104 {
|
|
2048
2042
|
padding: 1.5rem;
|
|
2049
2043
|
}
|
|
2050
|
-
.
|
|
2044
|
+
._sectionCard_75rsa_95 ._cardHeader_75rsa_104 ._cardTitle_75rsa_107 {
|
|
2051
2045
|
font-size: 18px;
|
|
2052
2046
|
color: var(--moz-text-label);
|
|
2053
2047
|
}
|
|
2054
|
-
.
|
|
2048
|
+
._sectionCard_75rsa_95 ._cardHeader_75rsa_104 ._cardDesc_75rsa_111 {
|
|
2055
2049
|
font-size: 14px;
|
|
2056
2050
|
color: var(--moz-text-secondary);
|
|
2057
2051
|
}
|
|
2058
|
-
.
|
|
2052
|
+
._sectionCard_75rsa_95 ._cardBody_75rsa_115 {
|
|
2059
2053
|
padding: 0 1.5rem 1.5rem 1.5rem;
|
|
2060
2054
|
color: var(--moz-text-label);
|
|
2061
2055
|
}
|
|
2062
|
-
.
|
|
2056
|
+
._sectionCard_75rsa_95 ._cardFooter_75rsa_119 {
|
|
2063
2057
|
flex-grow: 1;
|
|
2064
2058
|
display: flex;
|
|
2065
2059
|
flex-direction: column;
|
|
2066
2060
|
justify-content: flex-end;
|
|
2067
2061
|
align-items: stretch;
|
|
2068
2062
|
}
|
|
2069
|
-
.
|
|
2063
|
+
._sectionCard_75rsa_95 ._cardFooter_75rsa_119 hr {
|
|
2070
2064
|
margin: 0;
|
|
2071
2065
|
border: 0;
|
|
2072
2066
|
border-top: 1px solid var(--moz-text-secondary);
|
|
2073
2067
|
width: 100%;
|
|
2074
2068
|
}
|
|
2075
|
-
.
|
|
2069
|
+
._sectionCard_75rsa_95 ._cardFooterContent_75rsa_132 {
|
|
2076
2070
|
padding: 0.5rem;
|
|
2077
2071
|
display: flex;
|
|
2078
2072
|
justify-content: center;
|
|
@@ -2084,49 +2078,49 @@ hr {
|
|
|
2084
2078
|
color: var(--moz-text-secondary);
|
|
2085
2079
|
cursor: pointer;
|
|
2086
2080
|
}
|
|
2087
|
-
.
|
|
2081
|
+
._sectionManagement_75rsa_145 ._sectionFormRow_75rsa_145 {
|
|
2088
2082
|
display: flex;
|
|
2089
2083
|
gap: 0.75rem;
|
|
2090
2084
|
padding: 1.5rem;
|
|
2091
2085
|
justify-content: center;
|
|
2092
2086
|
align-items: center;
|
|
2093
2087
|
}
|
|
2094
|
-
.
|
|
2088
|
+
._sectionManagement_75rsa_145 ._drawerContent_75rsa_152 {
|
|
2095
2089
|
display: flex;
|
|
2096
2090
|
flex-direction: column;
|
|
2097
2091
|
height: 100%;
|
|
2098
2092
|
}
|
|
2099
|
-
.
|
|
2093
|
+
._sectionManagement_75rsa_145 ._scrollableForm_75rsa_157 {
|
|
2100
2094
|
flex: 1;
|
|
2101
2095
|
overflow-y: auto;
|
|
2102
2096
|
padding-top: 0px;
|
|
2103
2097
|
padding: 20px;
|
|
2104
2098
|
}
|
|
2105
|
-
.
|
|
2099
|
+
._sectionManagement_75rsa_145 ._fixedActions_75rsa_163 {
|
|
2106
2100
|
display: flex;
|
|
2107
2101
|
justify-content: flex-end;
|
|
2108
2102
|
gap: 10px;
|
|
2109
2103
|
padding: 20px;
|
|
2110
2104
|
padding-bottom: 5px;
|
|
2111
2105
|
border-top: 1px solid var(--moz-text-secondary);
|
|
2112
|
-
}.
|
|
2106
|
+
}._drawer_1laol_1 {
|
|
2113
2107
|
position: fixed;
|
|
2114
2108
|
top: 0;
|
|
2115
2109
|
right: -200%;
|
|
2116
2110
|
width: auto;
|
|
2117
2111
|
height: 100%;
|
|
2118
|
-
background-color:
|
|
2119
|
-
color:
|
|
2112
|
+
background-color: var(--moz-cta-content-bg);
|
|
2113
|
+
color: var(--moz-text-primary);
|
|
2120
2114
|
transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
|
|
2121
2115
|
z-index: 151;
|
|
2122
2116
|
box-shadow: -4px 0 10px rgba(0, 0, 0, 0.3);
|
|
2123
2117
|
pointer-events: none;
|
|
2124
2118
|
}
|
|
2125
|
-
._drawer--
|
|
2119
|
+
._drawer--open_1laol_14 {
|
|
2126
2120
|
right: 0;
|
|
2127
2121
|
pointer-events: auto;
|
|
2128
2122
|
}
|
|
2129
|
-
.
|
|
2123
|
+
._drawer__overlay_1laol_18 {
|
|
2130
2124
|
position: fixed;
|
|
2131
2125
|
top: 0;
|
|
2132
2126
|
left: 0;
|
|
@@ -2138,48 +2132,48 @@ hr {
|
|
|
2138
2132
|
opacity: 0;
|
|
2139
2133
|
pointer-events: none;
|
|
2140
2134
|
}
|
|
2141
|
-
._drawer--
|
|
2135
|
+
._drawer--open_1laol_14 ._drawer__overlay_1laol_18 {
|
|
2142
2136
|
opacity: 1;
|
|
2143
2137
|
pointer-events: auto;
|
|
2144
2138
|
}
|
|
2145
|
-
.
|
|
2139
|
+
._drawer__content_1laol_34 {
|
|
2146
2140
|
position: relative;
|
|
2147
2141
|
z-index: 1052;
|
|
2148
2142
|
display: flex;
|
|
2149
2143
|
flex-direction: column;
|
|
2150
2144
|
height: 100%;
|
|
2151
|
-
background-color:
|
|
2145
|
+
background-color: var(--moz-cta-content-bg);
|
|
2152
2146
|
}
|
|
2153
|
-
.
|
|
2147
|
+
._drawer__header_1laol_42 {
|
|
2154
2148
|
padding: 16px;
|
|
2155
|
-
background-color:
|
|
2149
|
+
background-color: var(--moz-cta-content-bg);
|
|
2156
2150
|
display: flex;
|
|
2157
2151
|
justify-content: space-between;
|
|
2158
2152
|
align-items: center;
|
|
2159
|
-
border-bottom: 1px solid
|
|
2153
|
+
border-bottom: 1px solid var(--moz-border);
|
|
2160
2154
|
}
|
|
2161
|
-
.
|
|
2155
|
+
._drawer__header__content_1laol_50 {
|
|
2162
2156
|
display: flex;
|
|
2163
2157
|
flex-direction: column;
|
|
2164
2158
|
justify-content: flex-start;
|
|
2165
2159
|
gap: 0.25rem;
|
|
2166
2160
|
}
|
|
2167
|
-
.
|
|
2161
|
+
._drawer__header__content__desc_1laol_56 {
|
|
2168
2162
|
font-size: 14px;
|
|
2169
|
-
color:
|
|
2163
|
+
color: var(--moz-text-secondary);
|
|
2170
2164
|
}
|
|
2171
|
-
.
|
|
2165
|
+
._drawer__header_1laol_42 ._drawer__close_1laol_60 {
|
|
2172
2166
|
background: none;
|
|
2173
2167
|
border: none;
|
|
2174
|
-
color:
|
|
2168
|
+
color: var(--moz-text-primary);
|
|
2175
2169
|
font-size: 24px;
|
|
2176
2170
|
cursor: pointer;
|
|
2177
2171
|
transition: transform 0.2s;
|
|
2178
2172
|
}
|
|
2179
|
-
.
|
|
2173
|
+
._drawer__header_1laol_42 ._drawer__close_1laol_60:hover {
|
|
2180
2174
|
transform: scale(1.2);
|
|
2181
2175
|
}
|
|
2182
|
-
.
|
|
2176
|
+
._drawer__body_1laol_71 {
|
|
2183
2177
|
flex: 1;
|
|
2184
2178
|
overflow-y: auto;
|
|
2185
2179
|
padding: 16px;
|
|
@@ -2885,25 +2879,25 @@ hr {
|
|
|
2885
2879
|
}
|
|
2886
2880
|
._container_w3z1y_1 > div {
|
|
2887
2881
|
min-width: 100px;
|
|
2888
|
-
}.
|
|
2882
|
+
}._container_gr7hf_1 {
|
|
2889
2883
|
display: flex;
|
|
2890
2884
|
flex-wrap: wrap;
|
|
2891
2885
|
align-items: center;
|
|
2892
2886
|
gap: 1rem;
|
|
2893
2887
|
}
|
|
2894
2888
|
@media (max-width: 768px) {
|
|
2895
|
-
.
|
|
2889
|
+
._container_gr7hf_1 {
|
|
2896
2890
|
justify-content: center;
|
|
2897
2891
|
}
|
|
2898
2892
|
}
|
|
2899
2893
|
|
|
2900
|
-
.
|
|
2894
|
+
._slot_gr7hf_13 {
|
|
2901
2895
|
display: flex;
|
|
2902
2896
|
align-items: center;
|
|
2903
2897
|
gap: 1rem;
|
|
2904
2898
|
flex-wrap: wrap;
|
|
2905
2899
|
}
|
|
2906
|
-
.
|
|
2900
|
+
._slot_gr7hf_13 ._close_gr7hf_19 {
|
|
2907
2901
|
border: none;
|
|
2908
2902
|
background-color: var(--moz-cta-secondary);
|
|
2909
2903
|
color: var(--moz-cta-secondary-text);
|
|
@@ -2917,7 +2911,7 @@ hr {
|
|
|
2917
2911
|
margin-top: 1.5rem;
|
|
2918
2912
|
}
|
|
2919
2913
|
|
|
2920
|
-
.
|
|
2914
|
+
._add_gr7hf_33 {
|
|
2921
2915
|
margin-top: 1.5rem;
|
|
2922
2916
|
display: flex;
|
|
2923
2917
|
align-items: center;
|
|
@@ -2931,14 +2925,15 @@ hr {
|
|
|
2931
2925
|
padding-right: 0.6rem;
|
|
2932
2926
|
cursor: pointer;
|
|
2933
2927
|
}
|
|
2934
|
-
.
|
|
2928
|
+
._add_gr7hf_33 ._plus_gr7hf_47 {
|
|
2935
2929
|
height: 20px;
|
|
2936
2930
|
width: 20px;
|
|
2937
2931
|
display: flex;
|
|
2938
2932
|
justify-content: center;
|
|
2939
2933
|
align-items: center;
|
|
2940
2934
|
border-radius: 100%;
|
|
2941
|
-
|
|
2935
|
+
color: var(--moz-cta-secondary-text);
|
|
2936
|
+
border: 1px solid var(--moz-border);
|
|
2942
2937
|
}._regularHour_1xx5k_1 {
|
|
2943
2938
|
display: flex;
|
|
2944
2939
|
padding: 1.25rem 2rem;
|
|
@@ -4039,49 +4034,11 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4039
4034
|
background: var(--moz-cta-success-hover);
|
|
4040
4035
|
color: var(--moz-cta-success-text-hover);
|
|
4041
4036
|
}
|
|
4042
|
-
:root {
|
|
4043
|
-
--font-family: "Public Sans", sans-serif !important;
|
|
4044
|
-
--cta-primary: #25293C !important;
|
|
4045
|
-
--cta-primary-text: white !important;
|
|
4046
|
-
--cta-primary-hover: white !important;
|
|
4047
|
-
--cta-primary-text-hover: black !important;
|
|
4048
|
-
--moz-cta-secondary: #383868 !important;
|
|
4049
|
-
--moz-cta-secondary-text: white !important;
|
|
4050
|
-
--moz-cta-secondary-hover: white !important;
|
|
4051
|
-
--moz-cta-secondary-text-hover: black !important;
|
|
4052
|
-
--cta-secondary: #777 !important;
|
|
4053
|
-
--cta-secondary-text: #CFCDE4 !important;
|
|
4054
|
-
--cta-secondary-hover: #CFCDE4 !important;
|
|
4055
|
-
--cta-secondary-text-hover: black !important;
|
|
4056
|
-
--text-primary: white !important;
|
|
4057
|
-
--text-secondary: rgb(15, 163, 227) !important;
|
|
4058
|
-
--text-title: #CFCDE4 !important;
|
|
4059
|
-
--text-label: #CFCDE4 !important;
|
|
4060
|
-
--state-active: gray !important;
|
|
4061
|
-
--moz-state-active: #383868 !important;
|
|
4062
|
-
--moz-container-padding: 0 !important;
|
|
4063
|
-
--ant-picker-bg: #2F3349 !important;
|
|
4064
|
-
--ant-picker-border-radius: 6px !important;
|
|
4065
|
-
--ant-picker-text-color: #ffffff !important;
|
|
4066
|
-
--ant-picker-hover-cell-bg: #3A3D54 !important;
|
|
4067
|
-
--ant-picker-selected-cell-bg: #4C4F64 !important;
|
|
4068
|
-
--ant-picker-cell-hover-color: #ffffff !important;
|
|
4069
|
-
}
|
|
4070
|
-
body {
|
|
4071
|
-
margin: 0 !important;
|
|
4072
|
-
font-family: "Public Sans", sans-serif !important;
|
|
4073
|
-
font: italic !important;
|
|
4074
|
-
font-weight: normal !important;
|
|
4075
|
-
}
|
|
4076
|
-
h1, h2, h3, h4, h5, h6 {
|
|
4077
|
-
font-family: "Public Sans", sans-serif !important;
|
|
4078
|
-
font-weight: normal !important;
|
|
4079
|
-
}
|
|
4080
4037
|
hr {
|
|
4081
4038
|
border: 0;
|
|
4082
|
-
border-top: 2px solid
|
|
4039
|
+
border-top: 2px solid var(--moz-border) !important;
|
|
4083
4040
|
}
|
|
4084
|
-
.
|
|
4041
|
+
._mainConatiner_1qp4s_7 {
|
|
4085
4042
|
color: var(--moz-text-primary);
|
|
4086
4043
|
max-height: 100vh;
|
|
4087
4044
|
padding-left: 10px;
|
|
@@ -4091,7 +4048,7 @@ hr {
|
|
|
4091
4048
|
background-color: var(--moz-cta-body-bg);
|
|
4092
4049
|
overflow: hidden;
|
|
4093
4050
|
}
|
|
4094
|
-
.
|
|
4051
|
+
._mainConatiner_1qp4s_7 ._mainTableContainer_1qp4s_17 {
|
|
4095
4052
|
padding-top: 10px;
|
|
4096
4053
|
flex: 1;
|
|
4097
4054
|
display: flex;
|
|
@@ -4099,7 +4056,7 @@ hr {
|
|
|
4099
4056
|
overflow: hidden;
|
|
4100
4057
|
height: 100vh;
|
|
4101
4058
|
}
|
|
4102
|
-
.
|
|
4059
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer_1qp4s_25 {
|
|
4103
4060
|
width: auto;
|
|
4104
4061
|
padding: 1rem;
|
|
4105
4062
|
height: 100vh;
|
|
@@ -4109,100 +4066,100 @@ hr {
|
|
|
4109
4066
|
transition: 0.3s;
|
|
4110
4067
|
position: inherit;
|
|
4111
4068
|
}
|
|
4112
|
-
.
|
|
4069
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer_1qp4s_25 ._headerReferece_1qp4s_35 {
|
|
4113
4070
|
color: var(--moz-text-primary);
|
|
4114
4071
|
}
|
|
4115
|
-
.
|
|
4072
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer_1qp4s_25 ._sidebarCloseIcon_1qp4s_38 {
|
|
4116
4073
|
display: none;
|
|
4117
4074
|
}
|
|
4118
4075
|
@media (max-width: 768px) {
|
|
4119
|
-
.
|
|
4076
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer_1qp4s_25 {
|
|
4120
4077
|
width: 0px;
|
|
4121
4078
|
padding: 0;
|
|
4122
4079
|
}
|
|
4123
|
-
.
|
|
4080
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer--open_1qp4s_46 {
|
|
4124
4081
|
position: fixed;
|
|
4125
4082
|
right: 0px;
|
|
4126
4083
|
width: 100%;
|
|
4127
4084
|
padding: 1rem;
|
|
4128
4085
|
}
|
|
4129
|
-
.
|
|
4086
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer--close_1qp4s_52 {
|
|
4130
4087
|
position: inherit;
|
|
4131
4088
|
width: 0px;
|
|
4132
4089
|
padding: 0;
|
|
4133
4090
|
}
|
|
4134
|
-
.
|
|
4091
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer_1qp4s_25 ._sidebarCloseIcon_1qp4s_38 {
|
|
4135
4092
|
display: none;
|
|
4136
4093
|
}
|
|
4137
|
-
.
|
|
4094
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer_1qp4s_25 ._sidebarCloseIcon--show_1qp4s_60 {
|
|
4138
4095
|
display: block;
|
|
4139
4096
|
cursor: pointer;
|
|
4140
4097
|
}
|
|
4141
4098
|
}
|
|
4142
4099
|
@media (min-width: 768px) and (max-width: 1200px) {
|
|
4143
|
-
.
|
|
4100
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer_1qp4s_25 {
|
|
4144
4101
|
width: 0px;
|
|
4145
4102
|
padding: 0;
|
|
4146
4103
|
}
|
|
4147
|
-
.
|
|
4104
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer--open_1qp4s_46 {
|
|
4148
4105
|
position: fixed;
|
|
4149
4106
|
right: 0px;
|
|
4150
4107
|
width: 400px;
|
|
4151
4108
|
padding: 1rem;
|
|
4152
4109
|
}
|
|
4153
|
-
.
|
|
4110
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer--close_1qp4s_52 {
|
|
4154
4111
|
position: inherit;
|
|
4155
4112
|
width: 0px;
|
|
4156
4113
|
padding: 0;
|
|
4157
4114
|
}
|
|
4158
|
-
.
|
|
4115
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer_1qp4s_25 ._sidebarCloseIcon_1qp4s_38 {
|
|
4159
4116
|
display: none;
|
|
4160
4117
|
}
|
|
4161
|
-
.
|
|
4118
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer_1qp4s_25 ._sidebarCloseIcon--show_1qp4s_60 {
|
|
4162
4119
|
display: block;
|
|
4163
4120
|
cursor: pointer;
|
|
4164
4121
|
}
|
|
4165
4122
|
}
|
|
4166
|
-
.
|
|
4123
|
+
._headerContainer_1qp4s_90 {
|
|
4167
4124
|
display: flex;
|
|
4168
4125
|
justify-content: space-between;
|
|
4169
4126
|
align-items: center;
|
|
4170
4127
|
flex-wrap: wrap;
|
|
4171
4128
|
}
|
|
4172
|
-
.
|
|
4129
|
+
._headerContainer_1qp4s_90 ._searchContainer_1qp4s_96 {
|
|
4173
4130
|
display: flex;
|
|
4174
4131
|
align-items: center;
|
|
4175
4132
|
gap: 10px;
|
|
4176
4133
|
width: 180px;
|
|
4177
4134
|
}
|
|
4178
4135
|
@media (max-width: 768px) {
|
|
4179
|
-
.
|
|
4136
|
+
._headerContainer_1qp4s_90 ._searchContainer_1qp4s_96 {
|
|
4180
4137
|
width: 200px;
|
|
4181
4138
|
}
|
|
4182
4139
|
}
|
|
4183
|
-
.
|
|
4140
|
+
._headerContainer_1qp4s_90 ._buttonList_1qp4s_107 {
|
|
4184
4141
|
display: flex;
|
|
4185
4142
|
align-items: center;
|
|
4186
4143
|
gap: 0.5rem;
|
|
4187
4144
|
}
|
|
4188
|
-
.
|
|
4145
|
+
._headerContainer_1qp4s_90 ._buttonList_1qp4s_107 ._buttonItem_1qp4s_112 {
|
|
4189
4146
|
display: block;
|
|
4190
4147
|
transition: 0.3s;
|
|
4191
4148
|
}
|
|
4192
4149
|
@media (max-width: 768px) {
|
|
4193
|
-
.
|
|
4150
|
+
._headerContainer_1qp4s_90 ._buttonList_1qp4s_107 ._buttonItem_1qp4s_112 {
|
|
4194
4151
|
display: none;
|
|
4195
4152
|
}
|
|
4196
4153
|
}
|
|
4197
|
-
.
|
|
4154
|
+
._headerContainer_1qp4s_90 ._buttonList_1qp4s_107 ._addReservationButton_1qp4s_121 {
|
|
4198
4155
|
display: inherit;
|
|
4199
4156
|
}
|
|
4200
4157
|
@media (max-width: 768px) {
|
|
4201
|
-
.
|
|
4158
|
+
._headerContainer_1qp4s_90 ._buttonList_1qp4s_107 ._addReservationButton_1qp4s_121 {
|
|
4202
4159
|
display: none;
|
|
4203
4160
|
}
|
|
4204
4161
|
}
|
|
4205
|
-
.
|
|
4162
|
+
._tableTopHeader_1qp4s_130 {
|
|
4206
4163
|
display: flex;
|
|
4207
4164
|
justify-content: space-between;
|
|
4208
4165
|
align-items: center;
|
|
@@ -4211,50 +4168,50 @@ hr {
|
|
|
4211
4168
|
font: 1.125rem/1.75rem var(--moz-font-family-title);
|
|
4212
4169
|
}
|
|
4213
4170
|
@media (max-width: 768px) {
|
|
4214
|
-
.
|
|
4171
|
+
._tableTopHeader_1qp4s_130 {
|
|
4215
4172
|
font: 0.75rem/1.75rem var(--moz-font-family-title);
|
|
4216
4173
|
}
|
|
4217
4174
|
}
|
|
4218
|
-
.
|
|
4175
|
+
._tableTopHeaderContent_1qp4s_144 {
|
|
4219
4176
|
display: flex;
|
|
4220
4177
|
justify-content: space-between;
|
|
4221
4178
|
align-items: center;
|
|
4222
4179
|
margin-top: 20px;
|
|
4223
4180
|
margin-bottom: 10px;
|
|
4224
4181
|
}
|
|
4225
|
-
.
|
|
4182
|
+
._tableTopHeaderContent_1qp4s_144 ._tableTopHeaderContentText_1qp4s_151 {
|
|
4226
4183
|
font: 600 1.875rem/2.25rem var(--moz-font-family-title);
|
|
4227
4184
|
}
|
|
4228
4185
|
@media (max-width: 768px) {
|
|
4229
|
-
.
|
|
4186
|
+
._tableTopHeaderContent_1qp4s_144 ._tableTopHeaderContentText_1qp4s_151 {
|
|
4230
4187
|
font: 600 1.5rem/2rem var(--moz-font-family-title);
|
|
4231
4188
|
}
|
|
4232
4189
|
}
|
|
4233
|
-
.
|
|
4190
|
+
._tableRowContainer_1qp4s_160 {
|
|
4234
4191
|
display: flex;
|
|
4235
4192
|
flex-direction: column;
|
|
4236
4193
|
width: 100%;
|
|
4237
4194
|
gap: 0.5rem;
|
|
4238
4195
|
}
|
|
4239
|
-
.
|
|
4196
|
+
._tableRowContainer_1qp4s_160 ._tableRowCard_1qp4s_166 {
|
|
4240
4197
|
padding: 0;
|
|
4241
4198
|
background-color: var(--moz-cta-content-bg);
|
|
4242
4199
|
overflow-x: auto;
|
|
4243
4200
|
opacity: 0;
|
|
4244
4201
|
transform: translateX(-20px);
|
|
4245
|
-
animation:
|
|
4202
|
+
animation: _fadeInX_1qp4s_1 0.3s ease-in forwards;
|
|
4246
4203
|
}
|
|
4247
|
-
.
|
|
4204
|
+
._tableRowContainer_1qp4s_160 ._tableRowCard_1qp4s_166 ._canceled_1qp4s_174 {
|
|
4248
4205
|
text-decoration: line-through;
|
|
4249
4206
|
}
|
|
4250
|
-
.
|
|
4207
|
+
._tableRowContainer_1qp4s_160 ._tableRowCard_1qp4s_166 ._noData_1qp4s_177 {
|
|
4251
4208
|
display: flex;
|
|
4252
4209
|
justify-content: center;
|
|
4253
4210
|
align-items: center;
|
|
4254
4211
|
height: 100px;
|
|
4255
4212
|
color: var(--moz-text-secondary);
|
|
4256
4213
|
}
|
|
4257
|
-
.
|
|
4214
|
+
._tableRowContainer_1qp4s_160 ._tableRowHour_1qp4s_184 {
|
|
4258
4215
|
display: flex;
|
|
4259
4216
|
width: 150px;
|
|
4260
4217
|
flex-direction: column;
|
|
@@ -4266,25 +4223,25 @@ hr {
|
|
|
4266
4223
|
background-color: var(--moz-cta-content-sec-bg);
|
|
4267
4224
|
}
|
|
4268
4225
|
@media (max-width: 768px) {
|
|
4269
|
-
.
|
|
4226
|
+
._tableRowContainer_1qp4s_160 ._tableRowHour_1qp4s_184 {
|
|
4270
4227
|
padding: 0 0.5rem 0 0.5rem;
|
|
4271
4228
|
}
|
|
4272
4229
|
}
|
|
4273
|
-
.
|
|
4230
|
+
._tableRowContainer_1qp4s_160 ._tableRowHour_1qp4s_184 ._tableRowHourText_1qp4s_200 {
|
|
4274
4231
|
font: 600 1.6rem/2.25rem var(--moz-font-family-title);
|
|
4275
4232
|
}
|
|
4276
4233
|
@media (max-width: 768px) {
|
|
4277
|
-
.
|
|
4234
|
+
._tableRowContainer_1qp4s_160 ._tableRowHour_1qp4s_184 ._tableRowHourText_1qp4s_200 {
|
|
4278
4235
|
font: 1.25rem/1.75rem var(--moz-font-family-title);
|
|
4279
4236
|
}
|
|
4280
4237
|
}
|
|
4281
|
-
.
|
|
4238
|
+
._tableRowContainer_1qp4s_160 ._tableRowHour_1qp4s_184 ._hours_1qp4s_208 {
|
|
4282
4239
|
display: flex;
|
|
4283
4240
|
justify-content: center;
|
|
4284
4241
|
align-items: center;
|
|
4285
4242
|
gap: 0.5rem;
|
|
4286
4243
|
}
|
|
4287
|
-
.
|
|
4244
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 {
|
|
4288
4245
|
display: flex;
|
|
4289
4246
|
align-items: center;
|
|
4290
4247
|
gap: 0.5rem;
|
|
@@ -4294,26 +4251,26 @@ hr {
|
|
|
4294
4251
|
width: 100%;
|
|
4295
4252
|
}
|
|
4296
4253
|
@media (max-width: 768px) {
|
|
4297
|
-
.
|
|
4254
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 {
|
|
4298
4255
|
flex-direction: column;
|
|
4299
4256
|
padding: 0.5rem;
|
|
4300
4257
|
}
|
|
4301
4258
|
}
|
|
4302
|
-
.
|
|
4259
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowImage_1qp4s_229 {
|
|
4303
4260
|
width: 45px;
|
|
4304
4261
|
height: 45px;
|
|
4305
4262
|
border-radius: 50%;
|
|
4306
4263
|
margin-right: 10px;
|
|
4307
4264
|
}
|
|
4308
4265
|
@media (max-width: 768px) {
|
|
4309
|
-
.
|
|
4266
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowImage_1qp4s_229 {
|
|
4310
4267
|
width: 30px;
|
|
4311
4268
|
height: 30px;
|
|
4312
4269
|
border-radius: 50%;
|
|
4313
4270
|
margin-right: 5px;
|
|
4314
4271
|
}
|
|
4315
4272
|
}
|
|
4316
|
-
.
|
|
4273
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowContactContainer_1qp4s_243 {
|
|
4317
4274
|
display: flex;
|
|
4318
4275
|
flex-direction: column;
|
|
4319
4276
|
text-align: left;
|
|
@@ -4321,24 +4278,24 @@ hr {
|
|
|
4321
4278
|
max-width: 200px;
|
|
4322
4279
|
}
|
|
4323
4280
|
@media (max-width: 768px) {
|
|
4324
|
-
.
|
|
4281
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowContactContainer_1qp4s_243 {
|
|
4325
4282
|
text-align: center;
|
|
4326
4283
|
}
|
|
4327
4284
|
}
|
|
4328
|
-
.
|
|
4285
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowContactContainer_1qp4s_243 ._rowContactText_1qp4s_255 {
|
|
4329
4286
|
white-space: nowrap;
|
|
4330
4287
|
overflow: hidden;
|
|
4331
4288
|
text-overflow: ellipsis;
|
|
4332
4289
|
max-width: 100%;
|
|
4333
4290
|
}
|
|
4334
|
-
.
|
|
4291
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowContactContainer_1qp4s_243 ._rowContactPhone_1qp4s_261 {
|
|
4335
4292
|
white-space: nowrap;
|
|
4336
4293
|
overflow: hidden;
|
|
4337
4294
|
text-overflow: ellipsis;
|
|
4338
4295
|
max-width: 100%;
|
|
4339
4296
|
color: var(--moz-text-secondary);
|
|
4340
4297
|
}
|
|
4341
|
-
.
|
|
4298
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowSectionContainer_1qp4s_268 {
|
|
4342
4299
|
display: flex;
|
|
4343
4300
|
flex-direction: row;
|
|
4344
4301
|
text-align: center;
|
|
@@ -4346,25 +4303,25 @@ hr {
|
|
|
4346
4303
|
min-width: 200px;
|
|
4347
4304
|
}
|
|
4348
4305
|
@media (max-width: 768px) {
|
|
4349
|
-
.
|
|
4306
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowSectionContainer_1qp4s_268 {
|
|
4350
4307
|
justify-content: center;
|
|
4351
4308
|
gap: 20px;
|
|
4352
4309
|
}
|
|
4353
4310
|
}
|
|
4354
|
-
.
|
|
4311
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowSectionContainer_1qp4s_268 ._rowSection_1qp4s_268 ._rowSectionText_1qp4s_281 {
|
|
4355
4312
|
white-space: nowrap;
|
|
4356
4313
|
overflow: hidden;
|
|
4357
4314
|
text-overflow: ellipsis;
|
|
4358
4315
|
max-width: 100%;
|
|
4359
4316
|
}
|
|
4360
|
-
.
|
|
4317
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowSectionContainer_1qp4s_268 ._rowSection_1qp4s_268 ._rowSectionSecText_1qp4s_287 {
|
|
4361
4318
|
white-space: nowrap;
|
|
4362
4319
|
overflow: hidden;
|
|
4363
4320
|
text-overflow: ellipsis;
|
|
4364
4321
|
max-width: 100%;
|
|
4365
4322
|
color: var(--moz-text-secondary);
|
|
4366
4323
|
}
|
|
4367
|
-
.
|
|
4324
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowActionButton_1qp4s_294 {
|
|
4368
4325
|
min-width: 200px;
|
|
4369
4326
|
display: flex;
|
|
4370
4327
|
flex: 1;
|
|
@@ -4372,16 +4329,16 @@ hr {
|
|
|
4372
4329
|
display: inherit;
|
|
4373
4330
|
}
|
|
4374
4331
|
@media (max-width: 768px) {
|
|
4375
|
-
.
|
|
4332
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowActionButton_1qp4s_294 {
|
|
4376
4333
|
display: none;
|
|
4377
4334
|
}
|
|
4378
4335
|
}
|
|
4379
|
-
.
|
|
4336
|
+
._bookingInfoContainer_1qp4s_307 {
|
|
4380
4337
|
width: 100%;
|
|
4381
4338
|
display: flex;
|
|
4382
4339
|
justify-content: space-between;
|
|
4383
4340
|
}
|
|
4384
|
-
.
|
|
4341
|
+
._bookingInfoContainer_1qp4s_307 ._bookingInfoCardColumn_1qp4s_312 {
|
|
4385
4342
|
display: flex;
|
|
4386
4343
|
flex-direction: column;
|
|
4387
4344
|
gap: 10px;
|
|
@@ -4389,11 +4346,11 @@ hr {
|
|
|
4389
4346
|
flex-wrap: wrap;
|
|
4390
4347
|
margin: 10px;
|
|
4391
4348
|
}
|
|
4392
|
-
.
|
|
4349
|
+
._bookingInfoContainer_1qp4s_307 ._bookingInfoCardColumn_1qp4s_312 ._bookingInfoCardContainer_1qp4s_320 {
|
|
4393
4350
|
display: flex;
|
|
4394
4351
|
gap: 10px;
|
|
4395
4352
|
}
|
|
4396
|
-
.
|
|
4353
|
+
._bookingInfoContainer_1qp4s_307 ._bookingInfoCardColumn_1qp4s_312 ._bookingInfoCardContainer_1qp4s_320 ._bookingInfoCard_1qp4s_312 {
|
|
4397
4354
|
width: 43px;
|
|
4398
4355
|
height: 43px;
|
|
4399
4356
|
background-color: var(--moz-cta-content-sec-bg);
|
|
@@ -4401,19 +4358,19 @@ hr {
|
|
|
4401
4358
|
padding: 10px;
|
|
4402
4359
|
border-radius: 6px;
|
|
4403
4360
|
}
|
|
4404
|
-
.
|
|
4361
|
+
._bookingInfoContainer_1qp4s_307 ._bookingInfoCardColumn_1qp4s_312 ._bookingInfoCardContainer_1qp4s_320 ._bookingInfoCardContent_1qp4s_332 {
|
|
4405
4362
|
display: flex;
|
|
4406
4363
|
flex-direction: column;
|
|
4407
4364
|
justify-content: center;
|
|
4408
4365
|
gap: 4px;
|
|
4409
4366
|
}
|
|
4410
|
-
.
|
|
4367
|
+
._bookingInfoContainer_1qp4s_307 ._bookingInfoCardColumn_1qp4s_312 ._bookingInfoCardContainer_1qp4s_320 ._bookingInfoCardContent_1qp4s_332 ._bookingInfoCardTitle_1qp4s_338 {
|
|
4411
4368
|
color: white;
|
|
4412
4369
|
}
|
|
4413
|
-
.
|
|
4370
|
+
._bookingInfoContainer_1qp4s_307 ._bookingInfoCardColumn_1qp4s_312 ._bookingInfoCardContainer_1qp4s_320 ._bookingInfoCardContent_1qp4s_332 ._bookingInfoCardText_1qp4s_341 {
|
|
4414
4371
|
color: var(--moz-text-secondary);
|
|
4415
4372
|
}
|
|
4416
|
-
@keyframes
|
|
4373
|
+
@keyframes _fadeInX_1qp4s_1 {
|
|
4417
4374
|
from {
|
|
4418
4375
|
opacity: 0;
|
|
4419
4376
|
transform: translateX(-20px);
|
|
@@ -31045,12 +31002,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
31045
31002
|
--state-active: gray !important;
|
|
31046
31003
|
--moz-state-active: #383868 !important;
|
|
31047
31004
|
--moz-container-padding: 0 !important;
|
|
31048
|
-
--ant-picker-bg: #2F3349 !important;
|
|
31049
|
-
--ant-picker-border-radius: 6px !important;
|
|
31050
|
-
--ant-picker-text-color: #ffffff !important;
|
|
31051
|
-
--ant-picker-hover-cell-bg: #3A3D54 !important;
|
|
31052
|
-
--ant-picker-selected-cell-bg: #4C4F64 !important;
|
|
31053
|
-
--ant-picker-cell-hover-color: #ffffff !important;
|
|
31054
31005
|
}
|
|
31055
31006
|
body {
|
|
31056
31007
|
margin: 0 !important;
|
|
@@ -31066,7 +31017,7 @@ hr {
|
|
|
31066
31017
|
border: 0;
|
|
31067
31018
|
border-top: 2px solid #42465a;
|
|
31068
31019
|
}
|
|
31069
|
-
._my-masonry-
|
|
31020
|
+
._my-masonry-grid_70uhk_42 {
|
|
31070
31021
|
display: -webkit-box;
|
|
31071
31022
|
/* Not needed if autoprefixing */
|
|
31072
31023
|
display: -ms-flexbox;
|
|
@@ -31076,16 +31027,16 @@ hr {
|
|
|
31076
31027
|
/* gutter size offset */
|
|
31077
31028
|
width: auto;
|
|
31078
31029
|
}
|
|
31079
|
-
._my-masonry-
|
|
31030
|
+
._my-masonry-grid_column_70uhk_53 {
|
|
31080
31031
|
padding-left: 40px;
|
|
31081
31032
|
/* gutter size */
|
|
31082
31033
|
background-clip: padding-box;
|
|
31083
31034
|
}
|
|
31084
|
-
._my-masonry-
|
|
31035
|
+
._my-masonry-grid_column_70uhk_53 > div {
|
|
31085
31036
|
/* change div to reference your elements you put in <Masonry> */
|
|
31086
31037
|
margin-bottom: 40px;
|
|
31087
31038
|
}
|
|
31088
|
-
.
|
|
31039
|
+
._mainConatiner_70uhk_64 {
|
|
31089
31040
|
color: var(--moz-text-primary);
|
|
31090
31041
|
height: 100vh;
|
|
31091
31042
|
max-height: 100vh;
|
|
@@ -31096,13 +31047,13 @@ hr {
|
|
|
31096
31047
|
overflow: hidden;
|
|
31097
31048
|
overflow-y: auto;
|
|
31098
31049
|
}
|
|
31099
|
-
.
|
|
31050
|
+
._mainConatiner_70uhk_64 ._header_70uhk_75 {
|
|
31100
31051
|
display: flex;
|
|
31101
31052
|
justify-content: flex-start;
|
|
31102
31053
|
align-items: center;
|
|
31103
31054
|
padding: 1.25rem;
|
|
31104
31055
|
}
|
|
31105
|
-
.
|
|
31056
|
+
._mainConatiner_70uhk_64 ._content_70uhk_81 {
|
|
31106
31057
|
display: flex;
|
|
31107
31058
|
justify-content: center;
|
|
31108
31059
|
align-items: flex-start;
|
|
@@ -31110,30 +31061,30 @@ hr {
|
|
|
31110
31061
|
padding: 1.5rem;
|
|
31111
31062
|
overflow-y: auto;
|
|
31112
31063
|
}
|
|
31113
|
-
.
|
|
31064
|
+
._textSecondary_70uhk_90 {
|
|
31114
31065
|
color: var(--moz-text-secondary);
|
|
31115
31066
|
}
|
|
31116
|
-
.
|
|
31067
|
+
._sectionCard_70uhk_94 {
|
|
31117
31068
|
padding: 0;
|
|
31118
31069
|
max-width: 400px;
|
|
31119
31070
|
background-color: var(--moz-cta-content-bg);
|
|
31120
31071
|
}
|
|
31121
|
-
.
|
|
31072
|
+
._sectionCard_70uhk_94 ._cardHeader_70uhk_99 {
|
|
31122
31073
|
padding: 1.5rem;
|
|
31123
31074
|
}
|
|
31124
|
-
.
|
|
31075
|
+
._sectionCard_70uhk_94 ._cardHeader_70uhk_99 ._cardTitle_70uhk_102 {
|
|
31125
31076
|
font-size: 18px;
|
|
31126
31077
|
color: var(--moz-text-label);
|
|
31127
31078
|
}
|
|
31128
|
-
.
|
|
31079
|
+
._sectionCard_70uhk_94 ._cardHeader_70uhk_99 ._cardDesc_70uhk_106 {
|
|
31129
31080
|
font-size: 14px;
|
|
31130
31081
|
color: var(--moz-text-secondary);
|
|
31131
31082
|
}
|
|
31132
|
-
.
|
|
31083
|
+
._sectionCard_70uhk_94 ._cardBody_70uhk_110 {
|
|
31133
31084
|
padding: 1.5rem;
|
|
31134
31085
|
color: var(--moz-text-label);
|
|
31135
31086
|
}
|
|
31136
|
-
.
|
|
31087
|
+
._sectionCard_70uhk_94 ._cardFooter_70uhk_114 ._cardFooterContent_70uhk_114 {
|
|
31137
31088
|
padding: 0.5rem;
|
|
31138
31089
|
display: flex;
|
|
31139
31090
|
justify-content: center;
|
|
@@ -31144,25 +31095,25 @@ hr {
|
|
|
31144
31095
|
color: var(--moz-text-secondary);
|
|
31145
31096
|
cursor: pointer;
|
|
31146
31097
|
}
|
|
31147
|
-
.
|
|
31098
|
+
._sectionManagement_70uhk_126 ._sectionFormRow_70uhk_126 {
|
|
31148
31099
|
display: flex;
|
|
31149
31100
|
gap: 0.75rem;
|
|
31150
31101
|
padding: 1.5rem;
|
|
31151
31102
|
justify-content: center;
|
|
31152
31103
|
align-items: center;
|
|
31153
31104
|
}
|
|
31154
|
-
.
|
|
31105
|
+
._sectionManagement_70uhk_126 ._drawerContent_70uhk_133 {
|
|
31155
31106
|
display: flex;
|
|
31156
31107
|
flex-direction: column;
|
|
31157
31108
|
height: 100%;
|
|
31158
31109
|
}
|
|
31159
|
-
.
|
|
31110
|
+
._sectionManagement_70uhk_126 ._scrollableForm_70uhk_138 {
|
|
31160
31111
|
flex: 1;
|
|
31161
31112
|
overflow-y: auto;
|
|
31162
31113
|
padding-top: 0px;
|
|
31163
31114
|
padding: 20px;
|
|
31164
31115
|
}
|
|
31165
|
-
.
|
|
31116
|
+
._sectionManagement_70uhk_126 ._fixedActions_70uhk_144 {
|
|
31166
31117
|
display: flex;
|
|
31167
31118
|
justify-content: flex-end;
|
|
31168
31119
|
gap: 10px;
|
|
@@ -31170,19 +31121,19 @@ hr {
|
|
|
31170
31121
|
padding-bottom: 5px;
|
|
31171
31122
|
border-top: 1px solid var(--moz-text-tertiary);
|
|
31172
31123
|
}
|
|
31173
|
-
.
|
|
31124
|
+
._specialDatesInfoText_70uhk_153 {
|
|
31174
31125
|
color: var(--moz-text-secondary);
|
|
31175
31126
|
font-size: 14px;
|
|
31176
31127
|
padding: 5px;
|
|
31177
31128
|
padding-top: 0;
|
|
31178
31129
|
padding-bottom: 0;
|
|
31179
31130
|
}
|
|
31180
|
-
.
|
|
31131
|
+
._closeIcon_70uhk_161 {
|
|
31181
31132
|
color: var(--moz-text-primary);
|
|
31182
31133
|
cursor: "pointer";
|
|
31183
31134
|
margin-top: 20;
|
|
31184
31135
|
}
|
|
31185
|
-
.
|
|
31136
|
+
._deleteIcon_70uhk_167 {
|
|
31186
31137
|
color: var(--moz-cta-danger);
|
|
31187
31138
|
cursor: "pointer";
|
|
31188
31139
|
}._form_p8f7t_1 {
|