mozrest-sdk-react-dev 0.3.23 → 0.3.26
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 +39069 -2011
- package/package.json +1 -1
- package/style.css +425 -120
package/style.css
CHANGED
|
@@ -4040,132 +4040,167 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4040
4040
|
background: var(--moz-cta-success-hover);
|
|
4041
4041
|
color: var(--moz-cta-success-text-hover);
|
|
4042
4042
|
}
|
|
4043
|
-
|
|
4044
|
-
|
|
4045
|
-
|
|
4043
|
+
._mainWrapper_6p1lo_2 {
|
|
4044
|
+
display: flex;
|
|
4045
|
+
flex-direction: column;
|
|
4046
|
+
height: 100vh;
|
|
4047
|
+
overflow: hidden;
|
|
4046
4048
|
}
|
|
4047
|
-
.
|
|
4049
|
+
._mainConatiner_6p1lo_9 {
|
|
4048
4050
|
color: var(--moz-text-primary);
|
|
4049
|
-
|
|
4051
|
+
flex: 1;
|
|
4050
4052
|
padding-left: 10px;
|
|
4051
4053
|
padding-right: 0;
|
|
4052
4054
|
display: flex !important;
|
|
4053
4055
|
gap: 0.75rem;
|
|
4054
4056
|
background-color: var(--moz-cta-body-bg);
|
|
4055
4057
|
overflow: hidden;
|
|
4058
|
+
min-height: 0;
|
|
4056
4059
|
}
|
|
4057
|
-
.
|
|
4060
|
+
._mainConatiner_6p1lo_9 ._mainTableContainer_6p1lo_20 {
|
|
4058
4061
|
padding-top: 10px;
|
|
4059
4062
|
flex: 1;
|
|
4060
4063
|
display: flex;
|
|
4061
4064
|
flex-direction: column;
|
|
4062
4065
|
overflow: hidden;
|
|
4063
|
-
height:
|
|
4066
|
+
min-height: 0;
|
|
4064
4067
|
}
|
|
4065
|
-
.
|
|
4068
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer_6p1lo_28 {
|
|
4066
4069
|
width: auto;
|
|
4067
4070
|
padding: 1rem;
|
|
4068
|
-
|
|
4071
|
+
display: flex;
|
|
4072
|
+
flex-direction: column;
|
|
4069
4073
|
background-color: var(--moz-cta-content-bg);
|
|
4070
4074
|
box-shadow: -5px 30px 10px rgba(0, 0, 0, 0.1);
|
|
4075
|
+
}
|
|
4076
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer_6p1lo_28 ._sidebarContent_6p1lo_36 {
|
|
4077
|
+
display: flex;
|
|
4078
|
+
flex-direction: column;
|
|
4079
|
+
height: 100%;
|
|
4080
|
+
}
|
|
4081
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer_6p1lo_28 ._sidebarHeader_6p1lo_41 {
|
|
4082
|
+
display: flex;
|
|
4083
|
+
align-items: center;
|
|
4084
|
+
justify-content: space-between;
|
|
4085
|
+
}
|
|
4086
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer_6p1lo_28 ._sidebarMainContent_6p1lo_46 {
|
|
4087
|
+
flex: 1;
|
|
4088
|
+
display: flex;
|
|
4089
|
+
flex-direction: column;
|
|
4071
4090
|
overflow-y: auto;
|
|
4072
|
-
|
|
4073
|
-
|
|
4091
|
+
padding: 1rem;
|
|
4092
|
+
gap: 1.5rem;
|
|
4074
4093
|
}
|
|
4075
|
-
.
|
|
4094
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer_6p1lo_28 ._sidebarFooter_6p1lo_54 {
|
|
4095
|
+
display: flex;
|
|
4096
|
+
flex-direction: column;
|
|
4097
|
+
gap: 1rem;
|
|
4098
|
+
}
|
|
4099
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer_6p1lo_28 ._headerReferece_6p1lo_59 {
|
|
4076
4100
|
color: var(--moz-text-primary);
|
|
4077
4101
|
}
|
|
4078
|
-
.
|
|
4102
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer_6p1lo_28 ._sidebarCloseIcon_6p1lo_62 {
|
|
4079
4103
|
display: none;
|
|
4080
4104
|
}
|
|
4081
4105
|
@media (max-width: 768px) {
|
|
4082
|
-
.
|
|
4106
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer_6p1lo_28 {
|
|
4083
4107
|
width: 0px;
|
|
4084
4108
|
padding: 0;
|
|
4085
4109
|
}
|
|
4086
|
-
.
|
|
4110
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer_6p1lo_28 ._sidebarContent_6p1lo_36 {
|
|
4111
|
+
display: none;
|
|
4112
|
+
}
|
|
4113
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer--open_6p1lo_73 {
|
|
4087
4114
|
position: fixed;
|
|
4088
4115
|
right: 0px;
|
|
4089
4116
|
width: 100%;
|
|
4090
4117
|
padding: 1rem;
|
|
4091
4118
|
}
|
|
4092
|
-
.
|
|
4119
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer--close_6p1lo_79 {
|
|
4093
4120
|
position: inherit;
|
|
4094
4121
|
width: 0px;
|
|
4095
4122
|
padding: 0;
|
|
4096
4123
|
}
|
|
4097
|
-
.
|
|
4124
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer_6p1lo_28 ._sidebarCloseIcon_6p1lo_62 {
|
|
4098
4125
|
display: none;
|
|
4099
4126
|
}
|
|
4100
|
-
.
|
|
4127
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer_6p1lo_28 ._sidebarCloseIcon--show_6p1lo_87 {
|
|
4101
4128
|
display: block;
|
|
4102
4129
|
cursor: pointer;
|
|
4103
4130
|
}
|
|
4104
4131
|
}
|
|
4105
4132
|
@media (min-width: 768px) and (max-width: 1200px) {
|
|
4106
|
-
.
|
|
4133
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer_6p1lo_28 {
|
|
4107
4134
|
width: 0px;
|
|
4108
4135
|
padding: 0;
|
|
4136
|
+
height: calc(100vh - var(--enable-onboarding-height, 20px));
|
|
4137
|
+
transition: width 0.3s ease-in-out;
|
|
4138
|
+
}
|
|
4139
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer_6p1lo_28 ._sidebarContent_6p1lo_36 {
|
|
4140
|
+
display: none;
|
|
4109
4141
|
}
|
|
4110
|
-
.
|
|
4142
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer--open_6p1lo_73 {
|
|
4111
4143
|
position: fixed;
|
|
4112
4144
|
right: 0px;
|
|
4113
|
-
width:
|
|
4145
|
+
width: 450px;
|
|
4114
4146
|
padding: 1rem;
|
|
4115
4147
|
}
|
|
4116
|
-
.
|
|
4148
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer--open_6p1lo_73 ._sidebarContent_6p1lo_36 {
|
|
4149
|
+
display: flex;
|
|
4150
|
+
}
|
|
4151
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer--close_6p1lo_79 {
|
|
4117
4152
|
position: inherit;
|
|
4118
4153
|
width: 0px;
|
|
4119
4154
|
padding: 0;
|
|
4120
4155
|
}
|
|
4121
|
-
.
|
|
4156
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer_6p1lo_28 ._sidebarCloseIcon_6p1lo_62 {
|
|
4122
4157
|
display: none;
|
|
4123
4158
|
}
|
|
4124
|
-
.
|
|
4159
|
+
._mainConatiner_6p1lo_9 ._mainSidebarContainer_6p1lo_28 ._sidebarCloseIcon--show_6p1lo_87 {
|
|
4125
4160
|
display: block;
|
|
4126
4161
|
cursor: pointer;
|
|
4127
4162
|
}
|
|
4128
4163
|
}
|
|
4129
|
-
.
|
|
4164
|
+
._headerContainer_6p1lo_125 {
|
|
4130
4165
|
display: flex;
|
|
4131
4166
|
justify-content: space-between;
|
|
4132
4167
|
align-items: center;
|
|
4133
4168
|
flex-wrap: wrap;
|
|
4134
4169
|
}
|
|
4135
|
-
.
|
|
4170
|
+
._headerContainer_6p1lo_125 ._searchContainer_6p1lo_131 {
|
|
4136
4171
|
display: flex;
|
|
4137
4172
|
align-items: center;
|
|
4138
4173
|
gap: 10px;
|
|
4139
4174
|
width: 180px;
|
|
4140
4175
|
}
|
|
4141
4176
|
@media (max-width: 768px) {
|
|
4142
|
-
.
|
|
4177
|
+
._headerContainer_6p1lo_125 ._searchContainer_6p1lo_131 {
|
|
4143
4178
|
width: 200px;
|
|
4144
4179
|
}
|
|
4145
4180
|
}
|
|
4146
|
-
.
|
|
4181
|
+
._headerContainer_6p1lo_125 ._buttonList_6p1lo_142 {
|
|
4147
4182
|
display: flex;
|
|
4148
4183
|
align-items: center;
|
|
4149
4184
|
gap: 0.5rem;
|
|
4150
4185
|
}
|
|
4151
|
-
.
|
|
4186
|
+
._headerContainer_6p1lo_125 ._buttonList_6p1lo_142 ._buttonItem_6p1lo_147 {
|
|
4152
4187
|
display: block;
|
|
4153
4188
|
transition: 0.3s;
|
|
4154
4189
|
}
|
|
4155
4190
|
@media (max-width: 768px) {
|
|
4156
|
-
.
|
|
4191
|
+
._headerContainer_6p1lo_125 ._buttonList_6p1lo_142 ._buttonItem_6p1lo_147 {
|
|
4157
4192
|
display: none;
|
|
4158
4193
|
}
|
|
4159
4194
|
}
|
|
4160
|
-
.
|
|
4195
|
+
._headerContainer_6p1lo_125 ._buttonList_6p1lo_142 ._addReservationButton_6p1lo_156 {
|
|
4161
4196
|
display: inherit;
|
|
4162
4197
|
}
|
|
4163
4198
|
@media (max-width: 768px) {
|
|
4164
|
-
.
|
|
4199
|
+
._headerContainer_6p1lo_125 ._buttonList_6p1lo_142 ._addReservationButton_6p1lo_156 {
|
|
4165
4200
|
display: none;
|
|
4166
4201
|
}
|
|
4167
4202
|
}
|
|
4168
|
-
.
|
|
4203
|
+
._tableTopHeader_6p1lo_165 {
|
|
4169
4204
|
display: flex;
|
|
4170
4205
|
justify-content: space-between;
|
|
4171
4206
|
align-items: center;
|
|
@@ -4174,50 +4209,50 @@ hr {
|
|
|
4174
4209
|
font: 1.125rem/1.75rem var(--moz-font-family-title);
|
|
4175
4210
|
}
|
|
4176
4211
|
@media (max-width: 768px) {
|
|
4177
|
-
.
|
|
4212
|
+
._tableTopHeader_6p1lo_165 {
|
|
4178
4213
|
font: 0.75rem/1.75rem var(--moz-font-family-title);
|
|
4179
4214
|
}
|
|
4180
4215
|
}
|
|
4181
|
-
.
|
|
4216
|
+
._tableTopHeaderContent_6p1lo_179 {
|
|
4182
4217
|
display: flex;
|
|
4183
4218
|
justify-content: space-between;
|
|
4184
4219
|
align-items: center;
|
|
4185
4220
|
margin-top: 20px;
|
|
4186
4221
|
margin-bottom: 10px;
|
|
4187
4222
|
}
|
|
4188
|
-
.
|
|
4223
|
+
._tableTopHeaderContent_6p1lo_179 ._tableTopHeaderContentText_6p1lo_186 {
|
|
4189
4224
|
font: 600 1.875rem/2.25rem var(--moz-font-family-title);
|
|
4190
4225
|
}
|
|
4191
4226
|
@media (max-width: 768px) {
|
|
4192
|
-
.
|
|
4227
|
+
._tableTopHeaderContent_6p1lo_179 ._tableTopHeaderContentText_6p1lo_186 {
|
|
4193
4228
|
font: 600 1.5rem/2rem var(--moz-font-family-title);
|
|
4194
4229
|
}
|
|
4195
4230
|
}
|
|
4196
|
-
.
|
|
4231
|
+
._tableRowContainer_6p1lo_195 {
|
|
4197
4232
|
display: flex;
|
|
4198
4233
|
flex-direction: column;
|
|
4199
4234
|
width: 100%;
|
|
4200
4235
|
gap: 0.5rem;
|
|
4201
4236
|
}
|
|
4202
|
-
.
|
|
4237
|
+
._tableRowContainer_6p1lo_195 ._tableRowCard_6p1lo_201 {
|
|
4203
4238
|
padding: 0;
|
|
4204
4239
|
background-color: var(--moz-cta-content-bg);
|
|
4205
4240
|
overflow-x: auto;
|
|
4206
4241
|
opacity: 0;
|
|
4207
4242
|
transform: translateX(-20px);
|
|
4208
|
-
animation:
|
|
4243
|
+
animation: _fadeInX_6p1lo_1 0.3s ease-in forwards;
|
|
4209
4244
|
}
|
|
4210
|
-
.
|
|
4245
|
+
._tableRowContainer_6p1lo_195 ._tableRowCard_6p1lo_201 ._canceled_6p1lo_209 {
|
|
4211
4246
|
text-decoration: line-through;
|
|
4212
4247
|
}
|
|
4213
|
-
.
|
|
4248
|
+
._tableRowContainer_6p1lo_195 ._tableRowCard_6p1lo_201 ._noData_6p1lo_212 {
|
|
4214
4249
|
display: flex;
|
|
4215
4250
|
justify-content: center;
|
|
4216
4251
|
align-items: center;
|
|
4217
4252
|
height: 100px;
|
|
4218
4253
|
color: var(--moz-text-secondary);
|
|
4219
4254
|
}
|
|
4220
|
-
.
|
|
4255
|
+
._tableRowContainer_6p1lo_195 ._tableRowHour_6p1lo_219 {
|
|
4221
4256
|
display: flex;
|
|
4222
4257
|
width: 150px;
|
|
4223
4258
|
flex-direction: column;
|
|
@@ -4229,25 +4264,25 @@ hr {
|
|
|
4229
4264
|
background-color: var(--moz-cta-content-sec-bg);
|
|
4230
4265
|
}
|
|
4231
4266
|
@media (max-width: 768px) {
|
|
4232
|
-
.
|
|
4267
|
+
._tableRowContainer_6p1lo_195 ._tableRowHour_6p1lo_219 {
|
|
4233
4268
|
padding: 0 0.5rem 0 0.5rem;
|
|
4234
4269
|
}
|
|
4235
4270
|
}
|
|
4236
|
-
.
|
|
4271
|
+
._tableRowContainer_6p1lo_195 ._tableRowHour_6p1lo_219 ._tableRowHourText_6p1lo_235 {
|
|
4237
4272
|
font: 600 1.6rem/2.25rem var(--moz-font-family-title);
|
|
4238
4273
|
}
|
|
4239
4274
|
@media (max-width: 768px) {
|
|
4240
|
-
.
|
|
4275
|
+
._tableRowContainer_6p1lo_195 ._tableRowHour_6p1lo_219 ._tableRowHourText_6p1lo_235 {
|
|
4241
4276
|
font: 1.25rem/1.75rem var(--moz-font-family-title);
|
|
4242
4277
|
}
|
|
4243
4278
|
}
|
|
4244
|
-
.
|
|
4279
|
+
._tableRowContainer_6p1lo_195 ._tableRowHour_6p1lo_219 ._hours_6p1lo_243 {
|
|
4245
4280
|
display: flex;
|
|
4246
4281
|
justify-content: center;
|
|
4247
4282
|
align-items: center;
|
|
4248
4283
|
gap: 0.5rem;
|
|
4249
4284
|
}
|
|
4250
|
-
.
|
|
4285
|
+
._tableRowContainer_6p1lo_195 ._tableRowContent_6p1lo_249 {
|
|
4251
4286
|
display: flex;
|
|
4252
4287
|
align-items: center;
|
|
4253
4288
|
gap: 0.5rem;
|
|
@@ -4257,26 +4292,26 @@ hr {
|
|
|
4257
4292
|
width: 100%;
|
|
4258
4293
|
}
|
|
4259
4294
|
@media (max-width: 768px) {
|
|
4260
|
-
.
|
|
4295
|
+
._tableRowContainer_6p1lo_195 ._tableRowContent_6p1lo_249 {
|
|
4261
4296
|
flex-direction: column;
|
|
4262
4297
|
padding: 0.5rem;
|
|
4263
4298
|
}
|
|
4264
4299
|
}
|
|
4265
|
-
.
|
|
4300
|
+
._tableRowContainer_6p1lo_195 ._tableRowContent_6p1lo_249 ._rowImage_6p1lo_264 {
|
|
4266
4301
|
width: 45px;
|
|
4267
4302
|
height: 45px;
|
|
4268
4303
|
border-radius: 50%;
|
|
4269
4304
|
margin-right: 10px;
|
|
4270
4305
|
}
|
|
4271
4306
|
@media (max-width: 768px) {
|
|
4272
|
-
.
|
|
4307
|
+
._tableRowContainer_6p1lo_195 ._tableRowContent_6p1lo_249 ._rowImage_6p1lo_264 {
|
|
4273
4308
|
width: 30px;
|
|
4274
4309
|
height: 30px;
|
|
4275
4310
|
border-radius: 50%;
|
|
4276
4311
|
margin-right: 5px;
|
|
4277
4312
|
}
|
|
4278
4313
|
}
|
|
4279
|
-
.
|
|
4314
|
+
._tableRowContainer_6p1lo_195 ._tableRowContent_6p1lo_249 ._rowContactContainer_6p1lo_278 {
|
|
4280
4315
|
display: flex;
|
|
4281
4316
|
flex-direction: column;
|
|
4282
4317
|
text-align: left;
|
|
@@ -4284,24 +4319,24 @@ hr {
|
|
|
4284
4319
|
max-width: 200px;
|
|
4285
4320
|
}
|
|
4286
4321
|
@media (max-width: 768px) {
|
|
4287
|
-
.
|
|
4322
|
+
._tableRowContainer_6p1lo_195 ._tableRowContent_6p1lo_249 ._rowContactContainer_6p1lo_278 {
|
|
4288
4323
|
text-align: center;
|
|
4289
4324
|
}
|
|
4290
4325
|
}
|
|
4291
|
-
.
|
|
4326
|
+
._tableRowContainer_6p1lo_195 ._tableRowContent_6p1lo_249 ._rowContactContainer_6p1lo_278 ._rowContactText_6p1lo_290 {
|
|
4292
4327
|
white-space: nowrap;
|
|
4293
4328
|
overflow: hidden;
|
|
4294
4329
|
text-overflow: ellipsis;
|
|
4295
4330
|
max-width: 100%;
|
|
4296
4331
|
}
|
|
4297
|
-
.
|
|
4332
|
+
._tableRowContainer_6p1lo_195 ._tableRowContent_6p1lo_249 ._rowContactContainer_6p1lo_278 ._rowContactPhone_6p1lo_296 {
|
|
4298
4333
|
white-space: nowrap;
|
|
4299
4334
|
overflow: hidden;
|
|
4300
4335
|
text-overflow: ellipsis;
|
|
4301
4336
|
max-width: 100%;
|
|
4302
4337
|
color: var(--moz-text-secondary);
|
|
4303
4338
|
}
|
|
4304
|
-
.
|
|
4339
|
+
._tableRowContainer_6p1lo_195 ._tableRowContent_6p1lo_249 ._rowSectionContainer_6p1lo_303 {
|
|
4305
4340
|
display: flex;
|
|
4306
4341
|
flex-direction: row;
|
|
4307
4342
|
text-align: center;
|
|
@@ -4309,25 +4344,25 @@ hr {
|
|
|
4309
4344
|
min-width: 200px;
|
|
4310
4345
|
}
|
|
4311
4346
|
@media (max-width: 768px) {
|
|
4312
|
-
.
|
|
4347
|
+
._tableRowContainer_6p1lo_195 ._tableRowContent_6p1lo_249 ._rowSectionContainer_6p1lo_303 {
|
|
4313
4348
|
justify-content: center;
|
|
4314
4349
|
gap: 20px;
|
|
4315
4350
|
}
|
|
4316
4351
|
}
|
|
4317
|
-
.
|
|
4352
|
+
._tableRowContainer_6p1lo_195 ._tableRowContent_6p1lo_249 ._rowSectionContainer_6p1lo_303 ._rowSection_6p1lo_303 ._rowSectionText_6p1lo_316 {
|
|
4318
4353
|
white-space: nowrap;
|
|
4319
4354
|
overflow: hidden;
|
|
4320
4355
|
text-overflow: ellipsis;
|
|
4321
4356
|
max-width: 100%;
|
|
4322
4357
|
}
|
|
4323
|
-
.
|
|
4358
|
+
._tableRowContainer_6p1lo_195 ._tableRowContent_6p1lo_249 ._rowSectionContainer_6p1lo_303 ._rowSection_6p1lo_303 ._rowSectionSecText_6p1lo_322 {
|
|
4324
4359
|
white-space: nowrap;
|
|
4325
4360
|
overflow: hidden;
|
|
4326
4361
|
text-overflow: ellipsis;
|
|
4327
4362
|
max-width: 100%;
|
|
4328
4363
|
color: var(--moz-text-secondary);
|
|
4329
4364
|
}
|
|
4330
|
-
.
|
|
4365
|
+
._tableRowContainer_6p1lo_195 ._tableRowContent_6p1lo_249 ._rowActionButton_6p1lo_329 {
|
|
4331
4366
|
min-width: 200px;
|
|
4332
4367
|
display: flex;
|
|
4333
4368
|
flex: 1;
|
|
@@ -4335,16 +4370,16 @@ hr {
|
|
|
4335
4370
|
display: inherit;
|
|
4336
4371
|
}
|
|
4337
4372
|
@media (max-width: 768px) {
|
|
4338
|
-
.
|
|
4373
|
+
._tableRowContainer_6p1lo_195 ._tableRowContent_6p1lo_249 ._rowActionButton_6p1lo_329 {
|
|
4339
4374
|
display: none;
|
|
4340
4375
|
}
|
|
4341
4376
|
}
|
|
4342
|
-
.
|
|
4377
|
+
._bookingInfoContainer_6p1lo_342 {
|
|
4343
4378
|
width: 100%;
|
|
4344
4379
|
display: flex;
|
|
4345
4380
|
justify-content: space-between;
|
|
4346
4381
|
}
|
|
4347
|
-
.
|
|
4382
|
+
._bookingInfoContainer_6p1lo_342 ._bookingInfoCardColumn_6p1lo_347 {
|
|
4348
4383
|
display: flex;
|
|
4349
4384
|
flex-direction: column;
|
|
4350
4385
|
gap: 10px;
|
|
@@ -4352,11 +4387,11 @@ hr {
|
|
|
4352
4387
|
flex-wrap: wrap;
|
|
4353
4388
|
margin: 10px;
|
|
4354
4389
|
}
|
|
4355
|
-
.
|
|
4390
|
+
._bookingInfoContainer_6p1lo_342 ._bookingInfoCardColumn_6p1lo_347 ._bookingInfoCardContainer_6p1lo_355 {
|
|
4356
4391
|
display: flex;
|
|
4357
4392
|
gap: 10px;
|
|
4358
4393
|
}
|
|
4359
|
-
.
|
|
4394
|
+
._bookingInfoContainer_6p1lo_342 ._bookingInfoCardColumn_6p1lo_347 ._bookingInfoCardContainer_6p1lo_355 ._bookingInfoCard_6p1lo_347 {
|
|
4360
4395
|
width: 43px;
|
|
4361
4396
|
height: 43px;
|
|
4362
4397
|
background-color: var(--moz-cta-content-sec-bg);
|
|
@@ -4364,19 +4399,30 @@ hr {
|
|
|
4364
4399
|
padding: 10px;
|
|
4365
4400
|
border-radius: 6px;
|
|
4366
4401
|
}
|
|
4367
|
-
.
|
|
4402
|
+
._bookingInfoContainer_6p1lo_342 ._bookingInfoCardColumn_6p1lo_347 ._bookingInfoCardContainer_6p1lo_355 ._bookingInfoCardContent_6p1lo_367 {
|
|
4368
4403
|
display: flex;
|
|
4369
4404
|
flex-direction: column;
|
|
4370
4405
|
justify-content: center;
|
|
4371
4406
|
gap: 4px;
|
|
4372
4407
|
}
|
|
4373
|
-
.
|
|
4408
|
+
._bookingInfoContainer_6p1lo_342 ._bookingInfoCardColumn_6p1lo_347 ._bookingInfoCardContainer_6p1lo_355 ._bookingInfoCardContent_6p1lo_367 ._bookingInfoCardTitle_6p1lo_373 {
|
|
4374
4409
|
color: var(--moz-text-primary);
|
|
4375
4410
|
}
|
|
4376
|
-
.
|
|
4411
|
+
._bookingInfoContainer_6p1lo_342 ._bookingInfoCardColumn_6p1lo_347 ._bookingInfoCardContainer_6p1lo_355 ._bookingInfoCardContent_6p1lo_367 ._bookingInfoCardText_6p1lo_376 {
|
|
4377
4412
|
color: var(--moz-text-secondary);
|
|
4378
4413
|
}
|
|
4379
|
-
|
|
4414
|
+
._enableOnboardingContainer_6p1lo_380 {
|
|
4415
|
+
background-color: var(--moz-cta-soft-danger);
|
|
4416
|
+
color: var(--moz-cta-danger-text);
|
|
4417
|
+
padding: 10px;
|
|
4418
|
+
border-radius: 6px;
|
|
4419
|
+
display: flex;
|
|
4420
|
+
flex-wrap: wrap;
|
|
4421
|
+
gap: 0.5rem;
|
|
4422
|
+
justify-content: space-between;
|
|
4423
|
+
align-items: center;
|
|
4424
|
+
}
|
|
4425
|
+
@keyframes _fadeInX_6p1lo_1 {
|
|
4380
4426
|
from {
|
|
4381
4427
|
opacity: 0;
|
|
4382
4428
|
transform: translateX(-20px);
|
|
@@ -30986,28 +31032,12 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
30986
31032
|
flex-direction: column !important;
|
|
30987
31033
|
}
|
|
30988
31034
|
}
|
|
30989
|
-
|
|
30990
|
-
:
|
|
30991
|
-
|
|
30992
|
-
|
|
30993
|
-
|
|
30994
|
-
|
|
30995
|
-
--cta-primary-text-hover: black !important;
|
|
30996
|
-
--moz-cta-secondary: #383868 !important;
|
|
30997
|
-
--moz-cta-secondary-text: white !important;
|
|
30998
|
-
--moz-cta-secondary-hover: white !important;
|
|
30999
|
-
--moz-cta-secondary-text-hover: black !important;
|
|
31000
|
-
--cta-secondary: #777 !important;
|
|
31001
|
-
--cta-secondary-text: #CFCDE4 !important;
|
|
31002
|
-
--cta-secondary-hover: #CFCDE4 !important;
|
|
31003
|
-
--cta-secondary-text-hover: black !important;
|
|
31004
|
-
--text-primary: white !important;
|
|
31005
|
-
--text-secondary: rgb(15, 163, 227) !important;
|
|
31006
|
-
--text-title: #CFCDE4 !important;
|
|
31007
|
-
--text-label: #CFCDE4 !important;
|
|
31008
|
-
--state-active: gray !important;
|
|
31009
|
-
--moz-state-active: #383868 !important;
|
|
31010
|
-
--moz-container-padding: 0 !important;
|
|
31035
|
+
._divider_1k33v_1 {
|
|
31036
|
+
width: 100%;
|
|
31037
|
+
}
|
|
31038
|
+
._divider_1k33v_1 hr {
|
|
31039
|
+
border: 0;
|
|
31040
|
+
border-top: 1px solid var(--moz-border) !important;
|
|
31011
31041
|
}
|
|
31012
31042
|
body {
|
|
31013
31043
|
margin: 0 !important;
|
|
@@ -31023,7 +31053,7 @@ hr {
|
|
|
31023
31053
|
border: 0;
|
|
31024
31054
|
border-top: 2px solid #42465a;
|
|
31025
31055
|
}
|
|
31026
|
-
._my-masonry-
|
|
31056
|
+
._my-masonry-grid_1afjz_19 {
|
|
31027
31057
|
display: -webkit-box;
|
|
31028
31058
|
/* Not needed if autoprefixing */
|
|
31029
31059
|
display: -ms-flexbox;
|
|
@@ -31033,16 +31063,16 @@ hr {
|
|
|
31033
31063
|
/* gutter size offset */
|
|
31034
31064
|
width: auto;
|
|
31035
31065
|
}
|
|
31036
|
-
._my-masonry-
|
|
31066
|
+
._my-masonry-grid_column_1afjz_30 {
|
|
31037
31067
|
padding-left: 40px;
|
|
31038
31068
|
/* gutter size */
|
|
31039
31069
|
background-clip: padding-box;
|
|
31040
31070
|
}
|
|
31041
|
-
._my-masonry-
|
|
31071
|
+
._my-masonry-grid_column_1afjz_30 > div {
|
|
31042
31072
|
/* change div to reference your elements you put in <Masonry> */
|
|
31043
31073
|
margin-bottom: 40px;
|
|
31044
31074
|
}
|
|
31045
|
-
.
|
|
31075
|
+
._mainConatiner_1afjz_41 {
|
|
31046
31076
|
color: var(--moz-text-primary);
|
|
31047
31077
|
height: 100vh;
|
|
31048
31078
|
max-height: 100vh;
|
|
@@ -31055,13 +31085,13 @@ hr {
|
|
|
31055
31085
|
padding-left: 10px;
|
|
31056
31086
|
padding-right: 10px;
|
|
31057
31087
|
}
|
|
31058
|
-
.
|
|
31088
|
+
._mainConatiner_1afjz_41 ._header_1afjz_54 {
|
|
31059
31089
|
display: flex;
|
|
31060
31090
|
justify-content: flex-start;
|
|
31061
31091
|
align-items: center;
|
|
31062
31092
|
padding: 1.25rem;
|
|
31063
31093
|
}
|
|
31064
|
-
.
|
|
31094
|
+
._mainConatiner_1afjz_41 ._content_1afjz_60 {
|
|
31065
31095
|
display: flex;
|
|
31066
31096
|
justify-content: center;
|
|
31067
31097
|
align-items: flex-start;
|
|
@@ -31069,29 +31099,29 @@ hr {
|
|
|
31069
31099
|
padding: 1.5rem;
|
|
31070
31100
|
overflow-y: auto;
|
|
31071
31101
|
}
|
|
31072
|
-
.
|
|
31102
|
+
._textSecondary_1afjz_69 {
|
|
31073
31103
|
color: var(--moz-text-secondary);
|
|
31074
31104
|
}
|
|
31075
|
-
.
|
|
31105
|
+
._sectionCard_1afjz_73 {
|
|
31076
31106
|
padding: 0;
|
|
31077
31107
|
background-color: var(--moz-cta-content-bg);
|
|
31078
31108
|
}
|
|
31079
|
-
.
|
|
31109
|
+
._sectionCard_1afjz_73 ._cardHeader_1afjz_77 {
|
|
31080
31110
|
padding: 1.5rem;
|
|
31081
31111
|
}
|
|
31082
|
-
.
|
|
31112
|
+
._sectionCard_1afjz_73 ._cardHeader_1afjz_77 ._cardTitle_1afjz_80 {
|
|
31083
31113
|
font-size: 18px;
|
|
31084
31114
|
color: var(--moz-text-label);
|
|
31085
31115
|
}
|
|
31086
|
-
.
|
|
31116
|
+
._sectionCard_1afjz_73 ._cardHeader_1afjz_77 ._cardDesc_1afjz_84 {
|
|
31087
31117
|
font-size: 14px;
|
|
31088
31118
|
color: var(--moz-text-secondary);
|
|
31089
31119
|
}
|
|
31090
|
-
.
|
|
31120
|
+
._sectionCard_1afjz_73 ._cardBody_1afjz_88 {
|
|
31091
31121
|
padding: 1.5rem;
|
|
31092
31122
|
color: var(--moz-text-label);
|
|
31093
31123
|
}
|
|
31094
|
-
.
|
|
31124
|
+
._sectionCard_1afjz_73 ._cardFooter_1afjz_92 ._cardFooterContent_1afjz_92 {
|
|
31095
31125
|
padding: 0.5rem;
|
|
31096
31126
|
display: flex;
|
|
31097
31127
|
justify-content: center;
|
|
@@ -31102,72 +31132,70 @@ hr {
|
|
|
31102
31132
|
color: var(--moz-text-secondary);
|
|
31103
31133
|
cursor: pointer;
|
|
31104
31134
|
}
|
|
31105
|
-
.
|
|
31135
|
+
._sectionManagement_1afjz_104 ._sectionFormRow_1afjz_104 {
|
|
31106
31136
|
display: flex;
|
|
31107
31137
|
gap: 0.75rem;
|
|
31108
31138
|
padding: 1.5rem;
|
|
31109
31139
|
justify-content: center;
|
|
31110
31140
|
align-items: center;
|
|
31111
31141
|
}
|
|
31112
|
-
.
|
|
31142
|
+
._sectionManagement_1afjz_104 ._drawerContent_1afjz_111 {
|
|
31113
31143
|
display: flex;
|
|
31114
31144
|
flex-direction: column;
|
|
31115
31145
|
height: 100%;
|
|
31116
31146
|
}
|
|
31117
|
-
.
|
|
31147
|
+
._sectionManagement_1afjz_104 ._drawerContent_1afjz_111 ._scrollableForm_1afjz_116 {
|
|
31118
31148
|
flex: 1;
|
|
31119
31149
|
overflow-y: auto;
|
|
31120
31150
|
padding-top: 0px;
|
|
31121
|
-
padding:
|
|
31151
|
+
padding: 0px;
|
|
31122
31152
|
}
|
|
31123
|
-
.
|
|
31153
|
+
._sectionManagement_1afjz_104 ._drawerContent_1afjz_111 ._fixedActions_1afjz_122 {
|
|
31124
31154
|
display: flex;
|
|
31125
31155
|
justify-content: flex-end;
|
|
31126
31156
|
gap: 10px;
|
|
31127
|
-
padding:
|
|
31128
|
-
padding-bottom: 5px;
|
|
31129
|
-
border-top: 1px solid var(--moz-text-tertiary);
|
|
31157
|
+
padding: 10px 10px 0px 10px;
|
|
31130
31158
|
}
|
|
31131
|
-
.
|
|
31159
|
+
._specialDatesInfoText_1afjz_129 {
|
|
31132
31160
|
color: var(--moz-text-secondary);
|
|
31133
31161
|
font-size: 14px;
|
|
31134
31162
|
padding: 5px;
|
|
31135
31163
|
padding-top: 0;
|
|
31136
31164
|
padding-bottom: 0;
|
|
31137
31165
|
}
|
|
31138
|
-
.
|
|
31166
|
+
._closeIcon_1afjz_137 {
|
|
31139
31167
|
color: var(--moz-text-primary);
|
|
31140
31168
|
cursor: "pointer";
|
|
31141
31169
|
margin-top: 20;
|
|
31142
31170
|
}
|
|
31143
|
-
.
|
|
31171
|
+
._deleteIcon_1afjz_143 {
|
|
31144
31172
|
color: var(--moz-cta-danger);
|
|
31145
31173
|
cursor: "pointer";
|
|
31146
31174
|
}
|
|
31147
|
-
.
|
|
31175
|
+
._stripeConnectContainer_1afjz_148 {
|
|
31148
31176
|
margin-bottom: 20px;
|
|
31149
31177
|
display: flex;
|
|
31150
31178
|
justify-content: flex-start;
|
|
31151
31179
|
align-items: center;
|
|
31152
31180
|
gap: 20px;
|
|
31153
31181
|
}
|
|
31154
|
-
.
|
|
31182
|
+
._paymentGatewayContainer_1afjz_156 {
|
|
31155
31183
|
display: flex;
|
|
31156
31184
|
flex-direction: column;
|
|
31157
31185
|
gap: 30px;
|
|
31158
31186
|
margin-bottom: 30px;
|
|
31159
31187
|
}
|
|
31160
|
-
.
|
|
31188
|
+
._paymentGatewayContainer_1afjz_156 ._paymentRules_1afjz_162 {
|
|
31161
31189
|
display: flex;
|
|
31162
31190
|
flex-direction: column;
|
|
31163
31191
|
gap: 20px;
|
|
31164
31192
|
}
|
|
31165
|
-
.
|
|
31193
|
+
._paymentGatewayContainer_1afjz_156 ._paymentRules_1afjz_162 ._paymentRulesContainer_1afjz_167 {
|
|
31166
31194
|
display: flex;
|
|
31167
31195
|
flex-direction: row;
|
|
31168
31196
|
gap: 10px;
|
|
31169
31197
|
}
|
|
31170
|
-
.
|
|
31198
|
+
._paymentRulesDesc_1afjz_173 {
|
|
31171
31199
|
max-width: 600px;
|
|
31172
31200
|
color: var(--moz-text-secondary);
|
|
31173
31201
|
font-size: 14px;
|
|
@@ -31279,6 +31307,283 @@ hr {
|
|
|
31279
31307
|
._button--desktop_e0i20_59 {
|
|
31280
31308
|
display: none;
|
|
31281
31309
|
}
|
|
31310
|
+
}._buttonContainer_1iszv_1 {
|
|
31311
|
+
display: flex;
|
|
31312
|
+
justify-content: center;
|
|
31313
|
+
margin-bottom: 1rem;
|
|
31314
|
+
}._codeViewer_1in3z_1 {
|
|
31315
|
+
width: 100%;
|
|
31316
|
+
overflow: auto;
|
|
31317
|
+
border-radius: 4px;
|
|
31318
|
+
border: 1px solid var(--moz-cta-content-sec-bg);
|
|
31319
|
+
background-color: var(--moz-cta-content-bg);
|
|
31320
|
+
margin: 1rem 0;
|
|
31321
|
+
position: relative;
|
|
31322
|
+
}
|
|
31323
|
+
|
|
31324
|
+
._copyButton_1in3z_11 {
|
|
31325
|
+
position: absolute;
|
|
31326
|
+
top: 8px;
|
|
31327
|
+
right: 8px;
|
|
31328
|
+
padding: 4px;
|
|
31329
|
+
border-radius: 4px;
|
|
31330
|
+
background-color: var(--moz-cta-content-bg);
|
|
31331
|
+
cursor: pointer;
|
|
31332
|
+
color: var(--moz-text-label);
|
|
31333
|
+
transition: all 0.2s ease;
|
|
31334
|
+
z-index: 1;
|
|
31335
|
+
}
|
|
31336
|
+
._copyButton_1in3z_11:hover {
|
|
31337
|
+
background-color: var(--moz-cta-content-sec-bg);
|
|
31338
|
+
}
|
|
31339
|
+
|
|
31340
|
+
._codeBlock_1in3z_27 {
|
|
31341
|
+
margin: 0;
|
|
31342
|
+
padding: 1rem;
|
|
31343
|
+
font-family: "Monaco", "Menlo", "Ubuntu Mono", "Consolas", monospace;
|
|
31344
|
+
font-size: 14px;
|
|
31345
|
+
line-height: 1.5;
|
|
31346
|
+
white-space: pre;
|
|
31347
|
+
color: var(--moz-text-label);
|
|
31348
|
+
}
|
|
31349
|
+
._codeBlock_1in3z_27 code {
|
|
31350
|
+
display: block;
|
|
31351
|
+
overflow-x: auto;
|
|
31352
|
+
}._skeleton_1bgvx_1 {
|
|
31353
|
+
animation: _pulse_1bgvx_1 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
31354
|
+
}
|
|
31355
|
+
@keyframes _pulse_1bgvx_1 {
|
|
31356
|
+
0%, 100% {
|
|
31357
|
+
opacity: 0.6;
|
|
31358
|
+
}
|
|
31359
|
+
50% {
|
|
31360
|
+
opacity: 0.3;
|
|
31361
|
+
}
|
|
31362
|
+
}
|
|
31363
|
+
._skeleton_1bgvx_1 ._item_1bgvx_12 {
|
|
31364
|
+
height: 1rem;
|
|
31365
|
+
background-color: var(--moz-bg-gray-light);
|
|
31366
|
+
border-radius: 4px;
|
|
31367
|
+
width: 80%;
|
|
31368
|
+
}
|
|
31369
|
+
@media only screen and (max-width: 768px) {
|
|
31370
|
+
._skeleton_1bgvx_1 ._item_1bgvx_12 {
|
|
31371
|
+
width: 100px;
|
|
31372
|
+
}
|
|
31373
|
+
}
|
|
31374
|
+
|
|
31375
|
+
._rowsSelector_1bgvx_24 {
|
|
31376
|
+
border: none;
|
|
31377
|
+
outline: none;
|
|
31378
|
+
background-color: transparent;
|
|
31379
|
+
padding: 0;
|
|
31380
|
+
color: var(--moz-text-primary);
|
|
31381
|
+
}
|
|
31382
|
+
|
|
31383
|
+
._paginationContainer_1bgvx_32 {
|
|
31384
|
+
width: 100%;
|
|
31385
|
+
padding: 10px;
|
|
31386
|
+
display: flex;
|
|
31387
|
+
justify-content: flex-end;
|
|
31388
|
+
align-items: center;
|
|
31389
|
+
gap: 24px;
|
|
31390
|
+
border-top: 1px solid var(--moz-border);
|
|
31391
|
+
background-color: var(--moz-cta-content-bg);
|
|
31392
|
+
border-bottom-left-radius: 6px;
|
|
31393
|
+
border-bottom-right-radius: 6px;
|
|
31394
|
+
}
|
|
31395
|
+
._paginationContainer_1bgvx_32 ._rowsSelectorContainer_1bgvx_44 {
|
|
31396
|
+
display: flex;
|
|
31397
|
+
gap: 5px;
|
|
31398
|
+
}
|
|
31399
|
+
@media only screen and (max-width: 425px) {
|
|
31400
|
+
._paginationContainer_1bgvx_32 {
|
|
31401
|
+
justify-content: center;
|
|
31402
|
+
}
|
|
31403
|
+
._paginationContainer_1bgvx_32 ._rowsSelectorContainer_1bgvx_44 {
|
|
31404
|
+
display: none;
|
|
31405
|
+
}
|
|
31406
|
+
._paginationContainer_1bgvx_32 ._rowsSummary_1bgvx_55 {
|
|
31407
|
+
display: none;
|
|
31408
|
+
}
|
|
31409
|
+
}
|
|
31410
|
+
|
|
31411
|
+
._button_1bgvx_60 {
|
|
31412
|
+
cursor: pointer;
|
|
31413
|
+
}
|
|
31414
|
+
._button-disable_1bgvx_63 {
|
|
31415
|
+
color: var(--moz-bg-gray-light);
|
|
31416
|
+
cursor: default;
|
|
31417
|
+
}
|
|
31418
|
+
|
|
31419
|
+
._tablePaginationButtons_1bgvx_68 {
|
|
31420
|
+
display: flex;
|
|
31421
|
+
}
|
|
31422
|
+
._tablePaginationButtons_1bgvx_68 ._rowsSelector_1bgvx_24 {
|
|
31423
|
+
display: none;
|
|
31424
|
+
}
|
|
31425
|
+
@media only screen and (max-width: 425px) {
|
|
31426
|
+
._tablePaginationButtons_1bgvx_68 {
|
|
31427
|
+
width: 100%;
|
|
31428
|
+
justify-content: space-between;
|
|
31429
|
+
}
|
|
31430
|
+
._tablePaginationButtons_1bgvx_68 ._rowsSelector_1bgvx_24 {
|
|
31431
|
+
display: inline-block;
|
|
31432
|
+
}
|
|
31433
|
+
}
|
|
31434
|
+
|
|
31435
|
+
._table_1bgvx_68 {
|
|
31436
|
+
width: 100%;
|
|
31437
|
+
background-color: var(--moz-cta-content-bg);
|
|
31438
|
+
border-top-left-radius: 6px;
|
|
31439
|
+
border-top-right-radius: 6px;
|
|
31440
|
+
box-shadow: rgba(34, 41, 47, 0.1) 0px 4px 24px 0px;
|
|
31441
|
+
border-collapse: collapse;
|
|
31442
|
+
border-spacing: 0;
|
|
31443
|
+
}
|
|
31444
|
+
._table-rowHover_1bgvx_93 tr:hover td {
|
|
31445
|
+
background-color: var(--moz-cta-content-sec-bg);
|
|
31446
|
+
cursor: auto;
|
|
31447
|
+
}
|
|
31448
|
+
|
|
31449
|
+
._thead_1bgvx_98 {
|
|
31450
|
+
background-color: var(--moz-cta-content-sec-bg);
|
|
31451
|
+
border-radius: 6px;
|
|
31452
|
+
}
|
|
31453
|
+
|
|
31454
|
+
._th_1bgvx_98 {
|
|
31455
|
+
padding: 10px;
|
|
31456
|
+
text-align: left;
|
|
31457
|
+
border: none;
|
|
31458
|
+
}
|
|
31459
|
+
|
|
31460
|
+
._td_1bgvx_109 {
|
|
31461
|
+
padding: 20px 10px 20px 10px;
|
|
31462
|
+
border-bottom: 1px solid var(--moz-border);
|
|
31463
|
+
border-left: none;
|
|
31464
|
+
border-right: none;
|
|
31465
|
+
}
|
|
31466
|
+
|
|
31467
|
+
._tr_1bgvx_116:last-child ._td_1bgvx_109 {
|
|
31468
|
+
border-bottom: none;
|
|
31469
|
+
}
|
|
31470
|
+
|
|
31471
|
+
@media only screen and (max-width: 425px) {
|
|
31472
|
+
table th {
|
|
31473
|
+
padding: 20px !important;
|
|
31474
|
+
}
|
|
31475
|
+
|
|
31476
|
+
._tableContainer_1bgvx_125:after {
|
|
31477
|
+
visibility: hidden;
|
|
31478
|
+
display: block;
|
|
31479
|
+
font-size: 0;
|
|
31480
|
+
content: " ";
|
|
31481
|
+
clear: both;
|
|
31482
|
+
height: 0;
|
|
31483
|
+
}
|
|
31484
|
+
|
|
31485
|
+
._table_1bgvx_68 {
|
|
31486
|
+
width: 100%;
|
|
31487
|
+
border-collapse: collapse;
|
|
31488
|
+
border-spacing: 0;
|
|
31489
|
+
}
|
|
31490
|
+
|
|
31491
|
+
._th_1bgvx_98, ._td_1bgvx_109 {
|
|
31492
|
+
vertical-align: top;
|
|
31493
|
+
border: none;
|
|
31494
|
+
}
|
|
31495
|
+
|
|
31496
|
+
._th_1bgvx_98 {
|
|
31497
|
+
display: block;
|
|
31498
|
+
text-align: left;
|
|
31499
|
+
align-items: center;
|
|
31500
|
+
}
|
|
31501
|
+
|
|
31502
|
+
._table_1bgvx_68 {
|
|
31503
|
+
display: block;
|
|
31504
|
+
position: relative;
|
|
31505
|
+
width: 100%;
|
|
31506
|
+
}
|
|
31507
|
+
|
|
31508
|
+
._thead_1bgvx_98 {
|
|
31509
|
+
display: block;
|
|
31510
|
+
float: left;
|
|
31511
|
+
border: none;
|
|
31512
|
+
padding: 3px;
|
|
31513
|
+
}
|
|
31514
|
+
|
|
31515
|
+
._tbody_1bgvx_164 {
|
|
31516
|
+
display: block;
|
|
31517
|
+
width: auto;
|
|
31518
|
+
position: relative;
|
|
31519
|
+
overflow-x: auto;
|
|
31520
|
+
white-space: nowrap;
|
|
31521
|
+
}
|
|
31522
|
+
|
|
31523
|
+
._thead_1bgvx_98 ._tr_1bgvx_116 {
|
|
31524
|
+
display: block;
|
|
31525
|
+
}
|
|
31526
|
+
|
|
31527
|
+
._tbody_1bgvx_164 ._tr_1bgvx_116 {
|
|
31528
|
+
display: inline-block;
|
|
31529
|
+
vertical-align: top;
|
|
31530
|
+
border-left: 1px solid var(--moz-border);
|
|
31531
|
+
}
|
|
31532
|
+
|
|
31533
|
+
._td_1bgvx_109 {
|
|
31534
|
+
display: block;
|
|
31535
|
+
min-height: 1.25em;
|
|
31536
|
+
text-align: left;
|
|
31537
|
+
border-bottom: 1px solid var(--moz-border);
|
|
31538
|
+
border-right: 1px solid var(--moz-border);
|
|
31539
|
+
padding: 20px;
|
|
31540
|
+
}
|
|
31541
|
+
|
|
31542
|
+
._tr_1bgvx_116:last-child ._td_1bgvx_109 {
|
|
31543
|
+
border-bottom: 1px solid var(--moz-border);
|
|
31544
|
+
}
|
|
31545
|
+
}._tableFilters_vbfpx_1 {
|
|
31546
|
+
display: flex;
|
|
31547
|
+
justify-content: center;
|
|
31548
|
+
padding: 10px;
|
|
31549
|
+
gap: 10px;
|
|
31550
|
+
}
|
|
31551
|
+
._tableFilters__input_vbfpx_7 {
|
|
31552
|
+
width: 300px;
|
|
31553
|
+
}
|
|
31554
|
+
|
|
31555
|
+
._venueName_vbfpx_11 {
|
|
31556
|
+
color: var(--moz-cta-primary);
|
|
31557
|
+
cursor: pointer;
|
|
31558
|
+
}._venueDetailHeader_1vd52_1 {
|
|
31559
|
+
display: flex;
|
|
31560
|
+
flex-direction: row;
|
|
31561
|
+
gap: 10px;
|
|
31562
|
+
}
|
|
31563
|
+
|
|
31564
|
+
._venueDetailContainer_1vd52_7 {
|
|
31565
|
+
margin-top: 20px;
|
|
31566
|
+
}
|
|
31567
|
+
|
|
31568
|
+
._venueDetailContent_1vd52_11 {
|
|
31569
|
+
margin-top: 20px;
|
|
31570
|
+
display: flex;
|
|
31571
|
+
flex-direction: column;
|
|
31572
|
+
gap: 10px;
|
|
31573
|
+
}
|
|
31574
|
+
|
|
31575
|
+
._venueDetailContentItem_1vd52_18 {
|
|
31576
|
+
display: flex;
|
|
31577
|
+
flex-direction: row;
|
|
31578
|
+
align-items: center;
|
|
31579
|
+
gap: 20px;
|
|
31580
|
+
}
|
|
31581
|
+
|
|
31582
|
+
._venueDetailContentItemTitle_1vd52_25 {
|
|
31583
|
+
display: flex;
|
|
31584
|
+
flex-direction: row;
|
|
31585
|
+
align-items: center;
|
|
31586
|
+
gap: 10px;
|
|
31282
31587
|
}._sidebar_1pm4j_1 {
|
|
31283
31588
|
position: fixed;
|
|
31284
31589
|
min-height: 100vh;
|