atarim-connect-screen.css
3 weeks ago
global.css
3 weeks ago
offboarding.css
3 weeks ago
settings.css
3 weeks ago
global.css
192 lines
| 1 | /*user consent modal*/ |
| 2 | .avc_consent_form_launcher { |
| 3 | display: flex !important; |
| 4 | justify-content: center !important; |
| 5 | align-items: center !important; |
| 6 | position: fixed !important; |
| 7 | z-index: 214748366 !important; |
| 8 | right: 0 !important; |
| 9 | top: calc(25% - 23px) !important; |
| 10 | width: 55px !important; |
| 11 | height: 55px !important; |
| 12 | flex-shrink: 0 !important; |
| 13 | border-radius: 8px 0px 0px 8px !important; |
| 14 | cursor: grab; |
| 15 | pointer-events: auto !important; |
| 16 | box-shadow: 0px 3px 20px 6px rgba(0, 0, 0, .025), 0px 0px 7px 2px rgba(0, 0, 0, .05) !important; |
| 17 | background: #ffffff !important; |
| 18 | transition: 0.8s !important; |
| 19 | } |
| 20 | .avc_consent_form_launcher img { |
| 21 | border-radius: 8px !important; |
| 22 | max-height: 35px !important; |
| 23 | max-width: 35px !important; |
| 24 | height: auto !important; |
| 25 | width: 100% !important; |
| 26 | margin: 0 !important; |
| 27 | user-select: none !important; |
| 28 | -webkit-user-drag: none !important; |
| 29 | } |
| 30 | .avc_hide_launcher { |
| 31 | right: -85px !important |
| 32 | } |
| 33 | .avc_user_consent_container { |
| 34 | position: fixed; |
| 35 | top: 0; |
| 36 | left: 0; |
| 37 | width: 100%; |
| 38 | height: 100%; |
| 39 | background: rgba(255, 255, 255, 0.7); |
| 40 | backdrop-filter: blur(8px); |
| 41 | display: none; |
| 42 | z-index: 9999; |
| 43 | } |
| 44 | .avc_user_consent_wrapper { |
| 45 | position: relative; |
| 46 | height: 100%; |
| 47 | width: 100%; |
| 48 | } |
| 49 | .avc_user_consent_modal { |
| 50 | --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1); |
| 51 | --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color); |
| 52 | box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); |
| 53 | background-image: linear-gradient(142deg, #6d5df3, #8f5df3); |
| 54 | border-radius: 1rem; |
| 55 | overflow: hidden; |
| 56 | width: 100%; |
| 57 | max-width: 950px; |
| 58 | font-family: Roboto, sans-serif; |
| 59 | box-sizing: border-box; |
| 60 | position: absolute; |
| 61 | top: 50%; |
| 62 | left: 50%; |
| 63 | transform: translate(-50%, -50%); |
| 64 | display: flex; |
| 65 | } |
| 66 | .avc_start_collab_modal { |
| 67 | font-family: Roboto, Helvetica, Arial, sans-serif; |
| 68 | border-radius: .5rem; |
| 69 | margin: .75rem; |
| 70 | width: 43%; |
| 71 | background: #fff; |
| 72 | padding: 50px 14px; |
| 73 | display: flex; |
| 74 | flex-direction: column; |
| 75 | justify-content: center; |
| 76 | align-items: center; |
| 77 | color: rgba(39, 45, 60, 1); |
| 78 | } |
| 79 | .avc_user_consent_logo { |
| 80 | max-width: 150px; |
| 81 | margin-bottom: 25px; |
| 82 | } |
| 83 | .avc_user_consent_title { |
| 84 | font-weight: 700; |
| 85 | font-size: 1rem; |
| 86 | line-height: 1.5rem; |
| 87 | margin-bottom: 20px; |
| 88 | } |
| 89 | .avc_user_consent_button { |
| 90 | width: 100%; |
| 91 | max-width: 300px; |
| 92 | height: 36px; |
| 93 | border-radius: 8px; |
| 94 | background: rgba(62, 214, 150, 1); |
| 95 | display: flex; |
| 96 | justify-content: center; |
| 97 | align-items: center; |
| 98 | cursor: pointer; |
| 99 | margin-bottom: 20px; |
| 100 | } |
| 101 | .avc_user_consent_button.loading { |
| 102 | opacity: 0.7; |
| 103 | pointer-events: none; |
| 104 | cursor: not-allowed; |
| 105 | background: #cccccc; |
| 106 | } |
| 107 | .avc_consent_loader { |
| 108 | display: none; |
| 109 | margin-right: 5px; |
| 110 | } |
| 111 | .avc_user_consent_button_text { |
| 112 | font-size: 14px; |
| 113 | font-weight: 400; |
| 114 | line-height: 16px; |
| 115 | text-align: right; |
| 116 | text-underline-position: from-font; |
| 117 | text-decoration-skip-ink: none; |
| 118 | margin-left: 5px; |
| 119 | } |
| 120 | .avc_user_consent_terms { |
| 121 | font-weight: 500; |
| 122 | font-size: .875rem; |
| 123 | line-height: 1.25rem; |
| 124 | text-align: center; |
| 125 | } |
| 126 | .avc_user_consent_terms a { |
| 127 | font-weight: 500 !important; |
| 128 | text-decoration: none; |
| 129 | color: rgba(109, 93, 243, 1) !important; |
| 130 | } |
| 131 | .avc_consent_meta_info { |
| 132 | position: relative; |
| 133 | display: flex; |
| 134 | flex-direction: column; |
| 135 | justify-content: center; |
| 136 | align-items: center; |
| 137 | width: 57%; |
| 138 | padding: 4rem 2.5rem; |
| 139 | color: #fff; |
| 140 | font-family: Roboto, Helvetica, Arial, sans-serif; |
| 141 | } |
| 142 | .avc_user_consent_close { |
| 143 | position: absolute; |
| 144 | top: 15px; |
| 145 | right: 25px; |
| 146 | font-size: 28px; |
| 147 | font-weight: 500; |
| 148 | line-height: 28px; |
| 149 | cursor: pointer; |
| 150 | background: none; |
| 151 | border: none; |
| 152 | } |
| 153 | .avc_consent_meta_title { |
| 154 | margin-bottom: 10px; |
| 155 | font-size: 22px; |
| 156 | font-weight: 600; |
| 157 | text-align: center; |
| 158 | margin-bottom: 20px; |
| 159 | } |
| 160 | .avc_consent_meta_desc { |
| 161 | color: #fff; |
| 162 | font-size: 14px; |
| 163 | text-align: center; |
| 164 | margin-bottom: 20px; |
| 165 | } |
| 166 | .avc_consent_meta_img { |
| 167 | position: relative; |
| 168 | width: 100%; |
| 169 | } |
| 170 | .avc_comment_overlay { |
| 171 | position: absolute !important; |
| 172 | height: 100% !important; |
| 173 | width: 100% !important; |
| 174 | left: 0 !important; |
| 175 | top: 0 !important; |
| 176 | margin-left: -30px !important; |
| 177 | z-index: 1 !important; |
| 178 | } |
| 179 | .avc_current_screen { |
| 180 | --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1); |
| 181 | --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color); |
| 182 | box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); |
| 183 | object-fit: cover; |
| 184 | border-radius: .5rem; |
| 185 | width: 100%; |
| 186 | aspect-ratio: 16 / 9; |
| 187 | } |
| 188 | .avc_show { |
| 189 | display: block !important; |
| 190 | } |
| 191 | |
| 192 |