mozrest-sdk-react-dev 0.3.39 → 0.3.41

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.
Files changed (3) hide show
  1. package/mozrest-sdk.es.js +456 -295
  2. package/package.json +1 -1
  3. package/style.css +98 -70
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mozrest-sdk-react-dev",
3
- "version": "0.3.39",
3
+ "version": "0.3.41",
4
4
  "main": "mozrest-sdk.es.js",
5
5
  "keywords": [
6
6
  "mozrest"
package/style.css CHANGED
@@ -4964,13 +4964,13 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
4964
4964
  background: var(--moz-cta-success-hover);
4965
4965
  color: var(--moz-cta-success-text-hover);
4966
4966
  }
4967
- ._mainWrapper_1dw33_2 {
4967
+ ._mainWrapper_8bjty_2 {
4968
4968
  display: flex;
4969
4969
  flex-direction: column;
4970
4970
  height: 100vh;
4971
4971
  overflow: hidden;
4972
4972
  }
4973
- ._mainConatiner_1dw33_9 {
4973
+ ._mainConatiner_8bjty_9 {
4974
4974
  color: var(--moz-text-primary);
4975
4975
  flex: 1;
4976
4976
  padding-left: 10px;
@@ -4981,7 +4981,7 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
4981
4981
  overflow: hidden;
4982
4982
  min-height: 0;
4983
4983
  }
4984
- ._mainConatiner_1dw33_9 ._mainTableContainer_1dw33_20 {
4984
+ ._mainConatiner_8bjty_9 ._mainTableContainer_8bjty_20 {
4985
4985
  padding-top: 10px;
4986
4986
  flex: 1;
4987
4987
  display: flex;
@@ -4989,7 +4989,7 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
4989
4989
  overflow: hidden;
4990
4990
  min-height: 0;
4991
4991
  }
4992
- ._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 {
4992
+ ._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 {
4993
4993
  width: auto;
4994
4994
  padding: 1rem;
4995
4995
  display: flex;
@@ -4997,17 +4997,17 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
4997
4997
  background-color: var(--moz-cta-content-bg);
4998
4998
  box-shadow: -5px 30px 10px rgba(0, 0, 0, 0.1);
4999
4999
  }
5000
- ._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarContent_1dw33_36 {
5000
+ ._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarContent_8bjty_36 {
5001
5001
  display: flex;
5002
5002
  flex-direction: column;
5003
5003
  height: 100%;
5004
5004
  }
5005
- ._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarHeader_1dw33_41 {
5005
+ ._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarHeader_8bjty_41 {
5006
5006
  display: flex;
5007
5007
  align-items: center;
5008
5008
  justify-content: space-between;
5009
5009
  }
5010
- ._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarMainContent_1dw33_46 {
5010
+ ._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarMainContent_8bjty_46 {
5011
5011
  flex: 1;
5012
5012
  display: flex;
5013
5013
  flex-direction: column;
@@ -5015,123 +5015,151 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
5015
5015
  padding: 1rem;
5016
5016
  gap: 1.5rem;
5017
5017
  }
5018
- ._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarFooter_1dw33_54 {
5018
+ ._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarFooter_8bjty_54 {
5019
5019
  display: flex;
5020
5020
  flex-direction: column;
5021
5021
  gap: 1rem;
5022
5022
  }
5023
- ._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._headerReferece_1dw33_59 {
5023
+ ._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._headerReferece_8bjty_59 {
5024
5024
  color: var(--moz-text-primary);
5025
5025
  }
5026
- ._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarCloseIcon_1dw33_62 {
5026
+ ._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarCloseIcon_8bjty_62 {
5027
5027
  display: none;
5028
5028
  }
5029
5029
  @media (max-width: 768px) {
5030
- ._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 {
5030
+ ._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 {
5031
5031
  width: 0px;
5032
5032
  padding: 0;
5033
5033
  }
5034
- ._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarContent_1dw33_36 {
5034
+ ._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarContent_8bjty_36 {
5035
5035
  display: none;
5036
5036
  }
5037
- ._mainConatiner_1dw33_9 ._mainSidebarContainer--open_1dw33_73 {
5037
+ ._mainConatiner_8bjty_9 ._mainSidebarContainer--open_8bjty_73 {
5038
5038
  position: fixed;
5039
5039
  right: 0px;
5040
5040
  width: 100%;
5041
5041
  padding: 1rem;
5042
5042
  }
5043
- ._mainConatiner_1dw33_9 ._mainSidebarContainer--close_1dw33_79 {
5043
+ ._mainConatiner_8bjty_9 ._mainSidebarContainer--close_8bjty_79 {
5044
5044
  position: inherit;
5045
5045
  width: 0px;
5046
5046
  padding: 0;
5047
5047
  }
5048
- ._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarCloseIcon_1dw33_62 {
5048
+ ._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarCloseIcon_8bjty_62 {
5049
5049
  display: none;
5050
5050
  }
5051
- ._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarCloseIcon--show_1dw33_87 {
5051
+ ._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarCloseIcon--show_8bjty_87 {
5052
5052
  display: block;
5053
5053
  cursor: pointer;
5054
5054
  }
5055
5055
  }
5056
5056
  @media (min-width: 768px) and (max-width: 1200px) {
5057
- ._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 {
5057
+ ._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 {
5058
5058
  width: 0px;
5059
5059
  padding: 0;
5060
5060
  height: calc(100vh - var(--enable-onboarding-height, 20px));
5061
5061
  transition: width 0.3s ease-in-out;
5062
5062
  }
5063
- ._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarContent_1dw33_36 {
5063
+ ._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarContent_8bjty_36 {
5064
5064
  display: none;
5065
5065
  }
5066
- ._mainConatiner_1dw33_9 ._mainSidebarContainer--open_1dw33_73 {
5066
+ ._mainConatiner_8bjty_9 ._mainSidebarContainer--open_8bjty_73 {
5067
5067
  position: fixed;
5068
5068
  right: 0px;
5069
5069
  width: 450px;
5070
5070
  padding: 1rem;
5071
5071
  }
5072
- ._mainConatiner_1dw33_9 ._mainSidebarContainer--open_1dw33_73 ._sidebarContent_1dw33_36 {
5072
+ ._mainConatiner_8bjty_9 ._mainSidebarContainer--open_8bjty_73 ._sidebarContent_8bjty_36 {
5073
5073
  display: flex;
5074
5074
  }
5075
- ._mainConatiner_1dw33_9 ._mainSidebarContainer--close_1dw33_79 {
5075
+ ._mainConatiner_8bjty_9 ._mainSidebarContainer--close_8bjty_79 {
5076
5076
  position: inherit;
5077
5077
  width: 0px;
5078
5078
  padding: 0;
5079
5079
  }
5080
- ._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarCloseIcon_1dw33_62 {
5080
+ ._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarCloseIcon_8bjty_62 {
5081
5081
  display: none;
5082
5082
  }
5083
- ._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarCloseIcon--show_1dw33_87 {
5083
+ ._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarCloseIcon--show_8bjty_87 {
5084
5084
  display: block;
5085
5085
  cursor: pointer;
5086
5086
  }
5087
5087
  }
5088
- ._headerContainer_1dw33_125 {
5088
+ ._headerContainer_8bjty_125 {
5089
5089
  display: flex;
5090
5090
  justify-content: space-between;
5091
5091
  align-items: center;
5092
5092
  flex-wrap: wrap;
5093
5093
  }
5094
- ._headerContainer_1dw33_125 ._searchContainer_1dw33_131 {
5094
+ ._headerContainer_8bjty_125 ._searchContainer_8bjty_131 {
5095
5095
  display: flex;
5096
5096
  align-items: center;
5097
5097
  gap: 10px;
5098
5098
  width: 180px;
5099
5099
  }
5100
5100
  @media (max-width: 768px) {
5101
- ._headerContainer_1dw33_125 ._searchContainer_1dw33_131 {
5101
+ ._headerContainer_8bjty_125 ._searchContainer_8bjty_131 {
5102
5102
  width: 200px;
5103
5103
  }
5104
5104
  }
5105
- ._headerContainer_1dw33_125 ._buttonList_1dw33_142 {
5105
+ ._headerContainer_8bjty_125 ._buttonList_8bjty_142 {
5106
5106
  display: flex;
5107
5107
  align-items: center;
5108
5108
  gap: 0.5rem;
5109
5109
  }
5110
- ._headerContainer_1dw33_125 ._buttonList_1dw33_142 ._buttonItem_1dw33_147 {
5110
+ ._headerContainer_8bjty_125 ._buttonList_8bjty_142 ._buttonItem_8bjty_147 {
5111
5111
  display: block;
5112
5112
  transition: 0.3s;
5113
5113
  }
5114
5114
  @media (max-width: 768px) {
5115
- ._headerContainer_1dw33_125 ._buttonList_1dw33_142 ._buttonItem_1dw33_147 {
5115
+ ._headerContainer_8bjty_125 ._buttonList_8bjty_142 ._buttonItem_8bjty_147 {
5116
5116
  display: none;
5117
5117
  }
5118
5118
  }
5119
- ._headerContainer_1dw33_125 ._buttonList_1dw33_142 ._addReservationButton_1dw33_156 {
5119
+ ._headerContainer_8bjty_125 ._buttonList_8bjty_142 ._addReservationButton_8bjty_156 {
5120
5120
  display: inherit;
5121
5121
  }
5122
5122
  @media (max-width: 768px) {
5123
- ._headerContainer_1dw33_125 ._buttonList_1dw33_142 ._addReservationButton_1dw33_156 {
5123
+ ._headerContainer_8bjty_125 ._buttonList_8bjty_142 ._addReservationButton_8bjty_156 {
5124
5124
  display: none;
5125
5125
  }
5126
5126
  }
5127
- ._hideCancellationsContainer_1dw33_165 {
5127
+ ._hideCancellationsContainer_8bjty_165 {
5128
5128
  display: flex;
5129
5129
  align-items: center;
5130
5130
  justify-content: flex-end;
5131
5131
  gap: 0.5rem;
5132
5132
  margin-top: 10px;
5133
5133
  }
5134
- ._tableTopHeader_1dw33_173 {
5134
+ ._customerVisitContainer_8bjty_173 {
5135
+ display: flex;
5136
+ align-items: center;
5137
+ justify-content: flex-start;
5138
+ gap: 0.5rem;
5139
+ margin-top: 0px;
5140
+ flex: 1;
5141
+ border-radius: 6px;
5142
+ padding-left: 10px;
5143
+ padding-right: 10px;
5144
+ color: var(--moz-cta-primary-text);
5145
+ }
5146
+ ._customerVisitContainer_8bjty_173._multipleVisits_8bjty_185 {
5147
+ background: var(--moz-cta-primary);
5148
+ }
5149
+ ._customerVisitContainer_8bjty_173._singleVisit_8bjty_188 {
5150
+ background: var(--moz-cta-success);
5151
+ }
5152
+ ._customerVisitContainer_8bjty_173._loading_8bjty_191 {
5153
+ display: flex;
5154
+ align-items: center;
5155
+ justify-content: center;
5156
+ background: var(--moz-cta-content-sec-bg);
5157
+ }
5158
+ ._customerVisitContainer_8bjty_173 h4, ._customerVisitContainer_8bjty_173 h5 {
5159
+ color: inherit;
5160
+ margin: 0;
5161
+ }
5162
+ ._tableTopHeader_8bjty_202 {
5135
5163
  display: flex;
5136
5164
  justify-content: space-between;
5137
5165
  align-items: center;
@@ -5140,50 +5168,50 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
5140
5168
  font: 1.125rem/1.75rem var(--moz-font-family-title);
5141
5169
  }
5142
5170
  @media (max-width: 768px) {
5143
- ._tableTopHeader_1dw33_173 {
5171
+ ._tableTopHeader_8bjty_202 {
5144
5172
  font: 0.75rem/1.75rem var(--moz-font-family-title);
5145
5173
  }
5146
5174
  }
5147
- ._tableTopHeaderContent_1dw33_187 {
5175
+ ._tableTopHeaderContent_8bjty_216 {
5148
5176
  display: flex;
5149
5177
  justify-content: space-between;
5150
5178
  align-items: center;
5151
5179
  margin-top: 20px;
5152
5180
  margin-bottom: 10px;
5153
5181
  }
5154
- ._tableTopHeaderContent_1dw33_187 ._tableTopHeaderContentText_1dw33_194 {
5182
+ ._tableTopHeaderContent_8bjty_216 ._tableTopHeaderContentText_8bjty_223 {
5155
5183
  font: 600 1.875rem/2.25rem var(--moz-font-family-title);
5156
5184
  }
5157
5185
  @media (max-width: 768px) {
5158
- ._tableTopHeaderContent_1dw33_187 ._tableTopHeaderContentText_1dw33_194 {
5186
+ ._tableTopHeaderContent_8bjty_216 ._tableTopHeaderContentText_8bjty_223 {
5159
5187
  font: 600 1.5rem/2rem var(--moz-font-family-title);
5160
5188
  }
5161
5189
  }
5162
- ._tableRowContainer_1dw33_203 {
5190
+ ._tableRowContainer_8bjty_232 {
5163
5191
  display: flex;
5164
5192
  flex-direction: column;
5165
5193
  width: 100%;
5166
5194
  gap: 0.5rem;
5167
5195
  }
5168
- ._tableRowContainer_1dw33_203 ._tableRowCard_1dw33_209 {
5196
+ ._tableRowContainer_8bjty_232 ._tableRowCard_8bjty_238 {
5169
5197
  padding: 0;
5170
5198
  background-color: var(--moz-cta-content-bg);
5171
5199
  overflow-x: auto;
5172
5200
  opacity: 0;
5173
5201
  transform: translateX(-20px);
5174
- animation: _fadeInX_1dw33_1 0.3s ease-in forwards;
5202
+ animation: _fadeInX_8bjty_1 0.3s ease-in forwards;
5175
5203
  }
5176
- ._tableRowContainer_1dw33_203 ._tableRowCard_1dw33_209 ._canceled_1dw33_217 {
5204
+ ._tableRowContainer_8bjty_232 ._tableRowCard_8bjty_238 ._canceled_8bjty_246 {
5177
5205
  text-decoration: line-through;
5178
5206
  }
5179
- ._tableRowContainer_1dw33_203 ._tableRowCard_1dw33_209 ._noData_1dw33_220 {
5207
+ ._tableRowContainer_8bjty_232 ._tableRowCard_8bjty_238 ._noData_8bjty_249 {
5180
5208
  display: flex;
5181
5209
  justify-content: center;
5182
5210
  align-items: center;
5183
5211
  height: 100px;
5184
5212
  color: var(--moz-text-secondary);
5185
5213
  }
5186
- ._tableRowContainer_1dw33_203 ._tableRowHour_1dw33_227 {
5214
+ ._tableRowContainer_8bjty_232 ._tableRowHour_8bjty_256 {
5187
5215
  display: flex;
5188
5216
  width: 150px;
5189
5217
  flex-direction: column;
@@ -5195,25 +5223,25 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
5195
5223
  background-color: var(--moz-cta-content-sec-bg);
5196
5224
  }
5197
5225
  @media (max-width: 768px) {
5198
- ._tableRowContainer_1dw33_203 ._tableRowHour_1dw33_227 {
5226
+ ._tableRowContainer_8bjty_232 ._tableRowHour_8bjty_256 {
5199
5227
  padding: 0 0.5rem 0 0.5rem;
5200
5228
  }
5201
5229
  }
5202
- ._tableRowContainer_1dw33_203 ._tableRowHour_1dw33_227 ._tableRowHourText_1dw33_243 {
5230
+ ._tableRowContainer_8bjty_232 ._tableRowHour_8bjty_256 ._tableRowHourText_8bjty_272 {
5203
5231
  font: 600 1.6rem/2.25rem var(--moz-font-family-title);
5204
5232
  }
5205
5233
  @media (max-width: 768px) {
5206
- ._tableRowContainer_1dw33_203 ._tableRowHour_1dw33_227 ._tableRowHourText_1dw33_243 {
5234
+ ._tableRowContainer_8bjty_232 ._tableRowHour_8bjty_256 ._tableRowHourText_8bjty_272 {
5207
5235
  font: 1.25rem/1.75rem var(--moz-font-family-title);
5208
5236
  }
5209
5237
  }
5210
- ._tableRowContainer_1dw33_203 ._tableRowHour_1dw33_227 ._hours_1dw33_251 {
5238
+ ._tableRowContainer_8bjty_232 ._tableRowHour_8bjty_256 ._hours_8bjty_280 {
5211
5239
  display: flex;
5212
5240
  justify-content: center;
5213
5241
  align-items: center;
5214
5242
  gap: 0.5rem;
5215
5243
  }
5216
- ._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 {
5244
+ ._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 {
5217
5245
  display: flex;
5218
5246
  align-items: center;
5219
5247
  gap: 0.5rem;
@@ -5223,26 +5251,26 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
5223
5251
  width: 100%;
5224
5252
  }
5225
5253
  @media (max-width: 768px) {
5226
- ._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 {
5254
+ ._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 {
5227
5255
  flex-direction: column;
5228
5256
  padding: 0.5rem;
5229
5257
  }
5230
5258
  }
5231
- ._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowImage_1dw33_272 {
5259
+ ._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowImage_8bjty_301 {
5232
5260
  width: 45px;
5233
5261
  height: 45px;
5234
5262
  border-radius: 50%;
5235
5263
  margin-right: 10px;
5236
5264
  }
5237
5265
  @media (max-width: 768px) {
5238
- ._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowImage_1dw33_272 {
5266
+ ._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowImage_8bjty_301 {
5239
5267
  width: 30px;
5240
5268
  height: 30px;
5241
5269
  border-radius: 50%;
5242
5270
  margin-right: 5px;
5243
5271
  }
5244
5272
  }
5245
- ._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowContactContainer_1dw33_286 {
5273
+ ._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowContactContainer_8bjty_315 {
5246
5274
  display: flex;
5247
5275
  flex-direction: column;
5248
5276
  text-align: left;
@@ -5250,24 +5278,24 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
5250
5278
  max-width: 200px;
5251
5279
  }
5252
5280
  @media (max-width: 768px) {
5253
- ._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowContactContainer_1dw33_286 {
5281
+ ._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowContactContainer_8bjty_315 {
5254
5282
  text-align: center;
5255
5283
  }
5256
5284
  }
5257
- ._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowContactContainer_1dw33_286 ._rowContactText_1dw33_298 {
5285
+ ._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowContactContainer_8bjty_315 ._rowContactText_8bjty_327 {
5258
5286
  white-space: nowrap;
5259
5287
  overflow: hidden;
5260
5288
  text-overflow: ellipsis;
5261
5289
  max-width: 100%;
5262
5290
  }
5263
- ._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowContactContainer_1dw33_286 ._rowContactPhone_1dw33_304 {
5291
+ ._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowContactContainer_8bjty_315 ._rowContactPhone_8bjty_333 {
5264
5292
  white-space: nowrap;
5265
5293
  overflow: hidden;
5266
5294
  text-overflow: ellipsis;
5267
5295
  max-width: 100%;
5268
5296
  color: var(--moz-text-secondary);
5269
5297
  }
5270
- ._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowSectionContainer_1dw33_311 {
5298
+ ._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowSectionContainer_8bjty_340 {
5271
5299
  display: flex;
5272
5300
  flex-direction: row;
5273
5301
  text-align: center;
@@ -5275,25 +5303,25 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
5275
5303
  min-width: 200px;
5276
5304
  }
5277
5305
  @media (max-width: 768px) {
5278
- ._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowSectionContainer_1dw33_311 {
5306
+ ._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowSectionContainer_8bjty_340 {
5279
5307
  justify-content: center;
5280
5308
  gap: 20px;
5281
5309
  }
5282
5310
  }
5283
- ._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowSectionContainer_1dw33_311 ._rowSection_1dw33_311 ._rowSectionText_1dw33_324 {
5311
+ ._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowSectionContainer_8bjty_340 ._rowSection_8bjty_340 ._rowSectionText_8bjty_353 {
5284
5312
  white-space: nowrap;
5285
5313
  overflow: hidden;
5286
5314
  text-overflow: ellipsis;
5287
5315
  max-width: 100%;
5288
5316
  }
5289
- ._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowSectionContainer_1dw33_311 ._rowSection_1dw33_311 ._rowSectionSecText_1dw33_330 {
5317
+ ._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowSectionContainer_8bjty_340 ._rowSection_8bjty_340 ._rowSectionSecText_8bjty_359 {
5290
5318
  white-space: nowrap;
5291
5319
  overflow: hidden;
5292
5320
  text-overflow: ellipsis;
5293
5321
  max-width: 100%;
5294
5322
  color: var(--moz-text-secondary);
5295
5323
  }
5296
- ._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowActionButton_1dw33_337 {
5324
+ ._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowActionButton_8bjty_366 {
5297
5325
  min-width: 200px;
5298
5326
  display: flex;
5299
5327
  flex: 1;
@@ -5301,16 +5329,16 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
5301
5329
  display: inherit;
5302
5330
  }
5303
5331
  @media (max-width: 768px) {
5304
- ._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowActionButton_1dw33_337 {
5332
+ ._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowActionButton_8bjty_366 {
5305
5333
  display: none;
5306
5334
  }
5307
5335
  }
5308
- ._bookingInfoContainer_1dw33_350 {
5336
+ ._bookingInfoContainer_8bjty_379 {
5309
5337
  width: 100%;
5310
5338
  display: flex;
5311
5339
  justify-content: space-between;
5312
5340
  }
5313
- ._bookingInfoContainer_1dw33_350 ._bookingInfoCardColumn_1dw33_355 {
5341
+ ._bookingInfoContainer_8bjty_379 ._bookingInfoCardColumn_8bjty_384 {
5314
5342
  display: flex;
5315
5343
  flex-direction: column;
5316
5344
  gap: 10px;
@@ -5318,11 +5346,11 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
5318
5346
  flex-wrap: wrap;
5319
5347
  margin: 10px;
5320
5348
  }
5321
- ._bookingInfoContainer_1dw33_350 ._bookingInfoCardColumn_1dw33_355 ._bookingInfoCardContainer_1dw33_363 {
5349
+ ._bookingInfoContainer_8bjty_379 ._bookingInfoCardColumn_8bjty_384 ._bookingInfoCardContainer_8bjty_392 {
5322
5350
  display: flex;
5323
5351
  gap: 10px;
5324
5352
  }
5325
- ._bookingInfoContainer_1dw33_350 ._bookingInfoCardColumn_1dw33_355 ._bookingInfoCardContainer_1dw33_363 ._bookingInfoCard_1dw33_355 {
5353
+ ._bookingInfoContainer_8bjty_379 ._bookingInfoCardColumn_8bjty_384 ._bookingInfoCardContainer_8bjty_392 ._bookingInfoCard_8bjty_384 {
5326
5354
  width: 43px;
5327
5355
  height: 43px;
5328
5356
  background-color: var(--moz-cta-content-sec-bg);
@@ -5330,19 +5358,19 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
5330
5358
  padding: 10px;
5331
5359
  border-radius: 6px;
5332
5360
  }
5333
- ._bookingInfoContainer_1dw33_350 ._bookingInfoCardColumn_1dw33_355 ._bookingInfoCardContainer_1dw33_363 ._bookingInfoCardContent_1dw33_375 {
5361
+ ._bookingInfoContainer_8bjty_379 ._bookingInfoCardColumn_8bjty_384 ._bookingInfoCardContainer_8bjty_392 ._bookingInfoCardContent_8bjty_404 {
5334
5362
  display: flex;
5335
5363
  flex-direction: column;
5336
5364
  justify-content: center;
5337
5365
  gap: 4px;
5338
5366
  }
5339
- ._bookingInfoContainer_1dw33_350 ._bookingInfoCardColumn_1dw33_355 ._bookingInfoCardContainer_1dw33_363 ._bookingInfoCardContent_1dw33_375 ._bookingInfoCardTitle_1dw33_381 {
5367
+ ._bookingInfoContainer_8bjty_379 ._bookingInfoCardColumn_8bjty_384 ._bookingInfoCardContainer_8bjty_392 ._bookingInfoCardContent_8bjty_404 ._bookingInfoCardTitle_8bjty_410 {
5340
5368
  color: var(--moz-text-primary);
5341
5369
  }
5342
- ._bookingInfoContainer_1dw33_350 ._bookingInfoCardColumn_1dw33_355 ._bookingInfoCardContainer_1dw33_363 ._bookingInfoCardContent_1dw33_375 ._bookingInfoCardText_1dw33_384 {
5370
+ ._bookingInfoContainer_8bjty_379 ._bookingInfoCardColumn_8bjty_384 ._bookingInfoCardContainer_8bjty_392 ._bookingInfoCardContent_8bjty_404 ._bookingInfoCardText_8bjty_413 {
5343
5371
  color: var(--moz-text-secondary);
5344
5372
  }
5345
- ._enableOnboardingContainer_1dw33_388 {
5373
+ ._enableOnboardingContainer_8bjty_417 {
5346
5374
  background-color: var(--moz-cta-soft-danger);
5347
5375
  color: var(--moz-cta-danger-text);
5348
5376
  padding: 10px;
@@ -5353,7 +5381,7 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
5353
5381
  justify-content: space-between;
5354
5382
  align-items: center;
5355
5383
  }
5356
- @keyframes _fadeInX_1dw33_1 {
5384
+ @keyframes _fadeInX_8bjty_1 {
5357
5385
  from {
5358
5386
  opacity: 0;
5359
5387
  transform: translateX(-20px);