@@ -245,6 +245,100 @@ 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 45px ;
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 .footer {
274+ padding-top : 0px ;
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 ul {
293+ list-style : none;
294+ }
295+
296+ .confirmation-card .center-align-card .page-content .page-main .page-description ul li {
297+ margin : 0 ;
298+ line-height : 21px ;
299+ position : relative;
300+ }
301+
302+ .confirmation-card .center-align-card .page-content .page-main .page-description ul li : not (: last-child ){
303+ padding-bottom : 28px ;
304+ }
305+
306+ .confirmation-card .center-align-card .page-content .page-main .page-description ul li ::before {
307+ color : # FFFFFF ;
308+ font-family : Roboto;
309+ font-size : 16px ;
310+ line-height : 19px ;
311+ position : absolute;
312+ --size : 30px ;
313+ line-height : var (--size );
314+ left : calc (-1 * var (--size ) - 11px );
315+ top : -4px ;
316+ }
317+
318+ li : nth-child (1 )::before {
319+ content : "" ;
320+ background-image : url ('./images/1.png' );
321+ height : 28px ;
322+ width : 30px ;
323+ }
324+
325+ li : nth-child (2 )::before {
326+ content : "" ;
327+ background-image : url ('./images/2.png' );
328+ height : 28px ;
329+ width : 30px ;
330+ }
331+
332+ li : nth-child (3 )::before {
333+ content : "" ;
334+ background-image : url ('./images/3.png' );
335+ height : 28px ;
336+ width : 30px ;
337+ }
338+
339+
340+ /** End: Confirmation Card **/
341+
248342/** Start : Input/select box - field area style **/
249343.input-field {
250344 position : relative;
0 commit comments