@plaso-infi/whiteboard-sdk 0.2.4 → 0.2.5

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,587 +3156,1136 @@
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
+ .cm_item_2e94Y {
3160
+ width: 40px;
3161
+ height: 50px;
3162
+ display: flex;
3163
+ justify-content: center;
3164
+ align-items: center;
3165
+ flex-shrink: 0;
3166
+ cursor: pointer;
3167
+ }
3168
+ .cm_item_2e94Y.disabled_3ost8 {
3169
+ cursor: default;
3170
+ color: var(--upime-disable);
3171
+ pointer-events: none;
3163
3172
  }
3164
- .widget-type-picker_2V5cB .widget-type-box_2xSox {
3173
+ .icon_box_2_MCw {
3165
3174
  display: flex;
3166
- justify-content: left;
3175
+ justify-content: center;
3167
3176
  align-items: center;
3168
- flex-flow: row wrap;
3177
+ width: 100%;
3178
+ height: 100%;
3179
+ font-size: 14px;
3169
3180
  }
3170
- .widget-type-picker_2V5cB .widget-type-box_2xSox .widget-type-item_2rkJI {
3171
- height: 40px;
3181
+ .icon_box_2_MCw.active_3IluS {
3182
+ color: var(--upime-active);
3183
+ }
3184
+ .bling_item_Wpkjy {
3172
3185
  opacity: 0.8;
3173
3186
  }
3174
-
3175
- .draftContainer_UuOXY {
3176
- display: flex;
3177
- flex-direction: column;
3187
+ .hidden_3zMAG {
3188
+ visibility: hidden !important;
3178
3189
  }
3179
- .draftContainer_UuOXY .textPart_GSblp {
3180
- display: flex;
3181
- position: relative;
3190
+ .hidden_all_1mCfr {
3191
+ visibility: hidden !important;
3182
3192
  }
3183
- .draftContainer_UuOXY .textPart_GSblp .editor_12tyR {
3184
- -webkit-user-select: text !important;
3185
- -moz-user-select: text !important;
3186
- user-select: text !important;
3193
+ .hidden_all_1mCfr * {
3194
+ visibility: hidden !important;
3187
3195
  }
3188
- .draftContainer_UuOXY .textPart_GSblp .editor_12tyR {
3189
- width: 100%;
3190
- min-height: 50px;
3191
- max-height: 162px;
3192
- overflow-x: hidden;
3193
- overflow-y: scroll;
3194
- scrollbar-color: var(--upime-scrollbar-thumb) transparent;
3195
- scrollbar-width: thin;
3196
- padding: 15px 56px 16px 16px;
3196
+ .show_all_3RK0E {
3197
+ visibility: visible !important;
3197
3198
  }
3198
- .draftContainer_UuOXY .textPart_GSblp .editor_12tyR::-webkit-scrollbar {
3199
- width: 4px;
3199
+ .show_all_3RK0E * {
3200
+ visibility: visible !important;
3200
3201
  }
3201
- .draftContainer_UuOXY .textPart_GSblp .editor_12tyR::-webkit-scrollbar-track {
3202
- border-radius: 5px;
3203
- background-color: transparent;
3202
+ .pane_24eRa {
3203
+ background-color: var(--upime-pane-bg);
3204
+ border-radius: 4px;
3205
+ box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
3204
3206
  }
3205
- .draftContainer_UuOXY .textPart_GSblp .editor_12tyR::-webkit-scrollbar-thumb {
3206
- border-radius: 2px;
3207
- background-color: var(--upime-scrollbar-thumb);
3207
+ @keyframes show_2n9nM {
3208
+ to {
3209
+ visibility: visible;
3210
+ opacity: 1;
3211
+ }
3208
3212
  }
3209
- .draftContainer_UuOXY .textPart_GSblp .editor_12tyR > div {
3210
- line-height: 20px;
3211
- font-size: 14px;
3213
+ .show_a_PIUo0 {
3214
+ visibility: hidden;
3215
+ opacity: 0;
3216
+ animation: show_2n9nM 0.5s forwards;
3212
3217
  }
3213
- .draftContainer_UuOXY .textPart_GSblp .editor_12tyR span {
3214
- top: 0px;
3218
+ @keyframes show_scale_1mftc {
3219
+ to {
3220
+ transform: scale(1);
3221
+ visibility: visible;
3222
+ opacity: 1;
3223
+ }
3215
3224
  }
3216
- .draftContainer_UuOXY .textPart_GSblp .editor_12tyR * {
3217
- -webkit-user-select: text !important;
3218
- -moz-user-select: text !important;
3219
- user-select: text !important;
3225
+ .show_scale_1mftc {
3226
+ visibility: hidden;
3227
+ opacity: 0;
3228
+ transform: scale(0);
3229
+ animation: show_scale_1mftc 0.3s forwards;
3220
3230
  }
3221
- .draftContainer_UuOXY .textPart_GSblp .actionRow_3GZwe {
3222
- position: absolute;
3223
- right: 0;
3224
- bottom: 0;
3225
- display: flex;
3226
- flex-direction: row;
3227
- padding: 14px 16px 14px 12px;
3228
- justify-content: flex-end;
3231
+ .show_scale_1mftc.right_3fFKY {
3232
+ transform-origin: left center;
3229
3233
  }
3230
- .draftContainer_UuOXY .textPart_GSblp .actionRow_3GZwe svg {
3231
- color: #d8d8d8;
3232
- cursor: pointer;
3233
- pointer-events: none;
3234
- width: 24px;
3235
- height: 22px;
3234
+ .show_scale_1mftc.left_2V43j {
3235
+ transform-origin: right center;
3236
3236
  }
3237
- .draftContainer_UuOXY .textPart_GSblp .actionRow_3GZwe svg.active_1PXIw {
3238
- color: var(--upime-active);
3239
- pointer-events: auto;
3237
+ .show_scale_1mftc.bottom_3zuBY {
3238
+ transform-origin: center top;
3240
3239
  }
3241
- .draftContainer_UuOXY .draftActions_FEgSS {
3242
- display: flex;
3243
- width: 100%;
3244
- padding: 8px 16px 12px 16px;
3240
+ .show_scale_1mftc.top_1dQIl {
3241
+ transform-origin: center bottom;
3245
3242
  }
3246
- .draftContainer_UuOXY .draftActions_FEgSS .micCon_3R3ED {
3247
- height: 24px;
3243
+ .show_scale_1mftc.left_top_3ojkb {
3244
+ transform-origin: right top;
3248
3245
  }
3249
- .draftContainer_UuOXY .draftActions_FEgSS svg {
3246
+ .show_scale_1mftc.top_left_1yo2X {
3247
+ transform-origin: bottom left;
3248
+ }
3249
+ .show_scale_1mftc.bottom_left_HpIv- {
3250
+ transform-origin: top left;
3251
+ }
3252
+ .show_scale_1mftc.right_top_19DT5 {
3253
+ transform-origin: left top;
3254
+ }
3255
+ .show_scale_1mftc.right_bottom_1Y686 {
3256
+ transform-origin: left bottom;
3257
+ }
3258
+ .show_scale_1mftc.left_bottom_2uN6u {
3259
+ transform-origin: right bottom;
3260
+ }
3261
+ .btn_style_2ZbMu {
3250
3262
  cursor: pointer;
3251
- width: 24px;
3252
- height: 24px;
3253
- margin-right: 24px;
3254
- color: #616371;
3255
3263
  }
3256
- .draftContainer_UuOXY .draftActions_FEgSS .active_1PXIw {
3264
+ .btn_style_2ZbMu:active,
3265
+ .btn_style_2ZbMu.on_14ReV {
3257
3266
  color: var(--upime-active);
3258
3267
  }
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;
3268
+ .btn_style_2ZbMu.disabled_3ost8 {
3269
+ color: var(--upime-disable);
3270
+ pointer-events: none;
3265
3271
  }
3266
- .draftContainer_UuOXY.phone_1AAw- .mic_Qk8ae {
3272
+ .propEditorIconBox_ZPJ55 {
3273
+ height: 40px;
3274
+ width: 40px;
3267
3275
  display: flex;
3268
3276
  justify-content: center;
3269
- align-items: flex-end;
3270
- width: 36px;
3271
- margin: 0 8px;
3277
+ align-items: center;
3272
3278
  }
3273
- .draftContainer_UuOXY.phone_1AAw- .mic_Qk8ae svg {
3274
- margin-bottom: 15px;
3275
- font-size: 25px;
3279
+ .do-hovers .icon_box_2_MCw:hover {
3280
+ opacity: 1;
3276
3281
  }
3277
- .draftContainer_UuOXY.phone_1AAw- .textPart_GSblp {
3278
- flex-basis: 80%;
3279
- position: relative;
3282
+ .do-hovers .bling_item_Wpkjy:hover {
3283
+ opacity: 1;
3284
+ background-color: var(--upime-btn-bg-hover);
3280
3285
  }
3281
- .draftContainer_UuOXY.phone_1AAw- .textPart_GSblp .editor_12tyR {
3282
- padding: 0;
3283
- padding: initial;
3284
- width: calc(100% - 42px);
3286
+ .do-hovers .btn_style_2ZbMu:hover {
3287
+ color: var(--upime-active);
3285
3288
  }
3286
- .draftContainer_UuOXY.phone_1AAw- .textPart_GSblp .editor_12tyR span {
3287
- top: 10px;
3289
+ .do-hovers .propEditorIconBox_ZPJ55:hover {
3290
+ background-color: var(--upime-btn-bg-hover);
3288
3291
  }
3289
- .draftContainer_UuOXY.phone_1AAw- .textPart_GSblp .editor_12tyR p {
3290
- background-color: #f5f6f6;
3291
- padding: 0px 10px 0px 10px;
3292
+ .do-hovers .titleIcon_WNKTJ:hover {
3293
+ color: var(--upime-active);
3292
3294
  }
3293
- .draftContainer_UuOXY.phone_1AAw- .textPart_GSblp .editor_12tyR p:first-child {
3294
- padding-top: 10px;
3295
- border-top-left-radius: 4px;
3296
- border-top-right-radius: 4px;
3295
+ .do-hovers .moreIcon_3EGbv:hover {
3296
+ color: var(--upime-main-text);
3297
3297
  }
3298
- .draftContainer_UuOXY.phone_1AAw- .textPart_GSblp .editor_12tyR p:last-child {
3299
- padding-bottom: 10px;
3300
- border-bottom-left-radius: 4px;
3301
- border-bottom-right-radius: 4px;
3298
+ .rotateY180_3B_Co {
3299
+ transform: rotateY(180deg);
3302
3300
  }
3303
- .draftContainer_UuOXY.phone_1AAw- .textPart_GSblp .fasongContainer_1JmyT {
3304
- position: absolute;
3305
- bottom: 10px;
3306
- right: -2px;
3301
+ .upimeInput_CNs-e {
3302
+ height: 38px;
3303
+ padding: 8px 16px;
3304
+ border: 1px solid black;
3305
+ box-shadow: 0px 0px 0px 2px rgba(46, 115, 229, 0.16);
3306
+ border: 1px solid var(--upime-input-border);
3307
3307
  border-radius: 4px;
3308
- width: 36px;
3309
- height: 36px;
3308
+ }
3309
+ .upimeInput_CNs-e.invalid_3iDze {
3310
+ box-shadow: 0px 0px 0px 2px rgba(254, 82, 80, 0.16);
3311
+ border: 1px solid var(--upime-input-invalid);
3312
+ }
3313
+ .titleIcon_WNKTJ {
3314
+ height: 48px;
3315
+ width: 40px;
3316
+ cursor: pointer;
3310
3317
  display: flex;
3311
- background-color: #2e73e5;
3312
3318
  justify-content: center;
3313
3319
  align-items: center;
3314
3320
  }
3315
- .draftContainer_UuOXY.phone_1AAw- .textPart_GSblp .fasongContainer_1JmyT .send_3A3br {
3316
- color: #fff;
3321
+ .titleIcon_WNKTJ.active_3IluS {
3322
+ background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
3323
+ background: initial !important;
3317
3324
  }
3318
- .draftContainer_UuOXY.phone_1AAw- .textPart_GSblp .guanbi_czW5R {
3319
- position: absolute;
3320
- right: 10px;
3321
- top: -3px;
3325
+ .titleIcon_WNKTJ.active_3IluS {
3326
+ color: var(--upime-active);
3322
3327
  }
3323
- .draftContainer_UuOXY.phone_1AAw- .editTextPart_1Dbg8 {
3324
- flex-basis: 98%;
3325
- padding-right: 42px;
3326
- overflow: hidden;
3328
+ .moreIcon_3EGbv {
3329
+ cursor: pointer;
3327
3330
  }
3328
- .draftContainer_UuOXY.phone_1AAw- .editTextPart_1Dbg8 .editor_12tyR {
3329
- width: 100%;
3330
- }
3331
- .draftContainer_UuOXY.phone_1AAw- .editTextPart_1Dbg8 .editor_12tyR span {
3332
- top: -1px;
3333
- }
3334
- .draftContainer_UuOXY.phone_1AAw- .editTextPart_1Dbg8 .editor_12tyR p {
3335
- padding: 0px 10px 0px 10px;
3336
- background-color: transparent;
3331
+ .moreIcon_3EGbv svg {
3332
+ color: #303445;
3337
3333
  }
3338
- .draftContainer_UuOXY.phone_1AAw- .editTextPart_1Dbg8 .editor_12tyR p:first-child {
3339
- padding-top: 0;
3340
- border-top-left-radius: 0;
3341
- border-top-right-radius: 0;
3334
+ .moreIcon_3EGbv.active_3IluS svg {
3335
+ color: var(--upime-main-text);
3342
3336
  }
3343
- .draftContainer_UuOXY.phone_1AAw- .editTextPart_1Dbg8 .editor_12tyR p:last-child {
3344
- padding-bottom: 0;
3345
- border-bottom-left-radius: 0;
3346
- border-bottom-right-radius: 0;
3337
+ @keyframes loading_8SMbv {
3338
+ 0% {
3339
+ transform: rotate(0deg);
3340
+ }
3341
+ 100% {
3342
+ transform: rotate(360deg);
3343
+ }
3347
3344
  }
3348
- .draftContainer_UuOXY.phone_1AAw- .editTextPart_1Dbg8 .fasongContainer_1JmyT {
3349
- right: 2px;
3345
+ .loadingIcon_hh2my {
3346
+ width: 24px;
3347
+ height: 24px;
3348
+ color: var(--upime-active);
3349
+ animation: loading_8SMbv 1s linear infinite forwards;
3350
3350
  }
3351
- .draftContainer_UuOXY.phone_1AAw- .upload_QWZzg {
3351
+ .AIButtonContainer_1KCD9 {
3352
+ padding: 0 8px;
3353
+ height: 100%;
3352
3354
  display: flex;
3353
3355
  justify-content: center;
3354
- align-items: flex-end;
3355
- width: 36px;
3356
- margin-right: 8px;
3357
- margin-left: 8px;
3356
+ align-items: center;
3358
3357
  }
3359
- .draftContainer_UuOXY.phone_1AAw- .upload_QWZzg svg {
3360
- margin-bottom: 15px;
3361
- font-size: 25px;
3358
+ .AIButtonContainer_1KCD9.transparent_KymT8 {
3359
+ opacity: 0;
3362
3360
  }
3363
- .draftContainer_UuOXY.editmode_28RLT {
3364
- height: 98px;
3365
- padding-bottom: 16px;
3366
- margin-top: 16px;
3361
+ .AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv {
3362
+ width: 40px;
3363
+ height: 40px;
3364
+ display: flex;
3365
+ justify-content: center;
3366
+ align-items: center;
3367
+ position: relative;
3367
3368
  }
3368
- .atContainer_L-8EN {
3369
+ .AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv .AIButtonImageContainer_3bQyD {
3370
+ overflow: hidden;
3371
+ display: flex;
3372
+ justify-content: center;
3373
+ align-items: center;
3369
3374
  position: absolute;
3375
+ left: 0;
3370
3376
  top: 0;
3371
3377
  bottom: 0;
3372
- left: 0;
3373
3378
  right: 0;
3374
- margin-top: -600px;
3375
- margin-bottom: 56px;
3376
- background: rgba(0, 0, 0, 0.4);
3379
+ transform-origin: center center;
3380
+ transition: 0.4s;
3377
3381
  }
3378
- .recorderContainer_14Ow8 .coverblock_i__Kp {
3379
- position: absolute;
3380
- top: 0;
3381
- left: 0;
3382
- width: 100%;
3383
- height: calc(100% - 116px);
3384
- margin-top: -200px;
3385
- z-index: 1000;
3382
+ .AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv .AIButtonImageContainer_3bQyD.AIShow_3bXP_ {
3383
+ transform: scale(1) rotate(0);
3384
+ opacity: 1;
3386
3385
  }
3387
- .recorderContainer_14Ow8 .closebar_2rxUU {
3388
- height: 22px;
3389
- text-align: right;
3390
- margin-right: 14px;
3391
- margin-top: 14px;
3386
+ .AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv .AIButtonImageContainer_3bQyD.AIHide_36dTz {
3387
+ transform: scale(0) rotate(360deg);
3388
+ opacity: 0;
3392
3389
  }
3393
- .commentWrapper_2tPfS {
3394
- position: absolute;
3395
- pointer-events: auto;
3396
- z-index: 999;
3397
- visibility: hidden;
3398
- touch-action: none;
3390
+ .AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv .AIButtonImageContainer_3bQyD.AIButtonHover_k40Kt:hover {
3391
+ background-color: var(--upime-btn-bg-hover);
3399
3392
  }
3400
- .commentWrapper_2tPfS .connectionLine_2yASh {
3401
- width: 233px;
3402
- border: 1px solid #ffd02f;
3403
- transform: translate(180px, -2px) rotate(180deg);
3404
- position: absolute;
3405
- transform-origin: 0 50%;
3406
- display: flex;
3407
- justify-content: flex-end;
3408
- align-items: center;
3409
- height: 0px;
3393
+ .AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv .AIButtonImageContainer_3bQyD.AIButtonDisabled_1ZmJx {
3394
+ opacity: 0.3;
3395
+ cursor: default;
3410
3396
  pointer-events: none;
3411
3397
  }
3412
- .commentWrapper_2tPfS .connectionLine_2yASh .pivot_17Isl {
3413
- margin: -6px;
3414
- width: 10px;
3415
- height: 10px;
3416
- border-radius: 10px;
3417
- background-color: #ffd02f;
3418
- pointer-events: none;
3398
+ .AIButtonContainer_1KCD9 .AIButtonWrapper_1nNSv .AIButtonImageContainer_3bQyD .AIButtonImage_1g9MN {
3399
+ width: 32px;
3400
+ height: 32px;
3419
3401
  }
3420
- .commentWrapper_2tPfS .commentBody_1nmBD {
3421
- background-color: var(--upime-pane-bg);
3422
- border-radius: 4px;
3402
+ .phoneBgColorFcContainer_3kNvI {
3403
+ background-color: white;
3423
3404
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
3424
- background: white;
3425
- width: 340px;
3426
- max-height: 500px;
3405
+ padding: 16px 0px;
3406
+ border-radius: 4px;
3407
+ width: 100%;
3408
+ overflow: hidden;
3409
+ pointer-events: all;
3410
+ position: relative;
3411
+ }
3412
+ .widgetTypePicker_5H8Qx {
3427
3413
  position: absolute;
3428
- transform: translateY(-50%);
3429
- border-radius: 8px;
3414
+ width: 212px;
3415
+ padding: 16px 4px 16px 16px;
3416
+ border-radius: 4px;
3417
+ background-color: #ffffff;
3418
+ box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
3430
3419
  }
3431
- .panelRoot_DCbrc {
3420
+ .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu {
3421
+ max-height: 274px;
3432
3422
  display: flex;
3433
3423
  flex-direction: column;
3434
- width: 100%;
3435
3424
  overflow: hidden;
3436
3425
  }
3437
- .panelRoot_DCbrc .header_1MxK8 {
3438
- height: 49px;
3439
- width: 100%;
3440
- display: flex;
3441
- flex-direction: row;
3442
- justify-content: space-between;
3443
- align-items: center;
3444
- padding: 12px 16px;
3445
- border-bottom: 1px solid #ECECEE;
3446
- }
3447
- .panelRoot_DCbrc .header_1MxK8 .toggleRoot_35-It {
3448
- min-width: 85px;
3449
- height: 24px;
3426
+ .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .baseTypeBox_2NVBF {
3450
3427
  display: flex;
3428
+ justify-content: left;
3451
3429
  align-items: center;
3430
+ flex-flow: row wrap;
3431
+ gap: 12px;
3432
+ padding-right: 12px;
3452
3433
  }
3453
- .panelRoot_DCbrc .header_1MxK8 .toggleRoot_35-It > span {
3454
- margin-left: 8px;
3455
- font-size: 14px;
3456
- color: #616371;
3457
- line-height: 24px;
3458
- }
3459
- .panelRoot_DCbrc .header_1MxK8 .toggleRoot_35-It .resolvedText_LiVDf {
3460
- color: var(--upime-main-text);
3461
- }
3462
- .panelRoot_DCbrc .header_1MxK8 .actions_3L1j- {
3434
+ .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .baseTypeBox_2NVBF .baseTypeItem_2ZO0E {
3435
+ width: 36px;
3436
+ height: 36px;
3463
3437
  display: flex;
3464
- flex-direction: row;
3465
3438
  align-items: center;
3439
+ justify-content: center;
3440
+ cursor: pointer;
3441
+ border-radius: 2px;
3466
3442
  }
3467
- .panelRoot_DCbrc .header_1MxK8 .actions_3L1j- .themeSelector_1-iBt {
3468
- min-width: 130px;
3469
- margin-right: 24px;
3443
+ .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .baseTypeDivider_L_aZN {
3444
+ margin-top: 4px;
3445
+ margin-bottom: 12px;
3446
+ border-top: 1px solid #e6e7e9;
3447
+ margin-right: 12px;
3470
3448
  }
3471
- .panelRoot_DCbrc .body__a4mA {
3472
- width: calc(100% - 2px);
3473
- max-height: 287px;
3474
- padding: 12px 6px 0 12px;
3475
- overflow-x: hidden;
3476
- overflow-y: scroll;
3477
- border-bottom: 1px solid #ECECEE;
3449
+ .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .listContainer_3ZQHL {
3450
+ flex: 1;
3451
+ padding-right: 6px;
3452
+ overflow: auto;
3478
3453
  scrollbar-color: var(--upime-scrollbar-thumb) transparent;
3479
3454
  scrollbar-width: thin;
3480
- min-height: 40px;
3481
3455
  }
3482
- .panelRoot_DCbrc .body__a4mA::-webkit-scrollbar {
3456
+ .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .listContainer_3ZQHL::-webkit-scrollbar {
3483
3457
  width: 4px;
3484
3458
  }
3485
- .panelRoot_DCbrc .body__a4mA::-webkit-scrollbar-track {
3459
+ .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .listContainer_3ZQHL::-webkit-scrollbar-track {
3486
3460
  border-radius: 5px;
3487
3461
  background-color: transparent;
3488
3462
  }
3489
- .panelRoot_DCbrc .body__a4mA::-webkit-scrollbar-thumb {
3463
+ .widgetTypePicker_5H8Qx .widgetTypeInner_3Uulu .listContainer_3ZQHL::-webkit-scrollbar-thumb {
3490
3464
  border-radius: 2px;
3491
3465
  background-color: var(--upime-scrollbar-thumb);
3492
3466
  }
3493
- .panelSubmenu_2ZDSQ {
3494
- border-radius: 4px !important;
3495
- top: 44px !important;
3496
- right: 8px !important;
3467
+ .do-hovers .widget-type-item_2rkJI:hover {
3468
+ background-color: rgba(0, 0, 0, 0.06);
3497
3469
  }
3498
- .panelSubmenu_2ZDSQ {
3499
- background-color: var(--upime-pane-bg);
3500
- border-radius: 4px;
3501
- box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
3502
- background: white;
3503
- min-width: 204px;
3470
+
3471
+ .graphicSideContainer_jScOm {
3472
+ position: relative;
3473
+ width: 100%;
3474
+ height: 100%;
3504
3475
  display: flex;
3505
3476
  flex-direction: column;
3506
- padding: 8px 0;
3507
- z-index: 10;
3508
- color: var(--upime-main-text);
3509
3477
  }
3510
- .panelSubmenu_2ZDSQ .row_3B7Qx {
3478
+ .title_2y8qG {
3479
+ padding-left: 24px;
3480
+ padding-right: 54px;
3481
+ height: 64px;
3511
3482
  width: 100%;
3512
- height: 38px;
3513
- display: flex;
3514
- flex-direction: row;
3483
+ background-color: var(--upime-pane-bg);
3515
3484
  align-items: center;
3516
- padding: 0 16px;
3517
3485
  justify-content: space-between;
3518
- cursor: pointer;
3486
+ display: flex;
3487
+ flex-shrink: 0;
3488
+ font-size: 20px;
3489
+ color: var(--upime-main-text);
3490
+ font-weight: 600;
3491
+ line-height: 30px;
3519
3492
  }
3520
- .panelSubmenu_2ZDSQ .row_3B7Qx .content_3xLwN {
3493
+ .title_2y8qG .titleIconContainer_2HpFh {
3494
+ width: 44px;
3495
+ height: 44px;
3521
3496
  display: flex;
3522
- flex-direction: row;
3523
3497
  align-items: center;
3498
+ justify-content: center;
3499
+ position: relative;
3500
+ cursor: pointer;
3524
3501
  }
3525
- .panelSubmenu_2ZDSQ .row_3B7Qx .content_3xLwN .headIcon_1Gh3W {
3526
- font-size: 24px;
3502
+ .title_2y8qG .titleIconContainer_2HpFh::after {
3503
+ position: absolute;
3504
+ content: "";
3505
+ right: 0px;
3506
+ top: 12px;
3507
+ bottom: 12px;
3508
+ width: 1px;
3509
+ background-color: #e6e7e9;
3527
3510
  }
3528
- .panelSubmenu_2ZDSQ .row_3B7Qx .content_3xLwN > span {
3529
- font-size: 14px;
3530
- line-height: 22px;
3531
- margin-left: 8px;
3511
+ .title_2y8qG .titleIconContainer_2HpFh .rotate_3mkgL {
3512
+ transform: rotate(180deg);
3532
3513
  }
3533
- .panelSubmenu_2ZDSQ .row_3B7Qx .pin_w94iy {
3534
- font-size: 16px;
3535
- color: var(--upime-active);
3514
+ .searchContentContainer_2aGCw {
3515
+ margin-top: 8px;
3516
+ height: 40px;
3517
+ padding: 0 20px;
3536
3518
  }
3537
- .do-hovers .panelSubmenu_2ZDSQ .row_3B7Qx:hover {
3538
- background: var(--upime-btn-bg-hover);
3519
+ .searchContentContainer_2aGCw .inputDomContainer_aORAa {
3520
+ position: relative;
3521
+ height: 100%;
3539
3522
  }
3540
- .do-hovers .draftActions_FEgSS svg:hover {
3541
- color: var(--upime-active);
3542
- }
3543
- .activeIcon_2Uyb6 {
3544
- color: var(--upime-active) !important;
3545
- }
3546
- .guideRoot_3BhxH {
3547
- background-color: var(--upime-pane-bg);
3548
- border-radius: 4px;
3549
- box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
3550
- transform: translate(-96px);
3551
- top: auto;
3552
- top: initial;
3553
- bottom: 42px;
3523
+ .searchContentContainer_2aGCw .inputDomContainer_aORAa .qingchuHotarea_CavnD {
3524
+ position: absolute;
3525
+ width: 24px;
3526
+ height: 24px;
3527
+ right: 12px;
3528
+ top: 8px;
3554
3529
  display: flex;
3555
- flex-direction: column;
3556
- width: 240px;
3557
- height: 136px;
3558
- padding: 16px 16px 8px 16px;
3559
- align-items: flex-start;
3560
- }
3561
- .guideRoot_3BhxH > span {
3562
- font-size: 12px;
3563
- line-height: 22px;
3564
- margin-bottom: 8px;
3565
- }
3566
- .guideRoot_3BhxH .title_3sP2y {
3567
- color: var(--upime-main-text);
3568
- font-weight: 500;
3569
- }
3570
- .guideRoot_3BhxH .content_3xLwN {
3571
- color: var(--upime-second-text);
3572
- }
3573
- .guideRoot_3BhxH .link_1a0Wl {
3530
+ align-items: center;
3531
+ justify-content: center;
3574
3532
  cursor: pointer;
3575
- color: var(--upime-active);
3576
3533
  }
3577
-
3578
- .panel_cBaOW {
3579
- position: absolute;
3580
- padding: 3px 3px 2px;
3581
- margin: "0 1px";
3582
- display: "inline-block";
3583
- font-size: 12px;
3584
- background-color: #eee;
3585
- visibility: "hidden";
3586
- background-color: var(--upime-pane-bg);
3587
- border-radius: 4px;
3588
- box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
3589
- width: 280px;
3590
- color: var(--upime-main-text);
3591
- z-index: 1;
3534
+ .searchContentContainer_2aGCw .inputDomContainer_aORAa .qingchuIcon_2Z2NJ {
3535
+ color: #dbdbde;
3592
3536
  }
3593
- .panel_cBaOW.panelPhone_2ouSJ {
3537
+ .searchContentContainer_2aGCw .inputDomContainer_aORAa .searchIcon_2yMds {
3594
3538
  position: absolute;
3595
- left: 0;
3596
- right: 0;
3597
- bottom: 0px;
3598
- width: auto;
3599
- max-height: 220px;
3600
- overflow-y: hidden;
3601
- border-top-left-radius: 20px;
3602
- border-top-right-radius: 20px;
3603
- border-bottom-left-radius: 0;
3604
- border-bottom-right-radius: 0;
3605
- box-shadow: none;
3539
+ left: 12px;
3540
+ top: 10px;
3606
3541
  }
3607
- .panel_cBaOW .header_2p8tf {
3542
+ .searchContentContainer_2aGCw .input_S5_HS {
3608
3543
  width: 100%;
3609
- height: 38px;
3610
- padding-left: 16px;
3611
- line-height: 21px;
3544
+ height: 100%;
3545
+ border-radius: 4px;
3546
+ background-color: white;
3547
+ border: 1px solid #ececee;
3548
+ outline: none;
3549
+ color: #303133;
3612
3550
  font-size: 14px;
3551
+ padding: 0 48px 0 40px;
3552
+ display: block;
3613
3553
  }
3614
- .panel_cBaOW .header_2p8tf:first-child {
3615
- padding-top: 8px;
3554
+ .searchContentContainer_2aGCw .input_S5_HS::placeholder {
3555
+ color: #c2c3c8;
3616
3556
  }
3617
- .panel_cBaOW .header_2p8tf.withBorder_1stey {
3618
- border-bottom: 2px solid var(--upime-btn-bg-hover);
3557
+ .searchContentContainer_2aGCw .input_S5_HS:focus {
3558
+ border: 1px solid #2e73e5;
3619
3559
  }
3620
- .panel_cBaOW .viewport_3E_T_ {
3621
- width: 100%;
3622
- max-height: 235px;
3623
- overflow-x: hidden;
3624
- overflow-y: scroll;
3560
+ .categroyWrapper_2QXR0 {
3561
+ flex: 1;
3562
+ overflow: auto;
3563
+ margin-top: 20px;
3625
3564
  scrollbar-color: var(--upime-scrollbar-thumb) transparent;
3626
3565
  scrollbar-width: thin;
3627
3566
  }
3628
- .panel_cBaOW .viewport_3E_T_::-webkit-scrollbar {
3567
+ .categroyWrapper_2QXR0::-webkit-scrollbar {
3629
3568
  width: 4px;
3630
3569
  }
3631
- .panel_cBaOW .viewport_3E_T_::-webkit-scrollbar-track {
3570
+ .categroyWrapper_2QXR0::-webkit-scrollbar-track {
3632
3571
  border-radius: 5px;
3633
3572
  background-color: transparent;
3634
3573
  }
3635
- .panel_cBaOW .viewport_3E_T_::-webkit-scrollbar-thumb {
3574
+ .categroyWrapper_2QXR0::-webkit-scrollbar-thumb {
3636
3575
  border-radius: 2px;
3637
3576
  background-color: var(--upime-scrollbar-thumb);
3638
3577
  }
3639
- .panel_cBaOW .viewport_3E_T_.phone_sJL1i {
3640
- max-height: 220px;
3641
- padding: 8px 0;
3642
- }
3643
- .panel_cBaOW .viewport_3E_T_ .list_2d87t {
3644
- padding: 8px 0;
3578
+ .categroyWrapper_2QXR0 .emptyContainer_1tl6E {
3579
+ width: 100%;
3580
+ height: 100%;
3645
3581
  display: flex;
3646
3582
  flex-direction: column;
3583
+ align-items: center;
3584
+ justify-content: center;
3585
+ color: #616371;
3647
3586
  }
3648
- .panel_cBaOW .viewport_3E_T_ .list_2d87t.phone_sJL1i {
3649
- padding: 0;
3650
- padding: initial;
3587
+ .categroyWrapper_2QXR0 .emptyContainer_1tl6E .emptyImg_PnK1N {
3588
+ width: 140px;
3651
3589
  }
3652
- .panel_cBaOW .viewport_3E_T_ .list_2d87t .row_kKkyD {
3590
+ .categroyContainer_2fReq {
3591
+ margin-top: 20px;
3592
+ padding: 0 16px 0 20px;
3593
+ }
3594
+ .categroyContainer_2fReq:first-child {
3595
+ margin-top: 0;
3596
+ }
3597
+ .categroyContainer_2fReq .categroyTitle_1jXxy {
3598
+ font-size: 16px;
3653
3599
  display: flex;
3654
- flex-direction: row;
3655
3600
  align-items: center;
3656
- width: 100%;
3657
- height: 40px;
3658
- padding-left: 16px;
3659
- cursor: pointer;
3660
- }
3661
- .panel_cBaOW .viewport_3E_T_ .list_2d87t .row_kKkyD.phone_sJL1i {
3662
- height: 50px;
3601
+ justify-content: space-between;
3602
+ height: 24px;
3663
3603
  }
3664
- .panel_cBaOW .viewport_3E_T_ .list_2d87t .row_kKkyD .avatar_2YMZh {
3665
- width: 26px;
3666
- height: 26px;
3667
- border-radius: 50%;
3604
+ .categroyContainer_2fReq .categroyTitle_1jXxy.hasHover_3obj2 {
3605
+ cursor: pointer;
3668
3606
  }
3669
- .panel_cBaOW .viewport_3E_T_ .list_2d87t .row_kKkyD .avatar_2YMZh.phone_sJL1i {
3670
- width: 30px;
3671
- height: 30px;
3607
+ .categroyContainer_2fReq .categroyTitle_1jXxy .iconContainer_aHe3e {
3608
+ flex-shrink: 0;
3609
+ width: 24px;
3610
+ height: 24px;
3611
+ display: flex;
3612
+ align-items: center;
3613
+ justify-content: center;
3672
3614
  }
3673
- .panel_cBaOW .viewport_3E_T_ .list_2d87t .row_kKkyD > span {
3674
- font-size: 14px;
3675
- line-height: 22px;
3676
- display: inline-block;
3677
- white-space: nowrap;
3678
- overflow: hidden;
3679
- text-overflow: ellipsis;
3615
+ .categroyContainer_2fReq .categroyTitle_1jXxy .iconContainer_aHe3e.iconRotate_R8Zzg {
3616
+ transform: rotate(-90deg);
3680
3617
  }
3681
- .panel_cBaOW .viewport_3E_T_ .list_2d87t .row_kKkyD .userName_65nEG {
3682
- margin-left: 13px;
3683
- margin-bottom: 4px;
3684
- max-width: 68px;
3618
+ .categroyContainer_2fReq .colorpalettesWrapper_26FnQ {
3619
+ position: relative;
3685
3620
  }
3686
- .panel_cBaOW .viewport_3E_T_ .list_2d87t .row_kKkyD .userName_65nEG.phone_sJL1i {
3687
- max-width: 290px;
3688
- font-size: 14px;
3689
- line-height: 14px;
3690
- margin-bottom: 0px;
3691
- white-space: nowrap;
3692
- overflow: hidden;
3693
- text-overflow: ellipsis;
3621
+ .categroyContainer_2fReq .colorpalettesWrapper_26FnQ .colorpalettesOptionContainer_3B7E_ {
3622
+ position: absolute;
3623
+ left: 0;
3624
+ top: calc(100% + 1px);
3694
3625
  }
3695
- .panel_cBaOW .viewport_3E_T_ .list_2d87t .row_kKkyD .info_388sG {
3696
- margin-left: 13px;
3697
- color: var(--upime-second-text);
3698
- max-width: 134px;
3626
+ .categroyContainer_2fReq .colorpalettesContaienr_2Tw5t {
3627
+ margin-top: 10px;
3628
+ height: 24px;
3629
+ padding: 2px;
3630
+ display: flex;
3631
+ align-items: center;
3632
+ gap: 4px;
3633
+ border-radius: 2px;
3634
+ width: fit-content;
3635
+ cursor: pointer;
3699
3636
  }
3700
- .panel_cBaOW .viewport_3E_T_ .list_2d87t .row_kKkyD .info_388sG.phone_sJL1i {
3701
- max-width: 290px;
3702
- line-height: 12px;
3703
- font-size: 12px;
3637
+ .categroyContainer_2fReq .colorpalettesContaienr_2Tw5t.tinyColorPa_2hUVD {
3704
3638
  margin-top: 4px;
3705
- white-space: nowrap;
3706
- overflow: hidden;
3707
- text-overflow: ellipsis;
3708
3639
  }
3709
- .nobgcolor_256Pd {
3710
- background-color: transparent;
3711
- background-color: initial;
3640
+ .categroyContainer_2fReq.tinyCate_38BwA {
3641
+ padding: 0;
3712
3642
  }
3713
- .selected_hhIDs {
3714
- color: var(--upime-active);
3643
+ .defaultColorTheme_2B6iW {
3644
+ display: flex;
3645
+ align-items: center;
3646
+ gap: 4px;
3647
+ color: var(--upime-main-text);
3715
3648
  }
3716
- .selected_hhIDs .info_388sG {
3717
- color: var(--upime-active) !important;
3649
+ .simpleColorTheme_21RUC {
3650
+ display: flex;
3651
+ align-items: center;
3718
3652
  }
3719
- .mentionEle_B33RQ {
3720
- color: var(--upime-active);
3721
- padding: 3px 0;
3653
+ .simpleColorTheme_21RUC .simpleColorCircle_314Rw {
3654
+ width: 20px;
3655
+ height: 20px;
3656
+ border-radius: 50%;
3657
+ border-width: 2px;
3658
+ border-style: solid;
3659
+ margin-left: -5px;
3722
3660
  }
3723
- .mentionEle_B33RQ.focus_2YKUk {
3724
- background-color: rgba(93, 151, 252, 0.5);
3661
+ .simpleColorTheme_21RUC .simpleColorCircle_314Rw:first-child {
3662
+ margin-left: 0;
3725
3663
  }
3726
- .mentionEle_B33RQ > span:first-child {
3727
- display: none;
3664
+ .childrenOptionContainer_3c2BF {
3665
+ width: 160px;
3666
+ padding: 8px 0;
3667
+ border-radius: 2px;
3668
+ background-color: white;
3669
+ box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
3728
3670
  }
3729
-
3730
- .link_38yHX {
3671
+ .childrenOptionContainer_3c2BF .options_39ftb {
3672
+ height: 40px;
3673
+ padding: 0 16px;
3674
+ display: flex;
3675
+ align-items: center;
3676
+ justify-content: space-between;
3677
+ cursor: pointer;
3731
3678
  color: var(--upime-active);
3732
- text-decoration: underline;
3733
3679
  }
3734
- .link_38yHX.clickable_1ikEY {
3735
- cursor: pointer;
3680
+ .iconListContainer_92Ipt {
3681
+ margin-top: 10px;
3682
+ }
3683
+ .iconListContainer_92Ipt .iconListView_sqkVV {
3684
+ width: 100%;
3685
+ display: flex;
3686
+ flex-wrap: wrap;
3687
+ gap: 12px;
3688
+ }
3689
+ .iconListContainer_92Ipt .iconListView_sqkVV .iconCell_2I3tD {
3690
+ width: 40px;
3691
+ height: 40px;
3692
+ display: flex;
3693
+ align-items: center;
3694
+ justify-content: center;
3695
+ cursor: pointer;
3696
+ border-radius: 2px;
3697
+ }
3698
+ .iconListContainer_92Ipt .iconListView_sqkVV .draggingIcon_1wKts {
3699
+ position: fixed;
3700
+ z-index: 9999;
3701
+ width: 44px;
3702
+ height: 44px;
3703
+ display: flex;
3704
+ align-items: center;
3705
+ justify-content: center;
3706
+ cursor: pointer;
3707
+ border-radius: 4px;
3708
+ background-color: white;
3709
+ box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
3710
+ transform: translateX(-50%) translateY(-50%);
3711
+ }
3712
+ .iconListContainer_92Ipt.tinyIconList_3JAOj .iconCell_2I3tD {
3713
+ width: 36px;
3714
+ height: 36px;
3715
+ }
3716
+ .do-hovers .colorpalettesContaienr_2Tw5t:hover {
3717
+ background-color: rgba(0, 0, 0, 0.06);
3718
+ }
3719
+ .do-hovers .titleIconContainer_2HpFh:hover {
3720
+ color: var(--upime-active);
3721
+ }
3722
+ .do-hovers .childrenOptionContainer_3c2BF .options_39ftb:hover {
3723
+ background-color: rgba(0, 0, 0, 0.06);
3724
+ }
3725
+ .do-hovers .iconListView_sqkVV .iconCell_2I3tD: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;
3847
+ border-top-left-radius: 4px;
3848
+ border-top-right-radius: 4px;
3849
+ }
3850
+ .draftContainer_UuOXY.phone_1AAw- .textPart_GSblp .editor_12tyR p:last-child {
3851
+ padding-bottom: 10px;
3852
+ border-bottom-left-radius: 4px;
3853
+ border-bottom-right-radius: 4px;
3854
+ }
3855
+ .draftContainer_UuOXY.phone_1AAw- .textPart_GSblp .fasongContainer_1JmyT {
3856
+ position: absolute;
3857
+ bottom: 10px;
3858
+ right: -2px;
3859
+ border-radius: 4px;
3860
+ width: 36px;
3861
+ height: 36px;
3862
+ display: flex;
3863
+ background-color: #2e73e5;
3864
+ justify-content: center;
3865
+ align-items: center;
3866
+ }
3867
+ .draftContainer_UuOXY.phone_1AAw- .textPart_GSblp .fasongContainer_1JmyT .send_3A3br {
3868
+ color: #fff;
3869
+ }
3870
+ .draftContainer_UuOXY.phone_1AAw- .textPart_GSblp .guanbi_czW5R {
3871
+ position: absolute;
3872
+ right: 10px;
3873
+ top: -3px;
3874
+ }
3875
+ .draftContainer_UuOXY.phone_1AAw- .editTextPart_1Dbg8 {
3876
+ flex-basis: 98%;
3877
+ padding-right: 42px;
3878
+ overflow: hidden;
3879
+ }
3880
+ .draftContainer_UuOXY.phone_1AAw- .editTextPart_1Dbg8 .editor_12tyR {
3881
+ width: 100%;
3882
+ }
3883
+ .draftContainer_UuOXY.phone_1AAw- .editTextPart_1Dbg8 .editor_12tyR span {
3884
+ top: -1px;
3885
+ }
3886
+ .draftContainer_UuOXY.phone_1AAw- .editTextPart_1Dbg8 .editor_12tyR p {
3887
+ padding: 0px 10px 0px 10px;
3888
+ background-color: transparent;
3889
+ }
3890
+ .draftContainer_UuOXY.phone_1AAw- .editTextPart_1Dbg8 .editor_12tyR p:first-child {
3891
+ padding-top: 0;
3892
+ border-top-left-radius: 0;
3893
+ border-top-right-radius: 0;
3894
+ }
3895
+ .draftContainer_UuOXY.phone_1AAw- .editTextPart_1Dbg8 .editor_12tyR p:last-child {
3896
+ padding-bottom: 0;
3897
+ border-bottom-left-radius: 0;
3898
+ border-bottom-right-radius: 0;
3899
+ }
3900
+ .draftContainer_UuOXY.phone_1AAw- .editTextPart_1Dbg8 .fasongContainer_1JmyT {
3901
+ right: 2px;
3902
+ }
3903
+ .draftContainer_UuOXY.phone_1AAw- .upload_QWZzg {
3904
+ display: flex;
3905
+ justify-content: center;
3906
+ align-items: flex-end;
3907
+ width: 36px;
3908
+ margin-right: 8px;
3909
+ margin-left: 8px;
3910
+ }
3911
+ .draftContainer_UuOXY.phone_1AAw- .upload_QWZzg svg {
3912
+ margin-bottom: 15px;
3913
+ font-size: 25px;
3914
+ }
3915
+ .draftContainer_UuOXY.editmode_28RLT {
3916
+ height: 98px;
3917
+ padding-bottom: 16px;
3918
+ margin-top: 16px;
3919
+ }
3920
+ .atContainer_L-8EN {
3921
+ position: absolute;
3922
+ top: 0;
3923
+ bottom: 0;
3924
+ left: 0;
3925
+ right: 0;
3926
+ margin-top: -600px;
3927
+ margin-bottom: 56px;
3928
+ background: rgba(0, 0, 0, 0.4);
3929
+ }
3930
+ .recorderContainer_14Ow8 .coverblock_i__Kp {
3931
+ position: absolute;
3932
+ top: 0;
3933
+ left: 0;
3934
+ width: 100%;
3935
+ height: calc(100% - 116px);
3936
+ margin-top: -200px;
3937
+ z-index: 1000;
3938
+ }
3939
+ .recorderContainer_14Ow8 .closebar_2rxUU {
3940
+ height: 22px;
3941
+ text-align: right;
3942
+ margin-right: 14px;
3943
+ margin-top: 14px;
3944
+ }
3945
+ .commentWrapper_2tPfS {
3946
+ position: absolute;
3947
+ pointer-events: auto;
3948
+ z-index: 999;
3949
+ visibility: hidden;
3950
+ touch-action: none;
3951
+ }
3952
+ .commentWrapper_2tPfS .connectionLine_2yASh {
3953
+ width: 233px;
3954
+ border: 1px solid #ffd02f;
3955
+ transform: translate(180px, -2px) rotate(180deg);
3956
+ position: absolute;
3957
+ transform-origin: 0 50%;
3958
+ display: flex;
3959
+ justify-content: flex-end;
3960
+ align-items: center;
3961
+ height: 0px;
3962
+ pointer-events: none;
3963
+ }
3964
+ .commentWrapper_2tPfS .connectionLine_2yASh .pivot_17Isl {
3965
+ margin: -6px;
3966
+ width: 10px;
3967
+ height: 10px;
3968
+ border-radius: 10px;
3969
+ background-color: #ffd02f;
3970
+ pointer-events: none;
3971
+ }
3972
+ .commentWrapper_2tPfS .commentBody_1nmBD {
3973
+ background-color: var(--upime-pane-bg);
3974
+ border-radius: 4px;
3975
+ box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
3976
+ background: white;
3977
+ width: 340px;
3978
+ max-height: 500px;
3979
+ position: absolute;
3980
+ transform: translateY(-50%);
3981
+ border-radius: 8px;
3982
+ }
3983
+ .panelRoot_DCbrc {
3984
+ display: flex;
3985
+ flex-direction: column;
3986
+ width: 100%;
3987
+ overflow: hidden;
3988
+ }
3989
+ .panelRoot_DCbrc .header_1MxK8 {
3990
+ height: 49px;
3991
+ width: 100%;
3992
+ display: flex;
3993
+ flex-direction: row;
3994
+ justify-content: space-between;
3995
+ align-items: center;
3996
+ padding: 12px 16px;
3997
+ border-bottom: 1px solid #ECECEE;
3998
+ }
3999
+ .panelRoot_DCbrc .header_1MxK8 .toggleRoot_35-It {
4000
+ min-width: 85px;
4001
+ height: 24px;
4002
+ display: flex;
4003
+ align-items: center;
4004
+ }
4005
+ .panelRoot_DCbrc .header_1MxK8 .toggleRoot_35-It > span {
4006
+ margin-left: 8px;
4007
+ font-size: 14px;
4008
+ color: #616371;
4009
+ line-height: 24px;
4010
+ }
4011
+ .panelRoot_DCbrc .header_1MxK8 .toggleRoot_35-It .resolvedText_LiVDf {
4012
+ color: var(--upime-main-text);
4013
+ }
4014
+ .panelRoot_DCbrc .header_1MxK8 .actions_3L1j- {
4015
+ display: flex;
4016
+ flex-direction: row;
4017
+ align-items: center;
4018
+ }
4019
+ .panelRoot_DCbrc .header_1MxK8 .actions_3L1j- .themeSelector_1-iBt {
4020
+ min-width: 130px;
4021
+ margin-right: 24px;
4022
+ }
4023
+ .panelRoot_DCbrc .body__a4mA {
4024
+ width: calc(100% - 2px);
4025
+ max-height: 287px;
4026
+ padding: 12px 6px 0 12px;
4027
+ overflow-x: hidden;
4028
+ overflow-y: scroll;
4029
+ border-bottom: 1px solid #ECECEE;
4030
+ scrollbar-color: var(--upime-scrollbar-thumb) transparent;
4031
+ scrollbar-width: thin;
4032
+ min-height: 40px;
4033
+ }
4034
+ .panelRoot_DCbrc .body__a4mA::-webkit-scrollbar {
4035
+ width: 4px;
4036
+ }
4037
+ .panelRoot_DCbrc .body__a4mA::-webkit-scrollbar-track {
4038
+ border-radius: 5px;
4039
+ background-color: transparent;
4040
+ }
4041
+ .panelRoot_DCbrc .body__a4mA::-webkit-scrollbar-thumb {
4042
+ border-radius: 2px;
4043
+ background-color: var(--upime-scrollbar-thumb);
4044
+ }
4045
+ .panelSubmenu_2ZDSQ {
4046
+ border-radius: 4px !important;
4047
+ top: 44px !important;
4048
+ right: 8px !important;
4049
+ }
4050
+ .panelSubmenu_2ZDSQ {
4051
+ background-color: var(--upime-pane-bg);
4052
+ border-radius: 4px;
4053
+ box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
4054
+ background: white;
4055
+ min-width: 204px;
4056
+ display: flex;
4057
+ flex-direction: column;
4058
+ padding: 8px 0;
4059
+ z-index: 10;
4060
+ color: var(--upime-main-text);
4061
+ }
4062
+ .panelSubmenu_2ZDSQ .row_3B7Qx {
4063
+ width: 100%;
4064
+ height: 38px;
4065
+ display: flex;
4066
+ flex-direction: row;
4067
+ align-items: center;
4068
+ padding: 0 16px;
4069
+ justify-content: space-between;
4070
+ cursor: pointer;
4071
+ }
4072
+ .panelSubmenu_2ZDSQ .row_3B7Qx .content_3xLwN {
4073
+ display: flex;
4074
+ flex-direction: row;
4075
+ align-items: center;
4076
+ }
4077
+ .panelSubmenu_2ZDSQ .row_3B7Qx .content_3xLwN .headIcon_1Gh3W {
4078
+ font-size: 24px;
4079
+ }
4080
+ .panelSubmenu_2ZDSQ .row_3B7Qx .content_3xLwN > span {
4081
+ font-size: 14px;
4082
+ line-height: 22px;
4083
+ margin-left: 8px;
4084
+ }
4085
+ .panelSubmenu_2ZDSQ .row_3B7Qx .pin_w94iy {
4086
+ font-size: 16px;
4087
+ color: var(--upime-active);
4088
+ }
4089
+ .do-hovers .panelSubmenu_2ZDSQ .row_3B7Qx:hover {
4090
+ background: var(--upime-btn-bg-hover);
4091
+ }
4092
+ .do-hovers .draftActions_FEgSS svg:hover {
4093
+ color: var(--upime-active);
4094
+ }
4095
+ .activeIcon_2Uyb6 {
4096
+ color: var(--upime-active) !important;
4097
+ }
4098
+ .guideRoot_3BhxH {
4099
+ background-color: var(--upime-pane-bg);
4100
+ border-radius: 4px;
4101
+ box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
4102
+ transform: translate(-96px);
4103
+ top: auto;
4104
+ top: initial;
4105
+ bottom: 42px;
4106
+ display: flex;
4107
+ flex-direction: column;
4108
+ width: 240px;
4109
+ height: 136px;
4110
+ padding: 16px 16px 8px 16px;
4111
+ align-items: flex-start;
4112
+ }
4113
+ .guideRoot_3BhxH > span {
4114
+ font-size: 12px;
4115
+ line-height: 22px;
4116
+ margin-bottom: 8px;
4117
+ }
4118
+ .guideRoot_3BhxH .title_3sP2y {
4119
+ color: var(--upime-main-text);
4120
+ font-weight: 500;
4121
+ }
4122
+ .guideRoot_3BhxH .content_3xLwN {
4123
+ color: var(--upime-second-text);
4124
+ }
4125
+ .guideRoot_3BhxH .link_1a0Wl {
4126
+ cursor: pointer;
4127
+ color: var(--upime-active);
4128
+ }
4129
+
4130
+ .panel_cBaOW {
4131
+ position: absolute;
4132
+ padding: 3px 3px 2px;
4133
+ margin: "0 1px";
4134
+ display: "inline-block";
4135
+ font-size: 12px;
4136
+ background-color: #eee;
4137
+ visibility: "hidden";
4138
+ background-color: var(--upime-pane-bg);
4139
+ border-radius: 4px;
4140
+ box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
4141
+ width: 280px;
4142
+ color: var(--upime-main-text);
4143
+ z-index: 1;
4144
+ }
4145
+ .panel_cBaOW.panelPhone_2ouSJ {
4146
+ position: absolute;
4147
+ left: 0;
4148
+ right: 0;
4149
+ bottom: 0px;
4150
+ width: auto;
4151
+ max-height: 220px;
4152
+ overflow-y: hidden;
4153
+ border-top-left-radius: 20px;
4154
+ border-top-right-radius: 20px;
4155
+ border-bottom-left-radius: 0;
4156
+ border-bottom-right-radius: 0;
4157
+ box-shadow: none;
4158
+ }
4159
+ .panel_cBaOW .header_2p8tf {
4160
+ width: 100%;
4161
+ height: 38px;
4162
+ padding-left: 16px;
4163
+ line-height: 21px;
4164
+ font-size: 14px;
4165
+ }
4166
+ .panel_cBaOW .header_2p8tf:first-child {
4167
+ padding-top: 8px;
4168
+ }
4169
+ .panel_cBaOW .header_2p8tf.withBorder_1stey {
4170
+ border-bottom: 2px solid var(--upime-btn-bg-hover);
4171
+ }
4172
+ .panel_cBaOW .viewport_3E_T_ {
4173
+ width: 100%;
4174
+ max-height: 235px;
4175
+ overflow-x: hidden;
4176
+ overflow-y: scroll;
4177
+ scrollbar-color: var(--upime-scrollbar-thumb) transparent;
4178
+ scrollbar-width: thin;
4179
+ }
4180
+ .panel_cBaOW .viewport_3E_T_::-webkit-scrollbar {
4181
+ width: 4px;
4182
+ }
4183
+ .panel_cBaOW .viewport_3E_T_::-webkit-scrollbar-track {
4184
+ border-radius: 5px;
4185
+ background-color: transparent;
4186
+ }
4187
+ .panel_cBaOW .viewport_3E_T_::-webkit-scrollbar-thumb {
4188
+ border-radius: 2px;
4189
+ background-color: var(--upime-scrollbar-thumb);
4190
+ }
4191
+ .panel_cBaOW .viewport_3E_T_.phone_sJL1i {
4192
+ max-height: 220px;
4193
+ padding: 8px 0;
4194
+ }
4195
+ .panel_cBaOW .viewport_3E_T_ .list_2d87t {
4196
+ padding: 8px 0;
4197
+ display: flex;
4198
+ flex-direction: column;
4199
+ }
4200
+ .panel_cBaOW .viewport_3E_T_ .list_2d87t.phone_sJL1i {
4201
+ padding: 0;
4202
+ padding: initial;
4203
+ }
4204
+ .panel_cBaOW .viewport_3E_T_ .list_2d87t .row_kKkyD {
4205
+ display: flex;
4206
+ flex-direction: row;
4207
+ align-items: center;
4208
+ width: 100%;
4209
+ height: 40px;
4210
+ padding-left: 16px;
4211
+ cursor: pointer;
4212
+ }
4213
+ .panel_cBaOW .viewport_3E_T_ .list_2d87t .row_kKkyD.phone_sJL1i {
4214
+ height: 50px;
4215
+ }
4216
+ .panel_cBaOW .viewport_3E_T_ .list_2d87t .row_kKkyD .avatar_2YMZh {
4217
+ width: 26px;
4218
+ height: 26px;
4219
+ border-radius: 50%;
4220
+ }
4221
+ .panel_cBaOW .viewport_3E_T_ .list_2d87t .row_kKkyD .avatar_2YMZh.phone_sJL1i {
4222
+ width: 30px;
4223
+ height: 30px;
4224
+ }
4225
+ .panel_cBaOW .viewport_3E_T_ .list_2d87t .row_kKkyD > span {
4226
+ font-size: 14px;
4227
+ line-height: 22px;
4228
+ display: inline-block;
4229
+ white-space: nowrap;
4230
+ overflow: hidden;
4231
+ text-overflow: ellipsis;
4232
+ }
4233
+ .panel_cBaOW .viewport_3E_T_ .list_2d87t .row_kKkyD .userName_65nEG {
4234
+ margin-left: 13px;
4235
+ margin-bottom: 4px;
4236
+ max-width: 68px;
4237
+ }
4238
+ .panel_cBaOW .viewport_3E_T_ .list_2d87t .row_kKkyD .userName_65nEG.phone_sJL1i {
4239
+ max-width: 290px;
4240
+ font-size: 14px;
4241
+ line-height: 14px;
4242
+ margin-bottom: 0px;
4243
+ white-space: nowrap;
4244
+ overflow: hidden;
4245
+ text-overflow: ellipsis;
4246
+ }
4247
+ .panel_cBaOW .viewport_3E_T_ .list_2d87t .row_kKkyD .info_388sG {
4248
+ margin-left: 13px;
4249
+ color: var(--upime-second-text);
4250
+ max-width: 134px;
4251
+ }
4252
+ .panel_cBaOW .viewport_3E_T_ .list_2d87t .row_kKkyD .info_388sG.phone_sJL1i {
4253
+ max-width: 290px;
4254
+ line-height: 12px;
4255
+ font-size: 12px;
4256
+ margin-top: 4px;
4257
+ white-space: nowrap;
4258
+ overflow: hidden;
4259
+ text-overflow: ellipsis;
4260
+ }
4261
+ .nobgcolor_256Pd {
4262
+ background-color: transparent;
4263
+ background-color: initial;
4264
+ }
4265
+ .selected_hhIDs {
4266
+ color: var(--upime-active);
4267
+ }
4268
+ .selected_hhIDs .info_388sG {
4269
+ color: var(--upime-active) !important;
4270
+ }
4271
+ .mentionEle_B33RQ {
4272
+ color: var(--upime-active);
4273
+ padding: 3px 0;
4274
+ }
4275
+ .mentionEle_B33RQ.focus_2YKUk {
4276
+ background-color: rgba(93, 151, 252, 0.5);
4277
+ }
4278
+ .mentionEle_B33RQ > span:first-child {
4279
+ display: none;
4280
+ }
4281
+
4282
+ .link_38yHX {
4283
+ color: var(--upime-active);
4284
+ -webkit-text-decoration: underline;
4285
+ text-decoration: underline;
4286
+ }
4287
+ .link_38yHX.clickable_1ikEY {
4288
+ cursor: pointer;
3736
4289
  }
3737
4290
 
3738
4291
  .paragraph_2jidS {
@@ -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,732 @@
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
+ .panelRoot_2exv- {
20193
+ width: 100%;
20194
+ height: 100%;
19292
20195
  display: flex;
19293
- width: 240px;
19294
- padding-bottom: 8px;
20196
+ flex-direction: column;
20197
+ padding-top: 16px;
20198
+ color: var(--upime-main-text);
19295
20199
  }
19296
- .devicePanel_2iwYM .row_3yUzr {
20200
+ .panelRoot_2exv- .title_2vaXD {
19297
20201
  display: flex;
19298
20202
  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;
20203
+ height: 24px;
19308
20204
  position: relative;
19309
- cursor: pointer;
20205
+ align-items: center;
20206
+ justify-content: space-between;
20207
+ margin: 0 16px;
19310
20208
  }
19311
- .deviceCtrl_3ts2M .triangle_1XBoC {
20209
+ .panelRoot_2exv- .title_2vaXD .actionBox_2VjWq {
20210
+ display: flex;
20211
+ align-items: center;
20212
+ }
20213
+ .panelRoot_2exv- .title_2vaXD .mainText_DKMJ- {
20214
+ font-size: 16px;
20215
+ height: 24px;
20216
+ line-height: 24px;
20217
+ font-weight: 600;
20218
+ }
20219
+ .panelRoot_2exv- .title_2vaXD .count_3A8rq {
20220
+ color: #616371;
20221
+ margin-left: 4px;
20222
+ height: 24px;
20223
+ line-height: 24px;
20224
+ font-size: 14px;
20225
+ }
20226
+ .panelRoot_2exv- .title_2vaXD .inviteIconBox_2SawL {
20227
+ display: flex;
20228
+ padding: 6px;
19312
20229
  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;
20230
+ right: 32px;
20231
+ cursor: pointer;
19320
20232
  }
19321
- .deviceCtrl_3ts2M .triangle_1XBoC.open_LZY0L {
19322
- transform: rotate(180deg);
20233
+ .panelRoot_2exv- .title_2vaXD .inviteIconBox_2SawL:hover {
20234
+ background-color: rgba(0, 0, 0, 0.06);
19323
20235
  }
19324
- .do-hovers .iconBox_23xDz:hover {
19325
- background-color: var(--upime-btn-bg-hover);
20236
+ .panelRoot_2exv- .title_2vaXD .inviteIconBox_2SawL:active {
20237
+ background-color: #eaf1fc;
19326
20238
  }
19327
- .do-hovers .deviceCtrl_3ts2M:hover {
19328
- background-color: var(--upime-btn-bg-hover);
20239
+ .panelRoot_2exv- .title_2vaXD .divider_1PJT5 {
20240
+ width: 1px;
20241
+ height: 20px;
20242
+ background-color: #e6e7e9;
19329
20243
  }
19330
- .do-hovers .listRoot_3LI7h .row_3yUzr:hover {
19331
- background-color: var(--upime-btn-bg-hover);
20244
+ .panelRoot_2exv- .title_2vaXD .closeBtnBox_xB3WR {
20245
+ display: flex;
20246
+ padding: 6px;
20247
+ border-radius: 2px;
20248
+ cursor: pointer;
19332
20249
  }
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);
20250
+ .panelRoot_2exv- .title_2vaXD .closeBtnBox_xB3WR:hover {
20251
+ background-color: rgba(0, 0, 0, 0.06);
20252
+ }
20253
+ .panelRoot_2exv- .title_2vaXD .closeIcon_2SDVT {
20254
+ width: 20px;
20255
+ height: 20px;
20256
+ }
20257
+ .panelRoot_2exv- .footer_2xcF4 {
20258
+ padding: 8px 16px;
20259
+ display: flex;
20260
+ justify-content: flex-end;
20261
+ border-top: 1px solid #e6e7e9;
20262
+ }
20263
+ .panelRoot_2exv- .footer_2xcF4 .settingBtn_bQQyF {
20264
+ padding: 8px 12px;
20265
+ text-align: center;
19340
20266
  border-radius: 4px;
19341
- box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
19342
- padding: 0;
20267
+ font-size: 14px;
20268
+ border: 1px solid #dbdbde;
20269
+ cursor: pointer;
20270
+ }
20271
+ .panelRoot_2exv- .footer_2xcF4.center_1Wa8z {
20272
+ justify-content: center;
20273
+ }
20274
+ .panelRoot_2exv- .footer_2xcF4 .applyBtn_2qLpC {
20275
+ padding: 8px 12px;
20276
+ text-align: center;
20277
+ color: #2e73e5;
20278
+ font-size: 14px;
20279
+ cursor: pointer;
19343
20280
  }
19344
- .mini_f0Voz .subWin_22apU {
19345
- bottom: 32px;
20281
+ .panelRoot_2exv- .footer_2xcF4 .applyBtn_2qLpC:hover {
20282
+ background-color: rgba(0, 0, 0, 0.06);
19346
20283
  }
19347
- .deniedRoot_-7CO- {
20284
+ .panelRoot_2exv- .footer_2xcF4.phone_3ugU4 {
20285
+ justify-content: space-around;
20286
+ gap: 16px;
20287
+ }
20288
+ .panelRoot_2exv- .footer_2xcF4.phone_3ugU4 .settingBtn_bQQyF {
20289
+ min-width: 163px;
20290
+ }
20291
+ .applyPermNoticeBox_1xavn {
19348
20292
  display: flex;
19349
- flex-direction: column;
19350
20293
  justify-content: space-between;
19351
- padding: 16px;
20294
+ align-items: center;
20295
+ padding: 6px 16px;
20296
+ background-color: #eaf1fc;
20297
+ margin-top: 12px;
19352
20298
  }
19353
- .deniedRoot_-7CO- .title_1HS0a {
19354
- line-height: 22px;
19355
- font-size: 14px;
19356
- color: var(--upime-main-text);
19357
- font-weight: 600;
20299
+ .applyPermNoticeBox_1xavn .infoBox_2rhnk {
20300
+ display: flex;
20301
+ align-items: center;
19358
20302
  }
19359
- .deniedRoot_-7CO- .content_1WPUx {
19360
- margin-top: 8px;
19361
- line-height: 24px;
20303
+ .applyPermNoticeBox_1xavn .infoBox_2rhnk > span {
19362
20304
  font-size: 14px;
19363
- color: #616371;
19364
20305
  }
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;
20306
+ .applyPermNoticeBox_1xavn .infoBox_2rhnk .username_shy4x {
20307
+ max-width: 269px;
20308
+ word-break: break-word;
19371
20309
  }
19372
- .deniedRoot_-7CO- .tipbox_kXXci {
19373
- color: #FFA519;
20310
+ .applyPermNoticeBox_1xavn .infoBox_2rhnk .jiesuo_1eML0 {
20311
+ font-size: 20px;
20312
+ color: #2e73e5;
20313
+ margin-right: 8px;
20314
+ }
20315
+ .applyPermNoticeBox_1xavn .infoBox_2rhnk .avatar_2fu0D {
20316
+ width: 28px;
20317
+ height: 28px;
20318
+ min-width: 28px;
20319
+ margin-right: 8px;
20320
+ }
20321
+ .applyPermNoticeBox_1xavn .actionBox_2VjWq {
20322
+ display: flex;
20323
+ }
20324
+ .applyPermNoticeBox_1xavn .actionBox_2VjWq .refuse_18U93 {
20325
+ padding: 3px 12px;
20326
+ border-radius: 4px;
20327
+ border: 1px solid #dbdbde;
20328
+ display: flex;
19374
20329
  font-size: 14px;
19375
- position: relative;
20330
+ margin-right: 8px;
20331
+ cursor: pointer;
20332
+ min-width: 72px;
20333
+ justify-content: center;
20334
+ align-items: center;
19376
20335
  }
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;
20336
+ .applyPermNoticeBox_1xavn .actionBox_2VjWq .refuse_18U93:hover {
20337
+ color: #5798f2;
20338
+ border-color: #5798f2;
19384
20339
  }
19385
- .deniedRoot_-7CO- .tipbox_kXXci > span {
19386
- margin-left: 18px;
19387
- display: inline-block;
20340
+ .applyPermNoticeBox_1xavn .actionBox_2VjWq .refuse_18U93:active {
20341
+ color: #1d568f;
20342
+ border-color: #1d568f;
19388
20343
  }
19389
- .listRoot_3LI7h {
20344
+ .applyPermNoticeBox_1xavn .actionBox_2VjWq .agree_1I3sn {
20345
+ padding: 3px 12px;
20346
+ border-radius: 4px;
20347
+ border: 1px solid #dbdbde;
19390
20348
  display: flex;
19391
- flex-direction: column;
19392
- padding: 16px 0;
19393
- width: 100%;
20349
+ font-size: 14px;
20350
+ color: #fff;
20351
+ background-color: #2e73e5;
20352
+ cursor: pointer;
20353
+ min-width: 72px;
20354
+ justify-content: center;
20355
+ align-items: center;
19394
20356
  }
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;
20357
+ .applyPermNoticeBox_1xavn .actionBox_2VjWq .agree_1I3sn:hover {
20358
+ background-color: #5798f2;
19401
20359
  }
19402
- .listRoot_3LI7h .row_3yUzr {
20360
+ .applyPermNoticeBox_1xavn .actionBox_2VjWq .agree_1I3sn:active {
20361
+ background-color: #1d568f;
20362
+ }
20363
+ .applyPermNoticeBox_1xavn .actionBox_2VjWq .closeBox_LaiNL {
19403
20364
  display: flex;
19404
- width: 100%;
19405
- flex-direction: row;
19406
- justify-content: space-between;
19407
20365
  align-items: center;
19408
- padding: 0 16px;
20366
+ width: 28px;
20367
+ height: 28px;
20368
+ justify-content: center;
19409
20369
  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;
20370
+ margin-left: 6px;
19421
20371
  }
19422
- .listRoot_3LI7h .row_3yUzr span.active_2_30Q {
19423
- color: var(--upime-active);
20372
+ .applyPermNoticeBox_1xavn .actionBox_2VjWq .closeBox_LaiNL .closeIcon_2SDVT {
20373
+ font-size: 16px;
19424
20374
  }
19425
- .listRoot_3LI7h .row_3yUzr svg {
19426
- width: 16px;
19427
- height: 16px;
19428
- color: var(--upime-active);
20375
+ .applyPermNoticeBox_1xavn .actionBox_2VjWq .closeBox_LaiNL:hover {
20376
+ background-color: rgba(0, 0, 0, 0.06);
19429
20377
  }
19430
- .reachLimitRoot_1ynzP {
20378
+ .applyPermNoticeBox_1xavn.independent_2qWqV {
20379
+ gap: 16px;
19431
20380
  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
20381
  bottom: 74px;
20382
+ transform: translate(-22%);
20383
+ left: 50%;
20384
+ background-color: #fff;
20385
+ padding: 8px 6px 8px 12px;
20386
+ border-radius: 4px;
20387
+ box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
19442
20388
  }
19443
- .reachLimitRoot_1ynzP .triangle_1XBoC {
20389
+ .permApplyListModalBox_J73ps {
20390
+ width: 520px;
20391
+ min-height: 286px;
20392
+ max-height: calc(100% - 80px);
20393
+ border-radius: 12px;
20394
+ padding: 16px 12px 40px 40px;
20395
+ background-color: #fff;
19444
20396
  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;
19455
- }
19456
- .temp_audio_3MOFj {
19457
- position: fixed;
19458
- width: 108px;
19459
- height: 108px;
20397
+ top: 50%;
19460
20398
  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);
20399
+ transform: translate(-50%, -50%);
19466
20400
  display: flex;
19467
20401
  flex-direction: column;
20402
+ }
20403
+ .permApplyListModalBox_J73ps .titleBar_LV92x {
20404
+ display: flex;
20405
+ justify-content: space-between;
19468
20406
  align-items: center;
20407
+ gap: 24px;
20408
+ margin-bottom: 24px;
19469
20409
  }
19470
- .temp_audio_3MOFj svg {
19471
- color: #fff;
19472
- font-size: 52px;
19473
- margin-top: 20px;
19474
- z-index: 2;
20410
+ .permApplyListModalBox_J73ps .titleBar_LV92x .text_2ui0v {
20411
+ font-size: 20px;
20412
+ font-weight: 600;
20413
+ line-height: 28px;
19475
20414
  }
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;
20415
+ .permApplyListModalBox_J73ps .titleBar_LV92x .iconBox_2k5ro {
20416
+ padding: 6px;
20417
+ display: flex;
20418
+ height: auto;
20419
+ min-width: 0;
20420
+ min-width: initial;
19483
20421
  }
19484
- .temp_audio_3MOFj .volume_25fkt {
19485
- position: absolute;
19486
- bottom: 0;
19487
- width: 100%;
19488
- background: #05caae;
19489
- transition: height 0.1s ease;
20422
+ .permApplyListModalBox_J73ps .titleBar_LV92x .iconBox_2k5ro .closeIcon_2SDVT {
20423
+ font-size: 20px;
20424
+ margin-top: 0;
19490
20425
  }
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;
20426
+ .permApplyListModalBox_J73ps .listBox_31cRG {
20427
+ padding-right: 24px;
20428
+ overflow: auto;
20429
+ scrollbar-color: var(--upime-scrollbar-thumb) transparent;
20430
+ scrollbar-width: thin;
19497
20431
  }
19498
- .mic_tip_11fE3 {
19499
- margin-bottom: 3px;
20432
+ .permApplyListModalBox_J73ps .listBox_31cRG::-webkit-scrollbar {
20433
+ width: 4px;
19500
20434
  }
19501
-
19502
- .iconBox_2k5ro {
19503
- min-width: 48px;
19504
- height: 48px;
20435
+ .permApplyListModalBox_J73ps .listBox_31cRG::-webkit-scrollbar-track {
20436
+ border-radius: 5px;
20437
+ background-color: transparent;
20438
+ }
20439
+ .permApplyListModalBox_J73ps .listBox_31cRG::-webkit-scrollbar-thumb {
20440
+ border-radius: 2px;
20441
+ background-color: var(--upime-scrollbar-thumb);
20442
+ }
20443
+ .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx {
20444
+ padding: 8px 0;
19505
20445
  display: flex;
19506
- flex-direction: column;
19507
20446
  align-items: center;
19508
- border-radius: 4px;
19509
- cursor: pointer;
19510
- }
19511
- .iconBox_2k5ro.host_11RzI {
19512
- min-width: 72px;
20447
+ justify-content: space-between;
20448
+ border-bottom: 1px solid #e6e7e9;
19513
20449
  }
19514
- .iconBox_2k5ro svg {
19515
- font-size: 24px;
19516
- margin-top: 5px;
19517
- width: 22px;
19518
- height: 22px;
20450
+ .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .infoBox_2rhnk {
20451
+ display: flex;
20452
+ align-items: center;
19519
20453
  }
19520
- .iconBox_2k5ro span {
19521
- line-height: 18px;
19522
- height: 18px;
19523
- font-size: 10px;
19524
- margin-top: 2px;
19525
- color: #303445;
20454
+ .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .infoBox_2rhnk > span {
20455
+ font-size: 14px;
20456
+ max-width: 140px;
19526
20457
  white-space: nowrap;
20458
+ overflow: hidden;
20459
+ text-overflow: ellipsis;
19527
20460
  }
19528
- .iconBox_2k5ro.phone_3ugU4 {
19529
- width: auto;
19530
- height: auto;
19531
- min-width: 0;
19532
- min-width: initial;
20461
+ .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .infoBox_2rhnk .jiesuo_1eML0 {
20462
+ font-size: 20px;
20463
+ color: #2e73e5;
20464
+ margin-right: 8px;
19533
20465
  }
19534
- .iconBox_2k5ro.phone_3ugU4 svg {
19535
- margin-top: 0;
20466
+ .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .infoBox_2rhnk .avatar_2fu0D {
20467
+ width: 28px;
20468
+ height: 28px;
20469
+ margin-right: 8px;
20470
+ }
20471
+ .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .actionBox_2VjWq {
20472
+ display: flex;
20473
+ align-items: center;
20474
+ font-size: 14px;
19536
20475
  }
19537
- .landscape_4m7UE {
19538
- flex-grow: 2;
20476
+ .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .actionBox_2VjWq .tip_2HpEF {
20477
+ margin-right: 24px;
19539
20478
  }
19540
- .landscape_4m7UE .iconBox_2k5ro {
19541
- margin-left: 20px;
20479
+ .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .actionBox_2VjWq .refuse_18U93 {
20480
+ padding: 3px 12px;
20481
+ border-radius: 4px;
20482
+ border: 1px solid #dbdbde;
20483
+ display: flex;
20484
+ font-size: 14px;
20485
+ margin-right: 8px;
20486
+ cursor: pointer;
19542
20487
  }
19543
- .do-hovers .iconBox_2k5ro:hover {
19544
- background-color: var(--upime-btn-bg-hover);
20488
+ .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .actionBox_2VjWq .refuse_18U93:hover {
20489
+ color: #5798f2;
20490
+ border-color: #5798f2;
19545
20491
  }
19546
- .do-hovers .closeIcon_2SDVT:hover {
19547
- color: var(--upime-active);
20492
+ .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .actionBox_2VjWq .refuse_18U93:active {
20493
+ color: #1d568f;
20494
+ border-color: #1d568f;
19548
20495
  }
19549
- .subWin_TjjfP {
19550
- background-color: var(--upime-pane-bg);
20496
+ .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .actionBox_2VjWq .agree_1I3sn {
20497
+ padding: 3px 12px;
19551
20498
  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%;
20499
+ border: 1px solid #dbdbde;
19561
20500
  display: flex;
19562
- flex-direction: column;
19563
- padding-top: 16px;
19564
- color: var(--upime-main-text);
20501
+ font-size: 14px;
20502
+ color: #fff;
20503
+ background-color: #2e73e5;
20504
+ cursor: pointer;
19565
20505
  }
19566
- .panelRoot_2exv- .title_2vaXD {
20506
+ .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .actionBox_2VjWq .agree_1I3sn:hover {
20507
+ background-color: #5798f2;
20508
+ }
20509
+ .permApplyListModalBox_J73ps .listBox_31cRG .listitem_2Qwhx .actionBox_2VjWq .agree_1I3sn:active {
20510
+ background-color: #1d568f;
20511
+ }
20512
+ .permApplyListModalBox_J73ps .listBox_31cRG .noneBox_8vfqp {
19567
20513
  display: flex;
19568
- flex-direction: row;
19569
- height: 24px;
19570
- position: relative;
20514
+ flex-direction: column;
20515
+ justify-content: center;
19571
20516
  align-items: center;
19572
- margin: 0 16px;
19573
20517
  }
19574
- .panelRoot_2exv- .title_2vaXD .mainText_DKMJ- {
19575
- font-size: 16px;
19576
- height: 24px;
19577
- line-height: 24px;
19578
- font-weight: 600;
20518
+ .permApplyListModalBox_J73ps .listBox_31cRG .noneBox_8vfqp > img {
20519
+ width: 140px;
19579
20520
  }
19580
- .panelRoot_2exv- .title_2vaXD .count_3A8rq {
19581
- color: #616371;
19582
- margin-left: 4px;
19583
- height: 24px;
19584
- line-height: 24px;
20521
+ .permApplyListModalBox_J73ps .listBox_31cRG .noneBox_8vfqp > span {
19585
20522
  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%);
20523
+ color: #616371;
19595
20524
  }
19596
20525
  .phonePannelRoot_NHT9M {
19597
20526
  padding-top: 0px;
@@ -19792,7 +20721,6 @@
19792
20721
  }
19793
20722
  .root_dZL59 .icon_2dM7j {
19794
20723
  cursor: pointer;
19795
- margin-left: 16px;
19796
20724
  width: 18px;
19797
20725
  height: 18px;
19798
20726
  position: relative;
@@ -19801,6 +20729,206 @@
19801
20729
  pointer-events: none;
19802
20730
  color: var(--upime-disable);
19803
20731
  }
20732
+ .root_dZL59 .iconBox_1SE0A {
20733
+ position: relative;
20734
+ display: flex;
20735
+ width: 36px;
20736
+ height: 36px;
20737
+ align-items: center;
20738
+ justify-content: center;
20739
+ border-radius: 2px;
20740
+ cursor: pointer;
20741
+ }
20742
+ .root_dZL59 .iconBox_1SE0A:hover {
20743
+ background-color: rgba(0, 0, 0, 0.06);
20744
+ }
20745
+ .root_dZL59 .iconBox_1SE0A:active {
20746
+ background-color: #eaf1fc;
20747
+ color: #2e73e5;
20748
+ }
20749
+ .root_dZL59 .iconBox_1SE0A.disabled_ht8zx {
20750
+ pointer-events: none;
20751
+ color: var(--upime-disable);
20752
+ }
20753
+ .root_dZL59 .permActionBox_2ap47 {
20754
+ position: relative;
20755
+ display: flex;
20756
+ align-items: center;
20757
+ padding: 7px 8px;
20758
+ border-radius: 2px;
20759
+ cursor: pointer;
20760
+ }
20761
+ .root_dZL59 .permActionBox_2ap47 .text_2vSdz {
20762
+ font-size: 14px;
20763
+ }
20764
+ .root_dZL59 .permActionBox_2ap47 .icon_2dM7j {
20765
+ margin-left: 2px;
20766
+ }
20767
+ .root_dZL59 .permActionBox_2ap47:hover {
20768
+ background-color: rgba(0, 0, 0, 0.06);
20769
+ }
20770
+ .root_dZL59 .permActionBox_2ap47:active {
20771
+ background-color: #eaf1fc;
20772
+ color: #2e73e5;
20773
+ }
20774
+ .root_dZL59 .permActionBox_2ap47.en_1f6jw {
20775
+ width: 100px;
20776
+ justify-content: flex-end;
20777
+ }
20778
+ .root_dZL59 .permTextBox_o8KZm {
20779
+ font-size: 14px;
20780
+ display: inline-block;
20781
+ padding: 7px 8px;
20782
+ }
20783
+ .root_dZL59 .permTextBox_o8KZm.disabled_ht8zx {
20784
+ pointer-events: none;
20785
+ color: var(--upime-disable);
20786
+ }
20787
+ .root_dZL59.phone_zdd5n .iconBox_1SE0A,
20788
+ .root_dZL59.phone_zdd5n .permActionBox_2ap47 {
20789
+ pointer-events: none;
20790
+ }
20791
+ .root_dZL59.phone_zdd5n .en_1f6jw {
20792
+ width: 82px;
20793
+ }
20794
+ .root_dZL59.phone_zdd5n .infoBox_1uqcs .textBlock_2cgjN {
20795
+ max-width: 240px;
20796
+ }
20797
+ .root_dZL59.absent_3rzYK {
20798
+ justify-content: space-between;
20799
+ }
20800
+ .root_dZL59.absent_3rzYK .infoBox_1uqcs {
20801
+ display: flex;
20802
+ align-items: center;
20803
+ }
20804
+ .memberDetailPhoneModal_2_88e {
20805
+ left: 24px;
20806
+ right: 24px;
20807
+ transform: translateY(-50%);
20808
+ width: auto;
20809
+ width: initial;
20810
+ padding-top: 8px;
20811
+ padding-bottom: 12px;
20812
+ display: flex;
20813
+ flex-direction: column;
20814
+ background-color: #f5f6f6;
20815
+ }
20816
+ .memberDetailPhoneModal_2_88e > div {
20817
+ border-bottom: none !important;
20818
+ padding-bottom: 0 !important;
20819
+ }
20820
+ .memberDetailPhoneModal_2_88e .titleBar_2PeI4 {
20821
+ display: flex;
20822
+ justify-content: space-between;
20823
+ align-items: center;
20824
+ margin-bottom: 8px;
20825
+ }
20826
+ .memberDetailPhoneModal_2_88e .titleBar_2PeI4 .infoBox_1uqcs {
20827
+ display: flex;
20828
+ align-items: center;
20829
+ }
20830
+ .memberDetailPhoneModal_2_88e .titleBar_2PeI4 .infoBox_1uqcs .avatar_1O07L {
20831
+ margin-right: 8px;
20832
+ }
20833
+ .memberDetailPhoneModal_2_88e .titleBar_2PeI4 .infoBox_1uqcs .textBlock_2cgjN {
20834
+ display: flex;
20835
+ flex-direction: column;
20836
+ }
20837
+ .memberDetailPhoneModal_2_88e .titleBar_2PeI4 .infoBox_1uqcs .textBlock_2cgjN .name_2qIXx {
20838
+ font-size: 15px;
20839
+ line-height: 22px;
20840
+ }
20841
+ .memberDetailPhoneModal_2_88e .titleBar_2PeI4 .infoBox_1uqcs .textBlock_2cgjN .note_zmQpL {
20842
+ font-size: 13px;
20843
+ line-height: 18px;
20844
+ color: #91939c;
20845
+ }
20846
+ .memberDetailPhoneModal_2_88e .titleBar_2PeI4 .closeBox_1Fjes {
20847
+ padding: 11px;
20848
+ display: flex;
20849
+ margin-right: -12px;
20850
+ }
20851
+ .memberDetailPhoneModal_2_88e .titleBar_2PeI4 .closeBox_1Fjes .closeIcon_2QGWH {
20852
+ font-size: 18px;
20853
+ }
20854
+ .memberDetailPhoneModal_2_88e .mediaBar_3L3rM {
20855
+ background-color: #fff;
20856
+ border-radius: 4px;
20857
+ margin-bottom: 12px;
20858
+ }
20859
+ .memberDetailPhoneModal_2_88e .mediaBar_3L3rM .itemRow_1Y7P_ {
20860
+ height: 48px;
20861
+ display: flex;
20862
+ gap: 10px;
20863
+ align-items: center;
20864
+ padding: 0 12px;
20865
+ }
20866
+ .memberDetailPhoneModal_2_88e .mediaBar_3L3rM .itemRow_1Y7P_ .icon_2dM7j {
20867
+ font-size: 20px;
20868
+ }
20869
+ .memberDetailPhoneModal_2_88e .mediaBar_3L3rM .itemRow_1Y7P_ .text_2vSdz {
20870
+ font-size: 15px;
20871
+ }
20872
+ .memberDetailPhoneModal_2_88e .mediaBar_3L3rM .itemRow_1Y7P_.micBox_2MMbW {
20873
+ border-bottom: 1px solid #e6e7e9;
20874
+ }
20875
+ .memberDetailPhoneModal_2_88e .permBar_254CH {
20876
+ padding: 4px 12px;
20877
+ border-radius: 4px;
20878
+ background-color: #fff;
20879
+ display: flex;
20880
+ flex-direction: column;
20881
+ margin-bottom: 12px;
20882
+ }
20883
+ .memberDetailPhoneModal_2_88e .permBar_254CH .keyRow_2Bcc5 {
20884
+ padding: 11px 0;
20885
+ font-size: 15px;
20886
+ color: #616371;
20887
+ line-height: 22px;
20888
+ display: flex;
20889
+ justify-content: space-between;
20890
+ }
20891
+ .memberDetailPhoneModal_2_88e .permBar_254CH .keyRow_2Bcc5 .requestBox_3uYAP {
20892
+ color: #2e73e5;
20893
+ font-size: 15px;
20894
+ }
20895
+ .memberDetailPhoneModal_2_88e .permBar_254CH .valRow_2gBlK {
20896
+ display: flex;
20897
+ padding: 13px 0;
20898
+ justify-content: space-between;
20899
+ align-items: center;
20900
+ }
20901
+ .memberDetailPhoneModal_2_88e .permBar_254CH .valRow_2gBlK .col_2u86A {
20902
+ display: flex;
20903
+ align-items: center;
20904
+ }
20905
+ .memberDetailPhoneModal_2_88e .permBar_254CH .valRow_2gBlK .col_2u86A > input {
20906
+ margin-right: 6px;
20907
+ }
20908
+ .memberDetailPhoneModal_2_88e .permBar_254CH .valRow_2gBlK .col_2u86A > label.disable_1x103 {
20909
+ color: #c2c3c8;
20910
+ }
20911
+ .memberDetailPhoneModal_2_88e .moreBar_2aUSE {
20912
+ border-radius: 4px;
20913
+ background-color: #fff;
20914
+ display: flex;
20915
+ flex-direction: column;
20916
+ }
20917
+ .memberDetailPhoneModal_2_88e .moreBar_2aUSE .dialogItem_28reK {
20918
+ padding: 0 12px;
20919
+ height: 48px;
20920
+ line-height: 22px;
20921
+ font-size: 15px;
20922
+ display: flex;
20923
+ align-items: center;
20924
+ }
20925
+ .memberDetailPhoneModal_2_88e .moreBar_2aUSE .dialogItem_28reK.cohostItem_2sdNZ {
20926
+ border-bottom: 1px solid #e6e7e9;
20927
+ }
20928
+ .memberDetailPhoneModal_2_88e .moreBar_2aUSE .dialogItem_28reK.kickoutItem_W-04o {
20929
+ color: #fe5250;
20930
+ border-top: 1px solid #e6e7e9;
20931
+ }
19804
20932
  .do-hovers .moreIcon_I--ur:hover {
19805
20933
  background: var(--upime-btn-bg-hover);
19806
20934
  }
@@ -19813,8 +20941,8 @@
19813
20941
  }
19814
20942
  .morePanel_740CJ {
19815
20943
  position: absolute;
19816
- width: -moz-max-content;
19817
- width: max-content;
20944
+ min-width: 130px;
20945
+ white-space: nowrap;
19818
20946
  padding: 8px 0px;
19819
20947
  display: flex;
19820
20948
  background: white;
@@ -19832,10 +20960,10 @@
19832
20960
  }
19833
20961
  .morePanel_740CJ > div:hover {
19834
20962
  background-color: #f5f6f6;
20963
+ color: #2e73e5;
19835
20964
  }
19836
20965
  .kickoutModalBox_2Lmr9 {
19837
20966
  width: 480px;
19838
- height: 200px;
19839
20967
  background-color: #fff;
19840
20968
  border-radius: 4px;
19841
20969
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
@@ -19844,6 +20972,7 @@
19844
20972
  left: 50%;
19845
20973
  transform: translate(-50%, -50%);
19846
20974
  padding: 24px;
20975
+ border-radius: 12px;
19847
20976
  }
19848
20977
  .kickoutModalBox_2Lmr9 .title_1ADvG {
19849
20978
  font-size: 20px;
@@ -19860,18 +20989,17 @@
19860
20989
  font-size: 14px;
19861
20990
  color: #616371;
19862
20991
  margin-bottom: 8px;
19863
- margin-left: 38px;
20992
+ margin-left: 37px;
19864
20993
  }
19865
20994
  .kickoutModalBox_2Lmr9 .forbidBox_iRWDm {
19866
20995
  font-size: 14px;
19867
20996
  margin-bottom: 24px;
19868
- margin-left: 34px;
20997
+ margin-left: 38px;
19869
20998
  }
19870
20999
  .kickoutModalBox_2Lmr9 .forbidBox_iRWDm > input {
19871
21000
  position: relative;
19872
21001
  top: 1px;
19873
21002
  margin-right: 8px;
19874
- border-color: #dbdbde;
19875
21003
  }
19876
21004
  .kickoutModalBox_2Lmr9 .actionBox_3UMNs {
19877
21005
  text-align: right;
@@ -19910,8 +21038,62 @@
19910
21038
  .root_z5Dfc {
19911
21039
  position: relative;
19912
21040
  }
19913
- .root_z5Dfc.landscape_1PKH- {
19914
- flex-grow: 1;
21041
+ .root_z5Dfc.landscape_1PKH- {
21042
+ flex-grow: 1;
21043
+ }
21044
+ .root_z5Dfc.inMemberCtrl_3a1W7 {
21045
+ cursor: pointer;
21046
+ }
21047
+ .root_z5Dfc.inMemberCtrl_3a1W7:hover {
21048
+ background-color: var(--upime-btn-bg-hover);
21049
+ }
21050
+ .root_z5Dfc.inMemberCtrl_3a1W7 .iconBox_mLq0s {
21051
+ width: auto;
21052
+ width: initial;
21053
+ height: auto;
21054
+ height: initial;
21055
+ margin-left: 0;
21056
+ padding: 6px;
21057
+ }
21058
+ .root_z5Dfc.inMemberCtrl_3a1W7 .iconBox_mLq0s > svg {
21059
+ margin-top: 0;
21060
+ width: 20px;
21061
+ height: 20px;
21062
+ font-size: 20px;
21063
+ }
21064
+ .root_z5Dfc.inMemberCtrl_3a1W7 .iconBox_mLq0s:active {
21065
+ color: #2e73e5;
21066
+ }
21067
+ .root_z5Dfc.inMemberCtrl_3a1W7 .panelRoot_3SIhM {
21068
+ z-index: 1;
21069
+ bottom: auto;
21070
+ bottom: initial;
21071
+ top: 32px;
21072
+ }
21073
+ .root_z5Dfc.inMoreCtrl_27xyv .iconBox_mLq0s {
21074
+ flex-direction: row;
21075
+ padding: 0 16px;
21076
+ width: auto;
21077
+ height: 40px;
21078
+ margin-left: 0;
21079
+ }
21080
+ .root_z5Dfc.inMoreCtrl_27xyv .iconBox_mLq0s > svg {
21081
+ margin-right: 8px;
21082
+ margin-top: 0;
21083
+ width: 24px;
21084
+ height: 24px;
21085
+ }
21086
+ .root_z5Dfc.inMoreCtrl_27xyv .iconBox_mLq0s > span {
21087
+ font-size: 14px;
21088
+ }
21089
+ .root_z5Dfc.inMoreCtrl_27xyv .panelRoot_3SIhM {
21090
+ top: -8px;
21091
+ left: calc(100% + 2px);
21092
+ bottom: auto;
21093
+ bottom: initial;
21094
+ right: auto;
21095
+ right: initial;
21096
+ transform: translateX(0);
19915
21097
  }
19916
21098
  .iconBox_mLq0s {
19917
21099
  width: 48px;
@@ -19995,6 +21177,19 @@
19995
21177
  height: 100%;
19996
21178
  position: relative;
19997
21179
  }
21180
+ .addMemberRoot_NZRq9.inMemberCtrl_3a1W7 {
21181
+ top: 0px !important;
21182
+ }
21183
+ .addMemberRoot_NZRq9.inMemberCtrl_3a1W7 {
21184
+ z-index: 1;
21185
+ position: fixed;
21186
+ }
21187
+ .addMemberRoot_NZRq9.inMoreCtrl_27xyv {
21188
+ bottom: 0;
21189
+ left: 0;
21190
+ z-index: 1;
21191
+ position: fixed;
21192
+ }
19998
21193
 
19999
21194
  .iconBox_2U1MR {
20000
21195
  width: 56px;
@@ -20362,7 +21557,6 @@
20362
21557
  font-size: 14px;
20363
21558
  border-left: 2px solid #dbdbde;
20364
21559
  -webkit-user-select: text;
20365
- -moz-user-select: text;
20366
21560
  user-select: text;
20367
21561
  }
20368
21562
  .itemRoot_2O3KW .subContent_1UGIp .text_1hHQ5.defaultSpan_k-hqh {
@@ -20656,248 +21850,6 @@
20656
21850
  color: var(--upime-active);
20657
21851
  }
20658
21852
 
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
21853
  :root {
20902
21854
  --upime-btn-bg-active: #090909;
20903
21855
  --upime-btn-bg-hover: #F5F6F6;
@@ -21530,6 +22482,7 @@
21530
22482
  padding-right: 16px;
21531
22483
  line-height: 64px;
21532
22484
  font-size: 14px;
22485
+ -webkit-text-decoration: underline;
21533
22486
  text-decoration: underline;
21534
22487
  border-radius: 4px;
21535
22488
  border: 1px solid #e6e7e9;
@@ -22021,9 +22974,6 @@
22021
22974
  border-radius: 4px;
22022
22975
  padding-left: 40px;
22023
22976
  }
22024
- .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .searchRow_2j8yi input::-moz-placeholder {
22025
- color: #c2c3c8;
22026
- }
22027
22977
  .groupContainer_1OifW .users_2rO7R .addUserContainer_2evvg .searchRow_2j8yi input::placeholder {
22028
22978
  color: #c2c3c8;
22029
22979
  }