@plaso-infi/whiteboard-sdk 0.2.4 → 0.2.6

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.
@@ -135,7 +135,6 @@
135
135
  .element_name_3XNlf {
136
136
  position: absolute;
137
137
  transform-origin: 0 0;
138
- width: -moz-max-content;
139
138
  width: max-content;
140
139
  height: 100%;
141
140
  padding: 0;
@@ -257,34 +256,55 @@
257
256
  .shape_switch_2j51f {
258
257
  width: 40px;
259
258
  }
260
- .shape_switch_2j51f .option_list_RHtlS {
259
+ .shape_switch_2j51f .shape_op_container_1Jmml {
260
+ width: 212px;
261
+ padding: 16px 4px 16px 16px;
262
+ }
263
+ .shape_switch_2j51f .shape_op_container_1Jmml .shape_op_mid_136kw {
264
+ width: 100%;
265
+ padding-right: 8px;
266
+ overflow: auto;
267
+ max-height: 216px;
268
+ scrollbar-color: var(--upime-scrollbar-thumb) transparent;
269
+ scrollbar-width: thin;
270
+ }
271
+ .shape_switch_2j51f .shape_op_container_1Jmml .shape_op_mid_136kw::-webkit-scrollbar {
272
+ width: 4px;
273
+ }
274
+ .shape_switch_2j51f .shape_op_container_1Jmml .shape_op_mid_136kw::-webkit-scrollbar-track {
275
+ border-radius: 5px;
276
+ background-color: transparent;
277
+ }
278
+ .shape_switch_2j51f .shape_op_container_1Jmml .shape_op_mid_136kw::-webkit-scrollbar-thumb {
279
+ border-radius: 2px;
280
+ background-color: var(--upime-scrollbar-thumb);
281
+ }
282
+ .shape_switch_2j51f .shape_op_container_1Jmml .shape_op_mid_136kw .option_list_RHtlS {
283
+ width: 100%;
261
284
  display: flex;
262
285
  flex-direction: row;
263
- padding: 8px;
264
- width: 136px;
265
- height: 188px;
266
286
  flex-wrap: wrap;
267
- justify-content: space-around;
268
287
  font-size: 14px;
269
288
  border-radius: 4px;
289
+ gap: 12px;
290
+ padding: 0;
270
291
  }
271
- .shape_switch_2j51f .option_list_RHtlS > div {
272
- width: 40px;
273
- height: 40px;
292
+ .shape_switch_2j51f .shape_op_container_1Jmml .shape_op_mid_136kw .option_list_RHtlS .shape_1C_Nn {
293
+ width: 36px;
294
+ height: 36px;
274
295
  display: flex;
275
296
  justify-content: center;
276
297
  align-items: center;
277
298
  }
278
- .shape_switch_2j51f .option_list_RHtlS > div:hover {
279
- background-color: #f5f6f6;
280
- }
281
- .shape_switch_2j51f .option_list_RHtlS > div.disabledHover_3wcEy:hover {
282
- background-color: transparent;
283
- }
284
- .shape_switch_2j51f .option_list_RHtlS .disabledText_1SUdS {
299
+ .shape_switch_2j51f .shape_op_container_1Jmml .shape_op_mid_136kw .option_list_RHtlS .disabledText_1SUdS {
285
300
  color: #d8d8d8;
286
301
  cursor: not-allowed;
287
302
  }
303
+ .shape_switch_2j51f .shape_op_container_1Jmml .shape_op_mid_136kw .option_divider_2ZE9k {
304
+ width: 100%;
305
+ margin: 4px 0;
306
+ border-top: 1px solid #e6e7e9;
307
+ }
288
308
  .do-hovers .shape_switch_2j51f .option_list_RHtlS .shape_1C_Nn:hover {
289
309
  background-color: #f5f6f6;
290
310
  }
@@ -331,9 +351,7 @@
331
351
  line-height: 18px;
332
352
  z-index: 1;
333
353
  -webkit-user-select: none;
334
- -moz-user-select: none;
335
354
  user-select: none;
336
- width: -moz-max-content;
337
355
  width: max-content;
338
356
  max-width: 184px;
339
357
  display: -webkit-box;
@@ -609,10 +627,6 @@
609
627
  font-size: 14px;
610
628
  color: var(--upime-main-text);
611
629
  }
612
- .inputContainer_2VcIz ::-moz-placeholder {
613
- color: var(--upime-disable);
614
- font-size: 14px;
615
- }
616
630
  .inputContainer_2VcIz ::placeholder {
617
631
  color: var(--upime-disable);
618
632
  font-size: 14px;
@@ -665,9 +679,6 @@
665
679
  font-size: 14px;
666
680
  height: 40px;
667
681
  }
668
- .input_TOTyV::-moz-placeholder {
669
- color: #91939C;
670
- }
671
682
  .input_TOTyV::placeholder {
672
683
  color: #91939C;
673
684
  }
@@ -975,7 +986,6 @@
975
986
  .mainUI_3WaUf *::after {
976
987
  box-sizing: border-box;
977
988
  -webkit-user-select: none;
978
- -moz-user-select: none;
979
989
  user-select: none;
980
990
  word-break: break-all;
981
991
  }
@@ -984,7 +994,6 @@
984
994
  outline: none !important;
985
995
  resize: none !important;
986
996
  -webkit-user-select: text !important;
987
- -moz-user-select: text !important;
988
997
  user-select: text !important;
989
998
  }
990
999
  .popWindow_2hDkA,
@@ -1033,7 +1042,6 @@
1033
1042
  }
1034
1043
  .toastWidget_32Rd4 .normalContent_13S0r {
1035
1044
  margin-left: 0;
1036
- width: -moz-max-content;
1037
1045
  width: max-content;
1038
1046
  text-align: center;
1039
1047
  }
@@ -1102,7 +1110,7 @@
1102
1110
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
1103
1111
  left: 0;
1104
1112
  min-height: 50px;
1105
- max-height: calc((100% - 88px) / 10 * 9);
1113
+ max-height: calc(100% - 98px);
1106
1114
  width: 100%;
1107
1115
  background: white;
1108
1116
  z-index: 26;
@@ -1379,7 +1387,6 @@
1379
1387
  cursor: pointer;
1380
1388
  vertical-align: middle;
1381
1389
  -webkit-user-select: none;
1382
- -moz-user-select: none;
1383
1390
  user-select: none;
1384
1391
  outline: none;
1385
1392
  box-shadow: none;
@@ -1678,9 +1685,7 @@
1678
1685
  line-height: 18px;
1679
1686
  z-index: 1;
1680
1687
  -webkit-user-select: none;
1681
- -moz-user-select: none;
1682
1688
  user-select: none;
1683
- width: -moz-max-content;
1684
1689
  width: max-content;
1685
1690
  max-width: 184px;
1686
1691
  display: -webkit-box;
@@ -2131,12 +2136,10 @@
2131
2136
  font-size: 20px;
2132
2137
  text-align: center;
2133
2138
  -webkit-user-select: none;
2134
- -moz-user-select: none;
2135
2139
  user-select: none;
2136
2140
  }
2137
2141
  .fontsize_editor_OPm6B .size_list_DMNKn {
2138
2142
  width: 60px;
2139
- height: -moz-max-content;
2140
2143
  height: max-content;
2141
2144
  padding: 5px 0;
2142
2145
  display: flex;
@@ -2176,6 +2179,11 @@
2176
2179
  display: flex;
2177
2180
  flex-direction: row;
2178
2181
  }
2182
+ .ha_select_group_OwjlV .option_list_3D_zR {
2183
+ padding: 0;
2184
+ display: flex;
2185
+ flex-direction: row;
2186
+ }
2179
2187
  .hor_split_2Nqel {
2180
2188
  height: 1px;
2181
2189
  width: 100%;
@@ -2469,7 +2477,6 @@
2469
2477
  line-height: 38px;
2470
2478
  text-align: left;
2471
2479
  -webkit-user-select: none;
2472
- -moz-user-select: none;
2473
2480
  user-select: none;
2474
2481
  }
2475
2482
  .ctrl-option_3Tvb5.disabled_2JCCv {
@@ -2720,8 +2727,7 @@
2720
2727
  display: flex;
2721
2728
  align-items: flex-end;
2722
2729
  overflow: hidden;
2723
- -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--paddingY) - 50px), calc(100% - 12px) calc(100% - var(--paddingY) - 50px), calc(100% - 12px) calc(100%), 12px calc(100%), 12px calc(100% - var(--paddingY) - 50px), 0 calc(100% - var(--paddingY) - 50px));
2724
- clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--paddingY) - 50px), calc(100% - 12px) calc(100% - var(--paddingY) - 50px), calc(100% - 12px) calc(100%), 12px calc(100%), 12px calc(100% - var(--paddingY) - 50px), 0 calc(100% - var(--paddingY) - 50px));
2730
+ clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--paddingY) - 50px), calc(100% - 12px) calc(100% - var(--paddingY) - 50px), calc(100% - 12px) calc(100%), 12px calc(100%), 12px calc(100% - var(--paddingY) - 50px), 0 calc(100% - var(--paddingY) - 50px));
2725
2731
  }
2726
2732
  .phoneToolbarEditorContainer_3DdsS.pwa_1lILK {
2727
2733
  --paddingY: 32px;
@@ -2739,7 +2745,6 @@
2739
2745
  .phoneToolbarEditorContainer_3DdsS .phoneToolbarBar_IwP6I .phoneToolBarInner_1jgOr {
2740
2746
  display: flex;
2741
2747
  height: 50px;
2742
- width: -moz-fit-content;
2743
2748
  width: fit-content;
2744
2749
  align-items: center;
2745
2750
  }
@@ -3038,7 +3043,6 @@
3038
3043
  line-height: 38px;
3039
3044
  text-align: left;
3040
3045
  -webkit-user-select: none;
3041
- -moz-user-select: none;
3042
3046
  user-select: none;
3043
3047
  cursor: pointer;
3044
3048
  }
@@ -3152,146 +3156,694 @@
3152
3156
  color: var(--upime-active);
3153
3157
  }
3154
3158
 
3155
- .widget-type-picker_2V5cB {
3156
- position: absolute;
3157
- width: 184px;
3158
- height: 104px;
3159
- padding: 10px;
3160
- border-radius: 4px;
3161
- background-color: #ffffff;
3162
- box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
3159
+ .graphicSideContainer_jScOm {
3160
+ position: relative;
3161
+ width: 100%;
3162
+ height: 100%;
3163
+ display: flex;
3164
+ flex-direction: column;
3165
+ }
3166
+ .title_2y8qG {
3167
+ padding-left: 24px;
3168
+ padding-right: 54px;
3169
+ height: 64px;
3170
+ width: 100%;
3171
+ background-color: var(--upime-pane-bg);
3172
+ align-items: center;
3173
+ justify-content: space-between;
3174
+ display: flex;
3175
+ flex-shrink: 0;
3176
+ font-size: 20px;
3177
+ color: var(--upime-main-text);
3178
+ font-weight: 600;
3179
+ line-height: 30px;
3163
3180
  }
3164
- .widget-type-picker_2V5cB .widget-type-box_2xSox {
3181
+ .title_2y8qG .titleIconContainer_2HpFh {
3182
+ width: 44px;
3183
+ height: 44px;
3165
3184
  display: flex;
3166
- justify-content: left;
3167
3185
  align-items: center;
3168
- flex-flow: row wrap;
3186
+ justify-content: center;
3187
+ position: relative;
3188
+ cursor: pointer;
3189
+ }
3190
+ .title_2y8qG .titleIconContainer_2HpFh::after {
3191
+ position: absolute;
3192
+ content: "";
3193
+ right: 0px;
3194
+ top: 12px;
3195
+ bottom: 12px;
3196
+ width: 1px;
3197
+ background-color: #e6e7e9;
3169
3198
  }
3170
- .widget-type-picker_2V5cB .widget-type-box_2xSox .widget-type-item_2rkJI {
3199
+ .title_2y8qG .titleIconContainer_2HpFh .rotate_3mkgL {
3200
+ transform: rotate(180deg);
3201
+ }
3202
+ .searchContentContainer_2aGCw {
3203
+ margin-top: 8px;
3171
3204
  height: 40px;
3172
- opacity: 0.8;
3205
+ padding: 0 20px;
3173
3206
  }
3174
-
3175
- .draftContainer_UuOXY {
3176
- display: flex;
3177
- flex-direction: column;
3207
+ .searchContentContainer_2aGCw .inputDomContainer_aORAa {
3208
+ position: relative;
3209
+ height: 100%;
3178
3210
  }
3179
- .draftContainer_UuOXY .textPart_GSblp {
3211
+ .searchContentContainer_2aGCw .inputDomContainer_aORAa .qingchuHotarea_CavnD {
3212
+ position: absolute;
3213
+ width: 24px;
3214
+ height: 24px;
3215
+ right: 12px;
3216
+ top: 8px;
3180
3217
  display: flex;
3181
- position: relative;
3218
+ align-items: center;
3219
+ justify-content: center;
3220
+ cursor: pointer;
3182
3221
  }
3183
- .draftContainer_UuOXY .textPart_GSblp .editor_12tyR {
3184
- -webkit-user-select: text !important;
3185
- -moz-user-select: text !important;
3186
- user-select: text !important;
3222
+ .searchContentContainer_2aGCw .inputDomContainer_aORAa .qingchuIcon_2Z2NJ {
3223
+ color: #dbdbde;
3187
3224
  }
3188
- .draftContainer_UuOXY .textPart_GSblp .editor_12tyR {
3225
+ .searchContentContainer_2aGCw .inputDomContainer_aORAa .searchIcon_2yMds {
3226
+ position: absolute;
3227
+ left: 12px;
3228
+ top: 10px;
3229
+ }
3230
+ .searchContentContainer_2aGCw .input_S5_HS {
3189
3231
  width: 100%;
3190
- min-height: 50px;
3191
- max-height: 162px;
3192
- overflow-x: hidden;
3193
- overflow-y: scroll;
3232
+ height: 100%;
3233
+ border-radius: 4px;
3234
+ background-color: white;
3235
+ border: 1px solid #ececee;
3236
+ outline: none;
3237
+ color: #303133;
3238
+ font-size: 14px;
3239
+ padding: 0 48px 0 40px;
3240
+ display: block;
3241
+ }
3242
+ .searchContentContainer_2aGCw .input_S5_HS::placeholder {
3243
+ color: #c2c3c8;
3244
+ }
3245
+ .searchContentContainer_2aGCw .input_S5_HS:focus {
3246
+ border: 1px solid #2e73e5;
3247
+ }
3248
+ .categroyWrapper_2QXR0 {
3249
+ flex: 1;
3250
+ overflow: auto;
3251
+ margin-top: 20px;
3194
3252
  scrollbar-color: var(--upime-scrollbar-thumb) transparent;
3195
3253
  scrollbar-width: thin;
3196
- padding: 15px 56px 16px 16px;
3197
3254
  }
3198
- .draftContainer_UuOXY .textPart_GSblp .editor_12tyR::-webkit-scrollbar {
3255
+ .categroyWrapper_2QXR0::-webkit-scrollbar {
3199
3256
  width: 4px;
3200
3257
  }
3201
- .draftContainer_UuOXY .textPart_GSblp .editor_12tyR::-webkit-scrollbar-track {
3258
+ .categroyWrapper_2QXR0::-webkit-scrollbar-track {
3202
3259
  border-radius: 5px;
3203
3260
  background-color: transparent;
3204
3261
  }
3205
- .draftContainer_UuOXY .textPart_GSblp .editor_12tyR::-webkit-scrollbar-thumb {
3262
+ .categroyWrapper_2QXR0::-webkit-scrollbar-thumb {
3206
3263
  border-radius: 2px;
3207
3264
  background-color: var(--upime-scrollbar-thumb);
3208
3265
  }
3209
- .draftContainer_UuOXY .textPart_GSblp .editor_12tyR > div {
3210
- line-height: 20px;
3211
- font-size: 14px;
3212
- }
3213
- .draftContainer_UuOXY .textPart_GSblp .editor_12tyR span {
3214
- top: 0px;
3215
- }
3216
- .draftContainer_UuOXY .textPart_GSblp .editor_12tyR * {
3217
- -webkit-user-select: text !important;
3218
- -moz-user-select: text !important;
3219
- user-select: text !important;
3220
- }
3221
- .draftContainer_UuOXY .textPart_GSblp .actionRow_3GZwe {
3222
- position: absolute;
3223
- right: 0;
3224
- bottom: 0;
3266
+ .categroyWrapper_2QXR0 .emptyContainer_1tl6E {
3267
+ width: 100%;
3268
+ height: 100%;
3225
3269
  display: flex;
3226
- flex-direction: row;
3227
- padding: 14px 16px 14px 12px;
3228
- justify-content: flex-end;
3270
+ flex-direction: column;
3271
+ align-items: center;
3272
+ justify-content: center;
3273
+ color: #616371;
3229
3274
  }
3230
- .draftContainer_UuOXY .textPart_GSblp .actionRow_3GZwe svg {
3231
- color: #d8d8d8;
3232
- cursor: pointer;
3233
- pointer-events: none;
3234
- width: 24px;
3235
- height: 22px;
3275
+ .categroyWrapper_2QXR0 .emptyContainer_1tl6E .emptyImg_PnK1N {
3276
+ width: 140px;
3236
3277
  }
3237
- .draftContainer_UuOXY .textPart_GSblp .actionRow_3GZwe svg.active_1PXIw {
3238
- color: var(--upime-active);
3239
- pointer-events: auto;
3278
+ .categroyContainer_2fReq {
3279
+ margin-top: 20px;
3280
+ padding: 0 16px 0 20px;
3240
3281
  }
3241
- .draftContainer_UuOXY .draftActions_FEgSS {
3242
- display: flex;
3243
- width: 100%;
3244
- padding: 8px 16px 12px 16px;
3282
+ .categroyContainer_2fReq:first-child {
3283
+ margin-top: 0;
3245
3284
  }
3246
- .draftContainer_UuOXY .draftActions_FEgSS .micCon_3R3ED {
3285
+ .categroyContainer_2fReq .categroyTitle_1jXxy {
3286
+ font-size: 16px;
3287
+ display: flex;
3288
+ align-items: center;
3289
+ justify-content: space-between;
3247
3290
  height: 24px;
3248
3291
  }
3249
- .draftContainer_UuOXY .draftActions_FEgSS svg {
3292
+ .categroyContainer_2fReq .categroyTitle_1jXxy.hasHover_3obj2 {
3250
3293
  cursor: pointer;
3294
+ }
3295
+ .categroyContainer_2fReq .categroyTitle_1jXxy .iconContainer_aHe3e {
3296
+ flex-shrink: 0;
3251
3297
  width: 24px;
3252
3298
  height: 24px;
3253
- margin-right: 24px;
3254
- color: #616371;
3255
- }
3256
- .draftContainer_UuOXY .draftActions_FEgSS .active_1PXIw {
3257
- color: var(--upime-active);
3258
- }
3259
- .draftContainer_UuOXY.phone_1AAw- {
3260
- justify-content: space-evenly;
3261
- min-height: 52px;
3262
- padding-bottom: 5px;
3263
- margin-top: 10px;
3264
- flex-direction: row;
3265
- }
3266
- .draftContainer_UuOXY.phone_1AAw- .mic_Qk8ae {
3267
3299
  display: flex;
3300
+ align-items: center;
3268
3301
  justify-content: center;
3269
- align-items: flex-end;
3270
- width: 36px;
3271
- margin: 0 8px;
3272
3302
  }
3273
- .draftContainer_UuOXY.phone_1AAw- .mic_Qk8ae svg {
3274
- margin-bottom: 15px;
3275
- font-size: 25px;
3303
+ .categroyContainer_2fReq .categroyTitle_1jXxy .iconContainer_aHe3e.iconRotate_R8Zzg {
3304
+ transform: rotate(-90deg);
3276
3305
  }
3277
- .draftContainer_UuOXY.phone_1AAw- .textPart_GSblp {
3278
- flex-basis: 80%;
3306
+ .categroyContainer_2fReq .colorpalettesWrapper_26FnQ {
3279
3307
  position: relative;
3280
3308
  }
3281
- .draftContainer_UuOXY.phone_1AAw- .textPart_GSblp .editor_12tyR {
3282
- padding: 0;
3283
- padding: initial;
3284
- width: calc(100% - 42px);
3285
- }
3286
- .draftContainer_UuOXY.phone_1AAw- .textPart_GSblp .editor_12tyR span {
3287
- top: 10px;
3288
- }
3289
- .draftContainer_UuOXY.phone_1AAw- .textPart_GSblp .editor_12tyR p {
3290
- background-color: #f5f6f6;
3291
- padding: 0px 10px 0px 10px;
3309
+ .categroyContainer_2fReq .colorpalettesWrapper_26FnQ .colorpalettesOptionContainer_3B7E_ {
3310
+ position: absolute;
3311
+ left: 0;
3312
+ top: calc(100% + 1px);
3292
3313
  }
3293
- .draftContainer_UuOXY.phone_1AAw- .textPart_GSblp .editor_12tyR p:first-child {
3294
- padding-top: 10px;
3314
+ .categroyContainer_2fReq .colorpalettesContaienr_2Tw5t {
3315
+ margin-top: 10px;
3316
+ height: 24px;
3317
+ padding: 2px;
3318
+ display: flex;
3319
+ align-items: center;
3320
+ gap: 4px;
3321
+ border-radius: 2px;
3322
+ width: fit-content;
3323
+ cursor: pointer;
3324
+ }
3325
+ .categroyContainer_2fReq .colorpalettesContaienr_2Tw5t.tinyColorPa_2hUVD {
3326
+ margin-top: 4px;
3327
+ }
3328
+ .categroyContainer_2fReq.tinyCate_38BwA {
3329
+ padding: 0;
3330
+ }
3331
+ .defaultColorTheme_2B6iW {
3332
+ display: flex;
3333
+ align-items: center;
3334
+ gap: 4px;
3335
+ color: var(--upime-main-text);
3336
+ }
3337
+ .simpleColorTheme_21RUC {
3338
+ display: flex;
3339
+ align-items: center;
3340
+ }
3341
+ .simpleColorTheme_21RUC .simpleColorCircle_314Rw {
3342
+ width: 20px;
3343
+ height: 20px;
3344
+ border-radius: 50%;
3345
+ border-width: 2px;
3346
+ border-style: solid;
3347
+ margin-left: -5px;
3348
+ }
3349
+ .simpleColorTheme_21RUC .simpleColorCircle_314Rw:first-child {
3350
+ margin-left: 0;
3351
+ }
3352
+ .childrenOptionContainer_3c2BF {
3353
+ width: 160px;
3354
+ padding: 8px 0;
3355
+ border-radius: 2px;
3356
+ background-color: white;
3357
+ box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
3358
+ }
3359
+ .childrenOptionContainer_3c2BF .options_39ftb {
3360
+ height: 40px;
3361
+ padding: 0 16px;
3362
+ display: flex;
3363
+ align-items: center;
3364
+ justify-content: space-between;
3365
+ cursor: pointer;
3366
+ color: var(--upime-active);
3367
+ }
3368
+ .iconListContainer_92Ipt {
3369
+ margin-top: 10px;
3370
+ }
3371
+ .iconListContainer_92Ipt .iconListView_sqkVV {
3372
+ width: 100%;
3373
+ display: flex;
3374
+ flex-wrap: wrap;
3375
+ gap: 12px;
3376
+ }
3377
+ .iconListContainer_92Ipt .iconListView_sqkVV .iconCell_2I3tD {
3378
+ width: 40px;
3379
+ height: 40px;
3380
+ display: flex;
3381
+ align-items: center;
3382
+ justify-content: center;
3383
+ cursor: pointer;
3384
+ border-radius: 2px;
3385
+ }
3386
+ .iconListContainer_92Ipt .iconListView_sqkVV .draggingIcon_1wKts {
3387
+ position: fixed;
3388
+ z-index: 9999;
3389
+ width: 44px;
3390
+ height: 44px;
3391
+ display: flex;
3392
+ align-items: center;
3393
+ justify-content: center;
3394
+ cursor: pointer;
3395
+ border-radius: 4px;
3396
+ background-color: white;
3397
+ box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
3398
+ transform: translateX(-50%) translateY(-50%);
3399
+ }
3400
+ .iconListContainer_92Ipt.tinyIconList_3JAOj .iconCell_2I3tD {
3401
+ width: 36px;
3402
+ height: 36px;
3403
+ }
3404
+ .do-hovers .colorpalettesContaienr_2Tw5t:hover {
3405
+ background-color: rgba(0, 0, 0, 0.06);
3406
+ }
3407
+ .do-hovers .titleIconContainer_2HpFh:hover {
3408
+ color: var(--upime-active);
3409
+ }
3410
+ .do-hovers .childrenOptionContainer_3c2BF .options_39ftb:hover {
3411
+ background-color: rgba(0, 0, 0, 0.06);
3412
+ }
3413
+ .do-hovers .iconListView_sqkVV .iconCell_2I3tD:hover {
3414
+ background-color: rgba(0, 0, 0, 0.06);
3415
+ }
3416
+
3417
+ .cm_item_2e94Y {
3418
+ width: 40px;
3419
+ height: 50px;
3420
+ display: flex;
3421
+ justify-content: center;
3422
+ align-items: center;
3423
+ flex-shrink: 0;
3424
+ cursor: pointer;
3425
+ }
3426
+ .cm_item_2e94Y.disabled_3ost8 {
3427
+ cursor: default;
3428
+ color: var(--upime-disable);
3429
+ pointer-events: none;
3430
+ }
3431
+ .icon_box_2_MCw {
3432
+ display: flex;
3433
+ justify-content: center;
3434
+ align-items: center;
3435
+ width: 100%;
3436
+ height: 100%;
3437
+ font-size: 14px;
3438
+ }
3439
+ .icon_box_2_MCw.active_3IluS {
3440
+ color: var(--upime-active);
3441
+ }
3442
+ .bling_item_Wpkjy {
3443
+ opacity: 0.8;
3444
+ }
3445
+ .hidden_3zMAG {
3446
+ visibility: hidden !important;
3447
+ }
3448
+ .hidden_all_1mCfr {
3449
+ visibility: hidden !important;
3450
+ }
3451
+ .hidden_all_1mCfr * {
3452
+ visibility: hidden !important;
3453
+ }
3454
+ .show_all_3RK0E {
3455
+ visibility: visible !important;
3456
+ }
3457
+ .show_all_3RK0E * {
3458
+ visibility: visible !important;
3459
+ }
3460
+ .pane_24eRa {
3461
+ background-color: var(--upime-pane-bg);
3462
+ border-radius: 4px;
3463
+ box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
3464
+ }
3465
+ @keyframes show_2n9nM {
3466
+ to {
3467
+ visibility: visible;
3468
+ opacity: 1;
3469
+ }
3470
+ }
3471
+ .show_a_PIUo0 {
3472
+ visibility: hidden;
3473
+ opacity: 0;
3474
+ animation: show_2n9nM 0.5s forwards;
3475
+ }
3476
+ @keyframes show_scale_1mftc {
3477
+ to {
3478
+ transform: scale(1);
3479
+ visibility: visible;
3480
+ opacity: 1;
3481
+ }
3482
+ }
3483
+ .show_scale_1mftc {
3484
+ visibility: hidden;
3485
+ opacity: 0;
3486
+ transform: scale(0);
3487
+ animation: show_scale_1mftc 0.3s forwards;
3488
+ }
3489
+ .show_scale_1mftc.right_3fFKY {
3490
+ transform-origin: left center;
3491
+ }
3492
+ .show_scale_1mftc.left_2V43j {
3493
+ transform-origin: right center;
3494
+ }
3495
+ .show_scale_1mftc.bottom_3zuBY {
3496
+ transform-origin: center top;
3497
+ }
3498
+ .show_scale_1mftc.top_1dQIl {
3499
+ transform-origin: center bottom;
3500
+ }
3501
+ .show_scale_1mftc.left_top_3ojkb {
3502
+ transform-origin: right top;
3503
+ }
3504
+ .show_scale_1mftc.top_left_1yo2X {
3505
+ transform-origin: bottom left;
3506
+ }
3507
+ .show_scale_1mftc.bottom_left_HpIv- {
3508
+ transform-origin: top left;
3509
+ }
3510
+ .show_scale_1mftc.right_top_19DT5 {
3511
+ transform-origin: left top;
3512
+ }
3513
+ .show_scale_1mftc.right_bottom_1Y686 {
3514
+ transform-origin: left bottom;
3515
+ }
3516
+ .show_scale_1mftc.left_bottom_2uN6u {
3517
+ transform-origin: right bottom;
3518
+ }
3519
+ .btn_style_2ZbMu {
3520
+ cursor: pointer;
3521
+ }
3522
+ .btn_style_2ZbMu:active,
3523
+ .btn_style_2ZbMu.on_14ReV {
3524
+ color: var(--upime-active);
3525
+ }
3526
+ .btn_style_2ZbMu.disabled_3ost8 {
3527
+ color: var(--upime-disable);
3528
+ pointer-events: none;
3529
+ }
3530
+ .propEditorIconBox_ZPJ55 {
3531
+ height: 40px;
3532
+ width: 40px;
3533
+ display: flex;
3534
+ justify-content: center;
3535
+ align-items: center;
3536
+ }
3537
+ .do-hovers .icon_box_2_MCw:hover {
3538
+ opacity: 1;
3539
+ }
3540
+ .do-hovers .bling_item_Wpkjy:hover {
3541
+ opacity: 1;
3542
+ background-color: var(--upime-btn-bg-hover);
3543
+ }
3544
+ .do-hovers .btn_style_2ZbMu:hover {
3545
+ color: var(--upime-active);
3546
+ }
3547
+ .do-hovers .propEditorIconBox_ZPJ55:hover {
3548
+ background-color: var(--upime-btn-bg-hover);
3549
+ }
3550
+ .do-hovers .titleIcon_WNKTJ:hover {
3551
+ color: var(--upime-active);
3552
+ }
3553
+ .do-hovers .moreIcon_3EGbv:hover {
3554
+ color: var(--upime-main-text);
3555
+ }
3556
+ .rotateY180_3B_Co {
3557
+ transform: rotateY(180deg);
3558
+ }
3559
+ .upimeInput_CNs-e {
3560
+ height: 38px;
3561
+ padding: 8px 16px;
3562
+ border: 1px solid black;
3563
+ box-shadow: 0px 0px 0px 2px rgba(46, 115, 229, 0.16);
3564
+ border: 1px solid var(--upime-input-border);
3565
+ border-radius: 4px;
3566
+ }
3567
+ .upimeInput_CNs-e.invalid_3iDze {
3568
+ box-shadow: 0px 0px 0px 2px rgba(254, 82, 80, 0.16);
3569
+ border: 1px solid var(--upime-input-invalid);
3570
+ }
3571
+ .titleIcon_WNKTJ {
3572
+ height: 48px;
3573
+ width: 40px;
3574
+ cursor: pointer;
3575
+ display: flex;
3576
+ justify-content: center;
3577
+ align-items: center;
3578
+ }
3579
+ .titleIcon_WNKTJ.active_3IluS {
3580
+ background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
3581
+ background: initial !important;
3582
+ }
3583
+ .titleIcon_WNKTJ.active_3IluS {
3584
+ color: var(--upime-active);
3585
+ }
3586
+ .moreIcon_3EGbv {
3587
+ cursor: pointer;
3588
+ }
3589
+ .moreIcon_3EGbv svg {
3590
+ color: #303445;
3591
+ }
3592
+ .moreIcon_3EGbv.active_3IluS svg {
3593
+ color: var(--upime-main-text);
3594
+ }
3595
+ @keyframes loading_8SMbv {
3596
+ 0% {
3597
+ transform: rotate(0deg);
3598
+ }
3599
+ 100% {
3600
+ transform: rotate(360deg);
3601
+ }
3602
+ }
3603
+ .loadingIcon_hh2my {
3604
+ width: 24px;
3605
+ height: 24px;
3606
+ color: var(--upime-active);
3607
+ animation: loading_8SMbv 1s linear infinite forwards;
3608
+ }
3609
+ .AIButtonContainer_1KCD9 {
3610
+ padding: 0 8px;
3611
+ height: 100%;
3612
+ display: flex;
3613
+ justify-content: center;
3614
+ align-items: center;
3615
+ }
3616
+ .AIButtonContainer_1KCD9.transparent_KymT8 {
3617
+ opacity: 0;
3618
+ }
3619
+ .AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv {
3620
+ width: 40px;
3621
+ height: 40px;
3622
+ display: flex;
3623
+ justify-content: center;
3624
+ align-items: center;
3625
+ position: relative;
3626
+ }
3627
+ .AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv .AIButtonImageContainer_3bQyD {
3628
+ overflow: hidden;
3629
+ display: flex;
3630
+ justify-content: center;
3631
+ align-items: center;
3632
+ position: absolute;
3633
+ left: 0;
3634
+ top: 0;
3635
+ bottom: 0;
3636
+ right: 0;
3637
+ transform-origin: center center;
3638
+ transition: 0.4s;
3639
+ }
3640
+ .AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv .AIButtonImageContainer_3bQyD.AIShow_3bXP_ {
3641
+ transform: scale(1) rotate(0);
3642
+ opacity: 1;
3643
+ }
3644
+ .AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv .AIButtonImageContainer_3bQyD.AIHide_36dTz {
3645
+ transform: scale(0) rotate(360deg);
3646
+ opacity: 0;
3647
+ }
3648
+ .AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv .AIButtonImageContainer_3bQyD.AIButtonHover_k40Kt:hover {
3649
+ background-color: var(--upime-btn-bg-hover);
3650
+ }
3651
+ .AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv .AIButtonImageContainer_3bQyD.AIButtonDisabled_1ZmJx {
3652
+ opacity: 0.3;
3653
+ cursor: default;
3654
+ pointer-events: none;
3655
+ }
3656
+ .AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv .AIButtonImageContainer_3bQyD .AIButtonImage_1g9MN {
3657
+ width: 32px;
3658
+ height: 32px;
3659
+ }
3660
+ .phoneBgColorFcContainer_3kNvI {
3661
+ background-color: white;
3662
+ box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
3663
+ padding: 16px 0px;
3664
+ border-radius: 4px;
3665
+ width: 100%;
3666
+ overflow: hidden;
3667
+ pointer-events: all;
3668
+ position: relative;
3669
+ }
3670
+ .widgetTypePicker_5H8Qx {
3671
+ position: absolute;
3672
+ width: 212px;
3673
+ padding: 16px 4px 16px 16px;
3674
+ border-radius: 4px;
3675
+ background-color: #ffffff;
3676
+ box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
3677
+ }
3678
+ .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu {
3679
+ max-height: 274px;
3680
+ display: flex;
3681
+ flex-direction: column;
3682
+ overflow: hidden;
3683
+ }
3684
+ .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .baseTypeBox_2NVBF {
3685
+ display: flex;
3686
+ justify-content: left;
3687
+ align-items: center;
3688
+ flex-flow: row wrap;
3689
+ gap: 12px;
3690
+ padding-right: 12px;
3691
+ }
3692
+ .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .baseTypeBox_2NVBF .baseTypeItem_2ZO0E {
3693
+ width: 36px;
3694
+ height: 36px;
3695
+ display: flex;
3696
+ align-items: center;
3697
+ justify-content: center;
3698
+ cursor: pointer;
3699
+ border-radius: 2px;
3700
+ }
3701
+ .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .baseTypeDivider_L_aZN {
3702
+ margin-top: 4px;
3703
+ margin-bottom: 12px;
3704
+ border-top: 1px solid #e6e7e9;
3705
+ margin-right: 12px;
3706
+ }
3707
+ .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .listContainer_3ZQHL {
3708
+ flex: 1;
3709
+ padding-right: 6px;
3710
+ overflow: auto;
3711
+ scrollbar-color: var(--upime-scrollbar-thumb) transparent;
3712
+ scrollbar-width: thin;
3713
+ }
3714
+ .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .listContainer_3ZQHL::-webkit-scrollbar {
3715
+ width: 4px;
3716
+ }
3717
+ .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .listContainer_3ZQHL::-webkit-scrollbar-track {
3718
+ border-radius: 5px;
3719
+ background-color: transparent;
3720
+ }
3721
+ .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .listContainer_3ZQHL::-webkit-scrollbar-thumb {
3722
+ border-radius: 2px;
3723
+ background-color: var(--upime-scrollbar-thumb);
3724
+ }
3725
+ .do-hovers .widget-type-item_2rkJI:hover {
3726
+ background-color: rgba(0, 0, 0, 0.06);
3727
+ }
3728
+
3729
+ .draftContainer_UuOXY {
3730
+ display: flex;
3731
+ flex-direction: column;
3732
+ }
3733
+ .draftContainer_UuOXY .textPart_GSblp {
3734
+ display: flex;
3735
+ position: relative;
3736
+ }
3737
+ .draftContainer_UuOXY .textPart_GSblp .editor_12tyR {
3738
+ -webkit-user-select: text !important;
3739
+ user-select: text !important;
3740
+ }
3741
+ .draftContainer_UuOXY .textPart_GSblp .editor_12tyR {
3742
+ width: 100%;
3743
+ min-height: 50px;
3744
+ max-height: 162px;
3745
+ overflow-x: hidden;
3746
+ overflow-y: scroll;
3747
+ scrollbar-color: var(--upime-scrollbar-thumb) transparent;
3748
+ scrollbar-width: thin;
3749
+ padding: 15px 56px 16px 16px;
3750
+ }
3751
+ .draftContainer_UuOXY .textPart_GSblp .editor_12tyR::-webkit-scrollbar {
3752
+ width: 4px;
3753
+ }
3754
+ .draftContainer_UuOXY .textPart_GSblp .editor_12tyR::-webkit-scrollbar-track {
3755
+ border-radius: 5px;
3756
+ background-color: transparent;
3757
+ }
3758
+ .draftContainer_UuOXY .textPart_GSblp .editor_12tyR::-webkit-scrollbar-thumb {
3759
+ border-radius: 2px;
3760
+ background-color: var(--upime-scrollbar-thumb);
3761
+ }
3762
+ .draftContainer_UuOXY .textPart_GSblp .editor_12tyR > div {
3763
+ line-height: 20px;
3764
+ font-size: 14px;
3765
+ }
3766
+ .draftContainer_UuOXY .textPart_GSblp .editor_12tyR span {
3767
+ top: 0px;
3768
+ }
3769
+ .draftContainer_UuOXY .textPart_GSblp .editor_12tyR * {
3770
+ -webkit-user-select: text !important;
3771
+ user-select: text !important;
3772
+ }
3773
+ .draftContainer_UuOXY .textPart_GSblp .actionRow_3GZwe {
3774
+ position: absolute;
3775
+ right: 0;
3776
+ bottom: 0;
3777
+ display: flex;
3778
+ flex-direction: row;
3779
+ padding: 14px 16px 14px 12px;
3780
+ justify-content: flex-end;
3781
+ }
3782
+ .draftContainer_UuOXY .textPart_GSblp .actionRow_3GZwe svg {
3783
+ color: #d8d8d8;
3784
+ cursor: pointer;
3785
+ pointer-events: none;
3786
+ width: 24px;
3787
+ height: 22px;
3788
+ }
3789
+ .draftContainer_UuOXY .textPart_GSblp .actionRow_3GZwe svg.active_1PXIw {
3790
+ color: var(--upime-active);
3791
+ pointer-events: auto;
3792
+ }
3793
+ .draftContainer_UuOXY .draftActions_FEgSS {
3794
+ display: flex;
3795
+ width: 100%;
3796
+ padding: 8px 16px 12px 16px;
3797
+ }
3798
+ .draftContainer_UuOXY .draftActions_FEgSS .micCon_3R3ED {
3799
+ height: 24px;
3800
+ }
3801
+ .draftContainer_UuOXY .draftActions_FEgSS svg {
3802
+ cursor: pointer;
3803
+ width: 24px;
3804
+ height: 24px;
3805
+ margin-right: 24px;
3806
+ color: #616371;
3807
+ }
3808
+ .draftContainer_UuOXY .draftActions_FEgSS .active_1PXIw {
3809
+ color: var(--upime-active);
3810
+ }
3811
+ .draftContainer_UuOXY.phone_1AAw- {
3812
+ justify-content: space-evenly;
3813
+ min-height: 52px;
3814
+ padding-bottom: 5px;
3815
+ margin-top: 10px;
3816
+ flex-direction: row;
3817
+ }
3818
+ .draftContainer_UuOXY.phone_1AAw- .mic_Qk8ae {
3819
+ display: flex;
3820
+ justify-content: center;
3821
+ align-items: flex-end;
3822
+ width: 36px;
3823
+ margin: 0 8px;
3824
+ }
3825
+ .draftContainer_UuOXY.phone_1AAw- .mic_Qk8ae svg {
3826
+ margin-bottom: 15px;
3827
+ font-size: 25px;
3828
+ }
3829
+ .draftContainer_UuOXY.phone_1AAw- .textPart_GSblp {
3830
+ flex-basis: 80%;
3831
+ position: relative;
3832
+ }
3833
+ .draftContainer_UuOXY.phone_1AAw- .textPart_GSblp .editor_12tyR {
3834
+ padding: 0;
3835
+ padding: initial;
3836
+ width: calc(100% - 42px);
3837
+ }
3838
+ .draftContainer_UuOXY.phone_1AAw- .textPart_GSblp .editor_12tyR span {
3839
+ top: 10px;
3840
+ }
3841
+ .draftContainer_UuOXY.phone_1AAw- .textPart_GSblp .editor_12tyR p {
3842
+ background-color: #f5f6f6;
3843
+ padding: 0px 10px 0px 10px;
3844
+ }
3845
+ .draftContainer_UuOXY.phone_1AAw- .textPart_GSblp .editor_12tyR p:first-child {
3846
+ padding-top: 10px;
3295
3847
  border-top-left-radius: 4px;
3296
3848
  border-top-right-radius: 4px;
3297
3849
  }
@@ -3729,6 +4281,7 @@
3729
4281
 
3730
4282
  .link_38yHX {
3731
4283
  color: var(--upime-active);
4284
+ -webkit-text-decoration: underline;
3732
4285
  text-decoration: underline;
3733
4286
  }
3734
4287
  .link_38yHX.clickable_1ikEY {
@@ -3976,7 +4529,6 @@
3976
4529
  }
3977
4530
  .draftContainer_3wxyN .textPart_2_6bY .editor_VRdAP {
3978
4531
  -webkit-user-select: text !important;
3979
- -moz-user-select: text !important;
3980
4532
  user-select: text !important;
3981
4533
  }
3982
4534
  .draftContainer_3wxyN .textPart_2_6bY .editor_VRdAP {
@@ -4009,7 +4561,6 @@
4009
4561
  }
4010
4562
  .draftContainer_3wxyN .textPart_2_6bY .editor_VRdAP * {
4011
4563
  -webkit-user-select: text !important;
4012
- -moz-user-select: text !important;
4013
4564
  user-select: text !important;
4014
4565
  }
4015
4566
  .draftContainer_3wxyN .textPart_2_6bY .actionRow_IgBSG {
@@ -4453,7 +5004,6 @@
4453
5004
  }
4454
5005
  .messageItemRoot_3URk_ .content_oxA_u * {
4455
5006
  -webkit-user-select: text !important;
4456
- -moz-user-select: text !important;
4457
5007
  user-select: text !important;
4458
5008
  }
4459
5009
  .messageItemRoot_3URk_ .actions_nqOrM {
@@ -4890,8 +5440,7 @@
4890
5440
  align-items: center;
4891
5441
  }
4892
5442
  .root_2YuiZ > img {
4893
- -o-object-fit: cover;
4894
- object-fit: cover;
5443
+ object-fit: cover;
4895
5444
  border-radius: 4px;
4896
5445
  max-width: 100%;
4897
5446
  }
@@ -5117,7 +5666,6 @@
5117
5666
  font-size: 10px;
5118
5667
  text-align: center;
5119
5668
  -webkit-user-select: none;
5120
- -moz-user-select: none;
5121
5669
  user-select: none;
5122
5670
  }
5123
5671
  .fontSizeSelect_mZrQe .rightOption_MD7Qa .btn_mBY8_:hover {
@@ -5866,8 +6414,7 @@
5866
6414
  .content_j7Z8k.video_at_K0 video {
5867
6415
  width: 100%;
5868
6416
  height: 100%;
5869
- -o-object-fit: contain;
5870
- object-fit: contain;
6417
+ object-fit: contain;
5871
6418
  }
5872
6419
  .resize_dom_fuoNI {
5873
6420
  position: absolute;
@@ -6664,9 +7211,6 @@
6664
7211
  outline: none;
6665
7212
  color: #0c1024;
6666
7213
  }
6667
- .inputContainer_2v9CT .input_s7rot::-moz-placeholder {
6668
- color: #c2c3c8;
6669
- }
6670
7214
  .inputContainer_2v9CT .input_s7rot::placeholder {
6671
7215
  color: #c2c3c8;
6672
7216
  }
@@ -7152,15 +7696,13 @@
7152
7696
  grid-row-gap: 32px;
7153
7697
  row-gap: 32px;
7154
7698
  grid-column-gap: 12px;
7155
- -moz-column-gap: 12px;
7156
- column-gap: 12px;
7699
+ column-gap: 12px;
7157
7700
  justify-items: center;
7158
7701
  border-top: 1px solid #e6e7e9;
7159
7702
  padding-top: 14px;
7160
7703
  }
7161
7704
  .dateSelectorContainer_7OPhd .monthListContainer_1feVK.phone_1imQn {
7162
- -moz-column-gap: 40px;
7163
- column-gap: 40px;
7705
+ column-gap: 40px;
7164
7706
  margin-top: 0px;
7165
7707
  }
7166
7708
  .dateSelectorContainer_7OPhd .monthListContainer_1feVK .monCell_2kpcK {
@@ -7480,9 +8022,6 @@
7480
8022
  margin-bottom: 8px;
7481
8023
  width: 100%;
7482
8024
  }
7483
- .cardEditModalContainer_3CGgB .textTitle_2ByIg::-moz-placeholder {
7484
- color: #c2c3c8;
7485
- }
7486
8025
  .cardEditModalContainer_3CGgB .textTitle_2ByIg::placeholder {
7487
8026
  color: #c2c3c8;
7488
8027
  }
@@ -7568,9 +8107,6 @@
7568
8107
  scrollbar-color: var(--upime-scrollbar-thumb) transparent;
7569
8108
  scrollbar-width: thin;
7570
8109
  }
7571
- .cardEditModalContainer_3CGgB .descContainer_3mYME .textDescContainer_1m0SK .textDesc_bExXH::-moz-placeholder {
7572
- color: #c2c3c8;
7573
- }
7574
8110
  .cardEditModalContainer_3CGgB .descContainer_3mYME .textDescContainer_1m0SK .textDesc_bExXH::placeholder {
7575
8111
  color: #c2c3c8;
7576
8112
  }
@@ -7593,7 +8129,6 @@
7593
8129
  left: 0;
7594
8130
  opacity: 0;
7595
8131
  -webkit-user-select: none;
7596
- -moz-user-select: none;
7597
8132
  user-select: none;
7598
8133
  pointer-events: none;
7599
8134
  }
@@ -7662,7 +8197,6 @@
7662
8197
  }
7663
8198
  .selectContainer_YVQ79 .box_3MeK9 {
7664
8199
  height: 100%;
7665
- width: -moz-fit-content;
7666
8200
  width: fit-content;
7667
8201
  max-width: 100%;
7668
8202
  display: flex;
@@ -7914,7 +8448,6 @@
7914
8448
  display: flex;
7915
8449
  align-items: center;
7916
8450
  color: #2e73e5;
7917
- width: -moz-fit-content;
7918
8451
  width: fit-content;
7919
8452
  height: 100%;
7920
8453
  padding: 0 8px 0 2px;
@@ -7950,7 +8483,6 @@
7950
8483
  position: relative;
7951
8484
  }
7952
8485
  .viewerContainer_3f1Ay.imgContainer_2svvI {
7953
- width: -moz-fit-content;
7954
8486
  width: fit-content;
7955
8487
  }
7956
8488
  .viewerContainer_3f1Ay .uploadCover_1xurO {
@@ -8003,8 +8535,7 @@
8003
8535
  .viewerContainer_3f1Ay .imgContainer_2svvI img {
8004
8536
  width: 100%;
8005
8537
  height: 100%;
8006
- -o-object-fit: scale-down;
8007
- object-fit: scale-down;
8538
+ object-fit: scale-down;
8008
8539
  display: block;
8009
8540
  }
8010
8541
  .viewerContainer_3f1Ay .officeContainer_1mf6v {
@@ -8103,8 +8634,7 @@
8103
8634
  .viewerContainer_3f1Ay .videoContainer_qXhrY .videoDom_1jG0t {
8104
8635
  width: 100%;
8105
8636
  max-height: 180px;
8106
- -o-object-fit: scale-down;
8107
- object-fit: scale-down;
8637
+ object-fit: scale-down;
8108
8638
  display: block;
8109
8639
  }
8110
8640
  .viewerContainer_3f1Ay .videoContainer_qXhrY .mask_1m9yl {
@@ -8373,9 +8903,6 @@
8373
8903
  overflow: hidden;
8374
8904
  text-overflow: ellipsis;
8375
8905
  }
8376
- .phoneViewContainer_2q1mj .partContainer_3-nRO .row_2tCJb .titleInput_hwfMP::-moz-placeholder {
8377
- color: #91939c;
8378
- }
8379
8906
  .phoneViewContainer_2q1mj .partContainer_3-nRO .row_2tCJb .titleInput_hwfMP::placeholder {
8380
8907
  color: #91939c;
8381
8908
  }
@@ -8878,9 +9405,6 @@
8878
9405
  background-color: #f5f6f6;
8879
9406
  cursor: not-allowed;
8880
9407
  }
8881
- .kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .inputContainer_zn0oa .input_129hJ::-moz-placeholder {
8882
- color: #c2c3c8;
8883
- }
8884
9408
  .kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .inputContainer_zn0oa .input_129hJ::placeholder {
8885
9409
  color: #c2c3c8;
8886
9410
  }
@@ -9004,9 +9528,6 @@
9004
9528
  .kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .optionListContainer_3gQwd .opRow_8piVY .opInputContainer_3F-t_:focus {
9005
9529
  border: 1px solid #2e73e5;
9006
9530
  }
9007
- .kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .optionListContainer_3gQwd .opRow_8piVY .opInputContainer_3F-t_::-moz-placeholder {
9008
- color: #c2c3c8;
9009
- }
9010
9531
  .kanbanConfigWrapper_zrjFR .kanbanConfigContainer_2ZExP .kanbanMainContainer_fdqg- .kanbanMainContent_3PO_L .kanbanMainContentScroll_2knc1 .kanbanMainContentProp_1Vcq9 .optionListContainer_3gQwd .opRow_8piVY .opInputContainer_3F-t_::placeholder {
9011
9532
  color: #c2c3c8;
9012
9533
  }
@@ -9166,7 +9687,6 @@
9166
9687
  .element_name_39TT- {
9167
9688
  position: absolute;
9168
9689
  transform-origin: 0 0;
9169
- width: -moz-max-content;
9170
9690
  width: max-content;
9171
9691
  height: 100%;
9172
9692
  padding: 0;
@@ -9196,10 +9716,6 @@
9196
9716
  pointer-events: auto;
9197
9717
  font-weight: 600;
9198
9718
  }
9199
- .textarea_element_name_3uw6w::-moz-placeholder {
9200
- color: #c2c3c8;
9201
- font-weight: 400;
9202
- }
9203
9719
  .textarea_element_name_3uw6w::placeholder {
9204
9720
  color: #c2c3c8;
9205
9721
  font-weight: 400;
@@ -9322,9 +9838,6 @@
9322
9838
  .addNewColContainer_2U3es .attrInputContainer_hhG9O .attrInput_9uRCq.error_1F0s4 {
9323
9839
  border: 1px solid #fe5250;
9324
9840
  }
9325
- .addNewColContainer_2U3es .attrInputContainer_hhG9O .attrInput_9uRCq::-moz-placeholder {
9326
- color: #c2c3c8;
9327
- }
9328
9841
  .addNewColContainer_2U3es .attrInputContainer_hhG9O .attrInput_9uRCq::placeholder {
9329
9842
  color: #c2c3c8;
9330
9843
  }
@@ -10094,9 +10607,6 @@
10094
10607
  .dashboardContainer_mRFS- .dashbardContentContainer_33BP7 .inputRow_2fmro .input_3AwAe.oneLine_3BVqx.phone_1kP_V {
10095
10608
  padding-right: 36px;
10096
10609
  }
10097
- .dashboardContainer_mRFS- .dashbardContentContainer_33BP7 .inputRow_2fmro .input_3AwAe::-moz-placeholder {
10098
- color: #c2c3c8;
10099
- }
10100
10610
  .dashboardContainer_mRFS- .dashbardContentContainer_33BP7 .inputRow_2fmro .input_3AwAe::placeholder {
10101
10611
  color: #c2c3c8;
10102
10612
  }
@@ -10126,7 +10636,6 @@
10126
10636
  left: 0;
10127
10637
  opacity: 0;
10128
10638
  -webkit-user-select: none;
10129
- -moz-user-select: none;
10130
10639
  user-select: none;
10131
10640
  pointer-events: none;
10132
10641
  }
@@ -10475,16 +10984,23 @@
10475
10984
  }
10476
10985
  .node_menu_2TnQY {
10477
10986
  position: absolute;
10478
- padding: 16px 12px;
10479
10987
  border-radius: 4px;
10480
10988
  }
10481
- .node_menu_2TnQY .btn_group_3uY4M {
10989
+ .node_menu_2TnQY .split_line_Tjx6K {
10990
+ width: 100%;
10991
+ height: 1px;
10992
+ background: #E6E7E9;
10993
+ }
10994
+ .node_menu_2TnQY.add_28H9H {
10995
+ padding: 16px 12px;
10996
+ }
10997
+ .node_menu_2TnQY.add_28H9H .btn_group_3uY4M {
10482
10998
  width: 198px;
10483
10999
  }
10484
- .node_menu_2TnQY .btn_group_3uY4M:not(:first-child) {
11000
+ .node_menu_2TnQY.add_28H9H .btn_group_3uY4M:not(:first-child) {
10485
11001
  margin-top: 16px;
10486
11002
  }
10487
- .node_menu_2TnQY .type_3r3TJ {
11003
+ .node_menu_2TnQY.add_28H9H .type_3r3TJ {
10488
11004
  height: 22px;
10489
11005
  line-height: 22px;
10490
11006
  padding-left: 12px;
@@ -10492,27 +11008,27 @@
10492
11008
  color: #91939C;
10493
11009
  margin-bottom: 4px;
10494
11010
  }
10495
- .node_menu_2TnQY .btns_3tk0H {
11011
+ .node_menu_2TnQY.add_28H9H .btns_3tk0H {
10496
11012
  height: 30px;
10497
11013
  display: flex;
10498
11014
  align-items: center;
10499
11015
  justify-content: space-around;
10500
11016
  }
10501
- .node_menu_2TnQY .btn_1QjMZ {
11017
+ .node_menu_2TnQY.add_28H9H .btn_1QjMZ {
10502
11018
  color: #0C1024;
10503
11019
  width: 30px;
10504
11020
  height: 30px;
10505
11021
  display: flex;
10506
11022
  cursor: pointer;
10507
11023
  }
10508
- .node_menu_2TnQY .btn_1QjMZ .btn_icon_WL9f8 {
11024
+ .node_menu_2TnQY.add_28H9H .btn_1QjMZ .btn_icon_WL9f8 {
10509
11025
  margin: auto;
10510
11026
  }
10511
- .node_menu_2TnQY .btn_icon_WL9f8 {
11027
+ .node_menu_2TnQY.add_28H9H .btn_icon_WL9f8 {
10512
11028
  font-size: 20px;
10513
11029
  pointer-events: none;
10514
11030
  }
10515
- .node_menu_2TnQY .btn_bar_3nYM8 {
11031
+ .node_menu_2TnQY.add_28H9H .btn_bar_3nYM8 {
10516
11032
  height: 36px;
10517
11033
  color: #0C1024;
10518
11034
  padding: 0 12px;
@@ -10521,14 +11037,99 @@
10521
11037
  justify-content: flex-start;
10522
11038
  cursor: pointer;
10523
11039
  }
10524
- .node_menu_2TnQY .btn_name_1sj6v {
11040
+ .node_menu_2TnQY.add_28H9H .btn_name_1sj6v {
10525
11041
  margin-left: 4px;
10526
11042
  font-size: 14px;
10527
11043
  line-height: 20px;
10528
11044
  height: 20px;
10529
11045
  }
11046
+ .node_type_select_1f7cC {
11047
+ padding: 12px;
11048
+ }
11049
+ .node_type_select_1f7cC .types_2TAh- {
11050
+ width: 160px;
11051
+ height: 64px;
11052
+ display: flex;
11053
+ flex-wrap: wrap;
11054
+ padding-left: 8px;
11055
+ }
11056
+ .node_type_select_1f7cC .type_3r3TJ {
11057
+ display: flex;
11058
+ width: 30px;
11059
+ height: 30px;
11060
+ margin-bottom: 4px;
11061
+ margin-right: 8px;
11062
+ cursor: pointer;
11063
+ }
11064
+ .node_type_select_1f7cC .type_3r3TJ .type_icon_3nQj_ {
11065
+ margin: auto;
11066
+ font-size: 20px;
11067
+ }
11068
+ .node_type_select_1f7cC .type_3r3TJ.selected_2_WFP {
11069
+ background: #EAF1FC !important;
11070
+ }
11071
+ .node_type_select_1f7cC .type_3r3TJ.selected_2_WFP {
11072
+ color: #2E73E5;
11073
+ border-radius: 2px;
11074
+ }
11075
+ .node_align_btn_1xYq2 {
11076
+ width: 100%;
11077
+ height: 52px;
11078
+ padding: 16px 20px;
11079
+ color: #0C1024;
11080
+ display: flex;
11081
+ align-items: center;
11082
+ cursor: pointer;
11083
+ }
11084
+ .align_option_1bkez {
11085
+ padding: 8px;
11086
+ height: 36px;
11087
+ display: flex;
11088
+ align-items: center;
11089
+ cursor: pointer;
11090
+ }
11091
+ .align_option_1bkez.disabled_Mm6ss {
11092
+ color: #C2C3C8;
11093
+ pointer-events: none;
11094
+ }
11095
+ .align_option_1bkez:not(:first-child) {
11096
+ margin-top: 4px;
11097
+ }
11098
+ .align_option_1bkez .right_icon_1Tg4P {
11099
+ display: none;
11100
+ }
11101
+ .align_option_1bkez.selected_2_WFP {
11102
+ color: #2E73E5;
11103
+ }
11104
+ .align_option_1bkez.selected_2_WFP .right_icon_1Tg4P {
11105
+ display: inline;
11106
+ display: initial;
11107
+ }
11108
+ .node_align_btn_1xYq2 .icon_LcPRG,
11109
+ .align_option_1bkez .icon_LcPRG {
11110
+ font-size: 20px;
11111
+ flex-shrink: 0;
11112
+ }
11113
+ .node_align_btn_1xYq2 .text_3sB8Z,
11114
+ .align_option_1bkez .text_3sB8Z {
11115
+ margin-left: 8px;
11116
+ width: 100%;
11117
+ font-size: 14px;
11118
+ line-height: 20px;
11119
+ }
11120
+ .node_align_btn_1xYq2 .right_icon_1Tg4P,
11121
+ .align_option_1bkez .right_icon_1Tg4P {
11122
+ font-size: 16px;
11123
+ flex-shrink: 0;
11124
+ }
11125
+ .align_option_group_2NnKY {
11126
+ padding: 8px 12px;
11127
+ }
11128
+ .node_align_menu_2NACD {
11129
+ width: 184px;
11130
+ }
10530
11131
  .do-hovers .hover_style_3dBbz:hover {
10531
- border-radius: 4px;
11132
+ border-radius: 2px;
10532
11133
  background: rgba(0, 0, 0, 0.06);
10533
11134
  }
10534
11135
 
@@ -10640,7 +11241,6 @@
10640
11241
  .border_Q60AG *::after {
10641
11242
  box-sizing: border-box;
10642
11243
  -webkit-user-select: none;
10643
- -moz-user-select: none;
10644
11244
  user-select: none;
10645
11245
  }
10646
11246
  .border_Q60AG input,
@@ -10648,7 +11248,6 @@
10648
11248
  outline: none !important;
10649
11249
  resize: none !important;
10650
11250
  -webkit-user-select: text !important;
10651
- -moz-user-select: text !important;
10652
11251
  user-select: text !important;
10653
11252
  }
10654
11253
  .goToLinkToolTip_Jo9f- {
@@ -11069,10 +11668,6 @@
11069
11668
  padding-left: 40px;
11070
11669
  padding-right: 32px;
11071
11670
  }
11072
- .filterContainer_3-Rd6 .participantContainer_2IQRQ .searchContainer_110-h > input::-moz-placeholder {
11073
- color: #c2c3c8;
11074
- font-size: 14px;
11075
- }
11076
11671
  .filterContainer_3-Rd6 .participantContainer_2IQRQ .searchContainer_110-h > input::placeholder {
11077
11672
  color: #c2c3c8;
11078
11673
  font-size: 14px;
@@ -11405,10 +12000,6 @@
11405
12000
  padding-left: 40px;
11406
12001
  padding-right: 32px;
11407
12002
  }
11408
- .filterContainer_2BCmt .participantContainer_2cqqd .searchContainer_2UViR > input::-moz-placeholder {
11409
- color: #c2c3c8;
11410
- font-size: 14px;
11411
- }
11412
12003
  .filterContainer_2BCmt .participantContainer_2cqqd .searchContainer_2UViR > input::placeholder {
11413
12004
  color: #c2c3c8;
11414
12005
  font-size: 14px;
@@ -12030,7 +12621,7 @@
12030
12621
  .root_m21ec .content_bVoEx {
12031
12622
  display: flex;
12032
12623
  flex-direction: column;
12033
- margin-bottom: 24px;
12624
+ margin-bottom: 16px;
12034
12625
  }
12035
12626
  .root_m21ec .content_bVoEx .title_3VGI6 {
12036
12627
  height: 28px;
@@ -12156,7 +12747,7 @@
12156
12747
  }
12157
12748
  .nickNameInput_RAs3H {
12158
12749
  margin: 0px;
12159
- margin-bottom: 16px;
12750
+ margin-bottom: 24px;
12160
12751
  height: 44px;
12161
12752
  }
12162
12753
  .noPermissionJoinBox_2qDRl {
@@ -12263,9 +12854,9 @@
12263
12854
  .outMeetingModalBox_24pEe,
12264
12855
  .endModalBox_21TuR {
12265
12856
  width: 480px;
12266
- height: 170px;
12267
12857
  border-radius: 12px;
12268
12858
  padding: 24px;
12859
+ padding-top: 18px;
12269
12860
  background-color: #fff;
12270
12861
  position: absolute;
12271
12862
  top: 50%;
@@ -12574,6 +13165,30 @@
12574
13165
  opacity: 1;
12575
13166
  background-color: #1d56bf;
12576
13167
  }
13168
+ .advanceSettingModal_DjNj6 {
13169
+ position: absolute;
13170
+ left: 50%;
13171
+ top: 50%;
13172
+ background-color: #fff;
13173
+ transform: translate(-50%, -50%);
13174
+ padding: 16px 40px 40px 40px;
13175
+ border-radius: 12px;
13176
+ width: 520px;
13177
+ }
13178
+ .advanceSettingModal_DjNj6 .closeBox_3I7Od {
13179
+ position: absolute;
13180
+ right: 12px;
13181
+ display: flex;
13182
+ padding: 12px;
13183
+ cursor: pointer;
13184
+ border-radius: 2px;
13185
+ }
13186
+ .advanceSettingModal_DjNj6 .closeBox_3I7Od > svg {
13187
+ font-size: 20px;
13188
+ }
13189
+ .advanceSettingModal_DjNj6 .closeBox_3I7Od:hover {
13190
+ background-color: rgba(0, 0, 0, 0.06);
13191
+ }
12577
13192
 
12578
13193
  .phoneModal_3GV2w {
12579
13194
  width: 278px;
@@ -12697,9 +13312,6 @@
12697
13312
  top: 3px;
12698
13313
  position: relative;
12699
13314
  }
12700
- .body_3jDAr .searchBar_28EEk > input::-moz-placeholder {
12701
- color: #91939c;
12702
- }
12703
13315
  .body_3jDAr .searchBar_28EEk > input::placeholder {
12704
13316
  color: #91939c;
12705
13317
  }
@@ -13411,7 +14023,6 @@
13411
14023
  }
13412
14024
  .textContainer_1JELQ .textBox_2F1tW .textItem_198Os .textArea_3s9sD .textContent_1lDEl {
13413
14025
  -webkit-user-select: text;
13414
- -moz-user-select: text;
13415
14026
  user-select: text;
13416
14027
  font-size: 14px;
13417
14028
  color: #0c1024;
@@ -14229,6 +14840,7 @@
14229
14840
  .videoContainer_2MFyP {
14230
14841
  width: 100%;
14231
14842
  height: 100%;
14843
+ position: absolute;
14232
14844
  }
14233
14845
  .videoContainer_2MFyP > div {
14234
14846
  border-radius: 4px;
@@ -14459,8 +15071,7 @@
14459
15071
  background-color: var(--upime-btn-bg-hover);
14460
15072
  }
14461
15073
  .panelRoot_2VoAv {
14462
- width: 168px;
14463
- max-height: 96px;
15074
+ width: max-content;
14464
15075
  bottom: 60px;
14465
15076
  top: auto;
14466
15077
  top: initial;
@@ -14477,6 +15088,23 @@
14477
15088
  .panelRoot_2VoAv.miniMode_1ompl {
14478
15089
  bottom: 34px;
14479
15090
  }
15091
+ .panelRoot_2VoAv .advanceSettingBox_14I4H {
15092
+ display: flex;
15093
+ gap: 8px;
15094
+ padding: 8px 16px;
15095
+ align-items: center;
15096
+ cursor: pointer;
15097
+ }
15098
+ .panelRoot_2VoAv .advanceSettingBox_14I4H .settingIcon_3kaB_ {
15099
+ font-size: 24px;
15100
+ }
15101
+ .panelRoot_2VoAv .advanceSettingBox_14I4H .text_2uRRu {
15102
+ font-size: 14px;
15103
+ color: #303445;
15104
+ }
15105
+ .panelRoot_2VoAv .advanceSettingBox_14I4H:hover {
15106
+ background-color: var(--upime-btn-bg-hover);
15107
+ }
14480
15108
  .screenShareWidgetBox_3DBJ5 {
14481
15109
  position: absolute;
14482
15110
  bottom: 66px;
@@ -14619,8 +15247,7 @@
14619
15247
  position: absolute;
14620
15248
  transform-origin: 0 0;
14621
15249
  opacity: 0.9;
14622
- -o-object-fit: cover;
14623
- object-fit: cover;
15250
+ object-fit: cover;
14624
15251
  pointer-events: none;
14625
15252
  background-size: cover;
14626
15253
  }
@@ -14944,9 +15571,6 @@
14944
15571
  font-size: 14px;
14945
15572
  text-align: left;
14946
15573
  }
14947
- .input__gVok::-moz-placeholder {
14948
- color: #91939c;
14949
- }
14950
15574
  .input__gVok::placeholder {
14951
15575
  color: #91939c;
14952
15576
  }
@@ -15153,6 +15777,10 @@
15153
15777
  justify-content: space-between;
15154
15778
  align-content: space-between;
15155
15779
  padding: 14px;
15780
+ transition: left 0.3s;
15781
+ }
15782
+ .shapePannel_19HX4.toRight_2kFJv {
15783
+ left: 348px;
15156
15784
  }
15157
15785
  .uploadFileTypeSeletor_29BDm {
15158
15786
  position: relative;
@@ -15160,7 +15788,6 @@
15160
15788
  top: auto;
15161
15789
  padding: 20px 10px 10px 10px;
15162
15790
  min-width: 300px;
15163
- width: -moz-max-content;
15164
15791
  width: max-content;
15165
15792
  display: flex;
15166
15793
  flex-direction: column;
@@ -15219,7 +15846,6 @@
15219
15846
  background-color: rgba(0, 0, 0, 0.06);
15220
15847
  }
15221
15848
  .timerPanelSelector_TWSIQ {
15222
- width: -moz-max-content;
15223
15849
  width: max-content;
15224
15850
  padding: 13px 12px;
15225
15851
  border-radius: 4px;
@@ -15674,21 +16300,18 @@
15674
16300
  grid-row-gap: 8px;
15675
16301
  row-gap: 8px;
15676
16302
  grid-column-gap: 12px;
15677
- -moz-column-gap: 12px;
15678
- column-gap: 12px;
16303
+ column-gap: 12px;
15679
16304
  padding: 0 10px 0 14px;
15680
16305
  flex: 1;
15681
16306
  overflow: auto;
15682
16307
  -webkit-user-select: none;
15683
- -moz-user-select: none;
15684
16308
  user-select: none;
15685
16309
  margin-bottom: 4px;
15686
16310
  }
15687
16311
  .panel_content_28GpE .content_iUra0 .panel_content_item_img_1rYlC {
15688
16312
  width: 60px;
15689
16313
  height: 60px;
15690
- -o-object-fit: contain;
15691
- object-fit: contain;
16314
+ object-fit: contain;
15692
16315
  pointer-events: none;
15693
16316
  }
15694
16317
  .panel_content_28GpE .content_iUra0 .panel_content_item_img_1rYlC svg {
@@ -15703,7 +16326,6 @@
15703
16326
  justify-content: center;
15704
16327
  align-items: center;
15705
16328
  -webkit-user-select: none;
15706
- -moz-user-select: none;
15707
16329
  user-select: none;
15708
16330
  cursor: pointer;
15709
16331
  }
@@ -15717,7 +16339,6 @@
15717
16339
  margin: auto;
15718
16340
  font-size: 12px;
15719
16341
  -webkit-user-select: none;
15720
- -moz-user-select: none;
15721
16342
  user-select: none;
15722
16343
  }
15723
16344
  .panel_footer_96K0E .source_1c7CY {
@@ -15726,6 +16347,7 @@
15726
16347
  }
15727
16348
  .panel_footer_96K0E a {
15728
16349
  color: #2e73e5;
16350
+ -webkit-text-decoration: none;
15729
16351
  text-decoration: none;
15730
16352
  background-color: transparent;
15731
16353
  outline: none;
@@ -15734,6 +16356,7 @@
15734
16356
  -webkit-text-decoration-skip: objects;
15735
16357
  }
15736
16358
  .panel_footer_96K0E a:hover .panel_footer_96K0E a:active .panel_footer_96K0E a:focus {
16359
+ -webkit-text-decoration: none;
15737
16360
  text-decoration: none;
15738
16361
  outline: 0;
15739
16362
  }
@@ -15788,9 +16411,6 @@
15788
16411
  border: none;
15789
16412
  outline: none;
15790
16413
  }
15791
- .input_container_X-CMN input::-moz-placeholder {
15792
- color: #c2c3c8;
15793
- }
15794
16414
  .input_container_X-CMN input::placeholder {
15795
16415
  color: #c2c3c8;
15796
16416
  }
@@ -15829,19 +16449,16 @@
15829
16449
  flex-direction: column;
15830
16450
  overflow: hidden;
15831
16451
  -webkit-user-select: none;
15832
- -moz-user-select: none;
15833
16452
  user-select: none;
15834
16453
  }
15835
16454
  .drag_element_-Xwha {
15836
16455
  position: absolute;
15837
- -o-object-fit: contain;
15838
- object-fit: contain;
16456
+ object-fit: contain;
15839
16457
  top: 0;
15840
16458
  left: 0;
15841
16459
  cursor: pointer;
15842
16460
  z-index: 100;
15843
16461
  -webkit-user-select: none;
15844
- -moz-user-select: none;
15845
16462
  user-select: none;
15846
16463
  }
15847
16464
 
@@ -15997,7 +16614,6 @@
15997
16614
  background-color: #EAF1FC;
15998
16615
  }
15999
16616
  .scaleToOriginWrap_3sUg8 {
16000
- width: -moz-max-content;
16001
16617
  width: max-content;
16002
16618
  }
16003
16619
  .scaleStatusBar_24ULR {
@@ -16174,10 +16790,6 @@
16174
16790
  font-size: 14px;
16175
16791
  line-height: 20px;
16176
16792
  }
16177
- .searchMenu_1d27V .inputContainer_Ka7Zr ::-moz-placeholder {
16178
- color: var(--upime-disable);
16179
- font-size: 14px;
16180
- }
16181
16793
  .searchMenu_1d27V .inputContainer_Ka7Zr ::placeholder {
16182
16794
  color: var(--upime-disable);
16183
16795
  font-size: 14px;
@@ -16440,7 +17052,6 @@
16440
17052
  text-overflow: ellipsis;
16441
17053
  cursor: pointer;
16442
17054
  -webkit-user-select: none;
16443
- -moz-user-select: none;
16444
17055
  user-select: none;
16445
17056
  min-width: 60px;
16446
17057
  font-size: 14px;
@@ -16482,7 +17093,6 @@
16482
17093
  cursor: pointer;
16483
17094
  vertical-align: middle;
16484
17095
  -webkit-user-select: none;
16485
- -moz-user-select: none;
16486
17096
  user-select: none;
16487
17097
  outline: none;
16488
17098
  box-shadow: none;
@@ -16634,7 +17244,6 @@
16634
17244
  }
16635
17245
  .follow_tip_H3mDc .name_31K8R,
16636
17246
  .follow_tip_H3mDc .info_veEdt {
16637
- width: -moz-max-content;
16638
17247
  width: max-content;
16639
17248
  max-width: 184px;
16640
17249
  display: -webkit-box;
@@ -17313,7 +17922,6 @@
17313
17922
  }
17314
17923
 
17315
17924
  .iconWrap_Z_vke {
17316
- width: -moz-max-content;
17317
17925
  width: max-content;
17318
17926
  height: 36px;
17319
17927
  border-radius: 2px;
@@ -17448,7 +18056,6 @@
17448
18056
  height: 20px;
17449
18057
  line-height: 20px;
17450
18058
  color: var(--upime-active);
17451
- width: -moz-max-content;
17452
18059
  width: max-content;
17453
18060
  }
17454
18061
  .meetingTxt_jp3Ne {
@@ -18903,7 +19510,6 @@
18903
19510
  cursor: pointer;
18904
19511
  }
18905
19512
  .addtime_root_2tldj .content_3V4uI {
18906
- width: -moz-fit-content;
18907
19513
  width: fit-content;
18908
19514
  height: 16px;
18909
19515
  line-height: 16px;
@@ -18936,7 +19542,6 @@
18936
19542
  cursor: pointer;
18937
19543
  }
18938
19544
  .addtime_root_m_2Jhxz .content_3V4uI {
18939
- width: -moz-fit-content;
18940
19545
  width: fit-content;
18941
19546
  height: 16px;
18942
19547
  line-height: 16px;
@@ -19190,408 +19795,740 @@
19190
19795
  .mini_btn_split_-uRln.phone_g6eup {
19191
19796
  height: 20px;
19192
19797
  }
19193
- .mini_btn_split_-uRln.landscape_3kkUW {
19194
- margin-right: 20px;
19798
+ .mini_btn_split_-uRln.landscape_3kkUW {
19799
+ margin-right: 20px;
19800
+ }
19801
+ .mini_btn_split_-uRln.visitorMode_DQtBp {
19802
+ position: relative;
19803
+ right: 10px;
19804
+ }
19805
+
19806
+ .deviceCtrlRoot_231_v {
19807
+ display: flex;
19808
+ position: relative;
19809
+ align-items: center;
19810
+ }
19811
+ .deviceCtrlRoot_231_v.disabled_2Y8oy {
19812
+ pointer-events: none;
19813
+ }
19814
+ .deviceCtrlRoot_231_v.disabled_2Y8oy svg,
19815
+ .deviceCtrlRoot_231_v.disabled_2Y8oy span {
19816
+ color: var(--upime-disable) !important;
19817
+ }
19818
+ .deviceCtrlRoot_231_v.mini_f0Voz {
19819
+ margin-left: 12px;
19820
+ }
19821
+ .deviceCtrlRoot_231_v.mini_f0Voz.camera_1ocpb {
19822
+ margin-right: 12px;
19823
+ }
19824
+ .deviceCtrlRoot_231_v.mini_f0Voz.camera_1ocpb.landscape_21FMG {
19825
+ flex-grow: 1;
19826
+ }
19827
+ .deviceCtrlRoot_231_v.landscape_21FMG {
19828
+ flex-grow: 2;
19829
+ left: 30px;
19830
+ }
19831
+ .iconBox_23xDz {
19832
+ width: 48px;
19833
+ height: 48px;
19834
+ display: flex;
19835
+ flex-direction: column;
19836
+ align-items: center;
19837
+ border-radius: 4px;
19838
+ cursor: pointer;
19839
+ position: relative;
19840
+ }
19841
+ .iconBox_23xDz.member_2E89j {
19842
+ width: 72px;
19843
+ }
19844
+ .iconBox_23xDz svg {
19845
+ font-size: 24px;
19846
+ margin-top: 5px;
19847
+ width: 22px;
19848
+ height: 22px;
19849
+ }
19850
+ .iconBox_23xDz .span_1UyaD {
19851
+ line-height: 18px;
19852
+ height: 18px;
19853
+ font-size: 10px;
19854
+ margin-top: 2px;
19855
+ color: #303445;
19856
+ }
19857
+ .iconBox_23xDz .volume_25fkt {
19858
+ position: absolute;
19859
+ bottom: 30px;
19860
+ left: 50%;
19861
+ transform: translate(-50%);
19862
+ background: #05caae;
19863
+ transition: height 0.1s ease;
19864
+ border-radius: 4px;
19865
+ width: 4px;
19866
+ }
19867
+ .iconBox_23xDz .volume_25fkt.hide_2jds4 {
19868
+ display: none;
19869
+ }
19870
+ .iconBox_23xDz.phone_3tnCI {
19871
+ width: auto;
19872
+ height: auto;
19873
+ }
19874
+ .iconBox_23xDz.phone_3tnCI svg {
19875
+ margin-top: 0;
19876
+ }
19877
+ .iconBox_23xDz.phone_3tnCI .volume_25fkt {
19878
+ bottom: 9px;
19879
+ width: 4px;
19880
+ }
19881
+ .mini_f0Voz .iconBox_23xDz {
19882
+ width: 24px;
19883
+ height: 24px;
19884
+ }
19885
+ .mini_f0Voz .iconBox_23xDz svg {
19886
+ font-size: 20px;
19887
+ margin: auto;
19888
+ }
19889
+ .mini_f0Voz .iconBox_23xDz .volume_25fkt {
19890
+ width: 4px;
19891
+ bottom: 8px;
19892
+ }
19893
+ .devicePanel_2iwYM {
19894
+ background-color: var(--upime-pane-bg);
19895
+ border-radius: 4px;
19896
+ box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
19897
+ display: flex;
19898
+ width: 240px;
19899
+ padding-bottom: 8px;
19900
+ }
19901
+ .devicePanel_2iwYM .row_3yUzr {
19902
+ display: flex;
19903
+ flex-direction: row;
19904
+ max-width: 170px;
19905
+ white-space: nowrap;
19906
+ overflow: hidden;
19907
+ text-overflow: ellipsis;
19908
+ }
19909
+ .deviceCtrl_3ts2M {
19910
+ width: 16px;
19911
+ height: 56px;
19912
+ border-radius: 4px;
19913
+ position: relative;
19914
+ cursor: pointer;
19915
+ }
19916
+ .deviceCtrl_3ts2M .triangle_1XBoC {
19917
+ position: absolute;
19918
+ top: calc(50% - 2px);
19919
+ left: calc(50% - 4px);
19920
+ border-top: 4px solid var(--upime-main-text);
19921
+ border-left: 4px solid transparent;
19922
+ border-right: 4px solid transparent;
19923
+ transform-origin: 0.5;
19924
+ transition: transform 0.1s linear;
19925
+ }
19926
+ .deviceCtrl_3ts2M .triangle_1XBoC.open_LZY0L {
19927
+ transform: rotate(180deg);
19928
+ }
19929
+ .do-hovers .iconBox_23xDz:hover {
19930
+ background-color: var(--upime-btn-bg-hover);
19931
+ }
19932
+ .do-hovers .deviceCtrl_3ts2M:hover {
19933
+ background-color: var(--upime-btn-bg-hover);
19934
+ }
19935
+ .do-hovers .listRoot_3LI7h .row_3yUzr:hover {
19936
+ background-color: var(--upime-btn-bg-hover);
19937
+ }
19938
+ .subWin_22apU {
19939
+ top: auto;
19940
+ top: initial;
19941
+ bottom: 64px;
19942
+ position: absolute;
19943
+ width: 240px;
19944
+ background-color: var(--upime-pane-bg);
19945
+ border-radius: 4px;
19946
+ box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
19947
+ padding: 0;
19948
+ }
19949
+ .mini_f0Voz .subWin_22apU {
19950
+ bottom: 32px;
19951
+ }
19952
+ .deniedRoot_-7CO- {
19953
+ display: flex;
19954
+ flex-direction: column;
19955
+ justify-content: space-between;
19956
+ padding: 16px;
19957
+ }
19958
+ .deniedRoot_-7CO- .title_1HS0a {
19959
+ line-height: 22px;
19960
+ font-size: 14px;
19961
+ color: var(--upime-main-text);
19962
+ font-weight: 600;
19963
+ }
19964
+ .deniedRoot_-7CO- .content_1WPUx {
19965
+ margin-top: 8px;
19966
+ line-height: 24px;
19967
+ font-size: 14px;
19968
+ color: #616371;
19969
+ }
19970
+ .deniedRoot_-7CO- .link_3kAoy {
19971
+ margin-top: 8px;
19972
+ line-height: 22px;
19973
+ font-size: 14px;
19974
+ color: var(--upime-active);
19975
+ cursor: pointer;
19976
+ }
19977
+ .deniedRoot_-7CO- .tipbox_kXXci {
19978
+ color: #FFA519;
19979
+ font-size: 14px;
19980
+ position: relative;
19981
+ }
19982
+ .deniedRoot_-7CO- .tipbox_kXXci > svg {
19983
+ width: 14px;
19984
+ height: 14px;
19985
+ color: #FFA519;
19986
+ margin-right: 4px;
19987
+ margin-top: 3px;
19988
+ position: absolute;
19989
+ }
19990
+ .deniedRoot_-7CO- .tipbox_kXXci > span {
19991
+ margin-left: 18px;
19992
+ display: inline-block;
19993
+ }
19994
+ .listRoot_3LI7h {
19995
+ display: flex;
19996
+ flex-direction: column;
19997
+ padding: 16px 0;
19998
+ width: 100%;
19999
+ }
20000
+ .listRoot_3LI7h .title_1HS0a {
20001
+ font-size: 12px;
20002
+ color: var(--upime-second-text);
20003
+ line-height: 18px;
20004
+ padding: 0 16px;
20005
+ margin-bottom: 4px;
20006
+ }
20007
+ .listRoot_3LI7h .row_3yUzr {
20008
+ display: flex;
20009
+ width: 100%;
20010
+ flex-direction: row;
20011
+ justify-content: space-between;
20012
+ align-items: center;
20013
+ padding: 0 16px;
20014
+ cursor: pointer;
20015
+ height: 40px;
20016
+ }
20017
+ .listRoot_3LI7h .row_3yUzr span {
20018
+ line-height: 22px;
20019
+ width: calc(100% - 24px);
20020
+ display: block;
20021
+ font-size: 14px;
20022
+ color: var(--upime-main-text);
20023
+ white-space: nowrap;
20024
+ overflow: hidden;
20025
+ text-overflow: ellipsis;
20026
+ }
20027
+ .listRoot_3LI7h .row_3yUzr span.active_2_30Q {
20028
+ color: var(--upime-active);
20029
+ }
20030
+ .listRoot_3LI7h .row_3yUzr svg {
20031
+ width: 16px;
20032
+ height: 16px;
20033
+ color: var(--upime-active);
20034
+ }
20035
+ .reachLimitRoot_1ynzP {
20036
+ position: absolute;
20037
+ background: black;
20038
+ left: 50%;
20039
+ transform: translate(-50%, 0);
20040
+ width: 200px;
20041
+ height: 50px;
20042
+ padding: 7px 8px;
20043
+ font-size: 12px;
20044
+ color: white;
20045
+ line-height: 18px;
20046
+ bottom: 74px;
20047
+ }
20048
+ .reachLimitRoot_1ynzP .triangle_1XBoC {
20049
+ position: absolute;
20050
+ width: 0;
20051
+ height: 0;
20052
+ border-top: 5px solid black;
20053
+ border-left: 5px solid transparent;
20054
+ border-right: 5px solid transparent;
20055
+ bottom: -5px;
20056
+ left: calc(50% - 5px);
19195
20057
  }
19196
- .mini_btn_split_-uRln.visitorMode_DQtBp {
19197
- position: relative;
19198
- right: 10px;
20058
+ .mini_f0Voz .reachLimitRoot_1ynzP {
20059
+ bottom: 36px;
19199
20060
  }
19200
-
19201
- .deviceCtrlRoot_231_v {
20061
+ .temp_audio_3MOFj {
20062
+ position: fixed;
20063
+ width: 108px;
20064
+ height: 108px;
20065
+ left: 50%;
20066
+ bottom: 20px;
20067
+ transform: translate(-50%, 0);
20068
+ z-index: 1000;
20069
+ border-radius: 8px;
20070
+ background-color: rgba(0, 0, 0, 0.6);
19202
20071
  display: flex;
19203
- position: relative;
20072
+ flex-direction: column;
19204
20073
  align-items: center;
19205
20074
  }
19206
- .deviceCtrlRoot_231_v.disabled_2Y8oy {
19207
- pointer-events: none;
19208
- }
19209
- .deviceCtrlRoot_231_v.disabled_2Y8oy svg,
19210
- .deviceCtrlRoot_231_v.disabled_2Y8oy span {
19211
- color: var(--upime-disable) !important;
20075
+ .temp_audio_3MOFj svg {
20076
+ color: #fff;
20077
+ font-size: 52px;
20078
+ margin-top: 20px;
20079
+ z-index: 2;
19212
20080
  }
19213
- .deviceCtrlRoot_231_v.mini_f0Voz {
19214
- margin-left: 12px;
20081
+ .temp_audio_3MOFj .volumeWrapper_289BF {
20082
+ position: absolute;
20083
+ width: 8px;
20084
+ height: 24px;
20085
+ top: 28px;
20086
+ left: 50px;
20087
+ z-index: 1;
19215
20088
  }
19216
- .deviceCtrlRoot_231_v.mini_f0Voz.camera_1ocpb {
19217
- margin-right: 12px;
20089
+ .temp_audio_3MOFj .volume_25fkt {
20090
+ position: absolute;
20091
+ bottom: 0;
20092
+ width: 100%;
20093
+ background: #05caae;
20094
+ transition: height 0.1s ease;
19218
20095
  }
19219
- .deviceCtrlRoot_231_v.mini_f0Voz.camera_1ocpb.landscape_21FMG {
19220
- flex-grow: 1;
20096
+ .temp_audio_3MOFj .temp_audio_desc_zHYvt {
20097
+ margin-top: 6px;
20098
+ color: #ffffff;
20099
+ font-size: 12px;
20100
+ height: 18px;
20101
+ line-height: 18px;
19221
20102
  }
19222
- .deviceCtrlRoot_231_v.landscape_21FMG {
19223
- flex-grow: 2;
19224
- left: 30px;
20103
+ .mic_tip_11fE3 {
20104
+ margin-bottom: 3px;
19225
20105
  }
19226
- .iconBox_23xDz {
19227
- width: 48px;
20106
+
20107
+ .iconBox_2k5ro {
20108
+ min-width: 48px;
19228
20109
  height: 48px;
19229
20110
  display: flex;
19230
20111
  flex-direction: column;
19231
20112
  align-items: center;
19232
20113
  border-radius: 4px;
19233
20114
  cursor: pointer;
19234
- position: relative;
19235
20115
  }
19236
- .iconBox_23xDz.member_2E89j {
19237
- width: 72px;
20116
+ .iconBox_2k5ro.host_11RzI {
20117
+ min-width: 72px;
19238
20118
  }
19239
- .iconBox_23xDz svg {
20119
+ .iconBox_2k5ro svg {
19240
20120
  font-size: 24px;
19241
20121
  margin-top: 5px;
19242
20122
  width: 22px;
19243
20123
  height: 22px;
19244
20124
  }
19245
- .iconBox_23xDz .span_1UyaD {
20125
+ .iconBox_2k5ro span {
19246
20126
  line-height: 18px;
19247
20127
  height: 18px;
19248
20128
  font-size: 10px;
19249
20129
  margin-top: 2px;
19250
20130
  color: #303445;
20131
+ white-space: nowrap;
19251
20132
  }
19252
- .iconBox_23xDz .volume_25fkt {
19253
- position: absolute;
19254
- bottom: 30px;
19255
- left: 50%;
19256
- transform: translate(-50%);
19257
- background: #05caae;
19258
- transition: height 0.1s ease;
19259
- border-radius: 4px;
19260
- width: 4px;
19261
- }
19262
- .iconBox_23xDz .volume_25fkt.hide_2jds4 {
19263
- display: none;
19264
- }
19265
- .iconBox_23xDz.phone_3tnCI {
20133
+ .iconBox_2k5ro.phone_3ugU4 {
19266
20134
  width: auto;
19267
20135
  height: auto;
20136
+ min-width: 0;
20137
+ min-width: initial;
19268
20138
  }
19269
- .iconBox_23xDz.phone_3tnCI svg {
20139
+ .iconBox_2k5ro.phone_3ugU4 svg {
19270
20140
  margin-top: 0;
19271
20141
  }
19272
- .iconBox_23xDz.phone_3tnCI .volume_25fkt {
19273
- bottom: 9px;
19274
- width: 4px;
19275
- }
19276
- .mini_f0Voz .iconBox_23xDz {
19277
- width: 24px;
19278
- height: 24px;
20142
+ .landscape_4m7UE {
20143
+ flex-grow: 2;
19279
20144
  }
19280
- .mini_f0Voz .iconBox_23xDz svg {
19281
- font-size: 20px;
19282
- margin: auto;
20145
+ .landscape_4m7UE .iconBox_2k5ro {
20146
+ margin-left: 20px;
19283
20147
  }
19284
- .mini_f0Voz .iconBox_23xDz .volume_25fkt {
19285
- width: 4px;
19286
- bottom: 8px;
20148
+ .do-hovers .iconBox_2k5ro:hover {
20149
+ background-color: var(--upime-btn-bg-hover);
19287
20150
  }
19288
- .devicePanel_2iwYM {
20151
+ .subWin_TjjfP {
19289
20152
  background-color: var(--upime-pane-bg);
19290
20153
  border-radius: 4px;
19291
20154
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
20155
+ top: auto;
20156
+ top: initial;
20157
+ bottom: 60px;
20158
+ width: 400px;
20159
+ }
20160
+ .reddot_3GgLe::before {
20161
+ content: "";
20162
+ position: absolute;
20163
+ width: 6px;
20164
+ height: 6px;
20165
+ border-radius: 50%;
20166
+ background-color: #fe5250;
20167
+ top: 5px;
20168
+ right: 20px;
20169
+ }
20170
+ .inMoreCtrl_2ObEO {
20171
+ z-index: 0 !important;
20172
+ }
20173
+ .inMoreCtrl_2ObEO .iconBox_2k5ro {
20174
+ flex-direction: row;
20175
+ padding: 0 16px;
20176
+ width: auto;
20177
+ height: 40px;
20178
+ margin-left: 0;
20179
+ }
20180
+ .inMoreCtrl_2ObEO .iconBox_2k5ro > svg {
20181
+ width: 24px;
20182
+ height: 24px;
20183
+ margin-right: 8px;
20184
+ margin-top: 0;
20185
+ }
20186
+ .inMoreCtrl_2ObEO .iconBox_2k5ro > span {
20187
+ font-size: 14px;
20188
+ }
20189
+ .inMoreCtrl_2ObEO .subWin_TjjfP {
20190
+ bottom: -128px;
20191
+ }
20192
+ .inMoreCtrl_2ObEO::before {
20193
+ right: auto;
20194
+ right: initial;
20195
+ left: 36px;
20196
+ }
20197
+ .panelRoot_2exv- {
20198
+ width: 100%;
20199
+ height: 100%;
19292
20200
  display: flex;
19293
- width: 240px;
19294
- padding-bottom: 8px;
20201
+ flex-direction: column;
20202
+ padding-top: 16px;
20203
+ color: var(--upime-main-text);
19295
20204
  }
19296
- .devicePanel_2iwYM .row_3yUzr {
20205
+ .panelRoot_2exv- .title_2vaXD {
19297
20206
  display: flex;
19298
20207
  flex-direction: row;
19299
- max-width: 170px;
19300
- white-space: nowrap;
19301
- overflow: hidden;
19302
- text-overflow: ellipsis;
19303
- }
19304
- .deviceCtrl_3ts2M {
19305
- width: 16px;
19306
- height: 56px;
19307
- border-radius: 4px;
20208
+ height: 24px;
19308
20209
  position: relative;
19309
- cursor: pointer;
20210
+ align-items: center;
20211
+ justify-content: space-between;
20212
+ margin: 0 16px;
19310
20213
  }
19311
- .deviceCtrl_3ts2M .triangle_1XBoC {
20214
+ .panelRoot_2exv- .title_2vaXD .actionBox_2VjWq {
20215
+ display: flex;
20216
+ align-items: center;
20217
+ }
20218
+ .panelRoot_2exv- .title_2vaXD .mainText_DKMJ- {
20219
+ font-size: 16px;
20220
+ height: 24px;
20221
+ line-height: 24px;
20222
+ font-weight: 600;
20223
+ }
20224
+ .panelRoot_2exv- .title_2vaXD .count_3A8rq {
20225
+ color: #616371;
20226
+ margin-left: 4px;
20227
+ height: 24px;
20228
+ line-height: 24px;
20229
+ font-size: 14px;
20230
+ }
20231
+ .panelRoot_2exv- .title_2vaXD .inviteIconBox_2SawL {
20232
+ display: flex;
20233
+ padding: 6px;
19312
20234
  position: absolute;
19313
- top: calc(50% - 2px);
19314
- left: calc(50% - 4px);
19315
- border-top: 4px solid var(--upime-main-text);
19316
- border-left: 4px solid transparent;
19317
- border-right: 4px solid transparent;
19318
- transform-origin: 0.5;
19319
- transition: transform 0.1s linear;
20235
+ right: 32px;
20236
+ cursor: pointer;
19320
20237
  }
19321
- .deviceCtrl_3ts2M .triangle_1XBoC.open_LZY0L {
19322
- transform: rotate(180deg);
20238
+ .panelRoot_2exv- .title_2vaXD .inviteIconBox_2SawL:hover {
20239
+ background-color: rgba(0, 0, 0, 0.06);
19323
20240
  }
19324
- .do-hovers .iconBox_23xDz:hover {
19325
- background-color: var(--upime-btn-bg-hover);
20241
+ .panelRoot_2exv- .title_2vaXD .inviteIconBox_2SawL:active {
20242
+ background-color: #eaf1fc;
19326
20243
  }
19327
- .do-hovers .deviceCtrl_3ts2M:hover {
19328
- background-color: var(--upime-btn-bg-hover);
20244
+ .panelRoot_2exv- .title_2vaXD .divider_1PJT5 {
20245
+ width: 1px;
20246
+ height: 20px;
20247
+ background-color: #e6e7e9;
19329
20248
  }
19330
- .do-hovers .listRoot_3LI7h .row_3yUzr:hover {
19331
- background-color: var(--upime-btn-bg-hover);
20249
+ .panelRoot_2exv- .title_2vaXD .closeBtnBox_xB3WR {
20250
+ display: flex;
20251
+ padding: 6px;
20252
+ border-radius: 2px;
20253
+ cursor: pointer;
19332
20254
  }
19333
- .subWin_22apU {
19334
- top: auto;
19335
- top: initial;
19336
- bottom: 64px;
19337
- position: absolute;
19338
- width: 240px;
19339
- background-color: var(--upime-pane-bg);
20255
+ .panelRoot_2exv- .title_2vaXD .closeBtnBox_xB3WR:hover {
20256
+ background-color: rgba(0, 0, 0, 0.06);
20257
+ }
20258
+ .panelRoot_2exv- .title_2vaXD .closeIcon_2SDVT {
20259
+ width: 20px;
20260
+ height: 20px;
20261
+ }
20262
+ .panelRoot_2exv- .footer_2xcF4 {
20263
+ padding: 8px 16px;
20264
+ display: flex;
20265
+ justify-content: flex-end;
20266
+ border-top: 1px solid #e6e7e9;
20267
+ }
20268
+ .panelRoot_2exv- .footer_2xcF4 .settingBtn_bQQyF {
20269
+ padding: 8px 12px;
20270
+ text-align: center;
19340
20271
  border-radius: 4px;
19341
- box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
19342
- padding: 0;
20272
+ font-size: 14px;
20273
+ border: 1px solid #dbdbde;
20274
+ cursor: pointer;
20275
+ }
20276
+ .panelRoot_2exv- .footer_2xcF4.center_1Wa8z {
20277
+ justify-content: center;
20278
+ }
20279
+ .panelRoot_2exv- .footer_2xcF4 .applyBtn_2qLpC {
20280
+ padding: 8px 12px;
20281
+ text-align: center;
20282
+ color: #2e73e5;
20283
+ font-size: 14px;
20284
+ cursor: pointer;
19343
20285
  }
19344
- .mini_f0Voz .subWin_22apU {
19345
- bottom: 32px;
20286
+ .panelRoot_2exv- .footer_2xcF4 .applyBtn_2qLpC:hover {
20287
+ background-color: rgba(0, 0, 0, 0.06);
19346
20288
  }
19347
- .deniedRoot_-7CO- {
20289
+ .panelRoot_2exv- .footer_2xcF4.phone_3ugU4 {
20290
+ justify-content: space-around;
20291
+ gap: 16px;
20292
+ }
20293
+ .panelRoot_2exv- .footer_2xcF4.phone_3ugU4 .settingBtn_bQQyF {
20294
+ min-width: 163px;
20295
+ }
20296
+ .applyPermNoticeBox_1xavn {
19348
20297
  display: flex;
19349
- flex-direction: column;
19350
20298
  justify-content: space-between;
19351
- padding: 16px;
20299
+ align-items: center;
20300
+ padding: 6px 16px;
20301
+ background-color: #eaf1fc;
20302
+ margin-top: 12px;
19352
20303
  }
19353
- .deniedRoot_-7CO- .title_1HS0a {
19354
- line-height: 22px;
19355
- font-size: 14px;
19356
- color: var(--upime-main-text);
19357
- font-weight: 600;
20304
+ .applyPermNoticeBox_1xavn .infoBox_2rhnk {
20305
+ display: flex;
20306
+ align-items: center;
19358
20307
  }
19359
- .deniedRoot_-7CO- .content_1WPUx {
19360
- margin-top: 8px;
19361
- line-height: 24px;
20308
+ .applyPermNoticeBox_1xavn .infoBox_2rhnk > span {
19362
20309
  font-size: 14px;
19363
- color: #616371;
19364
20310
  }
19365
- .deniedRoot_-7CO- .link_3kAoy {
19366
- margin-top: 8px;
19367
- line-height: 22px;
19368
- font-size: 14px;
19369
- color: var(--upime-active);
19370
- cursor: pointer;
20311
+ .applyPermNoticeBox_1xavn .infoBox_2rhnk .username_shy4x {
20312
+ max-width: 269px;
20313
+ word-break: break-word;
19371
20314
  }
19372
- .deniedRoot_-7CO- .tipbox_kXXci {
19373
- color: #FFA519;
20315
+ .applyPermNoticeBox_1xavn .infoBox_2rhnk .jiesuo_1eML0 {
20316
+ font-size: 20px;
20317
+ color: #2e73e5;
20318
+ margin-right: 8px;
20319
+ }
20320
+ .applyPermNoticeBox_1xavn .infoBox_2rhnk .avatar_2fu0D {
20321
+ width: 28px;
20322
+ height: 28px;
20323
+ min-width: 28px;
20324
+ margin-right: 8px;
20325
+ }
20326
+ .applyPermNoticeBox_1xavn .actionBox_2VjWq {
20327
+ display: flex;
20328
+ }
20329
+ .applyPermNoticeBox_1xavn .actionBox_2VjWq .refuse_18U93 {
20330
+ padding: 3px 12px;
20331
+ border-radius: 4px;
20332
+ border: 1px solid #dbdbde;
20333
+ display: flex;
19374
20334
  font-size: 14px;
19375
- position: relative;
20335
+ margin-right: 8px;
20336
+ cursor: pointer;
20337
+ min-width: 72px;
20338
+ justify-content: center;
20339
+ align-items: center;
19376
20340
  }
19377
- .deniedRoot_-7CO- .tipbox_kXXci > svg {
19378
- width: 14px;
19379
- height: 14px;
19380
- color: #FFA519;
19381
- margin-right: 4px;
19382
- margin-top: 3px;
19383
- position: absolute;
20341
+ .applyPermNoticeBox_1xavn .actionBox_2VjWq .refuse_18U93:hover {
20342
+ color: #5798f2;
20343
+ border-color: #5798f2;
19384
20344
  }
19385
- .deniedRoot_-7CO- .tipbox_kXXci > span {
19386
- margin-left: 18px;
19387
- display: inline-block;
20345
+ .applyPermNoticeBox_1xavn .actionBox_2VjWq .refuse_18U93:active {
20346
+ color: #1d568f;
20347
+ border-color: #1d568f;
19388
20348
  }
19389
- .listRoot_3LI7h {
20349
+ .applyPermNoticeBox_1xavn .actionBox_2VjWq .agree_1I3sn {
20350
+ padding: 3px 12px;
20351
+ border-radius: 4px;
20352
+ border: 1px solid #dbdbde;
19390
20353
  display: flex;
19391
- flex-direction: column;
19392
- padding: 16px 0;
19393
- width: 100%;
20354
+ font-size: 14px;
20355
+ color: #fff;
20356
+ background-color: #2e73e5;
20357
+ cursor: pointer;
20358
+ min-width: 72px;
20359
+ justify-content: center;
20360
+ align-items: center;
19394
20361
  }
19395
- .listRoot_3LI7h .title_1HS0a {
19396
- font-size: 12px;
19397
- color: var(--upime-second-text);
19398
- line-height: 18px;
19399
- padding: 0 16px;
19400
- margin-bottom: 4px;
20362
+ .applyPermNoticeBox_1xavn .actionBox_2VjWq .agree_1I3sn:hover {
20363
+ background-color: #5798f2;
19401
20364
  }
19402
- .listRoot_3LI7h .row_3yUzr {
20365
+ .applyPermNoticeBox_1xavn .actionBox_2VjWq .agree_1I3sn:active {
20366
+ background-color: #1d568f;
20367
+ }
20368
+ .applyPermNoticeBox_1xavn .actionBox_2VjWq .closeBox_LaiNL {
19403
20369
  display: flex;
19404
- width: 100%;
19405
- flex-direction: row;
19406
- justify-content: space-between;
19407
20370
  align-items: center;
19408
- padding: 0 16px;
20371
+ width: 28px;
20372
+ height: 28px;
20373
+ justify-content: center;
19409
20374
  cursor: pointer;
19410
- height: 40px;
19411
- }
19412
- .listRoot_3LI7h .row_3yUzr span {
19413
- line-height: 22px;
19414
- width: calc(100% - 24px);
19415
- display: block;
19416
- font-size: 14px;
19417
- color: var(--upime-main-text);
19418
- white-space: nowrap;
19419
- overflow: hidden;
19420
- text-overflow: ellipsis;
20375
+ margin-left: 6px;
19421
20376
  }
19422
- .listRoot_3LI7h .row_3yUzr span.active_2_30Q {
19423
- color: var(--upime-active);
20377
+ .applyPermNoticeBox_1xavn .actionBox_2VjWq .closeBox_LaiNL .closeIcon_2SDVT {
20378
+ font-size: 16px;
19424
20379
  }
19425
- .listRoot_3LI7h .row_3yUzr svg {
19426
- width: 16px;
19427
- height: 16px;
19428
- color: var(--upime-active);
20380
+ .applyPermNoticeBox_1xavn .actionBox_2VjWq .closeBox_LaiNL:hover {
20381
+ background-color: rgba(0, 0, 0, 0.06);
19429
20382
  }
19430
- .reachLimitRoot_1ynzP {
20383
+ .applyPermNoticeBox_1xavn.independent_2qWqV {
20384
+ gap: 16px;
19431
20385
  position: absolute;
19432
- background: black;
19433
- left: 50%;
19434
- transform: translate(-50%, 0);
19435
- width: 200px;
19436
- height: 50px;
19437
- padding: 7px 8px;
19438
- font-size: 12px;
19439
- color: white;
19440
- line-height: 18px;
19441
20386
  bottom: 74px;
20387
+ transform: translate(-22%);
20388
+ left: 50%;
20389
+ background-color: #fff;
20390
+ padding: 8px 6px 8px 12px;
20391
+ border-radius: 4px;
20392
+ box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
19442
20393
  }
19443
- .reachLimitRoot_1ynzP .triangle_1XBoC {
19444
- position: absolute;
19445
- width: 0;
19446
- height: 0;
19447
- border-top: 5px solid black;
19448
- border-left: 5px solid transparent;
19449
- border-right: 5px solid transparent;
19450
- bottom: -5px;
19451
- left: calc(50% - 5px);
19452
- }
19453
- .mini_f0Voz .reachLimitRoot_1ynzP {
19454
- bottom: 36px;
20394
+ .applyPermNoticeBox_1xavn.miniMode_2vnMT {
20395
+ bottom: 46px;
19455
20396
  }
19456
- .temp_audio_3MOFj {
19457
- position: fixed;
19458
- width: 108px;
19459
- height: 108px;
20397
+ .permApplyListModalBox_J73ps {
20398
+ width: 520px;
20399
+ min-height: 286px;
20400
+ max-height: calc(100% - 80px);
20401
+ border-radius: 12px;
20402
+ padding: 16px 12px 40px 40px;
20403
+ background-color: #fff;
20404
+ position: absolute;
20405
+ top: 50%;
19460
20406
  left: 50%;
19461
- bottom: 20px;
19462
- transform: translate(-50%, 0);
19463
- z-index: 1000;
19464
- border-radius: 8px;
19465
- background-color: rgba(0, 0, 0, 0.6);
20407
+ transform: translate(-50%, -50%);
19466
20408
  display: flex;
19467
20409
  flex-direction: column;
20410
+ }
20411
+ .permApplyListModalBox_J73ps .titleBar_LV92x {
20412
+ display: flex;
20413
+ justify-content: space-between;
19468
20414
  align-items: center;
20415
+ gap: 24px;
20416
+ margin-bottom: 24px;
19469
20417
  }
19470
- .temp_audio_3MOFj svg {
19471
- color: #fff;
19472
- font-size: 52px;
19473
- margin-top: 20px;
19474
- z-index: 2;
20418
+ .permApplyListModalBox_J73ps .titleBar_LV92x .text_2ui0v {
20419
+ font-size: 20px;
20420
+ font-weight: 600;
20421
+ line-height: 28px;
19475
20422
  }
19476
- .temp_audio_3MOFj .volumeWrapper_289BF {
19477
- position: absolute;
19478
- width: 8px;
19479
- height: 24px;
19480
- top: 28px;
19481
- left: 50px;
19482
- z-index: 1;
20423
+ .permApplyListModalBox_J73ps .titleBar_LV92x .iconBox_2k5ro {
20424
+ padding: 6px;
20425
+ display: flex;
20426
+ height: auto;
20427
+ min-width: 0;
20428
+ min-width: initial;
19483
20429
  }
19484
- .temp_audio_3MOFj .volume_25fkt {
19485
- position: absolute;
19486
- bottom: 0;
19487
- width: 100%;
19488
- background: #05caae;
19489
- transition: height 0.1s ease;
20430
+ .permApplyListModalBox_J73ps .titleBar_LV92x .iconBox_2k5ro .closeIcon_2SDVT {
20431
+ font-size: 20px;
20432
+ margin-top: 0;
19490
20433
  }
19491
- .temp_audio_3MOFj .temp_audio_desc_zHYvt {
19492
- margin-top: 6px;
19493
- color: #ffffff;
19494
- font-size: 12px;
19495
- height: 18px;
19496
- line-height: 18px;
20434
+ .permApplyListModalBox_J73ps .listBox_31cRG {
20435
+ padding-right: 24px;
20436
+ overflow: auto;
20437
+ scrollbar-color: var(--upime-scrollbar-thumb) transparent;
20438
+ scrollbar-width: thin;
19497
20439
  }
19498
- .mic_tip_11fE3 {
19499
- margin-bottom: 3px;
20440
+ .permApplyListModalBox_J73ps .listBox_31cRG::-webkit-scrollbar {
20441
+ width: 4px;
19500
20442
  }
19501
-
19502
- .iconBox_2k5ro {
19503
- min-width: 48px;
19504
- height: 48px;
20443
+ .permApplyListModalBox_J73ps .listBox_31cRG::-webkit-scrollbar-track {
20444
+ border-radius: 5px;
20445
+ background-color: transparent;
20446
+ }
20447
+ .permApplyListModalBox_J73ps .listBox_31cRG::-webkit-scrollbar-thumb {
20448
+ border-radius: 2px;
20449
+ background-color: var(--upime-scrollbar-thumb);
20450
+ }
20451
+ .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx {
20452
+ padding: 8px 0;
19505
20453
  display: flex;
19506
- flex-direction: column;
19507
20454
  align-items: center;
19508
- border-radius: 4px;
19509
- cursor: pointer;
19510
- }
19511
- .iconBox_2k5ro.host_11RzI {
19512
- min-width: 72px;
20455
+ justify-content: space-between;
20456
+ border-bottom: 1px solid #e6e7e9;
19513
20457
  }
19514
- .iconBox_2k5ro svg {
19515
- font-size: 24px;
19516
- margin-top: 5px;
19517
- width: 22px;
19518
- height: 22px;
20458
+ .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .infoBox_2rhnk {
20459
+ display: flex;
20460
+ align-items: center;
19519
20461
  }
19520
- .iconBox_2k5ro span {
19521
- line-height: 18px;
19522
- height: 18px;
19523
- font-size: 10px;
19524
- margin-top: 2px;
19525
- color: #303445;
20462
+ .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .infoBox_2rhnk > span {
20463
+ font-size: 14px;
20464
+ max-width: 140px;
19526
20465
  white-space: nowrap;
20466
+ overflow: hidden;
20467
+ text-overflow: ellipsis;
19527
20468
  }
19528
- .iconBox_2k5ro.phone_3ugU4 {
19529
- width: auto;
19530
- height: auto;
19531
- min-width: 0;
19532
- min-width: initial;
20469
+ .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .infoBox_2rhnk .jiesuo_1eML0 {
20470
+ font-size: 20px;
20471
+ color: #2e73e5;
20472
+ margin-right: 8px;
19533
20473
  }
19534
- .iconBox_2k5ro.phone_3ugU4 svg {
19535
- margin-top: 0;
20474
+ .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .infoBox_2rhnk .avatar_2fu0D {
20475
+ width: 28px;
20476
+ height: 28px;
20477
+ margin-right: 8px;
20478
+ }
20479
+ .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .actionBox_2VjWq {
20480
+ display: flex;
20481
+ align-items: center;
20482
+ font-size: 14px;
19536
20483
  }
19537
- .landscape_4m7UE {
19538
- flex-grow: 2;
20484
+ .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .actionBox_2VjWq .tip_2HpEF {
20485
+ margin-right: 24px;
19539
20486
  }
19540
- .landscape_4m7UE .iconBox_2k5ro {
19541
- margin-left: 20px;
20487
+ .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .actionBox_2VjWq .refuse_18U93 {
20488
+ padding: 3px 12px;
20489
+ border-radius: 4px;
20490
+ border: 1px solid #dbdbde;
20491
+ display: flex;
20492
+ font-size: 14px;
20493
+ margin-right: 8px;
20494
+ cursor: pointer;
19542
20495
  }
19543
- .do-hovers .iconBox_2k5ro:hover {
19544
- background-color: var(--upime-btn-bg-hover);
20496
+ .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .actionBox_2VjWq .refuse_18U93:hover {
20497
+ color: #5798f2;
20498
+ border-color: #5798f2;
19545
20499
  }
19546
- .do-hovers .closeIcon_2SDVT:hover {
19547
- color: var(--upime-active);
20500
+ .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .actionBox_2VjWq .refuse_18U93:active {
20501
+ color: #1d568f;
20502
+ border-color: #1d568f;
19548
20503
  }
19549
- .subWin_TjjfP {
19550
- background-color: var(--upime-pane-bg);
20504
+ .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .actionBox_2VjWq .agree_1I3sn {
20505
+ padding: 3px 12px;
19551
20506
  border-radius: 4px;
19552
- box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
19553
- top: auto;
19554
- top: initial;
19555
- bottom: 60px;
19556
- width: 340px;
19557
- }
19558
- .panelRoot_2exv- {
19559
- width: 100%;
19560
- height: 100%;
20507
+ border: 1px solid #dbdbde;
19561
20508
  display: flex;
19562
- flex-direction: column;
19563
- padding-top: 16px;
19564
- color: var(--upime-main-text);
20509
+ font-size: 14px;
20510
+ color: #fff;
20511
+ background-color: #2e73e5;
20512
+ cursor: pointer;
19565
20513
  }
19566
- .panelRoot_2exv- .title_2vaXD {
20514
+ .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .actionBox_2VjWq .agree_1I3sn:hover {
20515
+ background-color: #5798f2;
20516
+ }
20517
+ .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .actionBox_2VjWq .agree_1I3sn:active {
20518
+ background-color: #1d568f;
20519
+ }
20520
+ .permApplyListModalBox_J73ps .listBox_31cRG .noneBox_8vfqp {
19567
20521
  display: flex;
19568
- flex-direction: row;
19569
- height: 24px;
19570
- position: relative;
20522
+ flex-direction: column;
20523
+ justify-content: center;
19571
20524
  align-items: center;
19572
- margin: 0 16px;
19573
20525
  }
19574
- .panelRoot_2exv- .title_2vaXD .mainText_DKMJ- {
19575
- font-size: 16px;
19576
- height: 24px;
19577
- line-height: 24px;
19578
- font-weight: 600;
20526
+ .permApplyListModalBox_J73ps .listBox_31cRG .noneBox_8vfqp > img {
20527
+ width: 140px;
19579
20528
  }
19580
- .panelRoot_2exv- .title_2vaXD .count_3A8rq {
19581
- color: #616371;
19582
- margin-left: 4px;
19583
- height: 24px;
19584
- line-height: 24px;
20529
+ .permApplyListModalBox_J73ps .listBox_31cRG .noneBox_8vfqp > span {
19585
20530
  font-size: 14px;
19586
- }
19587
- .panelRoot_2exv- .title_2vaXD .closeIcon_2SDVT {
19588
- cursor: pointer;
19589
- width: 20px;
19590
- height: 20px;
19591
- position: absolute;
19592
- right: 0;
19593
- top: 50%;
19594
- transform: translate(0, -50%);
20531
+ color: #616371;
19595
20532
  }
19596
20533
  .phonePannelRoot_NHT9M {
19597
20534
  padding-top: 0px;
@@ -19792,7 +20729,6 @@
19792
20729
  }
19793
20730
  .root_dZL59 .icon_2dM7j {
19794
20731
  cursor: pointer;
19795
- margin-left: 16px;
19796
20732
  width: 18px;
19797
20733
  height: 18px;
19798
20734
  position: relative;
@@ -19801,6 +20737,206 @@
19801
20737
  pointer-events: none;
19802
20738
  color: var(--upime-disable);
19803
20739
  }
20740
+ .root_dZL59 .iconBox_1SE0A {
20741
+ position: relative;
20742
+ display: flex;
20743
+ width: 36px;
20744
+ height: 36px;
20745
+ align-items: center;
20746
+ justify-content: center;
20747
+ border-radius: 2px;
20748
+ cursor: pointer;
20749
+ }
20750
+ .root_dZL59 .iconBox_1SE0A:hover {
20751
+ background-color: rgba(0, 0, 0, 0.06);
20752
+ }
20753
+ .root_dZL59 .iconBox_1SE0A:active {
20754
+ background-color: #eaf1fc;
20755
+ color: #2e73e5;
20756
+ }
20757
+ .root_dZL59 .iconBox_1SE0A.disabled_ht8zx {
20758
+ pointer-events: none;
20759
+ color: var(--upime-disable);
20760
+ }
20761
+ .root_dZL59 .permActionBox_2ap47 {
20762
+ position: relative;
20763
+ display: flex;
20764
+ align-items: center;
20765
+ padding: 7px 8px;
20766
+ border-radius: 2px;
20767
+ cursor: pointer;
20768
+ }
20769
+ .root_dZL59 .permActionBox_2ap47 .text_2vSdz {
20770
+ font-size: 14px;
20771
+ }
20772
+ .root_dZL59 .permActionBox_2ap47 .icon_2dM7j {
20773
+ margin-left: 2px;
20774
+ }
20775
+ .root_dZL59 .permActionBox_2ap47:hover {
20776
+ background-color: rgba(0, 0, 0, 0.06);
20777
+ }
20778
+ .root_dZL59 .permActionBox_2ap47:active {
20779
+ background-color: #eaf1fc;
20780
+ color: #2e73e5;
20781
+ }
20782
+ .root_dZL59 .permActionBox_2ap47.en_1f6jw {
20783
+ width: 100px;
20784
+ justify-content: flex-end;
20785
+ }
20786
+ .root_dZL59 .permTextBox_o8KZm {
20787
+ font-size: 14px;
20788
+ display: inline-block;
20789
+ padding: 7px 8px;
20790
+ }
20791
+ .root_dZL59 .permTextBox_o8KZm.disabled_ht8zx {
20792
+ pointer-events: none;
20793
+ color: var(--upime-disable);
20794
+ }
20795
+ .root_dZL59.phone_zdd5n .iconBox_1SE0A,
20796
+ .root_dZL59.phone_zdd5n .permActionBox_2ap47 {
20797
+ pointer-events: none;
20798
+ }
20799
+ .root_dZL59.phone_zdd5n .en_1f6jw {
20800
+ width: 82px;
20801
+ }
20802
+ .root_dZL59.phone_zdd5n .infoBox_1uqcs .textBlock_2cgjN {
20803
+ max-width: 240px;
20804
+ }
20805
+ .root_dZL59.absent_3rzYK {
20806
+ justify-content: space-between;
20807
+ }
20808
+ .root_dZL59.absent_3rzYK .infoBox_1uqcs {
20809
+ display: flex;
20810
+ align-items: center;
20811
+ }
20812
+ .memberDetailPhoneModal_2_88e {
20813
+ left: 24px;
20814
+ right: 24px;
20815
+ transform: translateY(-50%);
20816
+ width: auto;
20817
+ width: initial;
20818
+ padding-top: 8px;
20819
+ padding-bottom: 12px;
20820
+ display: flex;
20821
+ flex-direction: column;
20822
+ background-color: #f5f6f6;
20823
+ }
20824
+ .memberDetailPhoneModal_2_88e > div {
20825
+ border-bottom: none !important;
20826
+ padding-bottom: 0 !important;
20827
+ }
20828
+ .memberDetailPhoneModal_2_88e .titleBar_2PeI4 {
20829
+ display: flex;
20830
+ justify-content: space-between;
20831
+ align-items: center;
20832
+ margin-bottom: 8px;
20833
+ }
20834
+ .memberDetailPhoneModal_2_88e .titleBar_2PeI4 .infoBox_1uqcs {
20835
+ display: flex;
20836
+ align-items: center;
20837
+ }
20838
+ .memberDetailPhoneModal_2_88e .titleBar_2PeI4 .infoBox_1uqcs .avatar_1O07L {
20839
+ margin-right: 8px;
20840
+ }
20841
+ .memberDetailPhoneModal_2_88e .titleBar_2PeI4 .infoBox_1uqcs .textBlock_2cgjN {
20842
+ display: flex;
20843
+ flex-direction: column;
20844
+ }
20845
+ .memberDetailPhoneModal_2_88e .titleBar_2PeI4 .infoBox_1uqcs .textBlock_2cgjN .name_2qIXx {
20846
+ font-size: 15px;
20847
+ line-height: 22px;
20848
+ }
20849
+ .memberDetailPhoneModal_2_88e .titleBar_2PeI4 .infoBox_1uqcs .textBlock_2cgjN .note_zmQpL {
20850
+ font-size: 13px;
20851
+ line-height: 18px;
20852
+ color: #91939c;
20853
+ }
20854
+ .memberDetailPhoneModal_2_88e .titleBar_2PeI4 .closeBox_1Fjes {
20855
+ padding: 11px;
20856
+ display: flex;
20857
+ margin-right: -12px;
20858
+ }
20859
+ .memberDetailPhoneModal_2_88e .titleBar_2PeI4 .closeBox_1Fjes .closeIcon_2QGWH {
20860
+ font-size: 18px;
20861
+ }
20862
+ .memberDetailPhoneModal_2_88e .mediaBar_3L3rM {
20863
+ background-color: #fff;
20864
+ border-radius: 4px;
20865
+ margin-bottom: 12px;
20866
+ }
20867
+ .memberDetailPhoneModal_2_88e .mediaBar_3L3rM .itemRow_1Y7P_ {
20868
+ height: 48px;
20869
+ display: flex;
20870
+ gap: 10px;
20871
+ align-items: center;
20872
+ padding: 0 12px;
20873
+ }
20874
+ .memberDetailPhoneModal_2_88e .mediaBar_3L3rM .itemRow_1Y7P_ .icon_2dM7j {
20875
+ font-size: 20px;
20876
+ }
20877
+ .memberDetailPhoneModal_2_88e .mediaBar_3L3rM .itemRow_1Y7P_ .text_2vSdz {
20878
+ font-size: 15px;
20879
+ }
20880
+ .memberDetailPhoneModal_2_88e .mediaBar_3L3rM .itemRow_1Y7P_.micBox_2MMbW {
20881
+ border-bottom: 1px solid #e6e7e9;
20882
+ }
20883
+ .memberDetailPhoneModal_2_88e .permBar_254CH {
20884
+ padding: 4px 12px;
20885
+ border-radius: 4px;
20886
+ background-color: #fff;
20887
+ display: flex;
20888
+ flex-direction: column;
20889
+ margin-bottom: 12px;
20890
+ }
20891
+ .memberDetailPhoneModal_2_88e .permBar_254CH .keyRow_2Bcc5 {
20892
+ padding: 11px 0;
20893
+ font-size: 15px;
20894
+ color: #616371;
20895
+ line-height: 22px;
20896
+ display: flex;
20897
+ justify-content: space-between;
20898
+ }
20899
+ .memberDetailPhoneModal_2_88e .permBar_254CH .keyRow_2Bcc5 .requestBox_3uYAP {
20900
+ color: #2e73e5;
20901
+ font-size: 15px;
20902
+ }
20903
+ .memberDetailPhoneModal_2_88e .permBar_254CH .valRow_2gBlK {
20904
+ display: flex;
20905
+ padding: 13px 0;
20906
+ justify-content: space-between;
20907
+ align-items: center;
20908
+ }
20909
+ .memberDetailPhoneModal_2_88e .permBar_254CH .valRow_2gBlK .col_2u86A {
20910
+ display: flex;
20911
+ align-items: center;
20912
+ }
20913
+ .memberDetailPhoneModal_2_88e .permBar_254CH .valRow_2gBlK .col_2u86A > input {
20914
+ margin-right: 6px;
20915
+ }
20916
+ .memberDetailPhoneModal_2_88e .permBar_254CH .valRow_2gBlK .col_2u86A > label.disable_1x103 {
20917
+ color: #c2c3c8;
20918
+ }
20919
+ .memberDetailPhoneModal_2_88e .moreBar_2aUSE {
20920
+ border-radius: 4px;
20921
+ background-color: #fff;
20922
+ display: flex;
20923
+ flex-direction: column;
20924
+ }
20925
+ .memberDetailPhoneModal_2_88e .moreBar_2aUSE .dialogItem_28reK {
20926
+ padding: 0 12px;
20927
+ height: 48px;
20928
+ line-height: 22px;
20929
+ font-size: 15px;
20930
+ display: flex;
20931
+ align-items: center;
20932
+ }
20933
+ .memberDetailPhoneModal_2_88e .moreBar_2aUSE .dialogItem_28reK.cohostItem_2sdNZ {
20934
+ border-bottom: 1px solid #e6e7e9;
20935
+ }
20936
+ .memberDetailPhoneModal_2_88e .moreBar_2aUSE .dialogItem_28reK.kickoutItem_W-04o {
20937
+ color: #fe5250;
20938
+ border-top: 1px solid #e6e7e9;
20939
+ }
19804
20940
  .do-hovers .moreIcon_I--ur:hover {
19805
20941
  background: var(--upime-btn-bg-hover);
19806
20942
  }
@@ -19813,8 +20949,8 @@
19813
20949
  }
19814
20950
  .morePanel_740CJ {
19815
20951
  position: absolute;
19816
- width: -moz-max-content;
19817
- width: max-content;
20952
+ min-width: 130px;
20953
+ white-space: nowrap;
19818
20954
  padding: 8px 0px;
19819
20955
  display: flex;
19820
20956
  background: white;
@@ -19832,10 +20968,10 @@
19832
20968
  }
19833
20969
  .morePanel_740CJ > div:hover {
19834
20970
  background-color: #f5f6f6;
20971
+ color: #2e73e5;
19835
20972
  }
19836
20973
  .kickoutModalBox_2Lmr9 {
19837
20974
  width: 480px;
19838
- height: 200px;
19839
20975
  background-color: #fff;
19840
20976
  border-radius: 4px;
19841
20977
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
@@ -19844,6 +20980,7 @@
19844
20980
  left: 50%;
19845
20981
  transform: translate(-50%, -50%);
19846
20982
  padding: 24px;
20983
+ border-radius: 12px;
19847
20984
  }
19848
20985
  .kickoutModalBox_2Lmr9 .title_1ADvG {
19849
20986
  font-size: 20px;
@@ -19860,18 +20997,17 @@
19860
20997
  font-size: 14px;
19861
20998
  color: #616371;
19862
20999
  margin-bottom: 8px;
19863
- margin-left: 38px;
21000
+ margin-left: 37px;
19864
21001
  }
19865
21002
  .kickoutModalBox_2Lmr9 .forbidBox_iRWDm {
19866
21003
  font-size: 14px;
19867
21004
  margin-bottom: 24px;
19868
- margin-left: 34px;
21005
+ margin-left: 38px;
19869
21006
  }
19870
21007
  .kickoutModalBox_2Lmr9 .forbidBox_iRWDm > input {
19871
21008
  position: relative;
19872
21009
  top: 1px;
19873
21010
  margin-right: 8px;
19874
- border-color: #dbdbde;
19875
21011
  }
19876
21012
  .kickoutModalBox_2Lmr9 .actionBox_3UMNs {
19877
21013
  text-align: right;
@@ -19910,8 +21046,62 @@
19910
21046
  .root_z5Dfc {
19911
21047
  position: relative;
19912
21048
  }
19913
- .root_z5Dfc.landscape_1PKH- {
19914
- flex-grow: 1;
21049
+ .root_z5Dfc.landscape_1PKH- {
21050
+ flex-grow: 1;
21051
+ }
21052
+ .root_z5Dfc.inMemberCtrl_3a1W7 {
21053
+ cursor: pointer;
21054
+ }
21055
+ .root_z5Dfc.inMemberCtrl_3a1W7:hover {
21056
+ background-color: var(--upime-btn-bg-hover);
21057
+ }
21058
+ .root_z5Dfc.inMemberCtrl_3a1W7 .iconBox_mLq0s {
21059
+ width: auto;
21060
+ width: initial;
21061
+ height: auto;
21062
+ height: initial;
21063
+ margin-left: 0;
21064
+ padding: 6px;
21065
+ }
21066
+ .root_z5Dfc.inMemberCtrl_3a1W7 .iconBox_mLq0s > svg {
21067
+ margin-top: 0;
21068
+ width: 20px;
21069
+ height: 20px;
21070
+ font-size: 20px;
21071
+ }
21072
+ .root_z5Dfc.inMemberCtrl_3a1W7 .iconBox_mLq0s:active {
21073
+ color: #2e73e5;
21074
+ }
21075
+ .root_z5Dfc.inMemberCtrl_3a1W7 .panelRoot_3SIhM {
21076
+ z-index: 1;
21077
+ bottom: auto;
21078
+ bottom: initial;
21079
+ top: 32px;
21080
+ }
21081
+ .root_z5Dfc.inMoreCtrl_27xyv .iconBox_mLq0s {
21082
+ flex-direction: row;
21083
+ padding: 0 16px;
21084
+ width: auto;
21085
+ height: 40px;
21086
+ margin-left: 0;
21087
+ }
21088
+ .root_z5Dfc.inMoreCtrl_27xyv .iconBox_mLq0s > svg {
21089
+ margin-right: 8px;
21090
+ margin-top: 0;
21091
+ width: 24px;
21092
+ height: 24px;
21093
+ }
21094
+ .root_z5Dfc.inMoreCtrl_27xyv .iconBox_mLq0s > span {
21095
+ font-size: 14px;
21096
+ }
21097
+ .root_z5Dfc.inMoreCtrl_27xyv .panelRoot_3SIhM {
21098
+ top: -8px;
21099
+ left: calc(100% + 2px);
21100
+ bottom: auto;
21101
+ bottom: initial;
21102
+ right: auto;
21103
+ right: initial;
21104
+ transform: translateX(0);
19915
21105
  }
19916
21106
  .iconBox_mLq0s {
19917
21107
  width: 48px;
@@ -19995,6 +21185,19 @@
19995
21185
  height: 100%;
19996
21186
  position: relative;
19997
21187
  }
21188
+ .addMemberRoot_NZRq9.inMemberCtrl_3a1W7 {
21189
+ top: 0px !important;
21190
+ }
21191
+ .addMemberRoot_NZRq9.inMemberCtrl_3a1W7 {
21192
+ z-index: 1;
21193
+ position: fixed;
21194
+ }
21195
+ .addMemberRoot_NZRq9.inMoreCtrl_27xyv {
21196
+ bottom: 0;
21197
+ left: 0;
21198
+ z-index: 1;
21199
+ position: fixed;
21200
+ }
19998
21201
 
19999
21202
  .iconBox_2U1MR {
20000
21203
  width: 56px;
@@ -20362,7 +21565,6 @@
20362
21565
  font-size: 14px;
20363
21566
  border-left: 2px solid #dbdbde;
20364
21567
  -webkit-user-select: text;
20365
- -moz-user-select: text;
20366
21568
  user-select: text;
20367
21569
  }
20368
21570
  .itemRoot_2O3KW .subContent_1UGIp .text_1hHQ5.defaultSpan_k-hqh {
@@ -20656,248 +21858,6 @@
20656
21858
  color: var(--upime-active);
20657
21859
  }
20658
21860
 
20659
- .graphicSideContainer_jScOm {
20660
- position: relative;
20661
- width: 100%;
20662
- height: 100%;
20663
- display: flex;
20664
- flex-direction: column;
20665
- }
20666
- .title_2y8qG {
20667
- padding-left: 24px;
20668
- padding-right: 54px;
20669
- height: 64px;
20670
- width: 100%;
20671
- background-color: var(--upime-pane-bg);
20672
- align-items: center;
20673
- justify-content: space-between;
20674
- display: flex;
20675
- flex-shrink: 0;
20676
- font-size: 20px;
20677
- color: var(--upime-main-text);
20678
- font-weight: 600;
20679
- line-height: 30px;
20680
- }
20681
- .title_2y8qG .titleIconContainer_2HpFh {
20682
- width: 44px;
20683
- height: 44px;
20684
- display: flex;
20685
- align-items: center;
20686
- justify-content: center;
20687
- position: relative;
20688
- cursor: pointer;
20689
- }
20690
- .title_2y8qG .titleIconContainer_2HpFh::after {
20691
- position: absolute;
20692
- content: "";
20693
- right: 0px;
20694
- top: 12px;
20695
- bottom: 12px;
20696
- width: 1px;
20697
- background-color: #e6e7e9;
20698
- }
20699
- .title_2y8qG .titleIconContainer_2HpFh .rotate_3mkgL {
20700
- transform: rotate(180deg);
20701
- }
20702
- .searchContentContainer_2aGCw {
20703
- margin-top: 8px;
20704
- height: 40px;
20705
- padding: 0 20px;
20706
- }
20707
- .searchContentContainer_2aGCw .inputDomContainer_aORAa {
20708
- position: relative;
20709
- height: 100%;
20710
- }
20711
- .searchContentContainer_2aGCw .inputDomContainer_aORAa .qingchuHotarea_CavnD {
20712
- position: absolute;
20713
- width: 24px;
20714
- height: 24px;
20715
- right: 12px;
20716
- top: 8px;
20717
- display: flex;
20718
- align-items: center;
20719
- justify-content: center;
20720
- cursor: pointer;
20721
- }
20722
- .searchContentContainer_2aGCw .inputDomContainer_aORAa .qingchuIcon_2Z2NJ {
20723
- color: #dbdbde;
20724
- }
20725
- .searchContentContainer_2aGCw .inputDomContainer_aORAa .searchIcon_2yMds {
20726
- position: absolute;
20727
- left: 12px;
20728
- top: 10px;
20729
- }
20730
- .searchContentContainer_2aGCw .input_S5_HS {
20731
- width: 100%;
20732
- height: 100%;
20733
- border-radius: 4px;
20734
- background-color: white;
20735
- border: 1px solid #ececee;
20736
- outline: none;
20737
- color: #303133;
20738
- font-size: 14px;
20739
- padding: 0 48px 0 40px;
20740
- display: block;
20741
- }
20742
- .searchContentContainer_2aGCw .input_S5_HS::-moz-placeholder {
20743
- color: #c2c3c8;
20744
- }
20745
- .searchContentContainer_2aGCw .input_S5_HS::placeholder {
20746
- color: #c2c3c8;
20747
- }
20748
- .searchContentContainer_2aGCw .input_S5_HS:focus {
20749
- border: 1px solid #2e73e5;
20750
- }
20751
- .categroyWrapper_2QXR0 {
20752
- flex: 1;
20753
- overflow: auto;
20754
- margin-top: 20px;
20755
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
20756
- scrollbar-width: thin;
20757
- }
20758
- .categroyWrapper_2QXR0::-webkit-scrollbar {
20759
- width: 4px;
20760
- }
20761
- .categroyWrapper_2QXR0::-webkit-scrollbar-track {
20762
- border-radius: 5px;
20763
- background-color: transparent;
20764
- }
20765
- .categroyWrapper_2QXR0::-webkit-scrollbar-thumb {
20766
- border-radius: 2px;
20767
- background-color: var(--upime-scrollbar-thumb);
20768
- }
20769
- .categroyWrapper_2QXR0 .emptyContainer_1tl6E {
20770
- width: 100%;
20771
- height: 100%;
20772
- display: flex;
20773
- flex-direction: column;
20774
- align-items: center;
20775
- justify-content: center;
20776
- color: #616371;
20777
- }
20778
- .categroyWrapper_2QXR0 .emptyContainer_1tl6E .emptyImg_PnK1N {
20779
- width: 140px;
20780
- }
20781
- .categroyContainer_2fReq {
20782
- margin-top: 20px;
20783
- padding: 0 16px 0 20px;
20784
- }
20785
- .categroyContainer_2fReq:first-child {
20786
- margin-top: 0;
20787
- }
20788
- .categroyContainer_2fReq .categroyTitle_1jXxy {
20789
- font-size: 16px;
20790
- display: flex;
20791
- align-items: center;
20792
- justify-content: space-between;
20793
- height: 24px;
20794
- cursor: pointer;
20795
- }
20796
- .categroyContainer_2fReq .categroyTitle_1jXxy .iconContainer_aHe3e {
20797
- flex-shrink: 0;
20798
- width: 24px;
20799
- height: 24px;
20800
- display: flex;
20801
- align-items: center;
20802
- justify-content: center;
20803
- }
20804
- .categroyContainer_2fReq .categroyTitle_1jXxy .iconContainer_aHe3e.iconRotate_R8Zzg {
20805
- transform: rotate(180deg);
20806
- }
20807
- .categroyContainer_2fReq .colorpalettesContaienr_2Tw5t {
20808
- margin-top: 10px;
20809
- height: 24px;
20810
- padding: 2px;
20811
- display: flex;
20812
- align-items: center;
20813
- gap: 4px;
20814
- border-radius: 2px;
20815
- width: -moz-fit-content;
20816
- width: fit-content;
20817
- cursor: pointer;
20818
- }
20819
- .defaultColorTheme_2B6iW {
20820
- display: flex;
20821
- align-items: center;
20822
- gap: 4px;
20823
- color: var(--upime-main-text);
20824
- }
20825
- .simpleColorTheme_21RUC {
20826
- display: flex;
20827
- align-items: center;
20828
- }
20829
- .simpleColorTheme_21RUC .simpleColorCircle_314Rw {
20830
- width: 20px;
20831
- height: 20px;
20832
- border-radius: 50%;
20833
- border-width: 2px;
20834
- border-style: solid;
20835
- margin-left: -5px;
20836
- }
20837
- .simpleColorTheme_21RUC .simpleColorCircle_314Rw:first-child {
20838
- margin-left: 0;
20839
- }
20840
- .childrenOptionContainer_3c2BF {
20841
- width: 160px;
20842
- padding: 8px 0;
20843
- border-radius: 2px;
20844
- background-color: white;
20845
- box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
20846
- }
20847
- .childrenOptionContainer_3c2BF .options_39ftb {
20848
- height: 40px;
20849
- padding: 0 16px;
20850
- display: flex;
20851
- align-items: center;
20852
- justify-content: space-between;
20853
- cursor: pointer;
20854
- color: var(--upime-active);
20855
- }
20856
- .iconListContainer_92Ipt {
20857
- margin-top: 10px;
20858
- }
20859
- .iconListContainer_92Ipt .iconListView_sqkVV {
20860
- width: 100%;
20861
- display: flex;
20862
- flex-wrap: wrap;
20863
- gap: 12px;
20864
- }
20865
- .iconListContainer_92Ipt .iconListView_sqkVV .iconCell_2I3tD {
20866
- width: 40px;
20867
- height: 40px;
20868
- display: flex;
20869
- align-items: center;
20870
- justify-content: center;
20871
- cursor: pointer;
20872
- border-radius: 2px;
20873
- }
20874
- .iconListContainer_92Ipt .iconListView_sqkVV .draggingIcon_1wKts {
20875
- position: fixed;
20876
- z-index: 9999;
20877
- width: 44px;
20878
- height: 44px;
20879
- display: flex;
20880
- align-items: center;
20881
- justify-content: center;
20882
- cursor: pointer;
20883
- border-radius: 4px;
20884
- background-color: white;
20885
- box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
20886
- transform: translateX(-50%) translateY(-50%);
20887
- }
20888
- .do-hovers .colorpalettesContaienr_2Tw5t:hover {
20889
- background-color: rgba(0, 0, 0, 0.06);
20890
- }
20891
- .do-hovers .titleIconContainer_2HpFh:hover {
20892
- color: var(--upime-active);
20893
- }
20894
- .do-hovers .childrenOptionContainer_3c2BF .options_39ftb:hover {
20895
- background-color: rgba(0, 0, 0, 0.06);
20896
- }
20897
- .do-hovers .iconListView_sqkVV .iconCell_2I3tD:hover {
20898
- background-color: rgba(0, 0, 0, 0.06);
20899
- }
20900
-
20901
21861
  :root {
20902
21862
  --upime-btn-bg-active: #090909;
20903
21863
  --upime-btn-bg-hover: #F5F6F6;
@@ -21530,6 +22490,7 @@
21530
22490
  padding-right: 16px;
21531
22491
  line-height: 64px;
21532
22492
  font-size: 14px;
22493
+ -webkit-text-decoration: underline;
21533
22494
  text-decoration: underline;
21534
22495
  border-radius: 4px;
21535
22496
  border: 1px solid #e6e7e9;
@@ -22021,9 +22982,6 @@
22021
22982
  border-radius: 4px;
22022
22983
  padding-left: 40px;
22023
22984
  }
22024
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .searchRow_2j8yi input::-moz-placeholder {
22025
- color: #c2c3c8;
22026
- }
22027
22985
  .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .searchRow_2j8yi input::placeholder {
22028
22986
  color: #c2c3c8;
22029
22987
  }