freemium-survey-components 2.0.462 → 2.0.463
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/bundle.css +970 -1022
- package/lib/index.cjs.js +3 -3
- package/lib/index.esm.js +3 -3
- package/lib/types/survey/meta-channel-preview/index.d.ts +1 -0
- package/lib/types/survey/meta-channel-preview/meta-components.d.ts +14 -0
- package/lib/types/survey/meta-channel-preview/preview-channel.d.ts +1 -0
- package/lib/types/survey/meta-channel-preview/utils.d.ts +1 -0
- package/package.json +1 -1
- package/lib/types/survey/meta-channel-preview/facebook/facebook-mobile-container.d.ts +0 -8
package/lib/bundle.css
CHANGED
|
@@ -3977,39 +3977,38 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
3977
3977
|
align-items: center;
|
|
3978
3978
|
gap: 6px;
|
|
3979
3979
|
}
|
|
3980
|
-
/* =====
|
|
3981
|
-
.
|
|
3980
|
+
/* ===== META MOBILE CONTAINER STYLES (Generic) ===== */
|
|
3981
|
+
.meta-wrapper {
|
|
3982
3982
|
width: 100%;
|
|
3983
3983
|
height: 100%;
|
|
3984
3984
|
display: flex;
|
|
3985
3985
|
align-items: center;
|
|
3986
3986
|
justify-content: center;
|
|
3987
3987
|
text-align: center;
|
|
3988
|
+
font-family: "Helvetica Neue", "Segoe UI", "Roboto", "Helvetica", "Arial", "sans-serif";
|
|
3988
3989
|
}
|
|
3989
3990
|
|
|
3990
|
-
.facebook-wrapper
|
|
3991
|
+
.facebook-wrapper,
|
|
3992
|
+
.instagram-wrapper,
|
|
3993
|
+
.whatsapp-wrapper {
|
|
3991
3994
|
/* === WRAPPER & PHONE FRAME === */
|
|
3992
3995
|
/* === SIDE BUTTONS === */
|
|
3993
3996
|
/* === HEADER === */
|
|
3994
|
-
/* === CHAT BODY === */
|
|
3995
|
-
/* === QUESTION & MESSAGE STYLES === */
|
|
3996
|
-
/* === ANSWER STYLES === */
|
|
3997
|
-
/* === CHOICE BUTTONS === */
|
|
3998
|
-
/* === QUICK REPLY BUTTONS === */
|
|
3999
|
-
/* === INPUT BAR === */
|
|
4000
|
-
/* === MODAL & POPUP STYLES === */
|
|
4001
|
-
/* === PROMPT STYLES === */
|
|
4002
|
-
/* === UTILITY STYLES === */
|
|
4003
3997
|
}
|
|
4004
|
-
.facebook-wrapper
|
|
3998
|
+
.facebook-wrapper *,
|
|
3999
|
+
.instagram-wrapper *,
|
|
4000
|
+
.whatsapp-wrapper * {
|
|
4005
4001
|
scrollbar-width: none;
|
|
4006
|
-
text-align: center !important;
|
|
4007
4002
|
}
|
|
4008
|
-
.facebook-wrapper .mobile
|
|
4003
|
+
.facebook-wrapper .meta-mobile,
|
|
4004
|
+
.instagram-wrapper .meta-mobile,
|
|
4005
|
+
.whatsapp-wrapper .meta-mobile {
|
|
4009
4006
|
position: relative;
|
|
4010
4007
|
display: inline-block;
|
|
4011
4008
|
}
|
|
4012
|
-
.facebook-wrapper .phone-frame
|
|
4009
|
+
.facebook-wrapper .meta-phone-frame,
|
|
4010
|
+
.instagram-wrapper .meta-phone-frame,
|
|
4011
|
+
.whatsapp-wrapper .meta-phone-frame {
|
|
4013
4012
|
position: relative;
|
|
4014
4013
|
width: 310px;
|
|
4015
4014
|
height: 574px;
|
|
@@ -4020,34 +4019,46 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4020
4019
|
flex-direction: column;
|
|
4021
4020
|
overflow: hidden;
|
|
4022
4021
|
}
|
|
4023
|
-
.facebook-wrapper .mobile-actions
|
|
4022
|
+
.facebook-wrapper .meta-mobile-actions,
|
|
4023
|
+
.instagram-wrapper .meta-mobile-actions,
|
|
4024
|
+
.whatsapp-wrapper .meta-mobile-actions {
|
|
4024
4025
|
position: absolute;
|
|
4025
4026
|
left: -18px;
|
|
4026
4027
|
top: 140px;
|
|
4027
4028
|
right: -18px;
|
|
4028
4029
|
}
|
|
4029
|
-
.facebook-wrapper .mobile-actions .side-buttons
|
|
4030
|
+
.facebook-wrapper .meta-mobile-actions .meta-side-buttons,
|
|
4031
|
+
.instagram-wrapper .meta-mobile-actions .meta-side-buttons,
|
|
4032
|
+
.whatsapp-wrapper .meta-mobile-actions .meta-side-buttons {
|
|
4030
4033
|
position: absolute;
|
|
4031
4034
|
background: #e5e5e5;
|
|
4032
4035
|
}
|
|
4033
|
-
.facebook-wrapper .mobile-actions .left-side-buttons-container
|
|
4036
|
+
.facebook-wrapper .meta-mobile-actions .meta-left-side-buttons-container,
|
|
4037
|
+
.instagram-wrapper .meta-mobile-actions .meta-left-side-buttons-container,
|
|
4038
|
+
.whatsapp-wrapper .meta-mobile-actions .meta-left-side-buttons-container {
|
|
4034
4039
|
position: absolute;
|
|
4035
4040
|
left: 10px;
|
|
4036
4041
|
top: 0;
|
|
4037
4042
|
}
|
|
4038
|
-
.facebook-wrapper .mobile-actions .left-side-buttons-container .side-buttons.left
|
|
4043
|
+
.facebook-wrapper .meta-mobile-actions .meta-left-side-buttons-container .meta-side-buttons.left,
|
|
4044
|
+
.instagram-wrapper .meta-mobile-actions .meta-left-side-buttons-container .meta-side-buttons.left,
|
|
4045
|
+
.whatsapp-wrapper .meta-mobile-actions .meta-left-side-buttons-container .meta-side-buttons.left {
|
|
4039
4046
|
width: 8px;
|
|
4040
4047
|
height: 55px;
|
|
4041
4048
|
border-radius: 4px 0 0 4px;
|
|
4042
4049
|
margin-bottom: 8px;
|
|
4043
4050
|
}
|
|
4044
|
-
.facebook-wrapper .mobile-actions .left-side-buttons-container .side-buttons.left-2
|
|
4051
|
+
.facebook-wrapper .meta-mobile-actions .meta-left-side-buttons-container .meta-side-buttons.left-2,
|
|
4052
|
+
.instagram-wrapper .meta-mobile-actions .meta-left-side-buttons-container .meta-side-buttons.left-2,
|
|
4053
|
+
.whatsapp-wrapper .meta-mobile-actions .meta-left-side-buttons-container .meta-side-buttons.left-2 {
|
|
4045
4054
|
width: 8px;
|
|
4046
4055
|
height: 55px;
|
|
4047
4056
|
border-radius: 4px 0 0 4px;
|
|
4048
4057
|
margin-top: 64px;
|
|
4049
4058
|
}
|
|
4050
|
-
.facebook-wrapper .mobile-actions .side-buttons.right
|
|
4059
|
+
.facebook-wrapper .meta-mobile-actions .meta-side-buttons.right,
|
|
4060
|
+
.instagram-wrapper .meta-mobile-actions .meta-side-buttons.right,
|
|
4061
|
+
.whatsapp-wrapper .meta-mobile-actions .meta-side-buttons.right {
|
|
4051
4062
|
position: absolute;
|
|
4052
4063
|
right: 10px;
|
|
4053
4064
|
top: 0;
|
|
@@ -4055,1269 +4066,1173 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
4055
4066
|
height: 80px;
|
|
4056
4067
|
border-radius: 0 4px 4px 0;
|
|
4057
4068
|
}
|
|
4058
|
-
.facebook-wrapper .
|
|
4069
|
+
.facebook-wrapper .meta-header,
|
|
4070
|
+
.instagram-wrapper .meta-header,
|
|
4071
|
+
.whatsapp-wrapper .meta-header {
|
|
4059
4072
|
display: flex;
|
|
4060
4073
|
justify-content: space-between;
|
|
4061
4074
|
align-items: center;
|
|
4062
4075
|
padding: 12px 16px;
|
|
4063
4076
|
border-bottom: 1px solid #ddd;
|
|
4064
|
-
background: #fff;
|
|
4077
|
+
background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
|
|
4065
4078
|
}
|
|
4066
|
-
.facebook-wrapper .
|
|
4079
|
+
.facebook-wrapper .meta-header .meta-header-left,
|
|
4080
|
+
.instagram-wrapper .meta-header .meta-header-left,
|
|
4081
|
+
.whatsapp-wrapper .meta-header .meta-header-left {
|
|
4067
4082
|
display: flex;
|
|
4068
4083
|
align-items: center;
|
|
4069
4084
|
gap: 8px;
|
|
4070
4085
|
}
|
|
4071
|
-
.facebook-wrapper .
|
|
4086
|
+
.facebook-wrapper .meta-header .meta-header-brand,
|
|
4087
|
+
.instagram-wrapper .meta-header .meta-header-brand,
|
|
4088
|
+
.whatsapp-wrapper .meta-header .meta-header-brand {
|
|
4072
4089
|
display: flex;
|
|
4073
4090
|
align-items: center;
|
|
4074
4091
|
gap: 6px;
|
|
4075
4092
|
}
|
|
4076
|
-
.facebook-wrapper .
|
|
4077
|
-
|
|
4078
|
-
|
|
4093
|
+
.facebook-wrapper .meta-header .meta-header-brand .meta-logo,
|
|
4094
|
+
.instagram-wrapper .meta-header .meta-header-brand .meta-logo,
|
|
4095
|
+
.whatsapp-wrapper .meta-header .meta-header-brand .meta-logo {
|
|
4096
|
+
width: 32px;
|
|
4097
|
+
height: 32px;
|
|
4079
4098
|
border-radius: 50%;
|
|
4080
|
-
background: #20a849;
|
|
4081
4099
|
color: #fff;
|
|
4082
4100
|
display: flex;
|
|
4083
4101
|
justify-content: center;
|
|
4084
4102
|
align-items: center;
|
|
4085
4103
|
font-weight: bold;
|
|
4086
|
-
font-size:
|
|
4104
|
+
font-size: 16px;
|
|
4105
|
+
flex-shrink: 0;
|
|
4087
4106
|
}
|
|
4088
|
-
.facebook-wrapper .
|
|
4107
|
+
.facebook-wrapper .meta-header .meta-header-brand .meta-title,
|
|
4108
|
+
.instagram-wrapper .meta-header .meta-header-brand .meta-title,
|
|
4109
|
+
.whatsapp-wrapper .meta-header .meta-header-brand .meta-title {
|
|
4089
4110
|
font-weight: 600;
|
|
4090
|
-
font-size:
|
|
4091
|
-
color: #000;
|
|
4111
|
+
font-size: 15px;
|
|
4092
4112
|
}
|
|
4093
|
-
.facebook-wrapper .
|
|
4094
|
-
|
|
4095
|
-
|
|
4096
|
-
|
|
4113
|
+
.facebook-wrapper .meta-header .meta-header-brand svg,
|
|
4114
|
+
.instagram-wrapper .meta-header .meta-header-brand svg,
|
|
4115
|
+
.whatsapp-wrapper .meta-header .meta-header-brand svg {
|
|
4116
|
+
width: 16px;
|
|
4117
|
+
height: 16px;
|
|
4118
|
+
flex-shrink: 0;
|
|
4097
4119
|
}
|
|
4098
|
-
|
|
4099
|
-
|
|
4100
|
-
|
|
4101
|
-
flex-direction: column;
|
|
4120
|
+
|
|
4121
|
+
/* Platform-specific header styles */
|
|
4122
|
+
.facebook-wrapper .meta-header {
|
|
4102
4123
|
background: #fff;
|
|
4103
|
-
padding: 12px;
|
|
4104
|
-
overflow-y: auto;
|
|
4105
4124
|
}
|
|
4106
|
-
.facebook-wrapper .
|
|
4107
|
-
|
|
4108
|
-
flex-direction: column;
|
|
4109
|
-
flex-grow: 1;
|
|
4110
|
-
overflow: hidden;
|
|
4125
|
+
.facebook-wrapper .meta-header .meta-logo {
|
|
4126
|
+
background: #0584fe;
|
|
4111
4127
|
}
|
|
4112
|
-
|
|
4113
|
-
|
|
4114
|
-
|
|
4115
|
-
gap: 12px;
|
|
4116
|
-
overflow-y: auto;
|
|
4117
|
-
padding-bottom: 10px;
|
|
4128
|
+
|
|
4129
|
+
.instagram-wrapper .meta-header {
|
|
4130
|
+
background: #fff;
|
|
4118
4131
|
}
|
|
4119
|
-
.
|
|
4120
|
-
align-self: flex-start;
|
|
4121
|
-
max-width: 240px;
|
|
4122
|
-
min-width: 150px;
|
|
4132
|
+
.instagram-wrapper .meta-header .meta-header-right {
|
|
4123
4133
|
display: flex;
|
|
4124
|
-
|
|
4125
|
-
gap:
|
|
4126
|
-
pointer-events: none;
|
|
4127
|
-
background-color: #f0f0f0;
|
|
4128
|
-
border-radius: 2px 16px 16px 16px;
|
|
4134
|
+
align-items: center;
|
|
4135
|
+
gap: 14px;
|
|
4129
4136
|
}
|
|
4130
|
-
.
|
|
4131
|
-
|
|
4132
|
-
|
|
4133
|
-
padding: 10px 14px;
|
|
4134
|
-
background-color: transparent;
|
|
4135
|
-
border-radius: 18px;
|
|
4136
|
-
word-break: break-word;
|
|
4137
|
-
color: #000;
|
|
4138
|
-
text-align: left !important;
|
|
4137
|
+
.instagram-wrapper .meta-header .meta-header-right svg {
|
|
4138
|
+
height: 18px;
|
|
4139
|
+
margin-top: 4px;
|
|
4139
4140
|
}
|
|
4140
|
-
.
|
|
4141
|
-
|
|
4142
|
-
|
|
4143
|
-
margin-left: 4px;
|
|
4141
|
+
.instagram-wrapper .meta-header .meta-header-right svg:first-child {
|
|
4142
|
+
width: 22px;
|
|
4143
|
+
height: 20px;
|
|
4144
4144
|
}
|
|
4145
|
-
.
|
|
4146
|
-
|
|
4147
|
-
|
|
4145
|
+
.instagram-wrapper .meta-header .meta-header-right svg:first-child path {
|
|
4146
|
+
fill: #262626;
|
|
4147
|
+
stroke-width: 0;
|
|
4148
4148
|
}
|
|
4149
|
-
.
|
|
4150
|
-
|
|
4151
|
-
|
|
4152
|
-
|
|
4149
|
+
.instagram-wrapper .meta-header .meta-header-right svg path {
|
|
4150
|
+
fill: none;
|
|
4151
|
+
stroke: #262626;
|
|
4152
|
+
stroke-width: 1.5;
|
|
4153
4153
|
}
|
|
4154
|
-
.
|
|
4155
|
-
|
|
4154
|
+
.instagram-wrapper .meta-header .meta-header-right svg {
|
|
4155
|
+
height: 18px;
|
|
4156
|
+
margin-top: 4px;
|
|
4156
4157
|
}
|
|
4157
|
-
.
|
|
4158
|
-
|
|
4158
|
+
.instagram-wrapper .meta-header .meta-header-right svg path {
|
|
4159
|
+
fill: none;
|
|
4160
|
+
stroke: #262626;
|
|
4161
|
+
stroke-width: 1.5;
|
|
4159
4162
|
}
|
|
4160
|
-
.
|
|
4161
|
-
|
|
4162
|
-
padding-left: 25px;
|
|
4163
|
-
padding-right: 25px;
|
|
4164
|
-
padding: 8px 12px;
|
|
4165
|
-
margin: 10px;
|
|
4166
|
-
border-radius: 8px;
|
|
4167
|
-
font-weight: bold;
|
|
4168
|
-
background-color: #fbfbfb;
|
|
4163
|
+
.instagram-wrapper .meta-header .meta-logo {
|
|
4164
|
+
background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
|
|
4169
4165
|
}
|
|
4170
|
-
|
|
4171
|
-
|
|
4166
|
+
|
|
4167
|
+
.whatsapp-wrapper .meta-header {
|
|
4168
|
+
background: #fff;
|
|
4172
4169
|
}
|
|
4173
|
-
.
|
|
4174
|
-
|
|
4170
|
+
.whatsapp-wrapper .meta-header .meta-logo {
|
|
4171
|
+
background: #20a849;
|
|
4175
4172
|
}
|
|
4176
|
-
.
|
|
4177
|
-
margin
|
|
4173
|
+
.whatsapp-container, .instagram-container {
|
|
4174
|
+
--wa-message-margin: 40px;
|
|
4175
|
+
--wa-message-border: 6px;
|
|
4176
|
+
--wa-message-bg: #fff;
|
|
4177
|
+
--wa-message-color: #0096de;
|
|
4178
|
+
--wa-message-disabled-color: #aaa;
|
|
4179
|
+
--wa-answers-bg: #d3ffc8;
|
|
4180
|
+
--wa-answers-color: #000;
|
|
4181
|
+
--wa-answers-radius: 6px;
|
|
4182
|
+
--wa-message-width: calc(100% - var(--wa-message-margin) - 2px);
|
|
4183
|
+
display: flex;
|
|
4184
|
+
flex-direction: column;
|
|
4185
|
+
overflow: hidden;
|
|
4186
|
+
font-size: var(--fsc-font-size);
|
|
4187
|
+
position: relative;
|
|
4188
|
+
width: 310px;
|
|
4189
|
+
height: 574px;
|
|
4190
|
+
margin: 0 auto;
|
|
4191
|
+
font-family: var(--fsc-default-font-family);
|
|
4192
|
+
color: var(--default-question-text-color);
|
|
4178
4193
|
}
|
|
4179
|
-
.
|
|
4180
|
-
|
|
4194
|
+
.whatsapp-container svg, .instagram-container svg {
|
|
4195
|
+
display: inline !important;
|
|
4181
4196
|
}
|
|
4182
|
-
.
|
|
4183
|
-
|
|
4184
|
-
|
|
4185
|
-
|
|
4186
|
-
|
|
4197
|
+
.whatsapp-container.instagram, .instagram.instagram-container {
|
|
4198
|
+
--wa-message-bg: none;
|
|
4199
|
+
--wa-answers-bg: #4d5bff;
|
|
4200
|
+
--wa-answers-color: #fff;
|
|
4201
|
+
--wa-answers-radius: 21px;
|
|
4202
|
+
width: 310px;
|
|
4203
|
+
height: 574px;
|
|
4187
4204
|
}
|
|
4188
|
-
.
|
|
4189
|
-
|
|
4190
|
-
color: #fff;
|
|
4191
|
-
padding: 8px 14px;
|
|
4192
|
-
border-radius: 18px;
|
|
4193
|
-
font-size: 14px;
|
|
4194
|
-
max-width: 240px;
|
|
4195
|
-
display: inline-block;
|
|
4196
|
-
align-items: center;
|
|
4197
|
-
white-space: normal;
|
|
4198
|
-
overflow-wrap: break-word;
|
|
4199
|
-
word-break: break-word;
|
|
4200
|
-
hyphens: auto;
|
|
4205
|
+
.whatsapp-container.instagram svg, .instagram.instagram-container svg {
|
|
4206
|
+
display: inline !important;
|
|
4201
4207
|
}
|
|
4202
|
-
.
|
|
4203
|
-
|
|
4204
|
-
|
|
4205
|
-
padding: 5px 8px;
|
|
4206
|
-
border-radius: 6px;
|
|
4207
|
-
border-left: 3px solid #fff;
|
|
4208
|
+
.whatsapp-container.instagram .msg-container, .instagram.instagram-container .msg-container {
|
|
4209
|
+
position: relative;
|
|
4210
|
+
background-image: none;
|
|
4208
4211
|
}
|
|
4209
|
-
.
|
|
4210
|
-
|
|
4211
|
-
|
|
4212
|
-
|
|
4213
|
-
|
|
4212
|
+
.whatsapp-container.instagram .choices, .instagram.instagram-container .choices {
|
|
4213
|
+
display: none;
|
|
4214
|
+
flex-direction: row;
|
|
4215
|
+
position: absolute;
|
|
4216
|
+
bottom: 0;
|
|
4217
|
+
margin-right: 0;
|
|
4218
|
+
width: 100%;
|
|
4219
|
+
margin-left: -10px !important;
|
|
4214
4220
|
}
|
|
4215
|
-
.
|
|
4216
|
-
|
|
4217
|
-
|
|
4221
|
+
.whatsapp-container.instagram .choices:before, .instagram.instagram-container .choices:before {
|
|
4222
|
+
content: "";
|
|
4223
|
+
display: block;
|
|
4224
|
+
width: 100%;
|
|
4225
|
+
position: absolute;
|
|
4226
|
+
top: 0px;
|
|
4227
|
+
border-top: 1px solid #e8e8e8;
|
|
4228
|
+
}
|
|
4229
|
+
.whatsapp-container.instagram .choices .choice, .instagram.instagram-container .choices .choice {
|
|
4230
|
+
border: 1px solid #0584fe;
|
|
4231
|
+
border-radius: 50px;
|
|
4232
|
+
color: #0584fe;
|
|
4233
|
+
box-shadow: none;
|
|
4234
|
+
}
|
|
4235
|
+
.whatsapp-container.instagram .choices .reply-button:first-child, .instagram.instagram-container .choices .reply-button:first-child,
|
|
4236
|
+
.whatsapp-container.instagram .choices .range-choice:first-child,
|
|
4237
|
+
.instagram.instagram-container .choices .range-choice:first-child,
|
|
4238
|
+
.whatsapp-container.instagram .choices .choice:first-child,
|
|
4239
|
+
.instagram.instagram-container .choices .choice:first-child {
|
|
4240
|
+
margin-left: 10px !important;
|
|
4218
4241
|
}
|
|
4219
|
-
.
|
|
4242
|
+
.whatsapp-container.instagram .choices.one-line .range-choice, .instagram.instagram-container .choices.one-line .range-choice,
|
|
4243
|
+
.whatsapp-container.instagram .choices.one-line .choice,
|
|
4244
|
+
.instagram.instagram-container .choices.one-line .choice {
|
|
4245
|
+
flex-grow: 0;
|
|
4246
|
+
}
|
|
4247
|
+
.whatsapp-container.instagram .question-container, .instagram.instagram-container .question-container {
|
|
4248
|
+
background: #efefef;
|
|
4249
|
+
padding: 2px;
|
|
4250
|
+
border-radius: 21px;
|
|
4251
|
+
}
|
|
4252
|
+
.whatsapp-container.instagram .question-container .options-popup, .instagram.instagram-container .question-container .options-popup {
|
|
4253
|
+
display: flex;
|
|
4254
|
+
overflow: auto;
|
|
4255
|
+
flex-direction: row;
|
|
4256
|
+
padding: 0px;
|
|
4257
|
+
box-shadow: none;
|
|
4258
|
+
border-top: 1px solid #e8e8e8;
|
|
4259
|
+
border-radius: 0;
|
|
4260
|
+
left: 7px;
|
|
4261
|
+
min-height: 50px;
|
|
4262
|
+
bottom: 0px;
|
|
4263
|
+
width: calc(100% - 10px);
|
|
4264
|
+
}
|
|
4265
|
+
.whatsapp-container.instagram .question-container .options-popup footer, .instagram.instagram-container .question-container .options-popup footer,
|
|
4266
|
+
.whatsapp-container.instagram .question-container .options-popup header,
|
|
4267
|
+
.instagram.instagram-container .question-container .options-popup header {
|
|
4220
4268
|
display: none;
|
|
4221
4269
|
}
|
|
4222
|
-
.
|
|
4270
|
+
.whatsapp-container.instagram .question-container .options-popup main, .instagram.instagram-container .question-container .options-popup main {
|
|
4223
4271
|
display: flex;
|
|
4224
|
-
|
|
4225
|
-
gap:
|
|
4272
|
+
padding: 6px;
|
|
4273
|
+
gap: 6px;
|
|
4274
|
+
height: -moz-fit-content;
|
|
4275
|
+
height: fit-content;
|
|
4226
4276
|
}
|
|
4227
|
-
.
|
|
4228
|
-
|
|
4277
|
+
.whatsapp-container.instagram .question-container .options-popup main .option-row, .instagram.instagram-container .question-container .options-popup main .option-row {
|
|
4278
|
+
border: 1px solid #0584fe;
|
|
4279
|
+
border-radius: 50px;
|
|
4280
|
+
padding: 5px 10px;
|
|
4229
4281
|
}
|
|
4230
|
-
.
|
|
4282
|
+
.whatsapp-container.instagram .question-container .options-popup main .option-row button, .instagram.instagram-container .question-container .options-popup main .option-row button {
|
|
4283
|
+
color: var(--wa-message-color);
|
|
4231
4284
|
display: flex;
|
|
4232
|
-
|
|
4233
|
-
gap: 2px;
|
|
4234
|
-
text-overflow: ellipsis;
|
|
4235
|
-
overflow: hidden;
|
|
4285
|
+
gap: 6px;
|
|
4236
4286
|
}
|
|
4237
|
-
.
|
|
4238
|
-
|
|
4287
|
+
.whatsapp-container.instagram .question-container .choices-button.choice, .instagram.instagram-container .question-container .choices-button.choice {
|
|
4288
|
+
font-weight: 700;
|
|
4289
|
+
font-size: 1em;
|
|
4290
|
+
line-height: 16px;
|
|
4291
|
+
letter-spacing: -0.03em;
|
|
4292
|
+
color: #333333;
|
|
4293
|
+
border: none;
|
|
4294
|
+
width: auto;
|
|
4295
|
+
padding: 8px;
|
|
4296
|
+
border-radius: 10px;
|
|
4297
|
+
margin: 5px 10px 10px;
|
|
4298
|
+
box-shadow: none;
|
|
4239
4299
|
}
|
|
4240
|
-
.
|
|
4241
|
-
|
|
4242
|
-
overflow-wrap: break-word;
|
|
4243
|
-
word-break: break-word;
|
|
4244
|
-
hyphens: auto;
|
|
4300
|
+
.whatsapp-container.instagram .question-container .choices-button.choice svg, .instagram.instagram-container .question-container .choices-button.choice svg {
|
|
4301
|
+
display: none;
|
|
4245
4302
|
}
|
|
4246
|
-
.
|
|
4247
|
-
|
|
4248
|
-
align-items: center;
|
|
4249
|
-
gap: 2px;
|
|
4303
|
+
.whatsapp-container.instagram .question-container .question-text-container, .instagram.instagram-container .question-container .question-text-container {
|
|
4304
|
+
box-shadow: none;
|
|
4250
4305
|
}
|
|
4251
|
-
.
|
|
4252
|
-
|
|
4306
|
+
.whatsapp-container.instagram .question-container.active, .instagram.instagram-container .question-container.active {
|
|
4307
|
+
margin-bottom: 50px;
|
|
4253
4308
|
}
|
|
4254
|
-
.
|
|
4255
|
-
|
|
4256
|
-
white-space: normal;
|
|
4257
|
-
overflow-wrap: break-word;
|
|
4258
|
-
word-break: break-word;
|
|
4259
|
-
hyphens: auto;
|
|
4309
|
+
.whatsapp-container.instagram .question-container.active.input-active, .instagram.instagram-container .question-container.active.input-active {
|
|
4310
|
+
margin-bottom: 0px;
|
|
4260
4311
|
}
|
|
4261
|
-
.
|
|
4312
|
+
.whatsapp-container.instagram .question-container.active .choices, .instagram.instagram-container .question-container.active .choices {
|
|
4262
4313
|
display: flex;
|
|
4263
|
-
flex-direction: column;
|
|
4264
4314
|
gap: 6px;
|
|
4265
|
-
|
|
4266
|
-
|
|
4267
|
-
|
|
4315
|
+
overflow: auto;
|
|
4316
|
+
flex: 1;
|
|
4317
|
+
background: #fff;
|
|
4318
|
+
margin: 0;
|
|
4319
|
+
padding-top: 8px;
|
|
4268
4320
|
}
|
|
4269
|
-
.
|
|
4270
|
-
white-space:
|
|
4321
|
+
.whatsapp-container.instagram .question-container.active .choices .choice button, .instagram.instagram-container .question-container.active .choices .choice button {
|
|
4322
|
+
white-space: nowrap;
|
|
4271
4323
|
}
|
|
4272
|
-
.
|
|
4273
|
-
|
|
4274
|
-
|
|
4324
|
+
.whatsapp-container.instagram .question-container.active .choices.reply-buttons, .instagram.instagram-container .question-container.active .choices.reply-buttons {
|
|
4325
|
+
display: flex;
|
|
4326
|
+
flex-wrap: nowrap;
|
|
4275
4327
|
}
|
|
4276
|
-
.
|
|
4277
|
-
|
|
4278
|
-
|
|
4279
|
-
max-width: 200px;
|
|
4328
|
+
.whatsapp-container.instagram .question-container.active .choices.multi-choice, .instagram.instagram-container .question-container.active .choices.multi-choice {
|
|
4329
|
+
padding: 0;
|
|
4330
|
+
margin: 0;
|
|
4280
4331
|
}
|
|
4281
|
-
.
|
|
4282
|
-
|
|
4283
|
-
padding-right: 15px;
|
|
4332
|
+
.whatsapp-container.instagram .question-container.active .choices.multi-choice::before, .instagram.instagram-container .question-container.active .choices.multi-choice::before {
|
|
4333
|
+
content: none;
|
|
4284
4334
|
}
|
|
4285
|
-
.
|
|
4286
|
-
|
|
4287
|
-
background-color: #fbfbfb !important;
|
|
4335
|
+
.whatsapp-container.instagram .textarea-container, .instagram.instagram-container .textarea-container {
|
|
4336
|
+
background: #fff;
|
|
4288
4337
|
}
|
|
4289
|
-
.
|
|
4290
|
-
background
|
|
4338
|
+
.whatsapp-container.instagram .textarea-container textarea, .instagram.instagram-container .textarea-container textarea {
|
|
4339
|
+
background: #e8e8e8;
|
|
4340
|
+
border-radius: 18px;
|
|
4291
4341
|
}
|
|
4292
|
-
.
|
|
4293
|
-
|
|
4294
|
-
gap: 8px;
|
|
4342
|
+
.whatsapp-container.instagram .textarea-container svg rect, .instagram.instagram-container .textarea-container svg rect {
|
|
4343
|
+
fill: #4d5bff;
|
|
4295
4344
|
}
|
|
4296
|
-
.
|
|
4297
|
-
|
|
4298
|
-
|
|
4299
|
-
|
|
4300
|
-
|
|
4345
|
+
.whatsapp-container.instagram .answers, .instagram.instagram-container .answers {
|
|
4346
|
+
box-shadow: none;
|
|
4347
|
+
margin-inline-end: 6px;
|
|
4348
|
+
padding-bottom: 6px;
|
|
4349
|
+
padding-top: 6px;
|
|
4350
|
+
width: -moz-fit-content;
|
|
4351
|
+
width: fit-content;
|
|
4301
4352
|
}
|
|
4302
|
-
.
|
|
4303
|
-
|
|
4304
|
-
padding: 8px 12px;
|
|
4305
|
-
border-radius: 8px;
|
|
4306
|
-
text-align: center;
|
|
4307
|
-
color: #000;
|
|
4353
|
+
.whatsapp-container.whatsapp .choices .choice button, .whatsapp.instagram-container .choices .choice button {
|
|
4354
|
+
min-height: 26px;
|
|
4308
4355
|
}
|
|
4309
|
-
.
|
|
4310
|
-
|
|
4311
|
-
|
|
4312
|
-
padding: 0;
|
|
4313
|
-
border: none;
|
|
4314
|
-
background: transparent;
|
|
4315
|
-
color: #000;
|
|
4316
|
-
display: flex;
|
|
4317
|
-
align-items: center;
|
|
4318
|
-
justify-content: center;
|
|
4319
|
-
cursor: pointer;
|
|
4320
|
-
white-space: nowrap;
|
|
4321
|
-
font-size: 14px;
|
|
4356
|
+
.whatsapp-container .ellipsis-wrapper, .instagram-container .ellipsis-wrapper {
|
|
4357
|
+
text-overflow: ellipsis;
|
|
4358
|
+
overflow: hidden;
|
|
4322
4359
|
}
|
|
4323
|
-
.
|
|
4324
|
-
|
|
4360
|
+
.whatsapp-container .ellipsis-wrapper svg, .instagram-container .ellipsis-wrapper svg {
|
|
4361
|
+
vertical-align: middle;
|
|
4325
4362
|
}
|
|
4326
|
-
.
|
|
4327
|
-
|
|
4328
|
-
|
|
4363
|
+
.whatsapp-container .star-rating-wrapper, .instagram-container .star-rating-wrapper {
|
|
4364
|
+
text-overflow: ellipsis;
|
|
4365
|
+
overflow: hidden;
|
|
4329
4366
|
}
|
|
4330
|
-
.
|
|
4331
|
-
|
|
4332
|
-
padding: 8px 12px;
|
|
4333
|
-
border-radius: 8px;
|
|
4334
|
-
text-align: center;
|
|
4335
|
-
color: #000;
|
|
4336
|
-
border: none;
|
|
4337
|
-
cursor: pointer;
|
|
4338
|
-
font-weight: bold;
|
|
4339
|
-
min-width: 120px;
|
|
4340
|
-
max-width: 200px;
|
|
4367
|
+
.whatsapp-container .star-rating-wrapper svg, .instagram-container .star-rating-wrapper svg {
|
|
4368
|
+
vertical-align: bottom;
|
|
4341
4369
|
}
|
|
4342
|
-
.
|
|
4343
|
-
|
|
4344
|
-
|
|
4345
|
-
|
|
4370
|
+
.whatsapp-container .msg-container, .instagram-container .msg-container {
|
|
4371
|
+
flex-grow: 1;
|
|
4372
|
+
padding: 4px 8px;
|
|
4373
|
+
overflow: hidden;
|
|
4374
|
+
display: flex;
|
|
4375
|
+
background-image: var(--fsc-whatsapp-chat-background);
|
|
4376
|
+
background-repeat: no-repeat;
|
|
4377
|
+
background-size: cover;
|
|
4346
4378
|
}
|
|
4347
|
-
.
|
|
4379
|
+
.whatsapp-container .scroll-wrapper, .instagram-container .scroll-wrapper {
|
|
4348
4380
|
display: flex;
|
|
4349
|
-
flex-
|
|
4350
|
-
|
|
4351
|
-
|
|
4381
|
+
flex-direction: column;
|
|
4382
|
+
align-items: baseline;
|
|
4383
|
+
gap: 12px;
|
|
4384
|
+
overflow: scroll;
|
|
4352
4385
|
}
|
|
4353
|
-
.
|
|
4354
|
-
|
|
4355
|
-
|
|
4356
|
-
|
|
4357
|
-
-ms-overflow-style: none; /* IE and Edge */
|
|
4386
|
+
.whatsapp-container .question-text.required::after, .instagram-container .question-text.required::after {
|
|
4387
|
+
content: "*";
|
|
4388
|
+
color: rgb(215, 45, 48);
|
|
4389
|
+
margin-left: 4px;
|
|
4358
4390
|
}
|
|
4359
|
-
.
|
|
4360
|
-
|
|
4391
|
+
.whatsapp-container .question-text, .instagram-container .question-text {
|
|
4392
|
+
transition: font-size var(--fsc-transition-duration) ease-in-out;
|
|
4393
|
+
font-size: var(--question-font-size);
|
|
4394
|
+
line-height: 18px;
|
|
4395
|
+
padding: 12px;
|
|
4396
|
+
background-color: var(--wa-message-bg);
|
|
4397
|
+
border-radius: var(--wa-message-border);
|
|
4398
|
+
word-break: break-word;
|
|
4361
4399
|
}
|
|
4362
|
-
.
|
|
4363
|
-
|
|
4364
|
-
border: 1px solid #1877f2;
|
|
4365
|
-
color: #1877f2;
|
|
4366
|
-
padding: 8px 16px;
|
|
4367
|
-
border-radius: 20px;
|
|
4368
|
-
font-size: 14px;
|
|
4369
|
-
font-weight: 500;
|
|
4370
|
-
cursor: pointer;
|
|
4371
|
-
transition: all 0.2s ease;
|
|
4372
|
-
white-space: nowrap;
|
|
4373
|
-
flex-shrink: 0; /* Prevent shrinking in scrollable mode */
|
|
4400
|
+
.whatsapp-container .question-text p, .instagram-container .question-text p {
|
|
4401
|
+
text-align: left;
|
|
4374
4402
|
}
|
|
4375
|
-
.
|
|
4376
|
-
|
|
4377
|
-
|
|
4403
|
+
.whatsapp-container .question-text a, .instagram-container .question-text a {
|
|
4404
|
+
color: var(--link-color);
|
|
4405
|
+
-webkit-text-decoration: underline;
|
|
4406
|
+
text-decoration: underline;
|
|
4378
4407
|
}
|
|
4379
|
-
.
|
|
4380
|
-
|
|
4408
|
+
.whatsapp-container .question-text .placeholder-tag > span, .instagram-container .question-text .placeholder-tag > span {
|
|
4409
|
+
display: none !important;
|
|
4381
4410
|
}
|
|
4382
|
-
.
|
|
4411
|
+
.whatsapp-container .question-container, .instagram-container .question-container {
|
|
4412
|
+
max-width: var(--wa-message-width);
|
|
4413
|
+
margin-inline-end: var(--wa-message-margin);
|
|
4414
|
+
gap: 2px;
|
|
4383
4415
|
display: flex;
|
|
4384
|
-
|
|
4385
|
-
|
|
4386
|
-
text-
|
|
4387
|
-
overflow: hidden;
|
|
4388
|
-
}
|
|
4389
|
-
.facebook-wrapper .quick-reply-area .quick-reply-buttons .quick-reply-button .star-rating-wrapper svg {
|
|
4390
|
-
vertical-align: bottom;
|
|
4416
|
+
flex-direction: column;
|
|
4417
|
+
pointer-events: none;
|
|
4418
|
+
text-align: left;
|
|
4391
4419
|
}
|
|
4392
|
-
.
|
|
4393
|
-
|
|
4394
|
-
align-items: center;
|
|
4395
|
-
padding: 8px;
|
|
4396
|
-
border-top: 1px solid #ddd;
|
|
4397
|
-
gap: 10px;
|
|
4398
|
-
background: #fff;
|
|
4420
|
+
.whatsapp-container .question-container .question-text-container, .instagram-container .question-container .question-text-container {
|
|
4421
|
+
box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
|
|
4399
4422
|
}
|
|
4400
|
-
.
|
|
4401
|
-
|
|
4402
|
-
gap: 12px;
|
|
4403
|
-
color: #0084ff;
|
|
4404
|
-
font-size: 18px;
|
|
4423
|
+
.whatsapp-container .question-container.active, .instagram-container .question-container.active {
|
|
4424
|
+
pointer-events: initial;
|
|
4405
4425
|
}
|
|
4406
|
-
.
|
|
4407
|
-
|
|
4408
|
-
height: 20px;
|
|
4426
|
+
.whatsapp-container .question-container.active .choice, .instagram-container .question-container.active .choice {
|
|
4427
|
+
color: var(--wa-message-color);
|
|
4409
4428
|
}
|
|
4410
|
-
.
|
|
4411
|
-
|
|
4412
|
-
gap: 8px;
|
|
4413
|
-
align-items: anchor-center;
|
|
4429
|
+
.whatsapp-container .question-container.active .choice button, .instagram-container .question-container.active .choice button {
|
|
4430
|
+
color: var(--wa-message-color);
|
|
4414
4431
|
}
|
|
4415
|
-
.
|
|
4416
|
-
|
|
4417
|
-
display: flex;
|
|
4418
|
-
align-items: center;
|
|
4419
|
-
background: #f0f0f0;
|
|
4420
|
-
border-radius: 20px;
|
|
4421
|
-
padding: 6px 12px;
|
|
4422
|
-
min-height: 32px;
|
|
4432
|
+
.whatsapp-container .question-container.active .choice svg:not(#star), .instagram-container .question-container.active .choice svg:not(#star) {
|
|
4433
|
+
fill: var(--wa-message-color);
|
|
4423
4434
|
}
|
|
4424
|
-
.
|
|
4425
|
-
|
|
4426
|
-
border: none;
|
|
4427
|
-
outline: none;
|
|
4428
|
-
background: transparent;
|
|
4429
|
-
font-size: 14px;
|
|
4435
|
+
.whatsapp-container .question-container.active.open-modal, .instagram-container .question-container.active.open-modal {
|
|
4436
|
+
margin-bottom: 45px;
|
|
4430
4437
|
}
|
|
4431
|
-
.
|
|
4432
|
-
|
|
4438
|
+
.whatsapp-container .question-container#new, .instagram-container .question-container#new {
|
|
4439
|
+
margin-bottom: 10px;
|
|
4433
4440
|
}
|
|
4434
|
-
.
|
|
4435
|
-
display: flex;
|
|
4436
|
-
gap: 8px;
|
|
4437
|
-
height: 32px;
|
|
4438
|
-
align-items: center;
|
|
4441
|
+
.whatsapp-container .answers-container, .instagram-container .answers-container {
|
|
4439
4442
|
width: 100%;
|
|
4443
|
+
display: flex;
|
|
4444
|
+
justify-content: end;
|
|
4445
|
+
text-align: left;
|
|
4440
4446
|
}
|
|
4441
|
-
.
|
|
4442
|
-
|
|
4443
|
-
|
|
4444
|
-
|
|
4445
|
-
|
|
4446
|
-
|
|
4447
|
-
|
|
4448
|
-
|
|
4449
|
-
|
|
4447
|
+
.whatsapp-container .answers, .instagram-container .answers {
|
|
4448
|
+
background: var(--wa-answers-bg);
|
|
4449
|
+
margin-left: var(--wa-message-margin);
|
|
4450
|
+
border-radius: var(--wa-answers-radius);
|
|
4451
|
+
color: var(--wa-answers-color);
|
|
4452
|
+
padding: 12px;
|
|
4453
|
+
width: -moz-fit-content;
|
|
4454
|
+
width: fit-content;
|
|
4455
|
+
font-size: 1.1429em;
|
|
4456
|
+
box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
|
|
4457
|
+
word-break: break-word;
|
|
4458
|
+
padding-bottom: 6px;
|
|
4459
|
+
}
|
|
4460
|
+
.whatsapp-container .answers .reply-block, .instagram-container .answers .reply-block {
|
|
4461
|
+
background: rgba(0, 0, 0, 0.08);
|
|
4462
|
+
margin: -6px -6px 4px;
|
|
4463
|
+
padding: 5px 8px;
|
|
4464
|
+
border-radius: 6px;
|
|
4465
|
+
border-left: 3px solid #2c5cc5;
|
|
4466
|
+
}
|
|
4467
|
+
.whatsapp-container .answers .reply-block p, .instagram-container .answers .reply-block p {
|
|
4468
|
+
margin-top: 4px;
|
|
4469
|
+
margin-bottom: 2px;
|
|
4470
|
+
color: #4a5e57;
|
|
4450
4471
|
font-size: 14px;
|
|
4451
|
-
text-align: left !important;
|
|
4452
4472
|
}
|
|
4453
|
-
.
|
|
4454
|
-
|
|
4473
|
+
.whatsapp-container .answers .reply-block .user, .instagram-container .answers .reply-block .user {
|
|
4474
|
+
color: #2c5cc5;
|
|
4475
|
+
font-weight: 600;
|
|
4476
|
+
margin-bottom: 3px;
|
|
4455
4477
|
}
|
|
4456
|
-
.
|
|
4457
|
-
|
|
4458
|
-
line-height: 16px;
|
|
4478
|
+
.whatsapp-container .answers:empty, .instagram-container .answers:empty {
|
|
4479
|
+
display: none;
|
|
4459
4480
|
}
|
|
4460
|
-
.
|
|
4461
|
-
|
|
4462
|
-
|
|
4463
|
-
margin-top: 4px;
|
|
4481
|
+
.whatsapp-container .answers .answer-text, .instagram-container .answers .answer-text {
|
|
4482
|
+
display: flex;
|
|
4483
|
+
align-items: center;
|
|
4464
4484
|
}
|
|
4465
|
-
.
|
|
4466
|
-
|
|
4467
|
-
color: #0084ff;
|
|
4485
|
+
.whatsapp-container .answers .answer-text span, .instagram-container .answers .answer-text span {
|
|
4486
|
+
white-space: nowrap;
|
|
4468
4487
|
}
|
|
4469
|
-
.
|
|
4488
|
+
.whatsapp-container .options-popup, .instagram-container .options-popup {
|
|
4470
4489
|
position: absolute;
|
|
4471
4490
|
z-index: 1;
|
|
4472
4491
|
border-radius: 12px 12px 30px 30px;
|
|
4473
4492
|
background-color: #fff;
|
|
4474
|
-
box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.
|
|
4493
|
+
box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.06);
|
|
4475
4494
|
padding: 12px 8px;
|
|
4495
|
+
bottom: 0;
|
|
4496
|
+
left: 0;
|
|
4497
|
+
right: 0;
|
|
4476
4498
|
transform: translateY(80px);
|
|
4477
4499
|
transition: all linear 0.3s;
|
|
4478
|
-
width: 304px;
|
|
4479
4500
|
opacity: 0;
|
|
4480
|
-
right: 0px;
|
|
4481
|
-
bottom: 6px;
|
|
4482
4501
|
}
|
|
4483
|
-
.
|
|
4484
|
-
|
|
4485
|
-
|
|
4486
|
-
align-items: baseline;
|
|
4487
|
-
padding-bottom: 20px;
|
|
4488
|
-
position: relative;
|
|
4502
|
+
.whatsapp-container .fade-enter-active, .instagram-container .fade-enter-active {
|
|
4503
|
+
transform: translateY(0px);
|
|
4504
|
+
opacity: 1;
|
|
4489
4505
|
}
|
|
4490
|
-
.
|
|
4491
|
-
|
|
4492
|
-
|
|
4493
|
-
width: 32px;
|
|
4494
|
-
height: 32px;
|
|
4495
|
-
position: absolute;
|
|
4496
|
-
cursor: pointer;
|
|
4506
|
+
.whatsapp-container .fade-enter-done, .instagram-container .fade-enter-done {
|
|
4507
|
+
transform: translateY(0px);
|
|
4508
|
+
opacity: 1;
|
|
4497
4509
|
}
|
|
4498
|
-
.
|
|
4499
|
-
|
|
4500
|
-
|
|
4501
|
-
height: 3px;
|
|
4502
|
-
border-radius: 10px;
|
|
4503
|
-
margin: auto;
|
|
4504
|
-
margin-bottom: 0px;
|
|
4510
|
+
.whatsapp-container .fade-exit-active, .instagram-container .fade-exit-active {
|
|
4511
|
+
opacity: 0;
|
|
4512
|
+
transform: translateY(80px);
|
|
4505
4513
|
}
|
|
4506
|
-
.
|
|
4507
|
-
|
|
4508
|
-
|
|
4514
|
+
.whatsapp-container .fade-exit-done, .instagram-container .fade-exit-done {
|
|
4515
|
+
opacity: 0;
|
|
4516
|
+
transform: translateY(80px);
|
|
4509
4517
|
}
|
|
4510
|
-
.
|
|
4511
|
-
padding:
|
|
4518
|
+
.whatsapp-container .option-row, .instagram-container .option-row {
|
|
4519
|
+
padding-bottom: 16px;
|
|
4512
4520
|
}
|
|
4513
|
-
.
|
|
4514
|
-
|
|
4515
|
-
|
|
4521
|
+
.whatsapp-container .option-row button, .instagram-container .option-row button {
|
|
4522
|
+
display: flex;
|
|
4523
|
+
align-items: center;
|
|
4524
|
+
flex-wrap: nowrap;
|
|
4525
|
+
width: 100%;
|
|
4516
4526
|
}
|
|
4517
|
-
.
|
|
4518
|
-
|
|
4519
|
-
font-size: 18px;
|
|
4520
|
-
font-weight: 600;
|
|
4521
|
-
color: #1c1e21;
|
|
4522
|
-
margin: 10px 0;
|
|
4523
|
-
line-height: 1.3;
|
|
4527
|
+
.whatsapp-container .option-row button span, .instagram-container .option-row button span {
|
|
4528
|
+
white-space: nowrap;
|
|
4524
4529
|
}
|
|
4525
|
-
.
|
|
4530
|
+
.whatsapp-container header, .instagram-container header {
|
|
4531
|
+
text-align: center;
|
|
4526
4532
|
display: flex;
|
|
4527
|
-
|
|
4528
|
-
|
|
4529
|
-
|
|
4530
|
-
color: #65676b;
|
|
4531
|
-
font-weight: 400;
|
|
4533
|
+
align-items: center;
|
|
4534
|
+
padding-bottom: 20px;
|
|
4535
|
+
position: relative;
|
|
4532
4536
|
}
|
|
4533
|
-
.
|
|
4534
|
-
|
|
4535
|
-
justify-content: center;
|
|
4536
|
-
gap: 8px;
|
|
4537
|
-
margin: 8px 0;
|
|
4538
|
-
padding: 0 16px;
|
|
4537
|
+
.whatsapp-container main, .instagram-container main {
|
|
4538
|
+
padding: 0 8px;
|
|
4539
4539
|
}
|
|
4540
|
-
.
|
|
4540
|
+
.whatsapp-container .close-btn, .instagram-container .close-btn {
|
|
4541
4541
|
background: transparent;
|
|
4542
4542
|
border: none;
|
|
4543
|
-
cursor: pointer;
|
|
4544
|
-
padding: 4px;
|
|
4545
|
-
transition: transform 0.2s ease;
|
|
4546
|
-
}
|
|
4547
|
-
.facebook-wrapper .options-popup main .facebook-rating-modal .star-container .star-button:hover {
|
|
4548
|
-
transform: scale(1.1);
|
|
4549
|
-
}
|
|
4550
|
-
.facebook-wrapper .options-popup main .facebook-rating-modal .star-container .star-button svg {
|
|
4551
4543
|
width: 32px;
|
|
4552
4544
|
height: 32px;
|
|
4545
|
+
position: absolute;
|
|
4553
4546
|
}
|
|
4554
|
-
.
|
|
4555
|
-
font-size: 32px;
|
|
4556
|
-
transition: transform 0.1s ease, font-size 0.1s ease;
|
|
4557
|
-
line-height: 1.5;
|
|
4558
|
-
}
|
|
4559
|
-
.facebook-wrapper .options-popup main .facebook-rating-modal .emoji-button.selected,
|
|
4560
|
-
.facebook-wrapper .options-popup main .facebook-rating-modal .emoji-button:hover {
|
|
4561
|
-
transform: scale(1.2);
|
|
4562
|
-
}
|
|
4563
|
-
.facebook-wrapper .options-popup main .facebook-rating-modal .number-container {
|
|
4547
|
+
.whatsapp-container .choices-button, .instagram-container .choices-button {
|
|
4564
4548
|
display: flex;
|
|
4549
|
+
align-items: center;
|
|
4565
4550
|
justify-content: center;
|
|
4551
|
+
width: 100%;
|
|
4566
4552
|
gap: 12px;
|
|
4567
|
-
margin: 8px 0;
|
|
4568
|
-
padding: 0 16px;
|
|
4569
4553
|
}
|
|
4570
|
-
.
|
|
4571
|
-
|
|
4572
|
-
flex-wrap: nowrap;
|
|
4554
|
+
.whatsapp-container.instagram .scroll-wrapper, .instagram.instagram-container .scroll-wrapper {
|
|
4555
|
+
width: 100%;
|
|
4573
4556
|
}
|
|
4574
|
-
.
|
|
4557
|
+
.whatsapp-container.instagram .choices.one-line, .instagram.instagram-container .choices.one-line {
|
|
4575
4558
|
flex-direction: row;
|
|
4576
|
-
flex-wrap:
|
|
4577
|
-
max-width: 350px;
|
|
4559
|
+
flex-wrap: nowrap;
|
|
4578
4560
|
}
|
|
4579
|
-
.
|
|
4580
|
-
|
|
4561
|
+
.whatsapp-container.instagram .choices.one-line .choice, .instagram.instagram-container .choices.one-line .choice {
|
|
4562
|
+
max-width: -moz-fit-content;
|
|
4563
|
+
max-width: fit-content;
|
|
4581
4564
|
}
|
|
4582
|
-
.
|
|
4583
|
-
|
|
4565
|
+
.whatsapp-container.instagram .choices.reply-buttons, .instagram.instagram-container .choices.reply-buttons {
|
|
4566
|
+
display: none;
|
|
4584
4567
|
}
|
|
4585
|
-
.
|
|
4586
|
-
|
|
4587
|
-
|
|
4588
|
-
|
|
4589
|
-
|
|
4590
|
-
|
|
4591
|
-
|
|
4592
|
-
min-width: 30px;
|
|
4593
|
-
min-height: 30px;
|
|
4594
|
-
display: flex;
|
|
4595
|
-
align-items: center;
|
|
4596
|
-
justify-content: center;
|
|
4597
|
-
transition: all 0.2s ease;
|
|
4598
|
-
opacity: 1;
|
|
4599
|
-
border-radius: 5px;
|
|
4600
|
-
gap: 10px;
|
|
4601
|
-
padding-top: 5px;
|
|
4602
|
-
padding-right: 9px;
|
|
4603
|
-
padding-bottom: 5px;
|
|
4604
|
-
padding-left: 9px;
|
|
4605
|
-
}
|
|
4606
|
-
.facebook-wrapper .options-popup main .facebook-rating-modal .number-container .number-button:hover {
|
|
4607
|
-
transform: scale(1.05);
|
|
4608
|
-
}
|
|
4609
|
-
.facebook-wrapper .options-popup main .facebook-rating-modal .number-container .number-button.selected {
|
|
4610
|
-
background: #1877f2 !important;
|
|
4611
|
-
color: #fff !important;
|
|
4612
|
-
}
|
|
4613
|
-
.facebook-wrapper .options-popup main .facebook-rating-modal .submit-button {
|
|
4614
|
-
width: 100%;
|
|
4615
|
-
background: #1877f2;
|
|
4616
|
-
color: #fff;
|
|
4617
|
-
border: none;
|
|
4618
|
-
border-radius: 8px;
|
|
4619
|
-
padding: 12px;
|
|
4620
|
-
font-size: 16px;
|
|
4621
|
-
font-weight: 600;
|
|
4622
|
-
cursor: pointer;
|
|
4623
|
-
transition: background-color 0.2s ease;
|
|
4568
|
+
.whatsapp-container.instagram .choices.reply-buttons .reply-button, .instagram.instagram-container .choices.reply-buttons .reply-button {
|
|
4569
|
+
width: -moz-fit-content;
|
|
4570
|
+
width: fit-content;
|
|
4571
|
+
max-width: -moz-fit-content;
|
|
4572
|
+
max-width: fit-content;
|
|
4573
|
+
flex: unset;
|
|
4574
|
+
padding: 4px 12px;
|
|
4624
4575
|
}
|
|
4625
|
-
.
|
|
4626
|
-
|
|
4576
|
+
.whatsapp-container.instagram .choices.reply-buttons .reply-button:only-child, .instagram.instagram-container .choices.reply-buttons .reply-button:only-child {
|
|
4577
|
+
flex: 0 0 auto;
|
|
4578
|
+
width: -moz-fit-content;
|
|
4579
|
+
width: fit-content;
|
|
4627
4580
|
}
|
|
4628
|
-
.
|
|
4629
|
-
|
|
4630
|
-
|
|
4631
|
-
|
|
4581
|
+
.whatsapp-container .choices, .instagram-container .choices {
|
|
4582
|
+
display: flex;
|
|
4583
|
+
flex-direction: column;
|
|
4584
|
+
gap: 2px;
|
|
4585
|
+
list-style-type: none;
|
|
4586
|
+
padding: 5px 0;
|
|
4587
|
+
margin: 0;
|
|
4632
4588
|
}
|
|
4633
|
-
.
|
|
4634
|
-
|
|
4589
|
+
.whatsapp-container .choices.multi-choice .choice button, .instagram-container .choices.multi-choice .choice button {
|
|
4590
|
+
white-space: normal;
|
|
4635
4591
|
}
|
|
4636
|
-
.
|
|
4592
|
+
.whatsapp-container .choices.reply-buttons, .instagram-container .choices.reply-buttons {
|
|
4593
|
+
margin: 0;
|
|
4637
4594
|
display: flex;
|
|
4638
|
-
|
|
4639
|
-
flex-wrap:
|
|
4640
|
-
min-width: 120px;
|
|
4641
|
-
max-width: 200px;
|
|
4595
|
+
flex-direction: row;
|
|
4596
|
+
flex-wrap: wrap;
|
|
4642
4597
|
}
|
|
4643
|
-
.
|
|
4644
|
-
|
|
4598
|
+
.whatsapp-container .choices.reply-buttons .reply-button, .instagram-container .choices.reply-buttons .reply-button {
|
|
4599
|
+
padding: 4px 12px;
|
|
4600
|
+
flex: 1 1 100%;
|
|
4601
|
+
max-width: 100%;
|
|
4645
4602
|
}
|
|
4646
|
-
.
|
|
4647
|
-
|
|
4648
|
-
font-size: 12px;
|
|
4649
|
-
text-align: center;
|
|
4603
|
+
.whatsapp-container .choices.reply-buttons .reply-button:only-child, .instagram-container .choices.reply-buttons .reply-button:only-child {
|
|
4604
|
+
flex: 1 1 100%;
|
|
4650
4605
|
}
|
|
4651
|
-
.
|
|
4652
|
-
|
|
4653
|
-
|
|
4654
|
-
|
|
4655
|
-
margin
|
|
4656
|
-
line-height: 1.4;
|
|
4606
|
+
.whatsapp-container .choices.one-line, .instagram-container .choices.one-line {
|
|
4607
|
+
flex-direction: unset;
|
|
4608
|
+
flex-wrap: wrap;
|
|
4609
|
+
padding: 0;
|
|
4610
|
+
margin: 2px 0;
|
|
4657
4611
|
}
|
|
4658
|
-
.
|
|
4659
|
-
|
|
4660
|
-
|
|
4661
|
-
-
|
|
4662
|
-
|
|
4612
|
+
.whatsapp-container .choices.one-line .range-choice, .instagram-container .choices.one-line .range-choice,
|
|
4613
|
+
.whatsapp-container .choices.one-line .choice,
|
|
4614
|
+
.instagram-container .choices.one-line .choice {
|
|
4615
|
+
width: -moz-fit-content;
|
|
4616
|
+
width: fit-content;
|
|
4617
|
+
max-width: var(--wa-message-width);
|
|
4663
4618
|
}
|
|
4664
|
-
.
|
|
4665
|
-
|
|
4666
|
-
|
|
4619
|
+
.whatsapp-container .choices--vertical.one-line .choice, .instagram-container .choices--vertical.one-line .choice {
|
|
4620
|
+
width: 100%;
|
|
4621
|
+
max-width: 100%;
|
|
4667
4622
|
}
|
|
4668
|
-
.
|
|
4669
|
-
|
|
4670
|
-
|
|
4623
|
+
.whatsapp-container .choice, .instagram-container .choice {
|
|
4624
|
+
background-color: var(--wa-message-bg);
|
|
4625
|
+
padding: 8px 12px;
|
|
4626
|
+
border-radius: var(--wa-message-border);
|
|
4627
|
+
text-align: center;
|
|
4628
|
+
color: var(--wa-message-disabled-color);
|
|
4629
|
+
box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
|
|
4671
4630
|
}
|
|
4672
|
-
.
|
|
4673
|
-
|
|
4674
|
-
|
|
4631
|
+
.whatsapp-container .choice button, .instagram-container .choice button {
|
|
4632
|
+
color: var(--wa-message-disabled-color);
|
|
4633
|
+
display: flex;
|
|
4634
|
+
align-items: center;
|
|
4635
|
+
justify-content: center;
|
|
4636
|
+
width: 100%;
|
|
4637
|
+
white-space: nowrap;
|
|
4675
4638
|
}
|
|
4676
|
-
.
|
|
4677
|
-
|
|
4639
|
+
.whatsapp-container .choice svg:not(#star), .instagram-container .choice svg:not(#star) {
|
|
4640
|
+
fill: var(--wa-message-disabled-color);
|
|
4678
4641
|
}
|
|
4679
|
-
.
|
|
4680
|
-
|
|
4681
|
-
|
|
4642
|
+
.whatsapp-container .range-choice, .instagram-container .range-choice {
|
|
4643
|
+
padding-top: 4px;
|
|
4644
|
+
padding-bottom: 4px;
|
|
4682
4645
|
}
|
|
4683
|
-
.
|
|
4684
|
-
|
|
4685
|
-
|
|
4686
|
-
font-weight: bold;
|
|
4646
|
+
.whatsapp-container h4, .instagram-container h4 {
|
|
4647
|
+
margin: 0 auto;
|
|
4648
|
+
font-weight: 500;
|
|
4687
4649
|
}
|
|
4688
|
-
.
|
|
4689
|
-
|
|
4690
|
-
|
|
4650
|
+
.whatsapp-container footer, .instagram-container footer {
|
|
4651
|
+
color: #979797;
|
|
4652
|
+
font-size: 0.8571em;
|
|
4653
|
+
text-align: center;
|
|
4654
|
+
padding: 12px 0;
|
|
4691
4655
|
}
|
|
4692
|
-
.
|
|
4656
|
+
.whatsapp-container button, .instagram-container button {
|
|
4693
4657
|
background: transparent;
|
|
4694
4658
|
border: 0;
|
|
4695
4659
|
cursor: pointer;
|
|
4696
|
-
font-family: inherit;
|
|
4697
|
-
font-size: 14px;
|
|
4698
4660
|
}
|
|
4699
|
-
.whatsapp-container {
|
|
4700
|
-
--wa-message-margin: 40px;
|
|
4701
|
-
--wa-message-border: 6px;
|
|
4702
|
-
--wa-message-bg: #fff;
|
|
4703
|
-
--wa-message-color: #0096de;
|
|
4704
|
-
--wa-message-disabled-color: #aaa;
|
|
4705
|
-
--wa-answers-bg: #d3ffc8;
|
|
4706
|
-
--wa-answers-color: #000;
|
|
4707
|
-
--wa-answers-radius: 6px;
|
|
4708
|
-
--wa-message-width: calc(100% - var(--wa-message-margin) - 2px);
|
|
4661
|
+
.whatsapp-container .textarea-container, .instagram-container .textarea-container {
|
|
4709
4662
|
display: flex;
|
|
4710
|
-
|
|
4711
|
-
|
|
4712
|
-
|
|
4713
|
-
|
|
4714
|
-
|
|
4715
|
-
height: 574px;
|
|
4716
|
-
background-image: var(--fsc-whatsapp-bg);
|
|
4717
|
-
background-repeat: no-repeat;
|
|
4718
|
-
background-size: contain;
|
|
4719
|
-
margin: 0 auto;
|
|
4720
|
-
font-family: var(--fsc-default-font-family);
|
|
4721
|
-
color: var(--default-question-text-color);
|
|
4722
|
-
}
|
|
4723
|
-
.whatsapp-container svg {
|
|
4724
|
-
display: inline !important;
|
|
4725
|
-
}
|
|
4726
|
-
.whatsapp-container.instagram {
|
|
4727
|
-
--wa-message-bg: none;
|
|
4728
|
-
--wa-answers-bg: #4d5bff;
|
|
4729
|
-
--wa-answers-color: #fff;
|
|
4730
|
-
--wa-answers-radius: 21px;
|
|
4731
|
-
background-image: var(--fsc-instagram-bg);
|
|
4732
|
-
}
|
|
4733
|
-
.whatsapp-container.instagram svg {
|
|
4734
|
-
display: inline !important;
|
|
4735
|
-
}
|
|
4736
|
-
.whatsapp-container.instagram .msg-container {
|
|
4737
|
-
position: relative;
|
|
4738
|
-
}
|
|
4739
|
-
.whatsapp-container.instagram .choices {
|
|
4740
|
-
display: none;
|
|
4741
|
-
flex-direction: row;
|
|
4742
|
-
position: absolute;
|
|
4743
|
-
bottom: 0;
|
|
4744
|
-
margin-right: 0;
|
|
4745
|
-
width: 93%;
|
|
4663
|
+
gap: 8px;
|
|
4664
|
+
padding: 10px 12px;
|
|
4665
|
+
align-items: end;
|
|
4666
|
+
background: #f6f6f6;
|
|
4667
|
+
border-radius: 0 0 30px 30px;
|
|
4746
4668
|
}
|
|
4747
|
-
.whatsapp-container.instagram
|
|
4748
|
-
|
|
4749
|
-
|
|
4669
|
+
.whatsapp-container textarea, .instagram-container textarea {
|
|
4670
|
+
resize: none;
|
|
4671
|
+
min-height: 40px;
|
|
4672
|
+
max-height: 100px;
|
|
4673
|
+
border-radius: 20px;
|
|
4674
|
+
padding: 12px;
|
|
4675
|
+
resize: none;
|
|
4676
|
+
border: none;
|
|
4750
4677
|
width: 100%;
|
|
4751
|
-
position: absolute;
|
|
4752
|
-
top: 0px;
|
|
4753
|
-
border-top: 1px solid #e8e8e8;
|
|
4754
|
-
}
|
|
4755
|
-
.whatsapp-container.instagram .choices .choice {
|
|
4756
|
-
border: 1px solid #0584fe;
|
|
4757
|
-
border-radius: 50px;
|
|
4758
|
-
color: #0584fe;
|
|
4759
|
-
box-shadow: none;
|
|
4760
|
-
}
|
|
4761
|
-
.whatsapp-container.instagram .choices.one-line .range-choice,
|
|
4762
|
-
.whatsapp-container.instagram .choices.one-line .choice {
|
|
4763
|
-
flex-grow: 0;
|
|
4764
|
-
}
|
|
4765
|
-
.whatsapp-container.instagram .question-container {
|
|
4766
|
-
background: #efefef;
|
|
4767
|
-
padding: 2px;
|
|
4768
|
-
border-radius: 21px;
|
|
4769
|
-
}
|
|
4770
|
-
.whatsapp-container.instagram .question-container .options-popup {
|
|
4771
|
-
display: flex;
|
|
4772
|
-
overflow: auto;
|
|
4773
|
-
flex-direction: row;
|
|
4774
|
-
padding: 5px 0px 2px;
|
|
4775
|
-
box-shadow: none;
|
|
4776
|
-
border-top: 1px solid #e8e8e8;
|
|
4777
|
-
border-radius: 0;
|
|
4778
|
-
left: 7px;
|
|
4779
|
-
min-height: 50px;
|
|
4780
|
-
bottom: 0px;
|
|
4781
|
-
width: calc(100% - 10px);
|
|
4782
|
-
}
|
|
4783
|
-
.whatsapp-container.instagram .question-container .options-popup footer,
|
|
4784
|
-
.whatsapp-container.instagram .question-container .options-popup header {
|
|
4785
|
-
display: none;
|
|
4786
|
-
}
|
|
4787
|
-
.whatsapp-container.instagram .question-container .options-popup main {
|
|
4788
|
-
display: flex;
|
|
4789
|
-
padding: 6px;
|
|
4790
|
-
gap: 6px;
|
|
4791
|
-
height: -moz-fit-content;
|
|
4792
|
-
height: fit-content;
|
|
4793
|
-
}
|
|
4794
|
-
.whatsapp-container.instagram .question-container .options-popup main .option-row {
|
|
4795
|
-
border: 1px solid #0584fe;
|
|
4796
|
-
border-radius: 50px;
|
|
4797
|
-
padding: 5px 10px;
|
|
4798
4678
|
}
|
|
4799
|
-
.whatsapp-container.instagram
|
|
4800
|
-
|
|
4801
|
-
display: flex;
|
|
4802
|
-
gap: 6px;
|
|
4679
|
+
.whatsapp-container textarea:focus, .instagram-container textarea:focus {
|
|
4680
|
+
outline: none;
|
|
4803
4681
|
}
|
|
4804
|
-
.whatsapp-container.instagram
|
|
4805
|
-
font-weight: 700;
|
|
4806
|
-
font-size: 1em;
|
|
4682
|
+
.whatsapp-container textarea::placeholder, .instagram-container textarea::placeholder {
|
|
4807
4683
|
line-height: 16px;
|
|
4808
|
-
|
|
4809
|
-
color: #333333;
|
|
4810
|
-
border: none;
|
|
4811
|
-
width: auto;
|
|
4812
|
-
padding: 8px;
|
|
4813
|
-
border-radius: 10px;
|
|
4814
|
-
margin: 5px 10px 10px;
|
|
4815
|
-
box-shadow: none;
|
|
4816
|
-
}
|
|
4817
|
-
.whatsapp-container.instagram .question-container .choices-button.choice svg {
|
|
4818
|
-
display: none;
|
|
4819
|
-
}
|
|
4820
|
-
.whatsapp-container.instagram .question-container .question-text-container {
|
|
4821
|
-
box-shadow: none;
|
|
4822
|
-
}
|
|
4823
|
-
.whatsapp-container.instagram .question-container.active {
|
|
4824
|
-
margin-bottom: 40px;
|
|
4825
|
-
}
|
|
4826
|
-
.whatsapp-container.instagram .question-container.active .choices {
|
|
4827
|
-
display: flex;
|
|
4828
|
-
gap: 6px;
|
|
4829
|
-
overflow: auto;
|
|
4830
|
-
flex: 1;
|
|
4831
|
-
background: #fff;
|
|
4832
|
-
margin: 0;
|
|
4833
|
-
padding-top: 8px;
|
|
4684
|
+
padding-left: 2px;
|
|
4834
4685
|
}
|
|
4835
|
-
.whatsapp-container.
|
|
4836
|
-
|
|
4686
|
+
.whatsapp-container .fsc-link-preview__meta__domain, .instagram-container .fsc-link-preview__meta__domain {
|
|
4687
|
+
text-overflow: break-word;
|
|
4688
|
+
word-break: break-word;
|
|
4837
4689
|
}
|
|
4838
|
-
|
|
4690
|
+
|
|
4691
|
+
.facebook-container .fb-wrapper {
|
|
4692
|
+
width: 100%;
|
|
4693
|
+
height: 100%;
|
|
4839
4694
|
display: flex;
|
|
4840
|
-
|
|
4841
|
-
|
|
4842
|
-
.whatsapp-container.instagram .question-container.active .choices.multi-choice {
|
|
4843
|
-
padding: 0;
|
|
4844
|
-
margin: 0;
|
|
4845
|
-
}
|
|
4846
|
-
.whatsapp-container.instagram .question-container.active .choices.multi-choice::before {
|
|
4847
|
-
content: none;
|
|
4848
|
-
}
|
|
4849
|
-
.whatsapp-container.instagram .textarea-container {
|
|
4850
|
-
background: #fff;
|
|
4851
|
-
margin-right: 23px;
|
|
4852
|
-
}
|
|
4853
|
-
.whatsapp-container.instagram .textarea-container textarea {
|
|
4854
|
-
background: #e8e8e8;
|
|
4855
|
-
border-radius: 18px;
|
|
4856
|
-
}
|
|
4857
|
-
.whatsapp-container.instagram .answers {
|
|
4858
|
-
box-shadow: none;
|
|
4859
|
-
margin-inline-end: 6px;
|
|
4860
|
-
}
|
|
4861
|
-
.whatsapp-container.whatsapp .choices .choice button {
|
|
4862
|
-
min-height: 26px;
|
|
4863
|
-
}
|
|
4864
|
-
.whatsapp-container .ellipsis-wrapper {
|
|
4865
|
-
text-overflow: ellipsis;
|
|
4866
|
-
overflow: hidden;
|
|
4867
|
-
}
|
|
4868
|
-
.whatsapp-container .ellipsis-wrapper svg {
|
|
4869
|
-
vertical-align: middle;
|
|
4870
|
-
}
|
|
4871
|
-
.whatsapp-container .star-rating-wrapper {
|
|
4872
|
-
text-overflow: ellipsis;
|
|
4873
|
-
overflow: hidden;
|
|
4874
|
-
}
|
|
4875
|
-
.whatsapp-container .star-rating-wrapper svg {
|
|
4876
|
-
vertical-align: bottom;
|
|
4695
|
+
align-items: center;
|
|
4696
|
+
justify-content: center;
|
|
4877
4697
|
}
|
|
4878
|
-
.
|
|
4879
|
-
margin-top: 80px;
|
|
4880
|
-
margin-left: 18px;
|
|
4881
|
-
margin-right: 20px;
|
|
4698
|
+
.facebook-container.fb-link-preview .msg-container {
|
|
4882
4699
|
flex-grow: 1;
|
|
4883
|
-
padding:
|
|
4700
|
+
padding: 12px;
|
|
4884
4701
|
overflow: hidden;
|
|
4885
4702
|
display: flex;
|
|
4703
|
+
background: #fff;
|
|
4886
4704
|
}
|
|
4887
|
-
.
|
|
4705
|
+
.facebook-container.fb-link-preview .msg-container .scroll-wrapper {
|
|
4888
4706
|
display: flex;
|
|
4889
4707
|
flex-direction: column;
|
|
4890
|
-
align-items: baseline;
|
|
4891
4708
|
gap: 12px;
|
|
4892
|
-
overflow:
|
|
4709
|
+
overflow-y: auto;
|
|
4710
|
+
width: 100%;
|
|
4893
4711
|
}
|
|
4894
|
-
.
|
|
4895
|
-
|
|
4896
|
-
|
|
4897
|
-
|
|
4712
|
+
.facebook-container.fb-link-preview .msg-container .scroll-wrapper .question-container {
|
|
4713
|
+
align-self: flex-start;
|
|
4714
|
+
max-width: 90%;
|
|
4715
|
+
min-width: 150px;
|
|
4716
|
+
display: flex;
|
|
4717
|
+
flex-direction: column;
|
|
4718
|
+
background-color: #f3f4f8;
|
|
4719
|
+
border-radius: 2px 16px 16px 16px;
|
|
4720
|
+
padding: 0;
|
|
4898
4721
|
}
|
|
4899
|
-
.
|
|
4900
|
-
|
|
4901
|
-
|
|
4902
|
-
|
|
4903
|
-
|
|
4904
|
-
|
|
4905
|
-
|
|
4722
|
+
.facebook-container.fb-link-preview .msg-container .scroll-wrapper .question-container .fsc-link-preview {
|
|
4723
|
+
border-radius: 16px 16px 16px 2px;
|
|
4724
|
+
width: 100%;
|
|
4725
|
+
max-width: 230px;
|
|
4726
|
+
margin: 0;
|
|
4727
|
+
}
|
|
4728
|
+
.facebook-container.fb-link-preview .msg-container .scroll-wrapper .question-container .fsc-link-preview .fsc-link-preview__meta__domain {
|
|
4729
|
+
font-size: 10px;
|
|
4730
|
+
color: #3c3c3c;
|
|
4731
|
+
text-overflow: break-word;
|
|
4906
4732
|
word-break: break-word;
|
|
4907
4733
|
}
|
|
4908
|
-
.
|
|
4909
|
-
|
|
4734
|
+
.facebook-container.fb-link-preview .msg-container .scroll-wrapper .question-container .fsc-link-preview .fsc-link-preview__meta__description {
|
|
4735
|
+
color: #3c3c3c;
|
|
4910
4736
|
}
|
|
4911
|
-
.
|
|
4912
|
-
color:
|
|
4913
|
-
-webkit-text-decoration:
|
|
4914
|
-
text-decoration:
|
|
4737
|
+
.facebook-container.fb-link-preview .msg-container .scroll-wrapper .question-container .fsc-link-preview a {
|
|
4738
|
+
color: #0584fe;
|
|
4739
|
+
-webkit-text-decoration: none;
|
|
4740
|
+
text-decoration: none;
|
|
4915
4741
|
}
|
|
4916
|
-
.
|
|
4917
|
-
|
|
4742
|
+
.facebook-container .facebook-wrapper {
|
|
4743
|
+
/* === HEADER === */
|
|
4918
4744
|
}
|
|
4919
|
-
.
|
|
4920
|
-
|
|
4921
|
-
|
|
4922
|
-
|
|
4745
|
+
.facebook-container .facebook-wrapper * {
|
|
4746
|
+
scrollbar-width: none;
|
|
4747
|
+
text-align: left !important;
|
|
4748
|
+
}
|
|
4749
|
+
.facebook-container .facebook-wrapper .mobile {
|
|
4750
|
+
position: relative;
|
|
4751
|
+
display: inline-block;
|
|
4752
|
+
}
|
|
4753
|
+
.facebook-container .facebook-wrapper .phone-frame {
|
|
4754
|
+
position: relative;
|
|
4755
|
+
width: 310px;
|
|
4756
|
+
height: 574px;
|
|
4757
|
+
background: #fff;
|
|
4758
|
+
border: 10px solid #e5e5e5;
|
|
4759
|
+
border-radius: 40px;
|
|
4923
4760
|
display: flex;
|
|
4924
4761
|
flex-direction: column;
|
|
4925
|
-
|
|
4926
|
-
|
|
4927
|
-
}
|
|
4928
|
-
.whatsapp-container .question-container .question-text-container {
|
|
4929
|
-
box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
|
|
4762
|
+
justify-content: space-between;
|
|
4763
|
+
overflow: hidden;
|
|
4930
4764
|
}
|
|
4931
|
-
.
|
|
4932
|
-
|
|
4765
|
+
.facebook-container .facebook-wrapper .mobile-actions {
|
|
4766
|
+
position: absolute;
|
|
4767
|
+
left: -18px;
|
|
4768
|
+
top: 140px;
|
|
4769
|
+
right: -18px;
|
|
4933
4770
|
}
|
|
4934
|
-
.
|
|
4935
|
-
|
|
4771
|
+
.facebook-container .facebook-wrapper .mobile-actions .side-buttons {
|
|
4772
|
+
position: absolute;
|
|
4773
|
+
background: #e5e5e5;
|
|
4936
4774
|
}
|
|
4937
|
-
.
|
|
4938
|
-
|
|
4775
|
+
.facebook-container .facebook-wrapper .mobile-actions .left-side-buttons-container {
|
|
4776
|
+
position: absolute;
|
|
4777
|
+
left: 10px;
|
|
4778
|
+
top: 0;
|
|
4939
4779
|
}
|
|
4940
|
-
.
|
|
4941
|
-
|
|
4780
|
+
.facebook-container .facebook-wrapper .mobile-actions .left-side-buttons-container .side-buttons.left {
|
|
4781
|
+
width: 8px;
|
|
4782
|
+
height: 55px;
|
|
4783
|
+
border-radius: 4px 0 0 4px;
|
|
4784
|
+
margin-bottom: 8px;
|
|
4942
4785
|
}
|
|
4943
|
-
.
|
|
4944
|
-
|
|
4786
|
+
.facebook-container .facebook-wrapper .mobile-actions .left-side-buttons-container .side-buttons.left-2 {
|
|
4787
|
+
width: 8px;
|
|
4788
|
+
height: 55px;
|
|
4789
|
+
border-radius: 4px 0 0 4px;
|
|
4790
|
+
margin-top: 4rem;
|
|
4945
4791
|
}
|
|
4946
|
-
.
|
|
4947
|
-
|
|
4792
|
+
.facebook-container .facebook-wrapper .mobile-actions .side-buttons.right {
|
|
4793
|
+
position: absolute;
|
|
4794
|
+
right: 10px;
|
|
4795
|
+
top: 0;
|
|
4796
|
+
width: 8px;
|
|
4797
|
+
height: 80px;
|
|
4798
|
+
border-radius: 0 4px 4px 0;
|
|
4948
4799
|
}
|
|
4949
|
-
.
|
|
4950
|
-
width: 100%;
|
|
4800
|
+
.facebook-container .facebook-wrapper .header {
|
|
4951
4801
|
display: flex;
|
|
4952
|
-
justify-content:
|
|
4953
|
-
|
|
4954
|
-
|
|
4955
|
-
|
|
4956
|
-
background:
|
|
4957
|
-
margin-left: var(--wa-message-margin);
|
|
4958
|
-
border-radius: var(--wa-answers-radius);
|
|
4959
|
-
color: var(--wa-answers-color);
|
|
4960
|
-
padding: 12px;
|
|
4961
|
-
width: -moz-fit-content;
|
|
4962
|
-
width: fit-content;
|
|
4963
|
-
min-width: 80px;
|
|
4964
|
-
font-size: 1.1429em;
|
|
4965
|
-
box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
|
|
4966
|
-
word-break: break-word;
|
|
4967
|
-
}
|
|
4968
|
-
.whatsapp-container .answers .reply-block {
|
|
4969
|
-
background: rgba(0, 0, 0, 0.08);
|
|
4970
|
-
margin: -6px -6px 4px;
|
|
4971
|
-
padding: 5px 8px;
|
|
4972
|
-
border-radius: 6px;
|
|
4973
|
-
border-left: 3px solid #2c5cc5;
|
|
4974
|
-
}
|
|
4975
|
-
.whatsapp-container .answers .reply-block .user {
|
|
4976
|
-
color: #2c5cc5;
|
|
4977
|
-
font-weight: 600;
|
|
4978
|
-
margin-bottom: 3px;
|
|
4802
|
+
justify-content: space-between;
|
|
4803
|
+
align-items: center;
|
|
4804
|
+
padding: 12px 16px;
|
|
4805
|
+
border-bottom: 1px solid #ddd;
|
|
4806
|
+
background: #fff;
|
|
4979
4807
|
}
|
|
4980
|
-
.
|
|
4981
|
-
display:
|
|
4808
|
+
.facebook-container .facebook-wrapper .header .header-left {
|
|
4809
|
+
display: flex;
|
|
4810
|
+
align-items: center;
|
|
4811
|
+
gap: 8px;
|
|
4982
4812
|
}
|
|
4983
|
-
.
|
|
4813
|
+
.facebook-container .facebook-wrapper .header .fb-header-brand {
|
|
4984
4814
|
display: flex;
|
|
4985
4815
|
align-items: center;
|
|
4816
|
+
gap: 6px;
|
|
4986
4817
|
}
|
|
4987
|
-
.
|
|
4988
|
-
|
|
4989
|
-
|
|
4990
|
-
|
|
4991
|
-
|
|
4992
|
-
|
|
4993
|
-
|
|
4994
|
-
|
|
4995
|
-
|
|
4996
|
-
|
|
4997
|
-
|
|
4998
|
-
left: 18px;
|
|
4999
|
-
right: 22px;
|
|
5000
|
-
transform: translateY(80px);
|
|
5001
|
-
transition: all linear 0.3s;
|
|
5002
|
-
opacity: 0;
|
|
5003
|
-
}
|
|
5004
|
-
.whatsapp-container .fade-enter-active {
|
|
5005
|
-
transform: translateY(0px);
|
|
5006
|
-
opacity: 1;
|
|
5007
|
-
}
|
|
5008
|
-
.whatsapp-container .fade-enter-done {
|
|
5009
|
-
transform: translateY(0px);
|
|
5010
|
-
opacity: 1;
|
|
5011
|
-
}
|
|
5012
|
-
.whatsapp-container .fade-exit-active {
|
|
5013
|
-
opacity: 0;
|
|
5014
|
-
transform: translateY(80px);
|
|
4818
|
+
.facebook-container .facebook-wrapper .header .fb-header-brand .logo {
|
|
4819
|
+
width: 28px;
|
|
4820
|
+
height: 28px;
|
|
4821
|
+
border-radius: 50%;
|
|
4822
|
+
background: #20a849;
|
|
4823
|
+
color: #fff;
|
|
4824
|
+
display: flex;
|
|
4825
|
+
justify-content: center;
|
|
4826
|
+
align-items: center;
|
|
4827
|
+
font-weight: bold;
|
|
4828
|
+
font-size: 14px;
|
|
5015
4829
|
}
|
|
5016
|
-
.
|
|
5017
|
-
|
|
5018
|
-
|
|
4830
|
+
.facebook-container .facebook-wrapper .header .fb-header-brand .title {
|
|
4831
|
+
font-weight: 600;
|
|
4832
|
+
font-size: 14px;
|
|
4833
|
+
color: #000;
|
|
5019
4834
|
}
|
|
5020
|
-
.
|
|
5021
|
-
|
|
4835
|
+
.facebook-container .facebook-wrapper .header .icon-blue {
|
|
4836
|
+
color: #0084ff;
|
|
4837
|
+
font-size: 18px;
|
|
4838
|
+
cursor: pointer;
|
|
5022
4839
|
}
|
|
5023
|
-
.
|
|
4840
|
+
.facebook-container .facebook-wrapper .input-bar {
|
|
5024
4841
|
display: flex;
|
|
5025
4842
|
align-items: center;
|
|
5026
|
-
|
|
5027
|
-
|
|
4843
|
+
padding: 8px;
|
|
4844
|
+
border-top: 1px solid #ddd;
|
|
4845
|
+
gap: 10px;
|
|
4846
|
+
background: #fff;
|
|
5028
4847
|
}
|
|
5029
|
-
.
|
|
5030
|
-
|
|
4848
|
+
.facebook-container .facebook-wrapper .input-bar .input-icons {
|
|
4849
|
+
display: flex;
|
|
4850
|
+
gap: 12px;
|
|
4851
|
+
color: #0084ff;
|
|
4852
|
+
font-size: 18px;
|
|
5031
4853
|
}
|
|
5032
|
-
.
|
|
5033
|
-
|
|
4854
|
+
.facebook-container .facebook-wrapper .input-bar .input-icons svg {
|
|
4855
|
+
width: 15px;
|
|
4856
|
+
height: 20px;
|
|
4857
|
+
}
|
|
4858
|
+
.facebook-container .facebook-wrapper .input-bar .input-field {
|
|
4859
|
+
flex: 1;
|
|
5034
4860
|
display: flex;
|
|
5035
4861
|
align-items: center;
|
|
5036
|
-
|
|
5037
|
-
|
|
5038
|
-
|
|
5039
|
-
|
|
5040
|
-
padding: 0 8px;
|
|
4862
|
+
background: #f0f0f0;
|
|
4863
|
+
border-radius: 20px;
|
|
4864
|
+
padding: 6px 12px;
|
|
4865
|
+
min-height: 32px;
|
|
5041
4866
|
}
|
|
5042
|
-
.
|
|
5043
|
-
|
|
4867
|
+
.facebook-container .facebook-wrapper .input-bar .input-field .text-input {
|
|
4868
|
+
flex: 1;
|
|
5044
4869
|
border: none;
|
|
5045
|
-
|
|
5046
|
-
|
|
5047
|
-
|
|
4870
|
+
outline: none;
|
|
4871
|
+
background: transparent;
|
|
4872
|
+
font-size: 14px;
|
|
4873
|
+
}
|
|
4874
|
+
.facebook-container .facebook-wrapper .input-bar .input-field .text-input::placeholder {
|
|
4875
|
+
color: #65676b;
|
|
5048
4876
|
}
|
|
5049
|
-
.
|
|
4877
|
+
.facebook-container .facebook-wrapper .input-bar .input-field .facebook-textarea-container {
|
|
5050
4878
|
display: flex;
|
|
4879
|
+
gap: 8px;
|
|
4880
|
+
height: 32px;
|
|
5051
4881
|
align-items: center;
|
|
5052
|
-
justify-content: center;
|
|
5053
4882
|
width: 100%;
|
|
5054
|
-
gap: 12px;
|
|
5055
4883
|
}
|
|
5056
|
-
.
|
|
4884
|
+
.facebook-container .facebook-wrapper .input-bar .input-field .facebook-textarea-container textarea {
|
|
4885
|
+
scrollbar-width: none;
|
|
4886
|
+
resize: none;
|
|
4887
|
+
height: 20px !important;
|
|
4888
|
+
background: transparent;
|
|
4889
|
+
border: none;
|
|
4890
|
+
border-radius: 20px;
|
|
4891
|
+
padding: 6px 12px;
|
|
5057
4892
|
width: 100%;
|
|
4893
|
+
font-size: 14px;
|
|
5058
4894
|
}
|
|
5059
|
-
.
|
|
5060
|
-
|
|
5061
|
-
flex-wrap: nowrap;
|
|
4895
|
+
.facebook-container .facebook-wrapper .input-bar .input-field .facebook-textarea-container textarea:focus {
|
|
4896
|
+
outline: none;
|
|
5062
4897
|
}
|
|
5063
|
-
.
|
|
5064
|
-
|
|
5065
|
-
|
|
4898
|
+
.facebook-container .facebook-wrapper .input-bar .input-field .facebook-textarea-container textarea::placeholder {
|
|
4899
|
+
color: #65676b;
|
|
4900
|
+
line-height: 16px;
|
|
5066
4901
|
}
|
|
5067
|
-
.
|
|
5068
|
-
|
|
4902
|
+
.facebook-container .facebook-wrapper .input-bar .thumbs {
|
|
4903
|
+
font-size: 20px;
|
|
4904
|
+
color: #0084ff;
|
|
4905
|
+
cursor: pointer;
|
|
5069
4906
|
}
|
|
5070
|
-
.
|
|
5071
|
-
|
|
5072
|
-
|
|
5073
|
-
|
|
5074
|
-
|
|
5075
|
-
|
|
5076
|
-
|
|
4907
|
+
.facebook-wrapper {
|
|
4908
|
+
/* === CHAT BODY === */
|
|
4909
|
+
/* === QUESTION & MESSAGE STYLES === */
|
|
4910
|
+
/* === ANSWER STYLES === */
|
|
4911
|
+
/* === CHOICE BUTTONS === */
|
|
4912
|
+
/* === QUICK REPLY BUTTONS === */
|
|
4913
|
+
/* === INPUT BAR === */
|
|
4914
|
+
/* === PROMPT STYLES === */
|
|
4915
|
+
/* === UTILITY STYLES === */
|
|
5077
4916
|
}
|
|
5078
|
-
.
|
|
5079
|
-
|
|
5080
|
-
|
|
5081
|
-
width: fit-content;
|
|
4917
|
+
.facebook-wrapper * {
|
|
4918
|
+
scrollbar-width: none;
|
|
4919
|
+
text-align: center !important;
|
|
5082
4920
|
}
|
|
5083
|
-
.
|
|
4921
|
+
.facebook-wrapper .fb-chat-body {
|
|
4922
|
+
flex: 1;
|
|
5084
4923
|
display: flex;
|
|
5085
4924
|
flex-direction: column;
|
|
5086
|
-
|
|
5087
|
-
|
|
5088
|
-
|
|
5089
|
-
margin: 0;
|
|
4925
|
+
background: #fff;
|
|
4926
|
+
padding: 12px;
|
|
4927
|
+
overflow-y: auto;
|
|
5090
4928
|
}
|
|
5091
|
-
.
|
|
5092
|
-
|
|
4929
|
+
.facebook-wrapper .fb-chat-body .fb-msg-container {
|
|
4930
|
+
display: flex;
|
|
4931
|
+
flex-direction: column;
|
|
4932
|
+
flex-grow: 1;
|
|
4933
|
+
overflow: hidden;
|
|
5093
4934
|
}
|
|
5094
|
-
.
|
|
5095
|
-
margin: 0;
|
|
4935
|
+
.facebook-wrapper .fb-chat-body .fb-msg-container .fb-scroll-wrapper {
|
|
5096
4936
|
display: flex;
|
|
5097
|
-
flex-direction:
|
|
5098
|
-
|
|
4937
|
+
flex-direction: column;
|
|
4938
|
+
gap: 12px;
|
|
4939
|
+
overflow-y: auto;
|
|
4940
|
+
padding-bottom: 10px;
|
|
5099
4941
|
}
|
|
5100
|
-
.
|
|
5101
|
-
|
|
5102
|
-
|
|
5103
|
-
|
|
4942
|
+
.facebook-wrapper .fb-question-container {
|
|
4943
|
+
align-self: flex-start;
|
|
4944
|
+
max-width: 90%;
|
|
4945
|
+
min-width: 150px;
|
|
4946
|
+
display: flex;
|
|
4947
|
+
flex-direction: column;
|
|
4948
|
+
pointer-events: none;
|
|
4949
|
+
background-color: #f3f4f8;
|
|
4950
|
+
border-radius: 2px 16px 16px 16px;
|
|
5104
4951
|
}
|
|
5105
|
-
.
|
|
5106
|
-
|
|
4952
|
+
.facebook-wrapper .fb-question-container .question-text {
|
|
4953
|
+
font-size: 14px;
|
|
4954
|
+
line-height: 1.4;
|
|
4955
|
+
padding: 10px 14px;
|
|
4956
|
+
background-color: transparent;
|
|
4957
|
+
border-radius: 18px;
|
|
4958
|
+
word-break: break-word;
|
|
4959
|
+
color: #000;
|
|
4960
|
+
text-align: left !important;
|
|
4961
|
+
overflow-wrap: break-word;
|
|
4962
|
+
word-break: break-word;
|
|
4963
|
+
hyphens: auto;
|
|
5107
4964
|
}
|
|
5108
|
-
.
|
|
5109
|
-
|
|
5110
|
-
|
|
5111
|
-
|
|
5112
|
-
margin: 2px 0;
|
|
4965
|
+
.facebook-wrapper .fb-question-container .question-text.required::after {
|
|
4966
|
+
content: "*";
|
|
4967
|
+
color: #e74c3c;
|
|
4968
|
+
margin-left: 4px;
|
|
5113
4969
|
}
|
|
5114
|
-
.
|
|
5115
|
-
|
|
5116
|
-
|
|
5117
|
-
width: fit-content;
|
|
5118
|
-
max-width: var(--wa-message-width);
|
|
4970
|
+
.facebook-wrapper .fb-question-container .question-text p {
|
|
4971
|
+
margin: 0;
|
|
4972
|
+
text-align: left;
|
|
5119
4973
|
}
|
|
5120
|
-
.
|
|
5121
|
-
|
|
5122
|
-
|
|
4974
|
+
.facebook-wrapper .fb-question-container .question-text a {
|
|
4975
|
+
color: #0084ff;
|
|
4976
|
+
-webkit-text-decoration: underline;
|
|
4977
|
+
text-decoration: underline;
|
|
5123
4978
|
}
|
|
5124
|
-
.
|
|
5125
|
-
|
|
5126
|
-
padding: 8px 12px;
|
|
5127
|
-
border-radius: var(--wa-message-border);
|
|
5128
|
-
text-align: center;
|
|
5129
|
-
color: var(--wa-message-disabled-color);
|
|
5130
|
-
box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
|
|
4979
|
+
.facebook-wrapper .fb-question-container .question-text .placeholder-tag > span {
|
|
4980
|
+
display: none !important;
|
|
5131
4981
|
}
|
|
5132
|
-
.
|
|
5133
|
-
|
|
5134
|
-
display: flex;
|
|
5135
|
-
align-items: center;
|
|
5136
|
-
justify-content: center;
|
|
5137
|
-
width: 100%;
|
|
5138
|
-
white-space: nowrap;
|
|
4982
|
+
.facebook-wrapper .fb-question-container.active {
|
|
4983
|
+
pointer-events: initial;
|
|
5139
4984
|
}
|
|
5140
|
-
.
|
|
5141
|
-
|
|
4985
|
+
.facebook-wrapper .fb-question-container.active .choices-button {
|
|
4986
|
+
color: #000;
|
|
4987
|
+
padding-left: 25px;
|
|
4988
|
+
padding-right: 25px;
|
|
4989
|
+
padding: 8px 12px;
|
|
4990
|
+
margin: 10px;
|
|
4991
|
+
border-radius: 8px;
|
|
4992
|
+
font-weight: bold;
|
|
4993
|
+
background-color: #fbfbfb;
|
|
4994
|
+
overflow-wrap: break-word;
|
|
4995
|
+
word-break: break-word;
|
|
4996
|
+
hyphens: auto;
|
|
5142
4997
|
}
|
|
5143
|
-
.
|
|
5144
|
-
|
|
5145
|
-
padding-bottom: 4px;
|
|
4998
|
+
.facebook-wrapper .fb-question-container.active .choices-button button {
|
|
4999
|
+
color: #000;
|
|
5146
5000
|
}
|
|
5147
|
-
.
|
|
5148
|
-
|
|
5149
|
-
font-weight: 500;
|
|
5001
|
+
.facebook-wrapper .fb-question-container.active .choices-button svg:not(#star) {
|
|
5002
|
+
fill: #000;
|
|
5150
5003
|
}
|
|
5151
|
-
.
|
|
5152
|
-
|
|
5153
|
-
font-size: 0.8571em;
|
|
5154
|
-
text-align: center;
|
|
5155
|
-
padding: 12px 0;
|
|
5004
|
+
.facebook-wrapper .fb-question-container.active.open-modal {
|
|
5005
|
+
margin-bottom: 45px;
|
|
5156
5006
|
}
|
|
5157
|
-
.
|
|
5158
|
-
|
|
5159
|
-
border: 0;
|
|
5160
|
-
cursor: pointer;
|
|
5007
|
+
.facebook-wrapper .fb-question-container#new {
|
|
5008
|
+
margin-bottom: 10px;
|
|
5161
5009
|
}
|
|
5162
|
-
.
|
|
5010
|
+
.facebook-wrapper .fb-answers-container {
|
|
5011
|
+
align-self: flex-end;
|
|
5163
5012
|
display: flex;
|
|
5164
|
-
|
|
5165
|
-
margin-
|
|
5166
|
-
|
|
5167
|
-
|
|
5168
|
-
|
|
5169
|
-
|
|
5170
|
-
padding:
|
|
5171
|
-
|
|
5172
|
-
|
|
5173
|
-
|
|
5013
|
+
justify-content: flex-end;
|
|
5014
|
+
margin-top: 8px;
|
|
5015
|
+
}
|
|
5016
|
+
.facebook-wrapper .fb-answers-container .fb-answers {
|
|
5017
|
+
background: #0965ff;
|
|
5018
|
+
color: #fff;
|
|
5019
|
+
padding: 8px 14px;
|
|
5020
|
+
border-radius: 18px;
|
|
5021
|
+
font-size: 14px;
|
|
5022
|
+
max-width: 240px;
|
|
5023
|
+
display: inline-block;
|
|
5024
|
+
align-items: center;
|
|
5025
|
+
white-space: normal;
|
|
5026
|
+
overflow-wrap: break-word;
|
|
5027
|
+
word-break: break-word;
|
|
5028
|
+
hyphens: auto;
|
|
5029
|
+
}
|
|
5030
|
+
.facebook-wrapper .fb-answers-container .fb-answers .reply-block {
|
|
5031
|
+
background: rgba(255, 255, 255, 0.1);
|
|
5032
|
+
margin: -6px -6px 4px;
|
|
5033
|
+
padding: 5px 8px;
|
|
5034
|
+
border-radius: 6px;
|
|
5035
|
+
border-left: 3px solid #fff;
|
|
5174
5036
|
}
|
|
5175
|
-
.
|
|
5176
|
-
|
|
5177
|
-
|
|
5178
|
-
|
|
5179
|
-
|
|
5180
|
-
padding: 12px;
|
|
5181
|
-
resize: none;
|
|
5182
|
-
border: none;
|
|
5183
|
-
width: 100%;
|
|
5037
|
+
.facebook-wrapper .fb-answers-container .fb-answers .reply-block .user {
|
|
5038
|
+
color: #fff;
|
|
5039
|
+
font-weight: 600;
|
|
5040
|
+
margin-bottom: 3px;
|
|
5041
|
+
font-size: 12px;
|
|
5184
5042
|
}
|
|
5185
|
-
.
|
|
5186
|
-
|
|
5043
|
+
.facebook-wrapper .fb-answers-container .fb-answers .reply-block .question {
|
|
5044
|
+
margin: 0;
|
|
5045
|
+
font-size: 13px;
|
|
5187
5046
|
}
|
|
5188
|
-
.
|
|
5189
|
-
|
|
5190
|
-
padding-left: 2px;
|
|
5047
|
+
.facebook-wrapper .fb-answers-container .fb-answers:empty {
|
|
5048
|
+
display: none;
|
|
5191
5049
|
}
|
|
5192
|
-
|
|
5193
|
-
.facebook-container .fb-wrapper {
|
|
5194
|
-
width: 100%;
|
|
5195
|
-
height: 100%;
|
|
5050
|
+
.facebook-wrapper .fb-answers-container .fb-answers .fb-answer-text {
|
|
5196
5051
|
display: flex;
|
|
5197
5052
|
align-items: center;
|
|
5198
|
-
|
|
5199
|
-
|
|
5200
|
-
|
|
5201
|
-
|
|
5202
|
-
}
|
|
5203
|
-
.facebook-container .facebook-wrapper * {
|
|
5204
|
-
scrollbar-width: none;
|
|
5205
|
-
text-align: left !important;
|
|
5053
|
+
gap: 4px;
|
|
5054
|
+
overflow-wrap: break-word;
|
|
5055
|
+
word-break: break-word;
|
|
5056
|
+
hyphens: auto;
|
|
5206
5057
|
}
|
|
5207
|
-
.facebook-container .
|
|
5208
|
-
|
|
5209
|
-
display: inline-block;
|
|
5058
|
+
.facebook-wrapper .fb-answers-container .fb-answers .fb-answer-text span {
|
|
5059
|
+
white-space: nowrap;
|
|
5210
5060
|
}
|
|
5211
|
-
.facebook-container .
|
|
5212
|
-
position: relative;
|
|
5213
|
-
width: 310px;
|
|
5214
|
-
height: 574px;
|
|
5215
|
-
background: #fff;
|
|
5216
|
-
border: 10px solid #e5e5e5;
|
|
5217
|
-
border-radius: 40px;
|
|
5061
|
+
.facebook-wrapper .fb-answers-container .fb-answers .fb-answer-text .fb-star-rating-wrapper {
|
|
5218
5062
|
display: flex;
|
|
5219
|
-
|
|
5220
|
-
|
|
5063
|
+
align-items: center;
|
|
5064
|
+
gap: 2px;
|
|
5065
|
+
text-overflow: ellipsis;
|
|
5221
5066
|
overflow: hidden;
|
|
5222
5067
|
}
|
|
5223
|
-
.facebook-container .
|
|
5224
|
-
|
|
5225
|
-
|
|
5226
|
-
|
|
5068
|
+
.facebook-wrapper .fb-answers-container .fb-answers .fb-answer-text .fb-star-rating-wrapper svg {
|
|
5069
|
+
vertical-align: bottom;
|
|
5070
|
+
}
|
|
5071
|
+
.facebook-wrapper .fb-answers-container .fb-answers .fb-answer-text .fb-star-rating-wrapper span {
|
|
5072
|
+
align-items: center;
|
|
5073
|
+
overflow-wrap: break-word;
|
|
5074
|
+
word-break: break-word;
|
|
5075
|
+
hyphens: auto;
|
|
5076
|
+
}
|
|
5077
|
+
.facebook-wrapper .fb-answers-container .fb-answers .fb-answer-text .fb-emoji-rating-wrapper {
|
|
5227
5078
|
display: flex;
|
|
5228
5079
|
align-items: center;
|
|
5229
|
-
|
|
5230
|
-
margin: 12px;
|
|
5231
|
-
margin-bottom: auto;
|
|
5080
|
+
gap: 2px;
|
|
5232
5081
|
}
|
|
5233
|
-
.facebook-
|
|
5234
|
-
|
|
5235
|
-
color: #3c3c3c;
|
|
5082
|
+
.facebook-wrapper .fb-answers-container .fb-answers .fb-answer-text .fb-emoji-rating-wrapper svg {
|
|
5083
|
+
vertical-align: bottom;
|
|
5236
5084
|
}
|
|
5237
|
-
.facebook-
|
|
5238
|
-
|
|
5085
|
+
.facebook-wrapper .fb-answers-container .fb-answers .fb-answer-text .fb-emoji-rating-wrapper span {
|
|
5086
|
+
align-items: center;
|
|
5087
|
+
white-space: normal;
|
|
5088
|
+
overflow-wrap: break-word;
|
|
5089
|
+
word-break: break-word;
|
|
5090
|
+
hyphens: auto;
|
|
5239
5091
|
}
|
|
5240
|
-
.facebook-
|
|
5241
|
-
|
|
5242
|
-
-
|
|
5243
|
-
|
|
5092
|
+
.facebook-wrapper .choices {
|
|
5093
|
+
display: flex;
|
|
5094
|
+
flex-direction: column;
|
|
5095
|
+
gap: 6px;
|
|
5096
|
+
margin-top: 0px;
|
|
5097
|
+
list-style-type: none;
|
|
5098
|
+
padding: 0;
|
|
5099
|
+
overflow-wrap: break-word;
|
|
5100
|
+
word-break: break-word;
|
|
5101
|
+
hyphens: auto;
|
|
5244
5102
|
}
|
|
5245
|
-
.facebook-
|
|
5246
|
-
|
|
5247
|
-
|
|
5248
|
-
|
|
5249
|
-
|
|
5103
|
+
.facebook-wrapper .choices svg:not(#star) {
|
|
5104
|
+
width: 25px;
|
|
5105
|
+
height: 25px;
|
|
5106
|
+
flex-shrink: 0;
|
|
5107
|
+
display: inline;
|
|
5250
5108
|
}
|
|
5251
|
-
.facebook-
|
|
5252
|
-
|
|
5253
|
-
background: #e5e5e5;
|
|
5109
|
+
.facebook-wrapper .choices svg#star {
|
|
5110
|
+
vertical-align: bottom;
|
|
5254
5111
|
}
|
|
5255
|
-
.facebook-
|
|
5256
|
-
|
|
5257
|
-
left: 10px;
|
|
5258
|
-
top: 0;
|
|
5112
|
+
.facebook-wrapper .choices.multi-choice .choice button {
|
|
5113
|
+
white-space: normal;
|
|
5259
5114
|
}
|
|
5260
|
-
.facebook-
|
|
5261
|
-
|
|
5262
|
-
|
|
5263
|
-
border-radius: 4px 0 0 4px;
|
|
5264
|
-
margin-bottom: 8px;
|
|
5115
|
+
.facebook-wrapper .choices.boolean-choices {
|
|
5116
|
+
padding-left: 15px;
|
|
5117
|
+
padding-right: 15px;
|
|
5265
5118
|
}
|
|
5266
|
-
.facebook-
|
|
5267
|
-
|
|
5268
|
-
height: 55px;
|
|
5269
|
-
border-radius: 4px 0 0 4px;
|
|
5270
|
-
margin-top: 4rem;
|
|
5119
|
+
.facebook-wrapper .choices.boolean-choices:has(.choice:nth-child(2):last-child) {
|
|
5120
|
+
flex-direction: row;
|
|
5271
5121
|
}
|
|
5272
|
-
.facebook-
|
|
5273
|
-
|
|
5274
|
-
|
|
5275
|
-
top: 0;
|
|
5276
|
-
width: 8px;
|
|
5277
|
-
height: 80px;
|
|
5278
|
-
border-radius: 0 4px 4px 0;
|
|
5122
|
+
.facebook-wrapper .choices.boolean-choices:has(.choice:nth-child(2):last-child) .boolean-choice {
|
|
5123
|
+
width: calc(80% - 16px);
|
|
5124
|
+
border-radius: 8px;
|
|
5279
5125
|
}
|
|
5280
|
-
.facebook-
|
|
5281
|
-
|
|
5282
|
-
justify-content: space-between;
|
|
5283
|
-
align-items: center;
|
|
5284
|
-
padding: 12px 16px;
|
|
5285
|
-
border-bottom: 1px solid #ddd;
|
|
5286
|
-
background: #fff;
|
|
5126
|
+
.facebook-wrapper .choices.boolean-choices .boolean-choice {
|
|
5127
|
+
background-color: #e2e5ea !important;
|
|
5287
5128
|
}
|
|
5288
|
-
.facebook-
|
|
5129
|
+
.facebook-wrapper .choices.boolean-choices .boolean-choice button {
|
|
5130
|
+
font-size: 14px;
|
|
5131
|
+
font-weight: 500;
|
|
5132
|
+
gap: 8px;
|
|
5133
|
+
width: 100%;
|
|
5134
|
+
padding: 6px 4px;
|
|
5135
|
+
border: none;
|
|
5289
5136
|
display: flex;
|
|
5137
|
+
justify-content: center;
|
|
5290
5138
|
align-items: center;
|
|
5139
|
+
}
|
|
5140
|
+
.facebook-wrapper .choices.dropdown-choices {
|
|
5141
|
+
display: grid;
|
|
5142
|
+
grid-template-columns: repeat(2, 1fr);
|
|
5143
|
+
padding: 0 12px;
|
|
5291
5144
|
gap: 8px;
|
|
5292
5145
|
}
|
|
5293
|
-
.facebook-
|
|
5146
|
+
.facebook-wrapper .choices.dropdown-choices .dropdown-choice {
|
|
5147
|
+
border-radius: 8px;
|
|
5148
|
+
padding: 2px;
|
|
5294
5149
|
display: flex;
|
|
5150
|
+
text-align: center;
|
|
5295
5151
|
align-items: center;
|
|
5296
|
-
|
|
5152
|
+
background-color: #e2e5ea !important;
|
|
5297
5153
|
}
|
|
5298
|
-
.facebook-
|
|
5299
|
-
|
|
5300
|
-
|
|
5301
|
-
|
|
5302
|
-
|
|
5303
|
-
|
|
5154
|
+
.facebook-wrapper .choices.dropdown-choices .dropdown-choice:first-child {
|
|
5155
|
+
grid-column: span 2;
|
|
5156
|
+
}
|
|
5157
|
+
.facebook-wrapper .choices.dropdown-choices .dropdown-choice button {
|
|
5158
|
+
font-size: 14px;
|
|
5159
|
+
font-weight: 500;
|
|
5160
|
+
gap: 8px;
|
|
5161
|
+
width: 100%;
|
|
5162
|
+
padding: 6px;
|
|
5163
|
+
border: none;
|
|
5304
5164
|
display: flex;
|
|
5305
5165
|
justify-content: center;
|
|
5306
5166
|
align-items: center;
|
|
5307
|
-
font-weight: bold;
|
|
5308
|
-
font-size: 14px;
|
|
5309
5167
|
}
|
|
5310
|
-
.facebook-
|
|
5168
|
+
.facebook-wrapper .choices.dropdown-choices .dropdown-choice button .fb-star-rating-wrapper {
|
|
5169
|
+
align-items: center;
|
|
5170
|
+
}
|
|
5171
|
+
.facebook-wrapper .choices.dropdown-choices .dropdown-choice button .fb-star-rating-wrapper svg {
|
|
5172
|
+
vertical-align: bottom;
|
|
5173
|
+
}
|
|
5174
|
+
.facebook-wrapper .choices.dropdown-choices .action {
|
|
5175
|
+
width: 100%;
|
|
5176
|
+
padding: 2px;
|
|
5177
|
+
border: none;
|
|
5178
|
+
border-radius: 8px;
|
|
5179
|
+
font-size: 15px;
|
|
5311
5180
|
font-weight: 600;
|
|
5312
|
-
|
|
5313
|
-
|
|
5181
|
+
display: flex;
|
|
5182
|
+
justify-content: center;
|
|
5183
|
+
align-items: center;
|
|
5314
5184
|
}
|
|
5315
|
-
.facebook-
|
|
5316
|
-
|
|
5317
|
-
|
|
5185
|
+
.facebook-wrapper .fb-quick-reply-area {
|
|
5186
|
+
padding: 8px 12px 0;
|
|
5187
|
+
background: #fff;
|
|
5188
|
+
border-top: 1px solid #e4e6ea;
|
|
5189
|
+
}
|
|
5190
|
+
.facebook-wrapper .fb-quick-reply-area .fb-quick-reply-buttons {
|
|
5191
|
+
display: flex;
|
|
5192
|
+
flex-wrap: wrap;
|
|
5193
|
+
gap: 8px;
|
|
5194
|
+
padding-bottom: 8px;
|
|
5195
|
+
}
|
|
5196
|
+
.facebook-wrapper .fb-quick-reply-area .fb-quick-reply-buttons.scrollable {
|
|
5197
|
+
flex-wrap: nowrap;
|
|
5198
|
+
overflow-x: auto;
|
|
5199
|
+
scrollbar-width: none; /* Firefox */
|
|
5200
|
+
-ms-overflow-style: none; /* IE and Edge */
|
|
5201
|
+
}
|
|
5202
|
+
.facebook-wrapper .fb-quick-reply-area .fb-quick-reply-buttons.scrollable::-webkit-scrollbar {
|
|
5203
|
+
display: none; /* Chrome, Safari, Opera */
|
|
5204
|
+
}
|
|
5205
|
+
.facebook-wrapper .fb-quick-reply-area .fb-quick-reply-buttons .fb-quick-reply-button {
|
|
5206
|
+
background: #fff;
|
|
5207
|
+
border: 1px solid #1877f2;
|
|
5208
|
+
color: #1877f2;
|
|
5209
|
+
padding: 8px 16px;
|
|
5210
|
+
border-radius: 20px;
|
|
5211
|
+
font-size: 14px;
|
|
5212
|
+
font-weight: 500;
|
|
5318
5213
|
cursor: pointer;
|
|
5214
|
+
transition: all 0.2s ease;
|
|
5215
|
+
white-space: nowrap;
|
|
5216
|
+
flex-shrink: 0; /* Prevent shrinking in scrollable mode */
|
|
5319
5217
|
}
|
|
5320
|
-
.facebook-
|
|
5218
|
+
.facebook-wrapper .fb-quick-reply-area .fb-quick-reply-buttons .fb-quick-reply-button:hover {
|
|
5219
|
+
background: #1877f2;
|
|
5220
|
+
color: #fff;
|
|
5221
|
+
}
|
|
5222
|
+
.facebook-wrapper .fb-quick-reply-area .fb-quick-reply-buttons .fb-quick-reply-button:active {
|
|
5223
|
+
transform: scale(0.98);
|
|
5224
|
+
}
|
|
5225
|
+
.facebook-wrapper .fb-quick-reply-area .fb-quick-reply-buttons .fb-quick-reply-button .fb-star-rating-wrapper {
|
|
5226
|
+
display: flex;
|
|
5227
|
+
align-items: baseline;
|
|
5228
|
+
gap: 8px;
|
|
5229
|
+
text-overflow: ellipsis;
|
|
5230
|
+
overflow: hidden;
|
|
5231
|
+
}
|
|
5232
|
+
.facebook-wrapper .fb-quick-reply-area .fb-quick-reply-buttons .fb-quick-reply-button .fb-star-rating-wrapper svg {
|
|
5233
|
+
vertical-align: bottom;
|
|
5234
|
+
}
|
|
5235
|
+
.facebook-wrapper .fb-input-bar {
|
|
5321
5236
|
display: flex;
|
|
5322
5237
|
align-items: center;
|
|
5323
5238
|
padding: 8px;
|
|
@@ -5325,17 +5240,22 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
5325
5240
|
gap: 10px;
|
|
5326
5241
|
background: #fff;
|
|
5327
5242
|
}
|
|
5328
|
-
.facebook-
|
|
5243
|
+
.facebook-wrapper .fb-input-bar .fb-input-icons {
|
|
5329
5244
|
display: flex;
|
|
5330
5245
|
gap: 12px;
|
|
5331
5246
|
color: #0084ff;
|
|
5332
5247
|
font-size: 18px;
|
|
5333
5248
|
}
|
|
5334
|
-
.facebook-
|
|
5249
|
+
.facebook-wrapper .fb-input-bar .fb-input-icons svg {
|
|
5335
5250
|
width: 15px;
|
|
5336
5251
|
height: 20px;
|
|
5337
5252
|
}
|
|
5338
|
-
.facebook-
|
|
5253
|
+
.facebook-wrapper .fb-input-bar .input-container {
|
|
5254
|
+
display: flex;
|
|
5255
|
+
gap: 8px;
|
|
5256
|
+
align-items: anchor-center;
|
|
5257
|
+
}
|
|
5258
|
+
.facebook-wrapper .fb-input-bar .input-container .input-field {
|
|
5339
5259
|
flex: 1;
|
|
5340
5260
|
display: flex;
|
|
5341
5261
|
align-items: center;
|
|
@@ -5344,24 +5264,24 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
5344
5264
|
padding: 6px 12px;
|
|
5345
5265
|
min-height: 32px;
|
|
5346
5266
|
}
|
|
5347
|
-
.facebook-
|
|
5267
|
+
.facebook-wrapper .fb-input-bar .input-container .input-field .text-input {
|
|
5348
5268
|
flex: 1;
|
|
5349
5269
|
border: none;
|
|
5350
5270
|
outline: none;
|
|
5351
5271
|
background: transparent;
|
|
5352
5272
|
font-size: 14px;
|
|
5353
5273
|
}
|
|
5354
|
-
.facebook-
|
|
5274
|
+
.facebook-wrapper .fb-input-bar .input-container .input-field .text-input::placeholder {
|
|
5355
5275
|
color: #65676b;
|
|
5356
5276
|
}
|
|
5357
|
-
.facebook-
|
|
5277
|
+
.facebook-wrapper .fb-input-bar .input-container .input-field .facebook-textarea-container {
|
|
5358
5278
|
display: flex;
|
|
5359
5279
|
gap: 8px;
|
|
5360
5280
|
height: 32px;
|
|
5361
5281
|
align-items: center;
|
|
5362
5282
|
width: 100%;
|
|
5363
5283
|
}
|
|
5364
|
-
.facebook-
|
|
5284
|
+
.facebook-wrapper .fb-input-bar .input-container .input-field .facebook-textarea-container textarea {
|
|
5365
5285
|
scrollbar-width: none;
|
|
5366
5286
|
resize: none;
|
|
5367
5287
|
height: 20px !important;
|
|
@@ -5371,18 +5291,46 @@ div.surveyserv-widget-container.compact-container-style .fsc-radio-group button.
|
|
|
5371
5291
|
padding: 6px 12px;
|
|
5372
5292
|
width: 100%;
|
|
5373
5293
|
font-size: 14px;
|
|
5294
|
+
text-align: left !important;
|
|
5374
5295
|
}
|
|
5375
|
-
.facebook-
|
|
5296
|
+
.facebook-wrapper .fb-input-bar .input-container .input-field .facebook-textarea-container textarea:focus {
|
|
5376
5297
|
outline: none;
|
|
5377
5298
|
}
|
|
5378
|
-
.facebook-
|
|
5299
|
+
.facebook-wrapper .fb-input-bar .input-container .input-field .facebook-textarea-container textarea::placeholder {
|
|
5379
5300
|
color: #65676b;
|
|
5380
5301
|
line-height: 16px;
|
|
5381
5302
|
}
|
|
5382
|
-
.facebook-
|
|
5303
|
+
.facebook-wrapper .fb-input-bar .input-container .icon-container button {
|
|
5304
|
+
width: 20px;
|
|
5305
|
+
margin-right: 4px;
|
|
5306
|
+
margin-top: 4px;
|
|
5307
|
+
}
|
|
5308
|
+
.facebook-wrapper .fb-input-bar .thumbs {
|
|
5383
5309
|
font-size: 20px;
|
|
5384
5310
|
color: #0084ff;
|
|
5311
|
+
}
|
|
5312
|
+
.facebook-wrapper .fb-prompt-container {
|
|
5313
|
+
margin-bottom: 12px;
|
|
5314
|
+
}
|
|
5315
|
+
.facebook-wrapper .fb-prompt-container .fb-question-container {
|
|
5316
|
+
background-color: #f0f0f0;
|
|
5317
|
+
border-radius: 2px 16px 16px 16px;
|
|
5318
|
+
}
|
|
5319
|
+
.facebook-wrapper .fb-prompt-container .fb-question-container .choices {
|
|
5320
|
+
padding-left: 25px;
|
|
5321
|
+
padding-right: 25px;
|
|
5322
|
+
font-weight: bold;
|
|
5323
|
+
}
|
|
5324
|
+
.facebook-wrapper .fb-prompt-container .fb-question-container .choices .choice {
|
|
5325
|
+
font-weight: bold;
|
|
5326
|
+
background-color: #fbfbfb;
|
|
5327
|
+
}
|
|
5328
|
+
.facebook-wrapper button {
|
|
5329
|
+
background: transparent;
|
|
5330
|
+
border: 0;
|
|
5385
5331
|
cursor: pointer;
|
|
5332
|
+
font-family: inherit;
|
|
5333
|
+
font-size: 14px;
|
|
5386
5334
|
}
|
|
5387
5335
|
.fsc-link-preview {
|
|
5388
5336
|
font-size: var(--fsc-font-size);
|