@@ -245,6 +245,86 @@ select::-ms-expand {
245245 margin-bottom : 0 ;
246246}
247247
248+ /** Start: Confirmation Card **/
249+ .confirmation-card .center-align-card {
250+ background-color : # C8C9CC ;
251+ }
252+
253+ .confirmation-card a ,
254+ .confirmation-card a : active ,
255+ .confirmation-card a : visited {
256+ text-decoration : underline;
257+ }
258+
259+ .confirmation-card .center-align-card .page-content {
260+ box-shadow : none;
261+ }
262+
263+ .confirmation-card .center-align-card .page-content .page-main {
264+ padding : 0px 50px 55px ;
265+ position : relative;
266+ text-align : center;
267+ }
268+
269+ .confirmation-card .header {
270+ padding : 27px 10px 21px 10px ;
271+ background-color : transparent;
272+ }
273+ .confirmation-card .header .logo-link img {
274+
275+ }
276+
277+ .confirmation-card .center-align-card .page-content .page-main .page-title-heading {
278+ color : # 2A2A2A ;
279+ font-family : "Barlow Condensed" ;
280+ font-weight : 500 ;
281+ font-size : 34px ;
282+ line-height : 38px ;
283+ text-align : center;
284+ }
285+ .confirmation-card .center-align-card .page-content .page-main .page-description {
286+ margin-top : 41px ;
287+ text-align : left;
288+ font-weight : normal;
289+ font-family : "Roboto" ;
290+ font-size : 15px ;
291+ }
292+ .confirmation-card .center-align-card .page-content .page-main .page-description ol {
293+ counter-reset : counter;
294+ list-style : none;
295+ }
296+
297+ .confirmation-card .center-align-card .page-content .page-main .page-description ol li {
298+ margin : 0 ;
299+ line-height : 21px ;
300+ counter-increment : counter;
301+ position : relative;
302+ }
303+
304+ .confirmation-card .center-align-card .page-content .page-main .page-description ol li : not (: last-child ){
305+ padding-bottom : 28px ;
306+ }
307+
308+ .confirmation-card .center-align-card .page-content .page-main .page-description ol li ::before {
309+ content : counter (counter);
310+ color : # FFFFFF ;
311+ font-family : Roboto;
312+ font-size : 16px ;
313+ line-height : 19px ;
314+ text-align : center;
315+ position : absolute;
316+ --size : 30px ;
317+ left : calc (-1 * var (--size ) - 10px );
318+ line-height : var (--size );
319+ top : -4px ;
320+ background-image : linear-gradient (125.57deg , # 2C95D7 0% , # 83C5EE 100% );
321+ border-radius : 100% ;
322+ width : 30px ;
323+ height : 28px ;
324+ text-align : center;
325+ }
326+ /** End: Confirmation Card **/
327+
248328/** Start : Input/select box - field area style **/
249329.input-field {
250330 position : relative;
0 commit comments