d i f f   - - g i t   a / a p p / H t t p / C o n t r o l l e r s / A d m i n C o n t r o l l e r . p h p   b / a p p / H t t p / C o n t r o l l e r s / A d m i n C o n t r o l l e r . p h p 
 
 i n d e x   7 3 b 1 2 f b . . 6 3 c 6 b d 5   1 0 0 6 4 4 
 
 - - -   a / a p p / H t t p / C o n t r o l l e r s / A d m i n C o n t r o l l e r . p h p 
 
 + + +   b / a p p / H t t p / C o n t r o l l e r s / A d m i n C o n t r o l l e r . p h p 
 
 @ @   - 1 1 , 2 2   + 1 1 , 2 0   @ @ 
 
   
 
   c l a s s   A d m i n C o n t r o l l e r   e x t e n d s   C o n t r o l l e r 
 
   { 
 
 -         / /   1 .   H a l a m a n   D a s h b o a r d   A d m i n 
 
 + 
 
           p u b l i c   f u n c t i o n   i n d e x ( ) 
 
           { 
 
                   $ p e n d i n g O r d e r s   =   I n v i t a t i o n : : w h e r e ( ' s t a t u s ' ,   ' p e n d i n g ' ) - > l a t e s t ( ) - > g e t ( ) ; 
 
 -                 / /   L o a d   u s e r   a g a r   t i d a k   N + 1   P r o b l e m   s a a t   l o o p i n g   d i   v i e w 
 
 + 
 
                   $ a c t i v e O r d e r s   =   I n v i t a t i o n : : w h e r e ( ' s t a t u s ' ,   ' a c t i v e ' ) - > w i t h ( ' u s e r ' ) - > l a t e s t ( ) - > g e t ( ) ; 
 
 -                 
 
 + 
 
                   r e t u r n   v i e w ( ' a d m i n . d a s h b o a r d ' ,   c o m p a c t ( ' p e n d i n g O r d e r s ' ,   ' a c t i v e O r d e r s ' ) ) ; 
 
           } 
 
   
 
 -         / /   2 .   L o g i c   A p p r o v e   O r d e r 
 
           p u b l i c   f u n c t i o n   a p p r o v e ( $ i d ) 
 
           { 
 
                   $ i n v i t a t i o n   =   I n v i t a t i o n : : f i n d O r F a i l ( $ i d ) ; 
 
   
 
 -                 / /   [ S A F E T Y ]   C e k   j i k a   s u d a h   a k t i f ,   j a n g a n   d i p r o s e s   l a g i 
 
                   i f   ( $ i n v i t a t i o n - > s t a t u s   = = =   ' a c t i v e ' )   { 
 
                           r e t u r n   r e d i r e c t ( ) - > b a c k ( ) - > w i t h ( ' e r r o r ' ,   ' P e s a n a n   i n i   s u d a h   a k t i f   s e b e l u m n y a ! ' ) ; 
 
                   } 
 
 @ @   - 3 5 , 2 3   + 3 3 , 2 0   @ @   p u b l i c   f u n c t i o n   a p p r o v e ( $ i d ) 
 
   
 
                   t r y   { 
 
                           D B : : t r a n s a c t i o n ( f u n c t i o n   ( )   u s e   ( $ i n v i t a t i o n ,   & $ c r e d e n t i a l s )   { 
 
 -                                 
 
 -                                 / /   A m b i l   C o n t e n t   d e n g a n   n u l l   c o a l e s c i n g   o p e r a t o r   ( ? ? )   u n t u k   j a g a - j a g a 
 
 + 
 
                                   $ c o n t e n t   =   $ i n v i t a t i o n - > c o n t e n t ; 
 
                                   $ n a m a P r i a   =   $ c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' n a m a ' ]   ? ?   ' M e m p e l a i   P r i a ' ; 
 
                                   $ n a m a W a n i t a   =   $ c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' n a m a ' ]   ? ?   ' M e m p e l a i   W a n i t a ' ; 
 
   
 
                                   $ n a m a A k u n   =   $ n a m a P r i a   .   '   &   '   .   $ n a m a W a n i t a ; 
 
   
 
 -                                 / /   P r o s e s   g e n e r a t e   u s e r n a m e   c l e a n 
 
                                   $ p r i a   =   e x p l o d e ( '   ' ,   t r i m ( $ n a m a P r i a ) ) [ 0 ] ; 
 
                                   $ w a n i t a   =   e x p l o d e ( '   ' ,   t r i m ( $ n a m a W a n i t a ) ) [ 0 ] ; 
 
   
 
                                   $ p r i a   =   s t r t o l o w e r ( p r e g _ r e p l a c e ( ' / [ ^ a - z 0 - 9 ] / i ' ,   ' ' ,   $ p r i a ) ) ; 
 
                                   $ w a n i t a   =   s t r t o l o w e r ( p r e g _ r e p l a c e ( ' / [ ^ a - z 0 - 9 ] / i ' ,   ' ' ,   $ w a n i t a ) ) ; 
 
   
 
 -                                 / /   G e n e r a t e   E m a i l 
 
 -                                 $ b a s e E m a i l   =   " { $ p r i a } . { $ w a n i t a } " ;   / /   S a y a   s a r a n k a n   p a k a i   t i t i k   ( . )   l e b i h   a m a n   d a r i   & 
 
 +                                 $ b a s e E m a i l   =   " { $ p r i a } . { $ w a n i t a } " ; 
 
                                   $ e m a i l   =   $ b a s e E m a i l   .   ' @ t e m a n t e n . i n v ' ; 
 
   
 
                                   $ c o u n t e r   =   1 ; 
 
 @ @   - 6 0 , 1 0   + 5 5 , 8   @ @   p u b l i c   f u n c t i o n   a p p r o v e ( $ i d ) 
 
                                           $ c o u n t e r + + ; 
 
                                   } 
 
   
 
 -                                 / /   P a s s w o r d 
 
                                   $ r a w P a s s w o r d   =   S t r : : r a n d o m ( 8 ) ; 
 
   
 
 -                                 / /   C r e a t e   U s e r 
 
                                   $ u s e r   =   U s e r : : c r e a t e ( [ 
 
                                           ' n a m e '   = >   $ n a m a A k u n , 
 
                                           ' e m a i l '   = >   $ e m a i l , 
 
 @ @   - 7 1 , 7   + 6 4 , 6   @ @   p u b l i c   f u n c t i o n   a p p r o v e ( $ i d ) 
 
                                           ' r o l e '   = >   ' c l i e n t ' , 
 
                                   ] ) ; 
 
   
 
 -                                 / /   U p d a t e   I n v i t a t i o n 
 
                                   $ i n v i t a t i o n - > u p d a t e ( [ 
 
                                           ' s t a t u s '   = >   ' a c t i v e ' , 
 
                                           ' u s e r _ i d '   = >   $ u s e r - > i d 
 
 @ @   - 8 7 , 1 6   + 7 9 , 1 5   @ @   p u b l i c   f u n c t i o n   a p p r o v e ( $ i d ) 
 
                           r e t u r n   r e d i r e c t ( ) - > b a c k ( ) - > w i t h ( ' n e w _ a c c o u n t ' ,   $ c r e d e n t i a l s ) ; 
 
   
 
                   }   c a t c h   ( \ E x c e p t i o n   $ e )   { 
 
 -                         / /   J i k a   a d a   e r r o r   l a i n   ( m i s a l   k o n e k s i   d b   p u t u s ) 
 
 + 
 
                           r e t u r n   r e d i r e c t ( ) - > b a c k ( ) - > w i t h ( ' e r r o r ' ,   ' T e r j a d i   k e s a l a h a n :   '   .   $ e - > g e t M e s s a g e ( ) ) ; 
 
                   } 
 
           } 
 
   
 
 -         / /   3 .   R e s e t   P a s s w o r d 
 
           p u b l i c   f u n c t i o n   r e s e t P a s s w o r d ( $ u s e r _ i d ) 
 
           { 
 
                   $ u s e r   =   U s e r : : f i n d O r F a i l ( $ u s e r _ i d ) ; 
 
 -                 
 
 + 
 
                   $ n e w P a s s w o r d   =   S t r : : r a n d o m ( 8 ) ; 
 
   
 
                   $ u s e r - > u p d a t e ( [ 
 
 d i f f   - - g i t   a / a p p / H t t p / C o n t r o l l e r s / A u t h / A u t h e n t i c a t e d S e s s i o n C o n t r o l l e r . p h p   b / a p p / H t t p / C o n t r o l l e r s / A u t h / A u t h e n t i c a t e d S e s s i o n C o n t r o l l e r . p h p 
 
 i n d e x   7 6 2 4 6 b 6 . . d 0 e 9 a 7 b   1 0 0 6 4 4 
 
 - - -   a / a p p / H t t p / C o n t r o l l e r s / A u t h / A u t h e n t i c a t e d S e s s i o n C o n t r o l l e r . p h p 
 
 + + +   b / a p p / H t t p / C o n t r o l l e r s / A u t h / A u t h e n t i c a t e d S e s s i o n C o n t r o l l e r . p h p 
 
 @ @   - 1 1 , 1 7   + 1 1 , 1 2   @ @ 
 
   
 
   c l a s s   A u t h e n t i c a t e d S e s s i o n C o n t r o l l e r   e x t e n d s   C o n t r o l l e r 
 
   { 
 
 -         / * * 
 
 -           *   D i s p l a y   t h e   l o g i n   v i e w . 
 
 -           * / 
 
 + 
 
           p u b l i c   f u n c t i o n   c r e a t e ( ) :   V i e w 
 
           { 
 
                   r e t u r n   v i e w ( ' a u t h . l o g i n ' ) ; 
 
           } 
 
   
 
 -         / * * 
 
 -           *   H a n d l e   a n   i n c o m i n g   a u t h e n t i c a t i o n   r e q u e s t . 
 
 -           * / 
 
           p u b l i c   f u n c t i o n   s t o r e ( L o g i n R e q u e s t   $ r e q u e s t ) :   R e d i r e c t R e s p o n s e 
 
           { 
 
                   $ r e q u e s t - > a u t h e n t i c a t e ( ) ; 
 
 @ @   - 3 6 , 9   + 3 1 , 6   @ @   p u b l i c   f u n c t i o n   s t o r e ( L o g i n R e q u e s t   $ r e q u e s t ) :   R e d i r e c t R e s p o n s e 
 
                   r e t u r n   r e d i r e c t ( ) - > r o u t e ( ' c l i e n t . d a s h b o a r d ' ) ; 
 
           } 
 
   
 
 -         / * * 
 
 -           *   D e s t r o y   a n   a u t h e n t i c a t e d   s e s s i o n . 
 
 -           * / 
 
           p u b l i c   f u n c t i o n   d e s t r o y ( R e q u e s t   $ r e q u e s t ) :   R e d i r e c t R e s p o n s e 
 
           { 
 
                   A u t h : : g u a r d ( ' w e b ' ) - > l o g o u t ( ) ; 
 
 d i f f   - - g i t   a / a p p / H t t p / C o n t r o l l e r s / A u t h / C o n f i r m a b l e P a s s w o r d C o n t r o l l e r . p h p   b / a p p / H t t p / C o n t r o l l e r s / A u t h / C o n f i r m a b l e P a s s w o r d C o n t r o l l e r . p h p 
 
 i n d e x   7 1 2 3 9 4 a . . 1 a 1 4 c 4 d   1 0 0 6 4 4 
 
 - - -   a / a p p / H t t p / C o n t r o l l e r s / A u t h / C o n f i r m a b l e P a s s w o r d C o n t r o l l e r . p h p 
 
 + + +   b / a p p / H t t p / C o n t r o l l e r s / A u t h / C o n f i r m a b l e P a s s w o r d C o n t r o l l e r . p h p 
 
 @ @   - 1 1 , 1 7   + 1 1 , 1 2   @ @ 
 
   
 
   c l a s s   C o n f i r m a b l e P a s s w o r d C o n t r o l l e r   e x t e n d s   C o n t r o l l e r 
 
   { 
 
 -         / * * 
 
 -           *   S h o w   t h e   c o n f i r m   p a s s w o r d   v i e w . 
 
 -           * / 
 
 + 
 
           p u b l i c   f u n c t i o n   s h o w ( ) :   V i e w 
 
           { 
 
                   r e t u r n   v i e w ( ' a u t h . c o n f i r m - p a s s w o r d ' ) ; 
 
           } 
 
   
 
 -         / * * 
 
 -           *   C o n f i r m   t h e   u s e r ' s   p a s s w o r d . 
 
 -           * / 
 
           p u b l i c   f u n c t i o n   s t o r e ( R e q u e s t   $ r e q u e s t ) :   R e d i r e c t R e s p o n s e 
 
           { 
 
                   i f   ( !   A u t h : : g u a r d ( ' w e b ' ) - > v a l i d a t e ( [ 
 
 d i f f   - - g i t   a / a p p / H t t p / C o n t r o l l e r s / A u t h / E m a i l V e r i f i c a t i o n N o t i f i c a t i o n C o n t r o l l e r . p h p   b / a p p / H t t p / C o n t r o l l e r s / A u t h / E m a i l V e r i f i c a t i o n N o t i f i c a t i o n C o n t r o l l e r . p h p 
 
 i n d e x   f 6 4 f a 9 b . . 9 2 3 1 5 2 6   1 0 0 6 4 4 
 
 - - -   a / a p p / H t t p / C o n t r o l l e r s / A u t h / E m a i l V e r i f i c a t i o n N o t i f i c a t i o n C o n t r o l l e r . p h p 
 
 + + +   b / a p p / H t t p / C o n t r o l l e r s / A u t h / E m a i l V e r i f i c a t i o n N o t i f i c a t i o n C o n t r o l l e r . p h p 
 
 @ @   - 8 , 9   + 8 , 7   @ @ 
 
   
 
   c l a s s   E m a i l V e r i f i c a t i o n N o t i f i c a t i o n C o n t r o l l e r   e x t e n d s   C o n t r o l l e r 
 
   { 
 
 -         / * * 
 
 -           *   S e n d   a   n e w   e m a i l   v e r i f i c a t i o n   n o t i f i c a t i o n . 
 
 -           * / 
 
 + 
 
           p u b l i c   f u n c t i o n   s t o r e ( R e q u e s t   $ r e q u e s t ) :   R e d i r e c t R e s p o n s e 
 
           { 
 
                   i f   ( $ r e q u e s t - > u s e r ( ) - > h a s V e r i f i e d E m a i l ( ) )   { 
 
 d i f f   - - g i t   a / a p p / H t t p / C o n t r o l l e r s / A u t h / E m a i l V e r i f i c a t i o n P r o m p t C o n t r o l l e r . p h p   b / a p p / H t t p / C o n t r o l l e r s / A u t h / E m a i l V e r i f i c a t i o n P r o m p t C o n t r o l l e r . p h p 
 
 i n d e x   e e 3 c b 6 f . . 4 b d 5 e 4 7   1 0 0 6 4 4 
 
 - - -   a / a p p / H t t p / C o n t r o l l e r s / A u t h / E m a i l V e r i f i c a t i o n P r o m p t C o n t r o l l e r . p h p 
 
 + + +   b / a p p / H t t p / C o n t r o l l e r s / A u t h / E m a i l V e r i f i c a t i o n P r o m p t C o n t r o l l e r . p h p 
 
 @ @   - 9 , 9   + 9 , 7   @ @ 
 
   
 
   c l a s s   E m a i l V e r i f i c a t i o n P r o m p t C o n t r o l l e r   e x t e n d s   C o n t r o l l e r 
 
   { 
 
 -         / * * 
 
 -           *   D i s p l a y   t h e   e m a i l   v e r i f i c a t i o n   p r o m p t . 
 
 -           * / 
 
 + 
 
           p u b l i c   f u n c t i o n   _ _ i n v o k e ( R e q u e s t   $ r e q u e s t ) :   R e d i r e c t R e s p o n s e | V i e w 
 
           { 
 
                   r e t u r n   $ r e q u e s t - > u s e r ( ) - > h a s V e r i f i e d E m a i l ( ) 
 
 d i f f   - - g i t   a / a p p / H t t p / C o n t r o l l e r s / A u t h / N e w P a s s w o r d C o n t r o l l e r . p h p   b / a p p / H t t p / C o n t r o l l e r s / A u t h / N e w P a s s w o r d C o n t r o l l e r . p h p 
 
 i n d e x   e 8 3 6 8 b d . . 5 7 d 2 1 c 6   1 0 0 6 4 4 
 
 - - -   a / a p p / H t t p / C o n t r o l l e r s / A u t h / N e w P a s s w o r d C o n t r o l l e r . p h p 
 
 + + +   b / a p p / H t t p / C o n t r o l l e r s / A u t h / N e w P a s s w o r d C o n t r o l l e r . p h p 
 
 @ @   - 1 5 , 1 9   + 1 5 , 1 2   @ @ 
 
   
 
   c l a s s   N e w P a s s w o r d C o n t r o l l e r   e x t e n d s   C o n t r o l l e r 
 
   { 
 
 -         / * * 
 
 -           *   D i s p l a y   t h e   p a s s w o r d   r e s e t   v i e w . 
 
 -           * / 
 
 + 
 
           p u b l i c   f u n c t i o n   c r e a t e ( R e q u e s t   $ r e q u e s t ) :   V i e w 
 
           { 
 
                   r e t u r n   v i e w ( ' a u t h . r e s e t - p a s s w o r d ' ,   [ ' r e q u e s t '   = >   $ r e q u e s t ] ) ; 
 
           } 
 
   
 
 -         / * * 
 
 -           *   H a n d l e   a n   i n c o m i n g   n e w   p a s s w o r d   r e q u e s t . 
 
 -           * 
 
 -           *   @ t h r o w s   \ I l l u m i n a t e \ V a l i d a t i o n \ V a l i d a t i o n E x c e p t i o n 
 
 -           * / 
 
           p u b l i c   f u n c t i o n   s t o r e ( R e q u e s t   $ r e q u e s t ) :   R e d i r e c t R e s p o n s e 
 
           { 
 
                   $ r e q u e s t - > v a l i d a t e ( [ 
 
 @ @   - 3 6 , 9   + 2 9 , 6   @ @   p u b l i c   f u n c t i o n   s t o r e ( R e q u e s t   $ r e q u e s t ) :   R e d i r e c t R e s p o n s e 
 
                           ' p a s s w o r d '   = >   [ ' r e q u i r e d ' ,   ' c o n f i r m e d ' ,   R u l e s \ P a s s w o r d : : d e f a u l t s ( ) ] , 
 
                   ] ) ; 
 
   
 
 -                 / /   H e r e   w e   w i l l   a t t e m p t   t o   r e s e t   t h e   u s e r ' s   p a s s w o r d .   I f   i t   i s   s u c c e s s f u l   w e 
 
 -                 / /   w i l l   u p d a t e   t h e   p a s s w o r d   o n   a n   a c t u a l   u s e r   m o d e l   a n d   p e r s i s t   i t   t o   t h e 
 
 -                 / /   d a t a b a s e .   O t h e r w i s e   w e   w i l l   p a r s e   t h e   e r r o r   a n d   r e t u r n   t h e   r e s p o n s e . 
 
                   $ s t a t u s   =   P a s s w o r d : : r e s e t ( 
 
                           $ r e q u e s t - > o n l y ( ' e m a i l ' ,   ' p a s s w o r d ' ,   ' p a s s w o r d _ c o n f i r m a t i o n ' ,   ' t o k e n ' ) , 
 
                           f u n c t i o n   ( U s e r   $ u s e r )   u s e   ( $ r e q u e s t )   { 
 
 @ @   - 5 1 , 9   + 4 1 , 6   @ @   f u n c t i o n   ( U s e r   $ u s e r )   u s e   ( $ r e q u e s t )   { 
 
                           } 
 
                   ) ; 
 
   
 
 -                 / /   I f   t h e   p a s s w o r d   w a s   s u c c e s s f u l l y   r e s e t ,   w e   w i l l   r e d i r e c t   t h e   u s e r   b a c k   t o 
 
 -                 / /   t h e   a p p l i c a t i o n ' s   h o m e   a u t h e n t i c a t e d   v i e w .   I f   t h e r e   i s   a n   e r r o r   w e   c a n 
 
 -                 / /   r e d i r e c t   t h e m   b a c k   t o   w h e r e   t h e y   c a m e   f r o m   w i t h   t h e i r   e r r o r   m e s s a g e . 
 
                   r e t u r n   $ s t a t u s   = =   P a s s w o r d : : P A S S W O R D _ R E S E T 
 
                                           ?   r e d i r e c t ( ) - > r o u t e ( ' l o g i n ' ) - > w i t h ( ' s t a t u s ' ,   _ _ ( $ s t a t u s ) ) 
 
                                           :   b a c k ( ) - > w i t h I n p u t ( $ r e q u e s t - > o n l y ( ' e m a i l ' ) ) 
 
 d i f f   - - g i t   a / a p p / H t t p / C o n t r o l l e r s / A u t h / P a s s w o r d C o n t r o l l e r . p h p   b / a p p / H t t p / C o n t r o l l e r s / A u t h / P a s s w o r d C o n t r o l l e r . p h p 
 
 i n d e x   6 9 1 6 4 0 9 . . 3 8 0 2 7 5 b   1 0 0 6 4 4 
 
 - - -   a / a p p / H t t p / C o n t r o l l e r s / A u t h / P a s s w o r d C o n t r o l l e r . p h p 
 
 + + +   b / a p p / H t t p / C o n t r o l l e r s / A u t h / P a s s w o r d C o n t r o l l e r . p h p 
 
 @ @   - 1 0 , 9   + 1 0 , 7   @ @ 
 
   
 
   c l a s s   P a s s w o r d C o n t r o l l e r   e x t e n d s   C o n t r o l l e r 
 
   { 
 
 -         / * * 
 
 -           *   U p d a t e   t h e   u s e r ' s   p a s s w o r d . 
 
 -           * / 
 
 + 
 
           p u b l i c   f u n c t i o n   u p d a t e ( R e q u e s t   $ r e q u e s t ) :   R e d i r e c t R e s p o n s e 
 
           { 
 
                   $ v a l i d a t e d   =   $ r e q u e s t - > v a l i d a t e W i t h B a g ( ' u p d a t e P a s s w o r d ' ,   [ 
 
 d i f f   - - g i t   a / a p p / H t t p / C o n t r o l l e r s / A u t h / P a s s w o r d R e s e t L i n k C o n t r o l l e r . p h p   b / a p p / H t t p / C o n t r o l l e r s / A u t h / P a s s w o r d R e s e t L i n k C o n t r o l l e r . p h p 
 
 i n d e x   b f 1 e b f a . . 0 2 b a 0 9 c   1 0 0 6 4 4 
 
 - - -   a / a p p / H t t p / C o n t r o l l e r s / A u t h / P a s s w o r d R e s e t L i n k C o n t r o l l e r . p h p 
 
 + + +   b / a p p / H t t p / C o n t r o l l e r s / A u t h / P a s s w o r d R e s e t L i n k C o n t r o l l e r . p h p 
 
 @ @   - 1 0 , 2 8   + 1 0 , 1 8   @ @ 
 
   
 
   c l a s s   P a s s w o r d R e s e t L i n k C o n t r o l l e r   e x t e n d s   C o n t r o l l e r 
 
   { 
 
 -         / * * 
 
 -           *   D i s p l a y   t h e   p a s s w o r d   r e s e t   l i n k   r e q u e s t   v i e w . 
 
 -           * / 
 
 + 
 
           p u b l i c   f u n c t i o n   c r e a t e ( ) :   V i e w 
 
           { 
 
                   r e t u r n   v i e w ( ' a u t h . f o r g o t - p a s s w o r d ' ) ; 
 
           } 
 
   
 
 -         / * * 
 
 -           *   H a n d l e   a n   i n c o m i n g   p a s s w o r d   r e s e t   l i n k   r e q u e s t . 
 
 -           * 
 
 -           *   @ t h r o w s   \ I l l u m i n a t e \ V a l i d a t i o n \ V a l i d a t i o n E x c e p t i o n 
 
 -           * / 
 
           p u b l i c   f u n c t i o n   s t o r e ( R e q u e s t   $ r e q u e s t ) :   R e d i r e c t R e s p o n s e 
 
           { 
 
                   $ r e q u e s t - > v a l i d a t e ( [ 
 
                           ' e m a i l '   = >   [ ' r e q u i r e d ' ,   ' e m a i l ' ] , 
 
                   ] ) ; 
 
   
 
 -                 / /   W e   w i l l   s e n d   t h e   p a s s w o r d   r e s e t   l i n k   t o   t h i s   u s e r .   O n c e   w e   h a v e   a t t e m p t e d 
 
 -                 / /   t o   s e n d   t h e   l i n k ,   w e   w i l l   e x a m i n e   t h e   r e s p o n s e   t h e n   s e e   t h e   m e s s a g e   w e 
 
 -                 / /   n e e d   t o   s h o w   t o   t h e   u s e r .   F i n a l l y ,   w e ' l l   s e n d   o u t   a   p r o p e r   r e s p o n s e . 
 
                   $ s t a t u s   =   P a s s w o r d : : s e n d R e s e t L i n k ( 
 
                           $ r e q u e s t - > o n l y ( ' e m a i l ' ) 
 
                   ) ; 
 
 d i f f   - - g i t   a / a p p / H t t p / C o n t r o l l e r s / A u t h / R e g i s t e r e d U s e r C o n t r o l l e r . p h p   b / a p p / H t t p / C o n t r o l l e r s / A u t h / R e g i s t e r e d U s e r C o n t r o l l e r . p h p 
 
 i n d e x   0 7 3 9 e 2 e . . 4 c e 8 4 b 6   1 0 0 6 4 4 
 
 - - -   a / a p p / H t t p / C o n t r o l l e r s / A u t h / R e g i s t e r e d U s e r C o n t r o l l e r . p h p 
 
 + + +   b / a p p / H t t p / C o n t r o l l e r s / A u t h / R e g i s t e r e d U s e r C o n t r o l l e r . p h p 
 
 @ @   - 1 4 , 1 9   + 1 4 , 1 2   @ @ 
 
   
 
   c l a s s   R e g i s t e r e d U s e r C o n t r o l l e r   e x t e n d s   C o n t r o l l e r 
 
   { 
 
 -         / * * 
 
 -           *   D i s p l a y   t h e   r e g i s t r a t i o n   v i e w . 
 
 -           * / 
 
 + 
 
           p u b l i c   f u n c t i o n   c r e a t e ( ) :   V i e w 
 
           { 
 
                   r e t u r n   v i e w ( ' a u t h . r e g i s t e r ' ) ; 
 
           } 
 
   
 
 -         / * * 
 
 -           *   H a n d l e   a n   i n c o m i n g   r e g i s t r a t i o n   r e q u e s t . 
 
 -           * 
 
 -           *   @ t h r o w s   \ I l l u m i n a t e \ V a l i d a t i o n \ V a l i d a t i o n E x c e p t i o n 
 
 -           * / 
 
           p u b l i c   f u n c t i o n   s t o r e ( R e q u e s t   $ r e q u e s t ) :   R e d i r e c t R e s p o n s e 
 
           { 
 
                   $ r e q u e s t - > v a l i d a t e ( [ 
 
 d i f f   - - g i t   a / a p p / H t t p / C o n t r o l l e r s / A u t h / V e r i f y E m a i l C o n t r o l l e r . p h p   b / a p p / H t t p / C o n t r o l l e r s / A u t h / V e r i f y E m a i l C o n t r o l l e r . p h p 
 
 i n d e x   7 8 4 7 6 5 e . . b 4 1 7 5 5 9   1 0 0 6 4 4 
 
 - - -   a / a p p / H t t p / C o n t r o l l e r s / A u t h / V e r i f y E m a i l C o n t r o l l e r . p h p 
 
 + + +   b / a p p / H t t p / C o n t r o l l e r s / A u t h / V e r i f y E m a i l C o n t r o l l e r . p h p 
 
 @ @   - 9 , 9   + 9 , 7   @ @ 
 
   
 
   c l a s s   V e r i f y E m a i l C o n t r o l l e r   e x t e n d s   C o n t r o l l e r 
 
   { 
 
 -         / * * 
 
 -           *   M a r k   t h e   a u t h e n t i c a t e d   u s e r ' s   e m a i l   a d d r e s s   a s   v e r i f i e d . 
 
 -           * / 
 
 + 
 
           p u b l i c   f u n c t i o n   _ _ i n v o k e ( E m a i l V e r i f i c a t i o n R e q u e s t   $ r e q u e s t ) :   R e d i r e c t R e s p o n s e 
 
           { 
 
                   i f   ( $ r e q u e s t - > u s e r ( ) - > h a s V e r i f i e d E m a i l ( ) )   { 
 
 d i f f   - - g i t   a / a p p / H t t p / C o n t r o l l e r s / C o n t r o l l e r . p h p   b / a p p / H t t p / C o n t r o l l e r s / C o n t r o l l e r . p h p 
 
 i n d e x   8 6 7 7 c d 5 . . 3 8 b d f 9 8   1 0 0 6 4 4 
 
 - - -   a / a p p / H t t p / C o n t r o l l e r s / C o n t r o l l e r . p h p 
 
 + + +   b / a p p / H t t p / C o n t r o l l e r s / C o n t r o l l e r . p h p 
 
 @ @   - 4 , 5   + 4 , 5   @ @ 
 
   
 
   a b s t r a c t   c l a s s   C o n t r o l l e r 
 
   { 
 
 -         / / 
 
 + 
 
   } 
 
 d i f f   - - g i t   a / a p p / H t t p / C o n t r o l l e r s / I n v i t a t i o n C o n t r o l l e r . p h p   b / a p p / H t t p / C o n t r o l l e r s / I n v i t a t i o n C o n t r o l l e r . p h p 
 
 i n d e x   3 7 2 f f 6 6 . . 6 5 6 4 9 c 3   1 0 0 6 4 4 
 
 - - -   a / a p p / H t t p / C o n t r o l l e r s / I n v i t a t i o n C o n t r o l l e r . p h p 
 
 + + +   b / a p p / H t t p / C o n t r o l l e r s / I n v i t a t i o n C o n t r o l l e r . p h p 
 
 @ @   - 4 3 , 7   + 4 3 , 7   @ @   p u b l i c   f u n c t i o n   d e m o ( $ t h e m e S l u g ) 
 
                   $ i n v i t a t i o n   =   n e w   \ s t d C l a s s ( ) ; 
 
                   $ i n v i t a t i o n - > s l u g   =   ' d e m o - '   .   $ t h e m e S l u g ; 
 
   
 
 -                 $ i n v i t a t i o n - > c o n t e n t   =   [ 
 
 +                 $ c o n t e n t   =   [ 
 
                           ' m e m p e l a i '   = >   [ 
 
                                   ' p r i a '   = >   [ 
 
                                           ' n a m a '   = >   ' R o m e o   P u t r a   P e r k a s a ' , 
 
 @ @   - 8 1 , 7   + 8 1 , 7   @ @   p u b l i c   f u n c t i o n   d e m o ( $ t h e m e S l u g ) 
 
                           ' q u o t e '   = >   ' D a n   d i   a n t a r a   t a n d a - t a n d a   k e k u a s a a n - N y a   i a l a h   D i a   m e n c i p t a k a n   u n t u k m u   i s t e r i - i s t e r i   d a r i   j e n i s m u   s e n d i r i . . . ' , 
 
                           ' m e d i a '   = >   [ 
 
                                   ' c o v e r '   = >   ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 1 9 2 0 x 1 0 8 0 . p n g ? t e x t = W e d d i n g + C o v e r ' , 
 
 -                                 ' m u s i c '   = >   n u l l , 
 
 +                                 ' m u s i c '   = >   ' a s s e t s / m u s i c / '   .   $ t h e m e S l u g   .   ' . m p 3 ' , 
 
                                   ' v i d e o _ l i n k '   = >   ' h t t p s : / / w w w . y o u t u b e . c o m / e m b e d / d Q w 4 w 9 W g X c Q ' , 
 
                                   ' g a l l e r y '   = >   [ 
 
                                           ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 5 0 0 x 5 0 0 . p n g ? t e x t = G a l l e r y + 1 ' , 
 
 @ @   - 1 1 1 , 6   + 1 1 1 , 1 1   @ @   p u b l i c   f u n c t i o n   d e m o ( $ t h e m e S l u g ) 
 
                           ] , 
 
                   ] ; 
 
   
 
 +                 i f   ( i n _ a r r a y ( $ t h e m e S l u g ,   [ ' e m e r a l d - g a r d e n ' ,   ' o c e a n - b r e e z e ' ,   ' w a t e r c o l o r - f l o w ' ] ) )   { 
 
 +                         $ i n v i t a t i o n - > c o n t e n t   =   [ ] ; 
 
 +                 }   e l s e   { 
 
 +                         $ i n v i t a t i o n - > c o n t e n t   =   $ c o n t e n t ; 
 
 +                 } 
 
                   $ i n v i t a t i o n - > c o m m e n t s   =   c o l l e c t ( [ ] ) ; 
 
   
 
                   r e t u r n   v i e w ( $ t h e m e - > v i e w _ p a t h ,   c o m p a c t ( ' i n v i t a t i o n ' ) ) ; 
 
 d i f f   - - g i t   a / a p p / H t t p / C o n t r o l l e r s / O r d e r C o n t r o l l e r . p h p   b / a p p / H t t p / C o n t r o l l e r s / O r d e r C o n t r o l l e r . p h p 
 
 i n d e x   5 0 2 6 7 c e . . 7 4 2 8 2 c e   1 0 0 6 4 4 
 
 - - -   a / a p p / H t t p / C o n t r o l l e r s / O r d e r C o n t r o l l e r . p h p 
 
 + + +   b / a p p / H t t p / C o n t r o l l e r s / O r d e r C o n t r o l l e r . p h p 
 
 @ @   - 8 , 2 3   + 8 , 2 2   @ @ 
 
   u s e   I l l u m i n a t e \ H t t p \ R e q u e s t ; 
 
   u s e   I l l u m i n a t e \ S u p p o r t \ S t r ; 
 
   u s e   I l l u m i n a t e \ S u p p o r t \ F a c a d e s \ H a s h ; 
 
 - u s e   I l l u m i n a t e \ S u p p o r t \ F a c a d e s \ D B ;   / /   P e n t i n g   u n t u k   t r a n s a k s i   d a t a b a s e 
 
 + u s e   I l l u m i n a t e \ S u p p o r t \ F a c a d e s \ D B ; 
 
   
 
   c l a s s   O r d e r C o n t r o l l e r   e x t e n d s   C o n t r o l l e r 
 
   { 
 
 -         / /   1 .   T a m p i l k a n   H a l a m a n   F o r m   O r d e r 
 
 + 
 
           p u b l i c   f u n c t i o n   c r e a t e ( ) 
 
           { 
 
 -                 / /   H a n y a   a m b i l   t e m a   y a n g   a k t i f   ( i s _ a c t i v e   =   t r u e ) 
 
 + 
 
                   $ t h e m e s   =   T h e m e : : w h e r e ( ' i s _ a c t i v e ' ,   t r u e ) - > g e t ( ) ; 
 
 -                 
 
 + 
 
                   r e t u r n   v i e w ( ' o r d e r . f o r m ' ,   c o m p a c t ( ' t h e m e s ' ) ) ; 
 
           } 
 
   
 
 -         / /   2 .   P r o s e s   S i m p a n   D a t a 
 
           p u b l i c   f u n c t i o n   s t o r e ( R e q u e s t   $ r e q u e s t ) 
 
           { 
 
 -                 / /   A .   V a l i d a s i   I n p u t 
 
 + 
 
                   $ r e q u e s t - > v a l i d a t e ( [ 
 
                           ' s l u g '                         = >   ' r e q u i r e d | a l p h a _ d a s h | u n i q u e : i n v i t a t i o n s , s l u g ' , 
 
                           ' t h e m e _ i d '                 = >   ' r e q u i r e d | e x i s t s : t h e m e s , i d ' , 
 
 @ @   - 4 0 , 3 7   + 3 9 , 2 9   @ @   p u b l i c   f u n c t i o n   s t o r e ( R e q u e s t   $ r e q u e s t ) 
 
                           ' t h e m e _ i d . r e q u i r e d '                 = >   ' S i l a k a n   p i l i h   s a l a h   s a t u   t e m a . ' , 
 
                   ] ) ; 
 
   
 
 -                 / /   B .   G e n e r a t e   E m a i l   O t o m a t i s   u n t u k   L o g i n 
 
 -                 / /   F o r m a t :   s l u g @ t e m a n t e n . c o m   ( C o n t o h :   r o m e o - j u l i e t @ t e m a n t e n . c o m ) 
 
 -                 / /   K i t a   g u n a k a n   d o m a i n   d u m m y   ' t e m a n t e n . c o m '   a t a u   ' b e b u n g a h . c o m '   s e b a g a i   u s e r n a m e   l o g i n 
 
                   $ g e n e r a t e d E m a i l   =   $ r e q u e s t - > s l u g   .   ' @ t e m a n t e n . c o m ' ; 
 
   
 
 -                 / /   C e k   a p a k a h   e m a i l   u s e r   i n i   s u d a h   a d a   ( D o u b l e   s a f e t y   s e l a i n   v a l i d a s i   s l u g ) 
 
                   i f   ( U s e r : : w h e r e ( ' e m a i l ' ,   $ g e n e r a t e d E m a i l ) - > e x i s t s ( ) )   { 
 
                           r e t u r n   b a c k ( ) - > w i t h E r r o r s ( [ ' s l u g '   = >   ' I D   L o g i n   u n t u k   l i n k   i n i   s u d a h   t e r d a f t a r .   M o h o n   g a n t i   l i n k   u n d a n g a n . ' ] ) - > w i t h I n p u t ( ) ; 
 
                   } 
 
   
 
 -                 / /   C .   M u l a i   T r a n s a k s i   D a t a b a s e 
 
 -                 / /   G u n a n y a :   J i k a   s i m p a n   U s e r   b e r h a s i l   t a p i   s i m p a n   U n d a n g a n   g a g a l ,   m a k a   U s e r   a k a n   d i b a t a l k a n   o t o m a t i s . 
 
                   D B : : b e g i n T r a n s a c t i o n ( ) ; 
 
   
 
                   t r y   { 
 
 -                         / /   1 .   B u a t   U s e r   B a r u 
 
 + 
 
                           $ u s e r   =   U s e r : : c r e a t e ( [ 
 
                                   ' n a m e '           = >   $ r e q u e s t - > g r o o m _ n a m e   .   '   &   '   .   $ r e q u e s t - > b r i d e _ n a m e , 
 
 -                                 ' e m a i l '         = >   $ g e n e r a t e d E m a i l ,   
 
 -                                 ' p a s s w o r d '   = >   H a s h : : m a k e ( S t r : : r a n d o m ( 1 0 ) ) ,   / /   P a s s w o r d   r a n d o m   s e m e n t a r a   ( n a n t i   b i s a   d i r e s e t / d i k i r i m   v i a   W A ) 
 
 +                                 ' e m a i l '         = >   $ g e n e r a t e d E m a i l , 
 
 +                                 ' p a s s w o r d '   = >   H a s h : : m a k e ( S t r : : r a n d o m ( 1 0 ) ) , 
 
                                   ' r o l e '           = >   ' c l i e n t ' , 
 
                           ] ) ; 
 
   
 
 -                         / /   2 .   S i a p k a n   S t r u k t u r   D a t a   D e f a u l t   ( J S O N ) 
 
 -                         / /   I n i   d i s e s u a i k a n   a g a r   t i d a k   e r r o r   s a a t   m a s u k   D a s h b o a r d   C l i e n t 
 
                           $ c o n t e n t   =   [ 
 
                                   ' m e m p e l a i '   = >   [ 
 
                                           ' p r i a '   = >   [ 
 
                                                   ' n a m a '             = >   $ r e q u e s t - > g r o o m _ n a m e , 
 
 -                                                 ' p a n g g i l a n '   = >   e x p l o d e ( '   ' ,   $ r e q u e s t - > g r o o m _ n a m e ) [ 0 ] ,   / /   A m b i l   k a t a   p e r t a m a   s e b a g a i   p a n g g i l a n 
 
 -                                                 ' a y a h '             = >   ' B p k .   ( N a m a   A y a h   P r i a ) ' ,   
 
 +                                                 ' p a n g g i l a n '   = >   e x p l o d e ( '   ' ,   $ r e q u e s t - > g r o o m _ n a m e ) [ 0 ] , 
 
 +                                                 ' a y a h '             = >   ' B p k .   ( N a m a   A y a h   P r i a ) ' , 
 
                                                   ' i b u '               = >   ' I b u   ( N a m a   I b u   P r i a ) ' , 
 
                                                   ' f o t o '             = >   n u l l 
 
                                           ] , 
 
 @ @   - 8 5 , 2 2   + 7 6 , 2 2   @ @   p u b l i c   f u n c t i o n   s t o r e ( R e q u e s t   $ r e q u e s t ) 
 
                                   ' a c a r a '   = >   [ 
 
                                           ' a k a d '   = >   [ 
 
                                                   ' j u d u l '       = >   ' A k a d   N i k a h ' , 
 
 -                                                 ' w a k t u '       = >   $ r e q u e s t - > e v e n t _ d a t e   .   '   0 8 : 0 0 : 0 0 ' ,   / /   D e f a u l t   j a m   8   p a g i 
 
 +                                                 ' w a k t u '       = >   $ r e q u e s t - > e v e n t _ d a t e   .   '   0 8 : 0 0 : 0 0 ' , 
 
                                                   ' t e m p a t '     = >   ' L o k a s i   A k a d ' , 
 
                                                   ' a l a m a t '     = >   ' A l a m a t   l e n g k a p   l o k a s i   a k a d . . . ' , 
 
                                                   ' m a p s '         = >   ' # ' 
 
                                           ] , 
 
                                           ' r e s e p s i '   = >   [ 
 
                                                   ' j u d u l '       = >   ' R e s e p s i   P e r n i k a h a n ' , 
 
 -                                                 ' w a k t u '       = >   $ r e q u e s t - > e v e n t _ d a t e   .   '   1 1 : 0 0 : 0 0 ' ,   / /   D e f a u l t   j a m   1 1   s i a n g 
 
 +                                                 ' w a k t u '       = >   $ r e q u e s t - > e v e n t _ d a t e   .   '   1 1 : 0 0 : 0 0 ' , 
 
                                                   ' t e m p a t '     = >   ' L o k a s i   R e s e p s i ' , 
 
                                                   ' a l a m a t '     = >   ' A l a m a t   l e n g k a p   l o k a s i   r e s e p s i . . . ' , 
 
                                                   ' m a p s '         = >   ' # ' 
 
                                           ] 
 
                                   ] , 
 
                                   ' m e d i a '   = >   [ 
 
 -                                         ' c o v e r '             = >   n u l l ,   
 
 -                                         ' m u s i c '             = >   n u l l ,   
 
 +                                         ' c o v e r '             = >   n u l l , 
 
 +                                         ' m u s i c '             = >   n u l l , 
 
                                           ' v i d e o _ l i n k '   = >   n u l l , 
 
                                           ' g a l l e r y '         = >   [ ] 
 
                                   ] , 
 
 @ @   - 1 1 4 , 7   + 1 0 5 , 6   @ @   p u b l i c   f u n c t i o n   s t o r e ( R e q u e s t   $ r e q u e s t ) 
 
                                   ' q u o t e '                 = >   ' K a m i   m e n g u n d a n g   A n d a   u n t u k   m e r a y a k a n   p e r n i k a h a n   k a m i . ' 
 
                           ] ; 
 
   
 
 -                         / /   3 .   S i m p a n   D a t a   U n d a n g a n 
 
                           I n v i t a t i o n : : c r e a t e ( [ 
 
                                   ' u u i d '                         = >   ( s t r i n g )   S t r : : u u i d ( ) , 
 
                                   ' u s e r _ i d '                   = >   $ u s e r - > i d , 
 
 @ @   - 1 2 2 , 3 5   + 1 1 2 , 3 1   @ @   p u b l i c   f u n c t i o n   s t o r e ( R e q u e s t   $ r e q u e s t ) 
 
                                   ' s l u g '                         = >   $ r e q u e s t - > s l u g , 
 
                                   ' t i t l e '                       = >   ' T h e   W e d d i n g   o f   '   .   $ r e q u e s t - > g r o o m _ n a m e   .   '   &   '   .   $ r e q u e s t - > b r i d e _ n a m e , 
 
                                   ' e v e n t _ d a t e '             = >   $ r e q u e s t - > e v e n t _ d a t e , 
 
 -                                 ' s t a t u s '                     = >   ' p e n d i n g ' ,   / /   S t a t u s   a w a l   ' p e n d i n g '   m e n u n g g u   p e m b a y a r a n 
 
 +                                 ' s t a t u s '                     = >   ' p e n d i n g ' , 
 
                                   ' c l i e n t _ w h a t s a p p '   = >   $ r e q u e s t - > c l i e n t _ w h a t s a p p , 
 
                                   ' c o n t e n t '                   = >   $ c o n t e n t 
 
                           ] ) ; 
 
   
 
 -                         / /   J i k a   s e m u a   l a n c a r ,   s i m p a n   p e r m a n e n   ( C o m m i t ) 
 
                           D B : : c o m m i t ( ) ; 
 
   
 
 -                         / /   D .   R e d i r e c t   k e   H a l a m a n   P e m b a y a r a n   ( a t a u   S u k s e s ) 
 
                           r e t u r n   r e d i r e c t ( ) - > r o u t e ( ' o r d e r . p a y m e n t ' ) - > w i t h ( [ 
 
                                   ' s u c c e s s '           = >   ' P e s a n a n   b e r h a s i l   d i b u a t ! ' , 
 
 -                                 ' o r d e r _ e m a i l '   = >   $ g e n e r a t e d E m a i l ,   
 
 +                                 ' o r d e r _ e m a i l '   = >   $ g e n e r a t e d E m a i l , 
 
                                   ' o r d e r _ w a '         = >   $ r e q u e s t - > c l i e n t _ w h a t s a p p , 
 
                                   ' o r d e r _ s l u g '     = >   $ r e q u e s t - > s l u g 
 
                           ] ) ; 
 
   
 
                   }   c a t c h   ( \ E x c e p t i o n   $ e )   { 
 
 -                         / /   J i k a   a d a   e r r o r ,   b a t a l k a n   s e m u a   p e r u b a h a n   d a t a b a s e   ( R o l l b a c k ) 
 
 + 
 
                           D B : : r o l l B a c k ( ) ; 
 
   
 
 -                         / /   K e m b a l i   k e   f o r m   d e n g a n   p e s a n   e r r o r 
 
                           r e t u r n   b a c k ( ) - > w i t h E r r o r s ( [ ' m s g '   = >   ' T e r j a d i   k e s a l a h a n   s i s t e m :   '   .   $ e - > g e t M e s s a g e ( ) ] ) - > w i t h I n p u t ( ) ; 
 
                   } 
 
           } 
 
   
 
 -         / /   3 .   M e n a m p i l k a n   H a l a m a n   P e m b a y a r a n 
 
           p u b l i c   f u n c t i o n   p a y m e n t ( ) 
 
           { 
 
 -                 / /   C e k   s e s s i o n   a g a r   h a l a m a n   i n i   t i d a k   b i s a   d i b u k a   l a n g s u n g   t a n p a   o r d e r 
 
 + 
 
                   i f   ( ! s e s s i o n ( ' s u c c e s s ' ) )   { 
 
                           r e t u r n   r e d i r e c t ( ) - > r o u t e ( ' o r d e r . c r e a t e ' ) ; 
 
                   } 
 
 d i f f   - - g i t   a / a p p / H t t p / C o n t r o l l e r s / P r o f i l e C o n t r o l l e r . p h p   b / a p p / H t t p / C o n t r o l l e r s / P r o f i l e C o n t r o l l e r . p h p 
 
 i n d e x   a 4 8 e b 8 d . . f 0 c 8 b 5 9   1 0 0 6 4 4 
 
 - - -   a / a p p / H t t p / C o n t r o l l e r s / P r o f i l e C o n t r o l l e r . p h p 
 
 + + +   b / a p p / H t t p / C o n t r o l l e r s / P r o f i l e C o n t r o l l e r . p h p 
 
 @ @   - 1 1 , 9   + 1 1 , 7   @ @ 
 
   
 
   c l a s s   P r o f i l e C o n t r o l l e r   e x t e n d s   C o n t r o l l e r 
 
   { 
 
 -         / * * 
 
 -           *   D i s p l a y   t h e   u s e r ' s   p r o f i l e   f o r m . 
 
 -           * / 
 
 + 
 
           p u b l i c   f u n c t i o n   e d i t ( R e q u e s t   $ r e q u e s t ) :   V i e w 
 
           { 
 
                   r e t u r n   v i e w ( ' p r o f i l e . e d i t ' ,   [ 
 
 @ @   - 2 1 , 9   + 1 9 , 6   @ @   p u b l i c   f u n c t i o n   e d i t ( R e q u e s t   $ r e q u e s t ) :   V i e w 
 
                   ] ) ; 
 
           } 
 
   
 
 -         / * * 
 
 -           *   U p d a t e   t h e   u s e r ' s   p r o f i l e   i n f o r m a t i o n . 
 
 -           * / 
 
           p u b l i c   f u n c t i o n   u p d a t e ( P r o f i l e U p d a t e R e q u e s t   $ r e q u e s t ) :   R e d i r e c t R e s p o n s e 
 
           { 
 
                   $ r e q u e s t - > u s e r ( ) - > f i l l ( $ r e q u e s t - > v a l i d a t e d ( ) ) ; 
 
 @ @   - 3 7 , 9   + 3 2 , 6   @ @   p u b l i c   f u n c t i o n   u p d a t e ( P r o f i l e U p d a t e R e q u e s t   $ r e q u e s t ) :   R e d i r e c t R e s p o n s e 
 
                   r e t u r n   R e d i r e c t : : r o u t e ( ' p r o f i l e . e d i t ' ) - > w i t h ( ' s t a t u s ' ,   ' p r o f i l e - u p d a t e d ' ) ; 
 
           } 
 
   
 
 -         / * * 
 
 -           *   D e l e t e   t h e   u s e r ' s   a c c o u n t . 
 
 -           * / 
 
           p u b l i c   f u n c t i o n   d e s t r o y ( R e q u e s t   $ r e q u e s t ) :   R e d i r e c t R e s p o n s e 
 
           { 
 
                   $ r e q u e s t - > v a l i d a t e W i t h B a g ( ' u s e r D e l e t i o n ' ,   [ 
 
 d i f f   - - g i t   a / d a t a b a s e / s e e d e r s / T h e m e S e e d e r . p h p   b / d a t a b a s e / s e e d e r s / T h e m e S e e d e r . p h p 
 
 i n d e x   f 4 2 6 7 b 8 . . e 1 2 5 d 4 7   1 0 0 6 4 4 
 
 - - -   a / d a t a b a s e / s e e d e r s / T h e m e S e e d e r . p h p 
 
 + + +   b / d a t a b a s e / s e e d e r s / T h e m e S e e d e r . p h p 
 
 @ @   - 9 , 2 9   + 9 , 7 7   @ @   c l a s s   T h e m e S e e d e r   e x t e n d s   S e e d e r 
 
   { 
 
           p u b l i c   f u n c t i o n   r u n ( ) 
 
           { 
 
 -                 T h e m e : : c r e a t e ( [ 
 
 -                         ' n a m e '   = >   ' R u s t i c   G r e e n ' , 
 
 -                         ' s l u g '   = >   ' r u s t i c - g r e e n ' , 
 
 -                         ' t h u m b n a i l '   = >   ' r u s t i c - g r e e n . p n g ' ,   
 
 -                         ' i s _ a c t i v e '   = >   t r u e , 
 
 -                         ' v i e w _ p a t h '   = >   ' t h e m e s . r u s t i c - g r e e n . i n d e x ' ,   
 
 -                 ] ) ; 
 
 - 
 
 -                 T h e m e : : c r e a t e ( [ 
 
 -                         ' n a m e '   = >   ' F l o r a l   P a s t e l ' , 
 
 -                         ' s l u g '   = >   ' f l o r a l - p a s t e l ' , 
 
 -                         ' t h u m b n a i l '   = >   ' f l o r a l - p a s t e l . p n g ' , 
 
 -                         ' i s _ a c t i v e '   = >   t r u e , 
 
 -                         ' v i e w _ p a t h '   = >   ' t h e m e s . f l o r a l - p a s t e l . i n d e x ' , 
 
 -                 ] ) ; 
 
 +                 / /   T h e m e : : c r e a t e ( [ 
 
 +                 / /           ' n a m e '   = >   ' R u s t i c   G r e e n ' , 
 
 +                 / /           ' s l u g '   = >   ' r u s t i c - g r e e n ' , 
 
 +                 / /           ' t h u m b n a i l '   = >   ' r u s t i c - g r e e n . p n g ' ,   
 
 +                 / /           ' i s _ a c t i v e '   = >   t r u e , 
 
 +                 / /           ' v i e w _ p a t h '   = >   ' t h e m e s . r u s t i c - g r e e n . i n d e x ' ,   
 
 +                 / /   ] ) ; 
 
 + 
 
 +                 / /   T h e m e : : c r e a t e ( [ 
 
 +                 / /           ' n a m e '   = >   ' F l o r a l   P a s t e l ' , 
 
 +                 / /           ' s l u g '   = >   ' f l o r a l - p a s t e l ' , 
 
 +                 / /           ' t h u m b n a i l '   = >   ' f l o r a l - p a s t e l . p n g ' , 
 
 +                 / /           ' i s _ a c t i v e '   = >   t r u e , 
 
 +                 / /           ' v i e w _ p a t h '   = >   ' t h e m e s . f l o r a l - p a s t e l . i n d e x ' , 
 
 +                 / /   ] ) ; 
 
 +                 
 
 +                 / /   T h e m e : : c r e a t e ( [ 
 
 +                 / /           ' n a m e '   = >   ' R o y a l   G l a s s ' , 
 
 +                 / /           ' s l u g '   = >   ' r o y a l - g l a s s ' , 
 
 +                 / /           ' t h u m b n a i l '   = >   ' r o y a l - g l a s s . p n g ' , 
 
 +                 / /           ' i s _ a c t i v e '   = >   t r u e , 
 
 +                 / /           ' v i e w _ p a t h '   = >   ' t h e m e s . r o y a l - g l a s s . i n d e x ' , 
 
 +                 / /   ] ) ; 
 
 + 
 
 +                 / /   T h e m e : : c r e a t e ( [ 
 
 +                 / /           ' n a m e '   = >   ' B a r a k a h   L o v e ' , 
 
 +                 / /           ' s l u g '   = >   ' b a r a k a h - l o v e ' , 
 
 +                 / /           ' t h u m b n a i l '   = >   ' b a r a k a h - l o v e . p n g ' , 
 
 +                 / /           ' i s _ a c t i v e '   = >   t r u e , 
 
 +                 / /           ' v i e w _ p a t h '   = >   ' t h e m e s . b a r a k a h - l o v e . i n d e x ' , 
 
 +                 / /   ] ) ; 
 
                   
 
 -                 T h e m e : : c r e a t e ( [ 
 
 -                         ' n a m e '   = >   ' R o y a l   G l a s s ' , 
 
 -                         ' s l u g '   = >   ' r o y a l - g l a s s ' , 
 
 -                         ' t h u m b n a i l '   = >   ' r o y a l - g l a s s . p n g ' , 
 
 -                         ' i s _ a c t i v e '   = >   t r u e , 
 
 -                         ' v i e w _ p a t h '   = >   ' t h e m e s . r o y a l - g l a s s . i n d e x ' , 
 
 -                 ] ) ; 
 
 +                 T h e m e : : u p d a t e O r C r e a t e ( 
 
 +                         [ ' s l u g '   = >   ' b o h o - t e r r a c o t t a ' ] , 
 
 +                         [ 
 
 +                                 ' n a m e '   = >   ' B o h o   T e r r a c o t t a ' , 
 
 +                                 ' t h u m b n a i l '   = >   ' b o h o - t e r r a c o t t a . p n g ' , 
 
 +                                 ' i s _ a c t i v e '   = >   t r u e , 
 
 +                                 ' v i e w _ p a t h '   = >   ' t h e m e s . b o h o - t e r r a c o t t a . i n d e x ' , 
 
 +                         ] 
 
 +                 ) ; 
 
 + 
 
 +                 / /   T h e m e : : u p d a t e O r C r e a t e ( 
 
 +                 / /           [ ' s l u g '   = >   ' e m e r a l d - g a r d e n ' ] , 
 
 +                 / /           [ 
 
 +                 / /                   ' n a m e '   = >   ' E m e r a l d   G a r d e n ' , 
 
 +                 / /                   ' t h u m b n a i l '   = >   ' e m e r a l d - g a r d e n . p n g ' , 
 
 +                 / /                   ' i s _ a c t i v e '   = >   t r u e , 
 
 +                 / /                   ' v i e w _ p a t h '   = >   ' t h e m e s . e m e r a l d - g a r d e n . i n d e x ' , 
 
 +                 / /           ] 
 
 +                 / /   ) ; 
 
 + 
 
 +                 T h e m e : : u p d a t e O r C r e a t e ( 
 
 +                         [ ' s l u g '   = >   ' o c e a n - b r e e z e ' ] , 
 
 +                         [ 
 
 +                                 ' n a m e '   = >   ' O c e a n   B r e e z e ' , 
 
 +                                 ' t h u m b n a i l '   = >   ' o c e a n - b r e e z e . p n g ' , 
 
 +                                 ' i s _ a c t i v e '   = >   t r u e , 
 
 +                                 ' v i e w _ p a t h '   = >   ' t h e m e s . o c e a n - b r e e z e . i n d e x ' , 
 
 +                         ] 
 
 +                 ) ; 
 
 + 
 
 +                 T h e m e : : u p d a t e O r C r e a t e ( 
 
 +                         [ ' s l u g '   = >   ' w a t e r c o l o r - f l o w ' ] , 
 
 +                         [ 
 
 +                                 ' n a m e '   = >   ' W a t e r c o l o r   F l o w ' , 
 
 +                                 ' t h u m b n a i l '   = >   ' w a t e r c o l o r - f l o w . p n g ' , 
 
 +                                 ' i s _ a c t i v e '   = >   t r u e , 
 
 +                                 ' v i e w _ p a t h '   = >   ' t h e m e s . w a t e r c o l o r - f l o w . i n d e x ' , 
 
 +                         ] 
 
 +                 ) ; 
 
                   
 
           } 
 
   } 
 
 \   N o   n e w l i n e   a t   e n d   o f   f i l e 
 
 d i f f   - - g i t   a / r e s o u r c e s / c s s / a p p . c s s   b / r e s o u r c e s / c s s / a p p . c s s 
 
 i n d e x   b d e d 2 9 c . . 2 7 0 9 2 7 0   1 0 0 6 4 4 
 
 - - -   a / r e s o u r c e s / c s s / a p p . c s s 
 
 + + +   b / r e s o u r c e s / c s s / a p p . c s s 
 
 @ @   - 2 , 7   + 2 , 6   @ @ 
 
   @ t a i l w i n d   c o m p o n e n t s ; 
 
   @ t a i l w i n d   u t i l i t i e s ; 
 
   
 
 - / *   - - -   C O N F I G U R A T I O N   - - -   * / 
 
   : r o o t   { 
 
           - - g l a s s - b o r d e r :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 1 5 ) ; 
 
           - - g l a s s - b g :   r g b a ( 1 0 ,   1 0 ,   1 0 ,   0 . 7 ) ; 
 
 @ @   - 1 8 , 7   + 1 7 , 6   @ @   b o d y   { 
 
           w i d t h :   1 0 0 v w ; 
 
   } 
 
   
 
 - / *   - - -   G L A S S M O R P H I S M   - - -   * / 
 
   . g l a s s   { 
 
           b a c k g r o u n d :   v a r ( - - g l a s s - b g ) ; 
 
           b a c k d r o p - f i l t e r :   b l u r ( 1 2 p x ) ; 
 
 @ @   - 3 3 , 7   + 3 1 , 6   @ @   . g l a s s - c a r d   { 
 
           b o r d e r - r a d i u s :   1 2 p x ; 
 
   } 
 
   
 
 - / *   - - -   O R N A M E N T S   ( F I R E F L I E S )   - - -   * / 
 
   . f i r e f l y   { 
 
           p o s i t i o n :   f i x e d ;   b o r d e r - r a d i u s :   5 0 % ;   b a c k g r o u n d :   v a r ( - - g o l d ) ; 
 
           b o x - s h a d o w :   0   0   1 0 p x   v a r ( - - g o l d ) ;   o p a c i t y :   0 ;   p o i n t e r - e v e n t s :   n o n e ;   z - i n d e x :   1 ; 
 
 @ @   - 4 5 , 3 7   + 4 2 , 3 3   @ @   @ k e y f r a m e s   f i r e f l y - f l o a t   { 
 
           1 0 0 %   {   t r a n s f o r m :   t r a n s l a t e Y ( - 1 5 0 p x )   t r a n s l a t e X ( 4 0 p x ) ;   o p a c i t y :   0 ;   } 
 
   } 
 
   
 
 - / *   - - -   P A G E   L O G I C   - - -   * / 
 
   . p a g e - s e c t i o n   { 
 
           p o s i t i o n :   a b s o l u t e ;   t o p :   0 ;   l e f t :   0 ;   w i d t h :   1 0 0 % ;   h e i g h t :   1 0 0 % ; 
 
           o p a c i t y :   0 ;   v i s i b i l i t y :   h i d d e n ;   t r a n s f o r m :   s c a l e ( 0 . 9 8 ) ; 
 
           t r a n s i t i o n :   a l l   0 . 5 s   c u b i c - b e z i e r ( 0 . 4 ,   0 ,   0 . 2 ,   1 ) ; 
 
 -         z - i n d e x :   1 0 ;   
 
 -         / *   P a d d i n g   a t a s   b a w a h   s u p a y a   k o n t e n   m u l a i   d a r i   t e n g a h ,   b u k a n   n a b r a k   f r a m e   * / 
 
 -         p a d d i n g - t o p :   1 0 0 p x ;   
 
 -         p a d d i n g - b o t t o m :   1 2 0 p x ;   
 
 +         z - i n d e x :   1 0 ; 
 
 + 
 
 +         p a d d i n g - t o p :   1 0 0 p x ; 
 
 +         p a d d i n g - b o t t o m :   1 2 0 p x ; 
 
           o v e r f l o w :   h i d d e n ; 
 
   } 
 
   
 
 - / *   S C R O L L   M A S K I N G   ( R A H A S I A   A G A R   T I D A K   N A B R A K   F R A M E )   * / 
 
 - . p a g e - s e c t i o n . s c r o l l a b l e   {   
 
 -         o v e r f l o w - y :   a u t o ;   
 
 + . p a g e - s e c t i o n . s c r o l l a b l e   { 
 
 +         o v e r f l o w - y :   a u t o ; 
 
           s c r o l l b a r - w i d t h :   n o n e ; 
 
 -         / *   M a s k i n g :   K o n t e n   a k a n   t r a n s p a r a n   d i   a t a s   d a n   b a w a h   * / 
 
 + 
 
           m a s k - i m a g e :   l i n e a r - g r a d i e n t ( t o   b o t t o m ,   t r a n s p a r e n t   0 % ,   b l a c k   1 0 % ,   b l a c k   9 0 % ,   t r a n s p a r e n t   1 0 0 % ) ; 
 
           - w e b k i t - m a s k - i m a g e :   l i n e a r - g r a d i e n t ( t o   b o t t o m ,   t r a n s p a r e n t   0 % ,   b l a c k   1 0 % ,   b l a c k   9 0 % ,   t r a n s p a r e n t   1 0 0 % ) ; 
 
   } 
 
   . p a g e - s e c t i o n . s c r o l l a b l e : : - w e b k i t - s c r o l l b a r   {   d i s p l a y :   n o n e ;   } 
 
   . p a g e - s e c t i o n . a c t i v e   {   o p a c i t y :   1 ;   v i s i b i l i t y :   v i s i b l e ;   t r a n s f o r m :   s c a l e ( 1 ) ;   z - i n d e x :   2 0 ;   } 
 
   
 
 - / *   - - -   G A T E   - - -   * / 
 
   . g a t e - o v e r l a y   { 
 
           p o s i t i o n :   f i x e d ;   i n s e t :   0 ;   z - i n d e x :   9 9 9 ;   b a c k g r o u n d - c o l o r :   # 0 5 0 5 0 5 ; 
 
           t r a n s i t i o n :   t r a n s f o r m   1 s   e a s e - i n - o u t ;   d i s p l a y :   f l e x ;   a l i g n - i t e m s :   c e n t e r ;   j u s t i f y - c o n t e n t :   c e n t e r ; 
 
   } 
 
   . g a t e - o v e r l a y . o p e n   {   t r a n s f o r m :   t r a n s l a t e Y ( - 1 0 0 % ) ;   } 
 
   
 
 - / *   - - -   N A V B A R   ( K E C I L )   - - -   * / 
 
   . n a v - w r a p p e r   { 
 
           p o s i t i o n :   f i x e d ;   b o t t o m :   2 0 p x ;   l e f t :   5 0 % ;   t r a n s f o r m :   t r a n s l a t e X ( - 5 0 % ) ; 
 
           z - i n d e x :   1 0 0 ;   d i s p l a y :   f l e x ;   f l e x - d i r e c t i o n :   c o l u m n ;   a l i g n - i t e m s :   c e n t e r ; 
 
 @ @   - 1 1 0 , 7   + 1 0 3 , 6   @ @   . n a v - b t n : : a f t e r   { 
 
   } 
 
   . n a v - b t n : h o v e r : : a f t e r   {   o p a c i t y :   1 ;   t o p :   - 3 0 p x ;   } 
 
   
 
 - / *   U t i l s   * / 
 
   . f o n t - r o y a l   {   f o n t - f a m i l y :   ' C i n z e l ' ,   s e r i f ;   } 
 
   . f o n t - s c r i p t   {   f o n t - f a m i l y :   ' G r e a t   V i b e s ' ,   c u r s i v e ;   } 
 
   . a n i m a t e - s p i n - s l o w   {   a n i m a t i o n :   s p i n   8 s   l i n e a r   i n f i n i t e ;   } 
 
 d i f f   - - g i t   a / r e s o u r c e s / c s s / f l o r a l - p a s t e l . c s s   b / r e s o u r c e s / c s s / f l o r a l - p a s t e l . c s s 
 
 i n d e x   1 2 7 d 6 8 9 . . 3 e e 2 b 8 8   1 0 0 6 4 4 
 
 - - -   a / r e s o u r c e s / c s s / f l o r a l - p a s t e l . c s s 
 
 + + +   b / r e s o u r c e s / c s s / f l o r a l - p a s t e l . c s s 
 
 @ @   - 1 , 7   + 1 , 7   @ @ 
 
   : r o o t   { 
 
 -         - - p r i m a r y :   # d 6 5 a 7 8 ;             / *   P i n k   M a w a r   * / 
 
 -         - - s e c o n d a r y :   # 8 e 4 4 a d ;         / *   U n g u   S o f t   * / 
 
 -         - - g l a s s - b g :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 7 ) ;   / *   K a c a   l e b i h   t e b a l   d i k i t   b i a r   t u l i s a n   k e b a c a   * / 
 
 +         - - p r i m a r y :   # d 6 5 a 7 8 ; 
 
 +         - - s e c o n d a r y :   # 8 e 4 4 a d ; 
 
 +         - - g l a s s - b g :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 7 ) ; 
 
           - - g l a s s - b o r d e r :   1 p x   s o l i d   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 9 ) ; 
 
           - - s h a d o w :   0   1 0 p x   3 0 p x   r g b a ( 2 1 4 ,   9 0 ,   1 2 0 ,   0 . 1 5 ) ; 
 
           - - f o n t - h e a d i n g :   ' P i n y o n   S c r i p t ' ,   c u r s i v e ; 
 
 @ @   - 2 8 , 1 2   + 2 8 , 1 0   @ @   . m o b i l e - c o n t a i n e r   { 
 
           o v e r f l o w :   h i d d e n ; 
 
   } 
 
   
 
 - / *   B A C K G R O U N D   B L O B S   * / 
 
   . b l o b   {   p o s i t i o n :   a b s o l u t e ;   b o r d e r - r a d i u s :   5 0 % ;   f i l t e r :   b l u r ( 7 0 p x ) ;   z - i n d e x :   0 ;   o p a c i t y :   0 . 7 ;   } 
 
   . b l o b - 1   {   t o p :   - 5 0 p x ;   l e f t :   - 5 0 p x ;   w i d t h :   3 0 0 p x ;   h e i g h t :   3 0 0 p x ;   b a c k g r o u n d :   # f f c 2 d 1 ;   } 
 
   . b l o b - 2   {   b o t t o m :   2 0 % ;   r i g h t :   - 5 0 p x ;   w i d t h :   2 5 0 p x ;   h e i g h t :   2 5 0 p x ;   b a c k g r o u n d :   # e 0 b 0 f f ;   } 
 
   
 
 - / *   G L A S S   C A R D   U T I L I T Y   * / 
 
   . g l a s s - c a r d   { 
 
           b a c k g r o u n d :   v a r ( - - g l a s s - b g ) ; 
 
           b a c k d r o p - f i l t e r :   b l u r ( 1 5 p x ) ;   - w e b k i t - b a c k d r o p - f i l t e r :   b l u r ( 1 5 p x ) ; 
 
 @ @   - 4 3 , 1 7   + 4 1 , 1 4   @ @   . g l a s s - c a r d   { 
 
           p a d d i n g :   2 5 p x ; 
 
           m a r g i n - b o t t o m :   2 5 p x ; 
 
           p o s i t i o n :   r e l a t i v e ;   z - i n d e x :   2 ; 
 
 -         
 
 -         / *   P E R B A I K A N :   M e m a s t i k a n   i s i   k a r t u   r a t a   t e n g a h   &   l e b a r   p e n u h   * / 
 
 + 
 
           w i d t h :   1 0 0 % ; 
 
           t e x t - a l i g n :   c e n t e r ; 
 
   } 
 
   
 
 - / *   T Y P O G R A P H Y   * / 
 
   h 1 ,   h 2 ,   h 3   {   f o n t - f a m i l y :   v a r ( - - f o n t - h e a d i n g ) ;   c o l o r :   v a r ( - - s e c o n d a r y ) ;   f o n t - w e i g h t :   4 0 0 ;   } 
 
   . s e c t i o n - t i t l e   {   f o n t - s i z e :   2 . 5 r e m ;   m a r g i n - b o t t o m :   2 5 p x ;   t e x t - a l i g n :   c e n t e r ;   } 
 
   
 
 - / *   1 .   H E R O   C O V E R   ( L O C K   S C R E E N )   * / 
 
   . h e r o   { 
 
           h e i g h t :   1 0 0 v h ;   w i d t h :   1 0 0 % ; 
 
           d i s p l a y :   f l e x ;   f l e x - d i r e c t i o n :   c o l u m n ; 
 
 @ @   - 9 5 , 1 4   + 9 0 , 1 3   @ @   . b t n - o p e n   { 
 
   } 
 
   . b t n - o p e n : h o v e r   {   t r a n s f o r m :   s c a l e ( 1 . 0 5 ) ;   } 
 
   
 
 - / *   2 .   H O M E   /   H E R O   I N S I D E   * / 
 
   . h e r o - i n s i d e   { 
 
 -         h e i g h t :   8 0 v h ;   / *   H a m p i r   f u l l   l a y a r   * / 
 
 +         h e i g h t :   8 0 v h ; 
 
           w i d t h :   1 0 0 % ; 
 
           p o s i t i o n :   r e l a t i v e ; 
 
           b o r d e r - r a d i u s :   0   0   5 0 p x   5 0 p x ; 
 
           o v e r f l o w :   h i d d e n ; 
 
 -         m a r g i n - b o t t o m :   - 5 0 p x ;   / *   O v e r l a p   d e n g a n   k o n t e n   b a w a h n y a   * / 
 
 +         m a r g i n - b o t t o m :   - 5 0 p x ; 
 
           z - i n d e x :   1 ; 
 
           b o x - s h a d o w :   0   1 0 p x   3 0 p x   r g b a ( 0 , 0 , 0 , 0 . 1 ) ; 
 
   } 
 
 @ @   - 1 1 4 , 2 7   + 1 0 8 , 2 3   @ @   . h e r o - i n s i d e - o v e r l a y   { 
 
           t e x t - a l i g n :   c e n t e r ; 
 
   } 
 
   
 
 - / *   S E C T I O N   P A D D I N G   &   A L I G N M E N T   * / 
 
 - . s e c t i o n   {   
 
 -         p a d d i n g :   4 0 p x   2 0 p x ;   
 
 -         p o s i t i o n :   r e l a t i v e ;   
 
 + . s e c t i o n   { 
 
 +         p a d d i n g :   4 0 p x   2 0 p x ; 
 
 +         p o s i t i o n :   r e l a t i v e ; 
 
           z - i n d e x :   2 ; 
 
 -         
 
 -         / *   P E R B A I K A N :   M e m a s t i k a n   s e m u a   e l e m e n   s e c t i o n   r a t a   t e n g a h   * / 
 
 + 
 
           t e x t - a l i g n :   c e n t e r ; 
 
           d i s p l a y :   f l e x ; 
 
           f l e x - d i r e c t i o n :   c o l u m n ; 
 
           a l i g n - i t e m s :   c e n t e r ; 
 
   } 
 
   
 
 - / *   3 .   C O U P L E   * / 
 
   . c o u p l e - i m g   { 
 
           w i d t h :   1 4 0 p x ;   h e i g h t :   1 4 0 p x ;   o b j e c t - f i t :   c o v e r ; 
 
           b o r d e r - r a d i u s :   5 0 % ;   b o r d e r :   4 p x   s o l i d   w h i t e ; 
 
           b o x - s h a d o w :   0   1 0 p x   2 0 p x   r g b a ( 0 , 0 , 0 , 0 . 1 ) ;   m a r g i n - b o t t o m :   1 0 p x ; 
 
   } 
 
   
 
 - / *   4 .   L O V E   S T O R Y   T I M E L I N E   * / 
 
   . t i m e l i n e   {   p o s i t i o n :   r e l a t i v e ;   p a d d i n g - l e f t :   2 0 p x ;   b o r d e r - l e f t :   2 p x   s o l i d   r g b a ( 2 1 4 ,   9 0 ,   1 2 0 ,   0 . 3 ) ;   m a r g i n - l e f t :   1 0 p x ;   } 
 
   . t i m e l i n e - i t e m   {   m a r g i n - b o t t o m :   3 0 p x ;   p o s i t i o n :   r e l a t i v e ;   } 
 
   . t i m e l i n e - d o t   { 
 
 @ @   - 1 4 6 , 7   + 1 3 6 , 6   @ @   . t i m e l i n e - d o t   { 
 
   . s t o r y - y e a r   {   f o n t - w e i g h t :   b o l d ;   c o l o r :   v a r ( - - p r i m a r y ) ;   f o n t - s i z e :   1 . 1 r e m ;   } 
 
   . s t o r y - t i t l e   {   f o n t - f a m i l y :   v a r ( - - f o n t - h e a d i n g ) ;   f o n t - s i z e :   1 . 5 r e m ;   m a r g i n :   5 p x   0 ;   c o l o r :   v a r ( - - s e c o n d a r y ) ;   } 
 
   
 
 - / *   5 .   E V E N T S   &   C O U N T D O W N   * / 
 
   . e v e n t - i t e m   { 
 
           b o r d e r - b o t t o m :   1 p x   d a s h e d   r g b a ( 0 , 0 , 0 , 0 . 1 ) ;   p a d d i n g - b o t t o m :   2 0 p x ;   m a r g i n - b o t t o m :   2 0 p x ;   t e x t - a l i g n :   c e n t e r ; 
 
   } 
 
 @ @   - 1 6 6 , 7   + 1 5 5 , 6   @ @   . t i m e r - i t e m   { 
 
   . t i m e r - i t e m   s p a n   {   f o n t - w e i g h t :   b o l d ;   c o l o r :   v a r ( - - s e c o n d a r y ) ;   f o n t - s i z e :   1 . 1 r e m ;   } 
 
   . t i m e r - i t e m   s m a l l   {   f o n t - s i z e :   0 . 6 r e m ;   } 
 
   
 
 - / *   6 .   G A L L E R Y   &   G I F T   * / 
 
   . g a l l e r y - g r i d   {   d i s p l a y :   g r i d ;   g r i d - t e m p l a t e - c o l u m n s :   r e p e a t ( 2 ,   1 f r ) ;   g a p :   1 0 p x ;   } 
 
   . g a l l e r y - i t e m   {   w i d t h :   1 0 0 % ;   h e i g h t :   1 8 0 p x ;   o b j e c t - f i t :   c o v e r ;   b o r d e r - r a d i u s :   1 0 p x ;   b o r d e r :   2 p x   s o l i d   w h i t e ;   } 
 
   
 
 @ @   - 1 7 5 , 7   + 1 6 3 , 6   @ @   . b a n k - c o n t a i n e r   { 
 
           p a d d i n g :   2 0 p x ;   b o r d e r - r a d i u s :   1 5 p x ;   b o r d e r :   1 p x   s o l i d   w h i t e ;   t e x t - a l i g n :   c e n t e r ; 
 
   } 
 
   
 
 - / *   F O R M   &   M U S I C   &   P E T A L S   * / 
 
   . f o r m - c o n t r o l   {   w i d t h :   1 0 0 % ;   p a d d i n g :   1 2 p x ;   b o r d e r - r a d i u s :   3 0 p x ;   b o r d e r :   1 p x   s o l i d   w h i t e ;   m a r g i n - b o t t o m :   1 0 p x ;   b a c k g r o u n d :   r g b a ( 2 5 5 , 2 5 5 , 2 5 5 , 0 . 8 ) ;   } 
 
   . b t n - s u b m i t   {   w i d t h :   1 0 0 % ;   p a d d i n g :   1 2 p x ;   b a c k g r o u n d :   v a r ( - - s e c o n d a r y ) ;   c o l o r :   w h i t e ;   b o r d e r :   n o n e ;   b o r d e r - r a d i u s :   3 0 p x ;   } 
 
   . m u s i c - b o x   {   p o s i t i o n :   f i x e d ;   b o t t o m :   2 5 p x ;   r i g h t :   2 5 p x ;   w i d t h :   4 5 p x ;   h e i g h t :   4 5 p x ;   b a c k g r o u n d :   r g b a ( 2 5 5 , 2 5 5 , 2 5 5 , 0 . 9 ) ;   b o r d e r - r a d i u s :   5 0 % ;   d i s p l a y :   f l e x ;   a l i g n - i t e m s :   c e n t e r ;   j u s t i f y - c o n t e n t :   c e n t e r ;   z - i n d e x :   9 9 ;   b o x - s h a d o w :   0   5 p x   1 5 p x   r g b a ( 0 , 0 , 0 , 0 . 1 ) ;   c u r s o r :   p o i n t e r ;   } 
 
 d i f f   - - g i t   a / r e s o u r c e s / c s s / r u s t i c . c s s   b / r e s o u r c e s / c s s / r u s t i c . c s s 
 
 i n d e x   9 7 4 d f d 6 . . 5 1 3 8 e b e   1 0 0 6 4 4 
 
 - - -   a / r e s o u r c e s / c s s / r u s t i c . c s s 
 
 + + +   b / r e s o u r c e s / c s s / r u s t i c . c s s 
 
 @ @   - 2 , 1 1   + 2 , 1 0   @ @ 
 
   @ t a i l w i n d   c o m p o n e n t s ; 
 
   @ t a i l w i n d   u t i l i t i e s ; 
 
   
 
 - / *   - - -   F O N T S   - - -   * / 
 
   . f o n t - p i n y o n   { 
 
           f o n t - f a m i l y :   ' P i n y o n   S c r i p t ' ,   c u r s i v e ; 
 
   } 
 
 - / *   A l i a s   b i a r   s e s u a i   p e m a n g g i l a n   d i   H T M L   * / 
 
 + 
 
   . f o n t - r u s t i c - s c r i p t   { 
 
           f o n t - f a m i l y :   ' P i n y o n   S c r i p t ' ,   c u r s i v e ; 
 
   } 
 
 @ @   - 1 4 , 7   + 1 3 , 6   @ @   . f o n t - r u s t i c - s e r i f   { 
 
           f o n t - f a m i l y :   ' P l a y f a i r   D i s p l a y ' ,   s e r i f ; 
 
   } 
 
   
 
 - / *   - - -   G L O B A L   U T I L I T I E S   - - -   * / 
 
   h t m l   { 
 
           s c r o l l - b e h a v i o r :   s m o o t h ; 
 
   } 
 
 @ @   - 2 3 , 1 4   + 2 1 , 1 3   @ @   . n o - s c r o l l   { 
 
           o v e r f l o w :   h i d d e n ; 
 
   } 
 
   
 
 - / *   - - -   T E X T U R E   &   C O L O R S   - - -   * / 
 
   . b g - t e x t u r e   { 
 
           b a c k g r o u n d - c o l o r :   # F 9 F 9 F 2 ; 
 
           b a c k g r o u n d - i m a g e :   u r l ( " h t t p s : / / w w w . t r a n s p a r e n t t e x t u r e s . c o m / p a t t e r n s / c r e a m - p a p e r . p n g " ) ; 
 
   } 
 
   
 
 - . t e x t - s a g e - d a r k   {   c o l o r :   # 4 A 5 D 4 6 ;   }   / *   H i j a u   T u a   * / 
 
 - . t e x t - c h a r c o a l   {   c o l o r :   # 2 F 3 E 3 2 ;   }     / *   A b u   G e l a p   * / 
 
 + . t e x t - s a g e - d a r k   {   c o l o r :   # 4 A 5 D 4 6 ;   } 
 
 + . t e x t - c h a r c o a l   {   c o l o r :   # 2 F 3 E 3 2 ;   } 
 
   . t e x t - c r e a m   {   c o l o r :   # F 9 F 9 F 2 ;   } 
 
   . t e x t - s a g e   {   c o l o r :   # 8 D A 3 9 9 ;   } 
 
   . t e x t - t e r r a c o t t a   {   c o l o r :   # C 8 7 9 6 4 ;   } 
 
 @ @   - 4 0 , 7   + 3 7 , 6   @ @   . b g - t e r r a c o t t a   {   b a c k g r o u n d - c o l o r :   # C 8 7 9 6 4 ;   } 
 
   . b o r d e r - s a g e   {   b o r d e r - c o l o r :   # 8 D A 3 9 9 ;   } 
 
   . b o r d e r - c r e a m   {   b o r d e r - c o l o r :   # F 9 F 9 F 2 ;   } 
 
   
 
 - / *   - - -   C O M P O N E N T S   - - -   * / 
 
   . g l a s s - c a r d   { 
 
           b a c k g r o u n d :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 7 ) ; 
 
           b a c k d r o p - f i l t e r :   b l u r ( 1 0 p x ) ; 
 
 @ @   - 5 6 , 7   + 5 2 , 6   @ @   . s e c t i o n - d i v i d e r   { 
 
           c o l o r :   # 4 A 5 D 4 6 ; 
 
   } 
 
   
 
 - / *   - - -   A N I M A T I O N S   - - -   * / 
 
   . s l i d e - u p   { 
 
           a n i m a t i o n :   s l i d e U p   1 s   e a s e - i n - o u t   f o r w a r d s ; 
 
   } 
 
 @ @   - 8 7 , 7   + 8 2 , 6   @ @   @ k e y f r a m e s   s p i n   { 
 
           t o   {   t r a n s f o r m :   r o t a t e ( 3 6 0 d e g ) ;   } 
 
   } 
 
   
 
 - / *   - - -   W A V E   D E C O R A T I O N   ( B U K I T   &   T E T E S A N )   - - -   * / 
 
   . w a v e - w r a p p e r   { 
 
           p o s i t i o n :   a b s o l u t e ; 
 
           l e f t :   0 ; 
 
 @ @   - 1 0 3 , 1 9   + 9 7 , 1 5   @ @   . w a v e - s v g   { 
 
           h e i g h t :   7 0 p x ; 
 
   } 
 
   
 
 - / *   1 .   E f e k   B u k i t   ( M e n g h a d a p   A T A S )   -   T a r u h   d i   B A W A H   s e c t i o n   * / 
 
   . w a v e - b u k i t   { 
 
           b o t t o m :   - 1 p x ; 
 
           t r a n s f o r m :   r o t a t e ( 1 8 0 d e g ) ; 
 
   } 
 
   
 
 - / *   2 .   E f e k   T e t e s a n   ( M e n g h a d a p   B A W A H )   -   T a r u h   d i   A T A S   s e c t i o n   * / 
 
   . w a v e - t e t e s a n   { 
 
           t o p :   - 1 p x ; 
 
   } 
 
 - / *   . . .   c o d e   s e b e l u m n y a   . . .   * / 
 
   
 
 - / *   - - -   C U S T O M   S C R O L L B A R   ( B i a r   G a k   K a k u )   - - -   * / 
 
   . r u s t i c - s c r o l l : : - w e b k i t - s c r o l l b a r   { 
 
           w i d t h :   6 p x ; 
 
   } 
 
 @ @   - 1 2 4 , 2 5   + 1 1 4 , 2 4   @ @   . r u s t i c - s c r o l l : : - w e b k i t - s c r o l l b a r - t r a c k   { 
 
           b o r d e r - r a d i u s :   1 0 p x ; 
 
   } 
 
   . r u s t i c - s c r o l l : : - w e b k i t - s c r o l l b a r - t h u m b   { 
 
 -         b a c k g r o u n d - c o l o r :   # 8 D A 3 9 9 ;   / *   W a r n a   S a g e   * / 
 
 +         b a c k g r o u n d - c o l o r :   # 8 D A 3 9 9 ; 
 
           b o r d e r - r a d i u s :   1 0 p x ; 
 
   } 
 
   . r u s t i c - s c r o l l : : - w e b k i t - s c r o l l b a r - t h u m b : h o v e r   { 
 
           b a c k g r o u n d - c o l o r :   # 4 A 5 D 4 6 ; 
 
   } 
 
   
 
 - / *   - - -   C O M M E N T   C A R D   S T Y L E   - - -   * / 
 
   . r u s t i c - c o m m e n t - c a r d   { 
 
           b a c k g r o u n d - c o l o r :   # f f f f f f ; 
 
 -         b o r d e r - l e f t :   4 p x   s o l i d   # 8 D A 3 9 9 ;   / *   G a r i s   h i j a u   d i   k i r i   * / 
 
 -         b o r d e r - r a d i u s :   0   1 2 p x   1 2 p x   0 ;   / *   S u d u t   k a n a n   m e l e n g k u n g   * / 
 
 +         b o r d e r - l e f t :   4 p x   s o l i d   # 8 D A 3 9 9 ; 
 
 +         b o r d e r - r a d i u s :   0   1 2 p x   1 2 p x   0 ; 
 
           p a d d i n g :   1 6 p x ; 
 
           m a r g i n - b o t t o m :   1 2 p x ; 
 
           b o x - s h a d o w :   0   2 p x   1 0 p x   r g b a ( 0 , 0 , 0 , 0 . 0 3 ) ; 
 
           t r a n s i t i o n :   a l l   0 . 3 s   e a s e ; 
 
   } 
 
   . r u s t i c - c o m m e n t - c a r d : h o v e r   { 
 
 -         t r a n s f o r m :   t r a n s l a t e X ( 5 p x ) ;   / *   G e r a k   k e   k a n a n   d i k i t   p a s   d i h o v e r   * / 
 
 -         b o r d e r - l e f t - c o l o r :   # C 8 7 9 6 4 ;   / *   B e r u b a h   j a d i   w a r n a   T e r r a c o t t a   * / 
 
 +         t r a n s f o r m :   t r a n s l a t e X ( 5 p x ) ; 
 
 +         b o r d e r - l e f t - c o l o r :   # C 8 7 9 6 4 ; 
 
           b o x - s h a d o w :   0   4 p x   1 5 p x   r g b a ( 0 , 0 , 0 , 0 . 0 8 ) ; 
 
 - }       
 
 \   N o   n e w l i n e   a t   e n d   o f   f i l e 
 
 + } 
 
 \   N o   n e w l i n e   a t   e n d   o f   f i l e 
 
 d i f f   - - g i t   a / r e s o u r c e s / v i e w s / a d m i n / d a s h b o a r d . b l a d e . p h p   b / r e s o u r c e s / v i e w s / a d m i n / d a s h b o a r d . b l a d e . p h p 
 
 i n d e x   c a 0 9 c 9 5 . . 2 b 3 2 2 3 2   1 0 0 6 4 4 
 
 - - -   a / r e s o u r c e s / v i e w s / a d m i n / d a s h b o a r d . b l a d e . p h p 
 
 + + +   b / r e s o u r c e s / v i e w s / a d m i n / d a s h b o a r d . b l a d e . p h p 
 
 @ @   - 1 , 2 0 5   + 1 , 2 5 0   @ @ 
 
   < x - a p p - l a y o u t > 
 
           < s c r i p t   s r c = " h t t p s : / / c d n . j s d e l i v r . n e t / n p m / s w e e t a l e r t 2 @ 1 1 " > < / s c r i p t > 
 
 -         < l i n k   r e l = " s t y l e s h e e t "   h r e f = " h t t p s : / / c d n j s . c l o u d f l a r e . c o m / a j a x / l i b s / a n i m a t e . c s s / 4 . 1 . 1 / a n i m a t e . m i n . c s s " / > 
 
   
 
           < x - s l o t   n a m e = " h e a d e r " > 
 
 -                 < d i v   c l a s s = " f l e x   f l e x - c o l   m d : f l e x - r o w   j u s t i f y - b e t w e e n   i t e m s - c e n t e r   g a p - 4 " > 
 
 -                         < d i v > 
 
 -                                 < h 2   c l a s s = " t e x t - 3 x l   f o n t - e x t r a b o l d   t e x t - g r a y - 9 0 0   d a r k : t e x t - w h i t e   t r a c k i n g - t i g h t " > 
 
 -                                         A d m i n   P a n e l   < s p a n   c l a s s = " t e x t - i n d i g o - 6 0 0   d a r k : t e x t - i n d i g o - 4 0 0 " > . < / s p a n > 
 
 -                                 < / h 2 > 
 
 -                                 < p   c l a s s = " t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   t e x t - s m   m t - 1 " > 
 
 -                                         K e l o l a   p e s a n a n   d a n   a k u n   k l i e n   d a l a m   s a t u   t e m p a t . 
 
 -                                 < / p > 
 
 +                 < d i v   c l a s s = " f l e x   f l e x - c o l   m d : f l e x - r o w   j u s t i f y - b e t w e e n   i t e m s - s t a r t   m d : i t e m s - c e n t e r   g a p - 4 " > 
 
 +                         < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 4 " > 
 
 +                                 < d i v   c l a s s = " w - 1 4   h - 1 4   b g - g r a d i e n t - t o - b r   f r o m - i n d i g o - 6 0 0   v i a - p u r p l e - 6 0 0   t o - p i n k - 5 0 0   r o u n d e d - 2 x l   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   s h a d o w - x l   s h a d o w - i n d i g o - 5 0 0 / 3 0   r o t a t e - 3   h o v e r : r o t a t e - 0   t r a n s i t i o n - t r a n s f o r m " > 
 
 +                                         < s v g   c l a s s = " w - 7   h - 7   t e x t - w h i t e "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 9   1 2 l 2   2   4 - 4 M 7 . 8 3 5   4 . 6 9 7 a 3 . 4 2   3 . 4 2   0   0 0 1 . 9 4 6 - . 8 0 6   3 . 4 2   3 . 4 2   0   0 1 4 . 4 3 8   0   3 . 4 2   3 . 4 2   0   0 0 1 . 9 4 6 . 8 0 6   3 . 4 2   3 . 4 2   0   0 1 3 . 1 3 8   3 . 1 3 8   3 . 4 2   3 . 4 2   0   0 0 . 8 0 6   1 . 9 4 6   3 . 4 2   3 . 4 2   0   0 1 0   4 . 4 3 8   3 . 4 2   3 . 4 2   0   0 0 - . 8 0 6   1 . 9 4 6   3 . 4 2   3 . 4 2   0   0 1 - 3 . 1 3 8   3 . 1 3 8   3 . 4 2   3 . 4 2   0   0 0 - 1 . 9 4 6 . 8 0 6   3 . 4 2   3 . 4 2   0   0 1 - 4 . 4 3 8   0   3 . 4 2   3 . 4 2   0   0 0 - 1 . 9 4 6 - . 8 0 6   3 . 4 2   3 . 4 2   0   0 1 - 3 . 1 3 8 - 3 . 1 3 8   3 . 4 2   3 . 4 2   0   0 0 - . 8 0 6 - 1 . 9 4 6   3 . 4 2   3 . 4 2   0   0 1 0 - 4 . 4 3 8   3 . 4 2   3 . 4 2   0   0 0 . 8 0 6 - 1 . 9 4 6   3 . 4 2   3 . 4 2   0   0 1 3 . 1 3 8 - 3 . 1 3 8 z " > < / p a t h > < / s v g > 
 
 +                                 < / d i v > 
 
 +                                 < d i v > 
 
 +                                         < h 2   c l a s s = " t e x t - 2 x l   m d : t e x t - 3 x l   f o n t - e x t r a b o l d   t e x t - g r a y - 9 0 0   d a r k : t e x t - w h i t e   t r a c k i n g - t i g h t " > 
 
 +                                                 A d m i n   D a s h b o a r d 
 
 +                                         < / h 2 > 
 
 +                                         < p   c l a s s = " t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   t e x t - s m   m t - 0 . 5 " > 
 
 +                                                 K e l o l a   p e s a n a n   d a n   a k u n   k l i e n   d a l a m   s a t u   t e m p a t 
 
 +                                         < / p > 
 
 +                                 < / d i v > 
 
 +                         < / d i v > 
 
 +                         < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 3 " > 
 
 +                                 < d i v   c l a s s = " h i d d e n   m d : f l e x   i t e m s - c e n t e r   g a p - 2   b g - w h i t e   d a r k : b g - g r a y - 8 0 0   p x - 4   p y - 2   r o u n d e d - x l   b o r d e r   b o r d e r - g r a y - 2 0 0   d a r k : b o r d e r - g r a y - 7 0 0   s h a d o w - s m " > 
 
 +                                         < s p a n   c l a s s = " w - 2   h - 2   b g - g r e e n - 5 0 0   r o u n d e d - f u l l   a n i m a t e - p u l s e " > < / s p a n > 
 
 +                                         < s p a n   c l a s s = " t e x t - s m   t e x t - g r a y - 6 0 0   d a r k : t e x t - g r a y - 4 0 0 " > S y s t e m   O n l i n e < / s p a n > 
 
 +                                 < / d i v > 
 
                           < / d i v > 
 
                   < / d i v > 
 
           < / x - s l o t > 
 
   
 
 -         < d i v   c l a s s = " p y - 1 2   b g - g r a y - 5 0   d a r k : b g - g r a y - 9 0 0   m i n - h - s c r e e n   t r a n s i t i o n - c o l o r s   d u r a t i o n - 3 0 0 " > 
 
 -                 < d i v   c l a s s = " m a x - w - 7 x l   m x - a u t o   s m : p x - 6   l g : p x - 8   s p a c e - y - 1 2 " > 
 
 +         < d i v   c l a s s = " p y - 8   b g - g r a d i e n t - t o - b r   f r o m - s l a t e - 5 0   v i a - g r a y - 5 0   t o - s l a t e - 1 0 0   d a r k : f r o m - g r a y - 9 5 0   d a r k : v i a - g r a y - 9 0 0   d a r k : t o - g r a y - 9 5 0   m i n - h - s c r e e n " > 
 
 +                 < d i v   c l a s s = " m a x - w - 7 x l   m x - a u t o   p x - 4   s m : p x - 6   l g : p x - 8   s p a c e - y - 8 " > 
 
   
 
 -                         < d i v > 
 
 -                                 < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 3   m b - 4 " > 
 
 -                                         < d i v   c l a s s = " b g - y e l l o w - 1 0 0   d a r k : b g - y e l l o w - 9 0 0 / 3 0   t e x t - y e l l o w - 8 0 0   d a r k : t e x t - y e l l o w - 3 0 0   p - 2   r o u n d e d - l g   s h a d o w - s m " > 
 
 -                                                 < s v g   c l a s s = " w - 6   h - 6 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 2   8 v 4 l 3   3 m 6 - 3 a 9   9   0   1 1 - 1 8   0   9   9   0   0 1 1 8   0 z " > < / p a t h > < / s v g > 
 
 +                         < ! - -   S t a t s   C a r d s   - - > 
 
 +                         < d i v   c l a s s = " g r i d   g r i d - c o l s - 1   m d : g r i d - c o l s - 3   g a p - 6 " > 
 
 +                                 < d i v   c l a s s = " s t a t - c a r d   s t a t - c a r d - p e n d i n g " > 
 
 +                                         < d i v   c l a s s = " s t a t - i c o n   b g - g r a d i e n t - t o - b r   f r o m - a m b e r - 4 0 0   t o - o r a n g e - 5 0 0 " > 
 
 +                                                 < s v g   c l a s s = " w - 6   h - 6   t e x t - w h i t e "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 2   8 v 4 l 3   3 m 6 - 3 a 9   9   0   1 1 - 1 8   0   9   9   0   0 1 1 8   0 z " > < / p a t h > < / s v g > 
 
                                           < / d i v > 
 
 -                                         < h 2   c l a s s = " t e x t - 2 x l   f o n t - b o l d   t e x t - g r a y - 8 0 0   d a r k : t e x t - w h i t e " > 
 
 -                                                 P e r m i n t a a n   M a s u k   
 
 -                                                 < s p a n   c l a s s = " t e x t - s m   f o n t - n o r m a l   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   m l - 2   b g - w h i t e   d a r k : b g - g r a y - 7 0 0   p x - 2   p y - 0 . 5   r o u n d e d - f u l l   b o r d e r   d a r k : b o r d e r - g r a y - 6 0 0 " > 
 
 -                                                         ( { {   $ p e n d i n g O r d e r s - > c o u n t ( )   } }   P e n d i n g ) 
 
 -                                                 < / s p a n > 
 
 -                                         < / h 2 > 
 
 +                                         < d i v   c l a s s = " s t a t - c o n t e n t " > 
 
 +                                                 < p   c l a s s = " s t a t - l a b e l " > M e n u n g g u   A k t i v a s i < / p > 
 
 +                                                 < p   c l a s s = " s t a t - v a l u e   t e x t - a m b e r - 6 0 0   d a r k : t e x t - a m b e r - 4 0 0 " > { {   $ p e n d i n g O r d e r s - > c o u n t ( )   } } < / p > 
 
 +                                         < / d i v > 
 
 +                                         < d i v   c l a s s = " s t a t - b g - p a t t e r n " > < / d i v > 
 
                                   < / d i v > 
 
 - 
 
 -                                 < d i v   c l a s s = " b g - w h i t e   d a r k : b g - g r a y - 8 0 0   s h a d o w - x l   s h a d o w - y e l l o w - 1 0 0 / 5 0   d a r k : s h a d o w - n o n e   r o u n d e d - 2 x l   o v e r f l o w - h i d d e n   b o r d e r   b o r d e r - g r a y - 1 0 0   d a r k : b o r d e r - g r a y - 7 0 0   t r a n s i t i o n - c o l o r s " > 
 
 -                                         @ i f ( $ p e n d i n g O r d e r s - > c o u n t ( )   >   0 ) 
 
 -                                         < d i v   c l a s s = " o v e r f l o w - x - a u t o " > 
 
 -                                                 < t a b l e   c l a s s = " m i n - w - f u l l   d i v i d e - y   d i v i d e - g r a y - 2 0 0   d a r k : d i v i d e - g r a y - 7 0 0 " > 
 
 -                                                         < t h e a d   c l a s s = " b g - y e l l o w - 5 0   d a r k : b g - y e l l o w - 9 0 0 / 2 0 " > 
 
 -                                                                 < t r > 
 
 -                                                                         < t h   c l a s s = " p x - 6   p y - 4   t e x t - l e f t   t e x t - x s   f o n t - b o l d   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   u p p e r c a s e   t r a c k i n g - w i d e r " > I D   /   T a n g g a l < / t h > 
 
 -                                                                         < t h   c l a s s = " p x - 6   p y - 4   t e x t - l e f t   t e x t - x s   f o n t - b o l d   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   u p p e r c a s e   t r a c k i n g - w i d e r " > M e m p e l a i < / t h > 
 
 -                                                                         < t h   c l a s s = " p x - 6   p y - 4   t e x t - l e f t   t e x t - x s   f o n t - b o l d   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   u p p e r c a s e   t r a c k i n g - w i d e r " > P a k e t < / t h > 
 
 -                                                                         < t h   c l a s s = " p x - 6   p y - 4   t e x t - l e f t   t e x t - x s   f o n t - b o l d   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   u p p e r c a s e   t r a c k i n g - w i d e r " > K o n t a k   W A < / t h > 
 
 -                                                                         < t h   c l a s s = " p x - 6   p y - 4   t e x t - r i g h t   t e x t - x s   f o n t - b o l d   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   u p p e r c a s e   t r a c k i n g - w i d e r " > A k s i < / t h > 
 
 -                                                                 < / t r > 
 
 -                                                         < / t h e a d > 
 
 -                                                         < t b o d y   c l a s s = " b g - w h i t e   d a r k : b g - g r a y - 8 0 0   d i v i d e - y   d i v i d e - g r a y - 2 0 0   d a r k : d i v i d e - g r a y - 7 0 0 " > 
 
 -                                                                 @ f o r e a c h ( $ p e n d i n g O r d e r s   a s   $ o r d e r ) 
 
 -                                                                 < t r   c l a s s = " h o v e r : b g - y e l l o w - 5 0 / 3 0   d a r k : h o v e r : b g - y e l l o w - 9 0 0 / 1 0   t r a n s i t i o n - c o l o r s   g r o u p " > 
 
 -                                                                         < t d   c l a s s = " p x - 6   p y - 4   w h i t e s p a c e - n o w r a p " > 
 
 -                                                                                 < s p a n   c l a s s = " f o n t - m o n o   t e x t - x s   f o n t - b o l d   t e x t - y e l l o w - 7 0 0   d a r k : t e x t - y e l l o w - 3 0 0   b g - y e l l o w - 1 0 0   d a r k : b g - y e l l o w - 9 0 0 / 4 0   p x - 2   p y - 1   r o u n d e d " > # I N V - { {   $ o r d e r - > i d   } } < / s p a n > 
 
 -                                                                                 < d i v   c l a s s = " t e x t - x s   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   m t - 1   f o n t - m e d i u m " > { {   $ o r d e r - > c r e a t e d _ a t - > f o r m a t ( ' d   M   Y ,   H : i ' )   } } < / d i v > 
 
 -                                                                         < / t d > 
 
 -                                                                         < t d   c l a s s = " p x - 6   p y - 4 " > 
 
 -                                                                                 < d i v   c l a s s = " t e x t - s m   f o n t - b o l d   t e x t - g r a y - 9 0 0   d a r k : t e x t - w h i t e " > 
 
 -                                                                                         { {   $ o r d e r - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' n a m a ' ]   } }   &   { {   $ o r d e r - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' n a m a ' ]   } } 
 
 -                                                                                 < / d i v > 
 
 -                                                                                 < d i v   c l a s s = " t e x t - x s   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   m t - 0 . 5   f l e x   i t e m s - c e n t e r   g a p - 1 " > 
 
 -                                                                                         < s v g   c l a s s = " w - 3   h - 3 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 8   7 V 3 m 8   4 V 3 m - 9   8 h 1 0 M 5   2 1 h 1 4 a 2   2   0   0 0 2 - 2 V 7 a 2   2   0   0 0 - 2 - 2 H 5 a 2   2   0   0 0 - 2   2 v 1 2 a 2   2   0   0 0 2   2 z " > < / p a t h > < / s v g > 
 
 -                                                                                         A c a r a :   { {   $ o r d e r - > e v e n t _ d a t e - > f o r m a t ( ' d   M   Y ' )   } } 
 
 -                                                                                 < / d i v > 
 
 -                                                                         < / t d > 
 
 -                                                                         < t d   c l a s s = " p x - 6   p y - 4   w h i t e s p a c e - n o w r a p " > 
 
 -                                                                                 < s p a n   c l a s s = " p x - 3   p y - 1   i n l i n e - f l e x   t e x t - x s   l e a d i n g - 5   f o n t - b o l d   r o u n d e d - f u l l   b g - g r a y - 1 0 0   d a r k : b g - g r a y - 7 0 0   t e x t - g r a y - 6 0 0   d a r k : t e x t - g r a y - 3 0 0   b o r d e r   b o r d e r - g r a y - 2 0 0   d a r k : b o r d e r - g r a y - 6 0 0 " > 
 
 -                                                                                         { {   $ o r d e r - > t h e m e - > n a m e   } } 
 
 -                                                                                 < / s p a n > 
 
 -                                                                         < / t d > 
 
 -                                                                         < t d   c l a s s = " p x - 6   p y - 4   w h i t e s p a c e - n o w r a p " > 
 
 -                                                                                 < a   h r e f = " h t t p s : / / w a . m e / { {   $ o r d e r - > c l i e n t _ w h a t s a p p   } } "   t a r g e t = " _ b l a n k "   c l a s s = " t e x t - g r e e n - 6 0 0   d a r k : t e x t - g r e e n - 4 0 0   f o n t - b o l d   h o v e r : t e x t - g r e e n - 8 0 0   d a r k : h o v e r : t e x t - g r e e n - 3 0 0   t r a n s i t i o n   f l e x   i t e m s - c e n t e r   g a p - 1   b g - g r e e n - 5 0   d a r k : b g - g r e e n - 9 0 0 / 2 0   w - f i t   p x - 3   p y - 1   r o u n d e d - f u l l   b o r d e r   b o r d e r - g r e e n - 1 0 0   d a r k : b o r d e r - g r e e n - 8 0 0 " > 
 
 -                                                                                         < s v g   c l a s s = " w - 4   h - 4 "   f i l l = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   d = " M . 0 5 7   2 4 l 1 . 6 8 7 - 6 . 1 6 3 c - 1 . 0 4 1 - 1 . 8 0 4 - 1 . 5 8 8 - 3 . 8 4 9 - 1 . 5 8 7 - 5 . 9 4 6 . 0 0 3 - 6 . 5 5 6   5 . 3 3 8 - 1 1 . 8 9 1   1 1 . 8 9 3 - 1 1 . 8 9 1   3 . 1 8 1 . 0 0 1   6 . 1 6 7   1 . 2 4   8 . 4 1 3   3 . 4 8 8   2 . 2 4 5   2 . 2 4 8   3 . 4 8 1   5 . 2 3 6   3 . 4 8   8 . 4 1 4 - . 0 0 3   6 . 5 5 7 - 5 . 3 3 8   1 1 . 8 9 2 - 1 1 . 8 9 3   1 1 . 8 9 2 - 1 . 9 9 - . 0 0 1 - 3 . 9 5 1 - . 5 - 5 . 6 8 8 - 1 . 4 4 8 l - 6 . 3 0 5   1 . 6 5 4 z m 6 . 5 9 7 - 3 . 8 0 7 c 1 . 6 7 6 . 9 9 5   3 . 2 7 6   1 . 5 9 1   5 . 3 9 2   1 . 5 9 2   5 . 4 4 8   0   9 . 8 8 6 - 4 . 4 3 4   9 . 8 8 9 - 9 . 8 8 5 . 0 0 2 - 5 . 4 6 2 - 4 . 4 1 5 - 9 . 8 9 - 9 . 8 8 1 - 9 . 8 9 2 - 5 . 4 5 2   0 - 9 . 8 8 7   4 . 4 3 4 - 9 . 8 8 9   9 . 8 8 4 - . 0 0 1   2 . 2 2 5 . 6 5 1   3 . 8 9 1   1 . 7 4 6   5 . 6 3 4 l - . 9 9 9   3 . 6 4 8   3 . 7 4 2 - . 9 8 1 z m 1 1 . 3 8 7 - 5 . 4 6 4 c - . 0 7 4 - . 1 2 4 - . 2 7 2 - . 1 9 8 - . 5 7 - . 3 4 7 - . 2 9 7 - . 1 4 9 - 1 . 7 5 8 - . 8 6 8 - 2 . 0 3 1 - . 9 6 7 - . 2 7 2 - . 0 9 9 - . 4 7 - . 1 4 9 - . 6 6 9 . 1 4 9 - . 1 9 8 . 2 9 7 - . 7 6 8 . 9 6 7 - . 9 4 1   1 . 1 6 5 - . 1 7 3 . 1 9 8 - . 3 4 7 . 2 2 3 - . 6 4 4 . 0 7 4 - . 2 9 7 - . 1 4 9 - 1 . 2 5 5 - . 4 6 3 - 2 . 3 9 - 1 . 4 7 5 - . 8 8 3 - . 7 8 8 - 1 . 4 8 - 1 . 7 6 1 - 1 . 6 5 3 - 2 . 0 5 9 - . 1 7 3 - . 2 9 7 - . 0 1 8 - . 4 5 8 . 1 3 - . 6 0 6 . 1 3 4 - . 1 3 3 . 2 9 7 - . 3 4 7 . 4 4 6 - . 5 2 1 . 1 5 1 - . 1 7 2 . 2 - . 2 9 6 . 3 - . 4 9 5 . 0 9 9 - . 1 9 8 . 0 5 - . 3 7 2 - . 0 2 5 - . 5 2 1 - . 0 7 5 - . 1 4 8 - . 6 6 9 - 1 . 6 1 1 - . 9 1 6 - 2 . 2 0 6 - . 2 4 2 - . 5 7 9 - . 4 8 7 - . 5 0 1 - . 6 6 9 - . 5 1 l - . 5 7 - . 0 1 c - . 1 9 8   0 - . 5 2 . 0 7 4 - . 7 9 2 . 3 7 2 - . 2 7 2 . 2 9 7 - 1 . 0 4   1 . 0 1 6 - 1 . 0 4   2 . 4 7 9   0   1 . 4 6 2   1 . 0 6 5   2 . 8 7 5   1 . 2 1 3   3 . 0 7 4 . 1 4 9 . 1 9 8   2 . 0 9 5   3 . 2   5 . 0 7 6   4 . 4 8 7 . 7 0 9 . 3 0 6   1 . 2 6 3 . 4 8 9   1 . 6 9 4 . 6 2 6 . 7 1 2 . 2 2 6   1 . 3 6 . 1 9 4   1 . 8 7 2 . 1 1 8 . 5 7 1 - . 0 8 5   1 . 7 5 8 - . 7 1 9   2 . 0 0 6 - 1 . 4 1 3 . 2 4 8 - . 6 9 5 . 2 4 8 - 1 . 2 9 . 1 7 3 - 1 . 4 1 4 z " / > < / s v g > 
 
 -                                                                                         { {   $ o r d e r - > c l i e n t _ w h a t s a p p   } } 
 
 -                                                                                 < / a > 
 
 -                                                                         < / t d > 
 
 -                                                                         < t d   c l a s s = " p x - 6   p y - 4   w h i t e s p a c e - n o w r a p   t e x t - r i g h t " > 
 
 -                                                                                 < f o r m   a c t i o n = " { {   r o u t e ( ' a d m i n . a p p r o v e ' ,   $ o r d e r - > i d )   } } "   m e t h o d = " P O S T "   o n s u b m i t = " k o n f i r m a s i S w a l A C C ( e v e n t ,   ' { {   $ o r d e r - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' n a m a ' ]   } }   &   { {   $ o r d e r - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' n a m a ' ]   } } ' ) " > 
 
 -                                                                                         @ c s r f 
 
 -                                                                                         < b u t t o n   t y p e = " s u b m i t "   c l a s s = " b g - i n d i g o - 6 0 0   h o v e r : b g - i n d i g o - 7 0 0   t e x t - w h i t e   f o n t - b o l d   p y - 2   p x - 5   r o u n d e d - l g   s h a d o w - m d   h o v e r : s h a d o w - l g   t r a n s i t i o n - a l l   t r a n s f o r m   h o v e r : - t r a n s l a t e - y - 0 . 5   t e x t - x s   u p p e r c a s e   t r a c k i n g - w i d e   f l e x   i t e m s - c e n t e r   g a p - 2   m l - a u t o " > 
 
 -                                                                                                 < s p a n > A k t i f k a n < / s p a n > 
 
 -                                                                                                 < s v g   c l a s s = " w - 4   h - 4 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 3   1 0 V 3 L 4   1 4 h 7 v 7 l 9 - 1 1 h - 7 z " > < / p a t h > < / s v g > 
 
 -                                                                                         < / b u t t o n > 
 
 -                                                                                 < / f o r m > 
 
 -                                                                         < / t d > 
 
 -                                                                 < / t r > 
 
 -                                                                 @ e n d f o r e a c h 
 
 -                                                         < / t b o d y > 
 
 -                                                 < / t a b l e > 
 
 +                                 < d i v   c l a s s = " s t a t - c a r d   s t a t - c a r d - a c t i v e " > 
 
 +                                         < d i v   c l a s s = " s t a t - i c o n   b g - g r a d i e n t - t o - b r   f r o m - e m e r a l d - 4 0 0   t o - g r e e n - 5 0 0 " > 
 
 +                                                 < s v g   c l a s s = " w - 6   h - 6   t e x t - w h i t e "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 9   1 2 l 2   2   4 - 4 m 6   2 a 9   9   0   1 1 - 1 8   0   9   9   0   0 1 1 8   0 z " > < / p a t h > < / s v g > 
 
                                           < / d i v > 
 
 -                                         @ e l s e 
 
 -                                         < d i v   c l a s s = " p - 1 2   t e x t - c e n t e r   t e x t - g r a y - 4 0 0   d a r k : t e x t - g r a y - 5 0 0   f l e x   f l e x - c o l   i t e m s - c e n t e r " > 
 
 -                                                 < s v g   c l a s s = " w - 1 6   h - 1 6   m b - 4   t e x t - g r a y - 2 0 0   d a r k : t e x t - g r a y - 6 0 0 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 9   5 H 7 a 2   2   0   0 0 - 2   2 v 1 2 a 2   2   0   0 0 2   2 h 1 0 a 2   2   0   0 0 2 - 2 V 7 a 2   2   0   0 0 - 2 - 2 h - 2 M 9   5 a 2   2   0   0 0 2   2 h 2 a 2   2   0   0 0 2 - 2 M 9   5 a 2   2   0   0 1 2 - 2 h 2 a 2   2   0   0 1 2   2 " > < / p a t h > < / s v g > 
 
 -                                                 < p > B e l u m   a d a   p e s a n a n   b a r u   m a s u k . < / p > 
 
 +                                         < d i v   c l a s s = " s t a t - c o n t e n t " > 
 
 +                                                 < p   c l a s s = " s t a t - l a b e l " > K l i e n   A k t i f < / p > 
 
 +                                                 < p   c l a s s = " s t a t - v a l u e   t e x t - e m e r a l d - 6 0 0   d a r k : t e x t - e m e r a l d - 4 0 0 " > { {   $ a c t i v e O r d e r s - > c o u n t ( )   } } < / p > 
 
                                           < / d i v > 
 
 -                                         @ e n d i f 
 
 +                                         < d i v   c l a s s = " s t a t - b g - p a t t e r n " > < / d i v > 
 
 +                                 < / d i v > 
 
 +                                 < d i v   c l a s s = " s t a t - c a r d   s t a t - c a r d - t o t a l " > 
 
 +                                         < d i v   c l a s s = " s t a t - i c o n   b g - g r a d i e n t - t o - b r   f r o m - i n d i g o - 4 0 0   t o - p u r p l e - 5 0 0 " > 
 
 +                                                 < s v g   c l a s s = " w - 6   h - 6   t e x t - w h i t e "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 7   2 0 h 5 v - 2 a 3   3   0   0 0 - 5 . 3 5 6 - 1 . 8 5 7 M 1 7   2 0 H 7 m 1 0   0 v - 2 c 0 - . 6 5 6 - . 1 2 6 - 1 . 2 8 3 - . 3 5 6 - 1 . 8 5 7 M 7   2 0 H 2 v - 2 a 3   3   0   0 1 5 . 3 5 6 - 1 . 8 5 7 M 7   2 0 v - 2 c 0 - . 6 5 6 . 1 2 6 - 1 . 2 8 3 . 3 5 6 - 1 . 8 5 7 m 0   0 a 5 . 0 0 2   5 . 0 0 2   0   0 1 9 . 2 8 8   0 M 1 5   7 a 3   3   0   1 1 - 6   0   3   3   0   0 1 6   0 z " > < / p a t h > < / s v g > 
 
 +                                         < / d i v > 
 
 +                                         < d i v   c l a s s = " s t a t - c o n t e n t " > 
 
 +                                                 < p   c l a s s = " s t a t - l a b e l " > T o t a l   U n d a n g a n < / p > 
 
 +                                                 < p   c l a s s = " s t a t - v a l u e   t e x t - i n d i g o - 6 0 0   d a r k : t e x t - i n d i g o - 4 0 0 " > { {   $ p e n d i n g O r d e r s - > c o u n t ( )   +   $ a c t i v e O r d e r s - > c o u n t ( )   } } < / p > 
 
 +                                         < / d i v > 
 
 +                                         < d i v   c l a s s = " s t a t - b g - p a t t e r n " > < / d i v > 
 
                                   < / d i v > 
 
                           < / d i v > 
 
   
 
 -                         < d i v > 
 
 -                                 < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 3   m b - 4 " > 
 
 -                                         < d i v   c l a s s = " b g - g r e e n - 1 0 0   d a r k : b g - g r e e n - 9 0 0 / 3 0   t e x t - g r e e n - 8 0 0   d a r k : t e x t - g r e e n - 3 0 0   p - 2   r o u n d e d - l g   s h a d o w - s m " > 
 
 -                                                 < s v g   c l a s s = " w - 6   h - 6 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 7   2 0 h 5 v - 2 a 3   3   0   0 0 - 5 . 3 5 6 - 1 . 8 5 7 M 1 7   2 0 H 7 m 1 0   0 v - 2 c 0 - . 6 5 6 - . 1 2 6 - 1 . 2 8 3 - . 3 5 6 - 1 . 8 5 7 M 7   2 0 H 2 v - 2 a 3   3   0   0 1 5 . 3 5 6 - 1 . 8 5 7 M 7   2 0 v - 2 c 0 - . 6 5 6 . 1 2 6 - 1 . 2 8 3 . 3 5 6 - 1 . 8 5 7 m 0   0 a 5 . 0 0 2   5 . 0 0 2   0   0 1 9 . 2 8 8   0 M 1 5   7 a 3   3   0   1 1 - 6   0   3   3   0   0 1 6   0 z m 6   3 a 2   2   0   1 1 - 4   0   2   2   0   0 1 4   0 z M 7   1 0 a 2   2   0   1 1 - 4   0   2   2   0   0 1 4   0 z " > < / p a t h > < / s v g > 
 
 +                         < ! - -   P e n d i n g   O r d e r s   S e c t i o n   - - > 
 
 +                         < d i v   c l a s s = " d a s h b o a r d - c a r d " > 
 
 +                                 < d i v   c l a s s = " c a r d - h e a d e r   c a r d - h e a d e r - w a r n i n g " > 
 
 +                                         < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 4 " > 
 
 +                                                 < d i v   c l a s s = " h e a d e r - i c o n   b g - g r a d i e n t - t o - b r   f r o m - a m b e r - 5 0 0   t o - o r a n g e - 5 0 0 " > 
 
 +                                                         < s v g   c l a s s = " w - 6   h - 6   t e x t - w h i t e "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 2   8 v 4 l 3   3 m 6 - 3 a 9   9   0   1 1 - 1 8   0   9   9   0   0 1 1 8   0 z " > < / p a t h > < / s v g > 
 
 +                                                 < / d i v > 
 
 +                                                 < d i v > 
 
 +                                                         < h 3   c l a s s = " c a r d - t i t l e " > P e r m i n t a a n   M a s u k < / h 3 > 
 
 +                                                         < p   c l a s s = " c a r d - s u b t i t l e " > { {   $ p e n d i n g O r d e r s - > c o u n t ( )   } }   p e s a n a n   m e n u n g g u   a k t i v a s i < / p > 
 
 +                                                 < / d i v > 
 
                                           < / d i v > 
 
 -                                         < h 2   c l a s s = " t e x t - 2 x l   f o n t - b o l d   t e x t - g r a y - 8 0 0   d a r k : t e x t - w h i t e " > 
 
 -                                                 K l i e n   A k t i f   
 
 -                                                 < s p a n   c l a s s = " t e x t - s m   f o n t - n o r m a l   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   m l - 2   b g - w h i t e   d a r k : b g - g r a y - 7 0 0   p x - 2   p y - 0 . 5   r o u n d e d - f u l l   b o r d e r   d a r k : b o r d e r - g r a y - 6 0 0 " > 
 
 -                                                         ( { {   $ a c t i v e O r d e r s - > c o u n t ( )   } }   A k u n ) 
 
 -                                                 < / s p a n > 
 
 -                                         < / h 2 > 
 
 +                                         @ i f ( $ p e n d i n g O r d e r s - > c o u n t ( )   >   0 ) 
 
 +                                         < s p a n   c l a s s = " b a d g e   b a d g e - w a r n i n g   a n i m a t e - p u l s e " > P e r l u   T i n d a k a n < / s p a n > 
 
 +                                         @ e n d i f 
 
                                   < / d i v > 
 
   
 
 -                                 < d i v   c l a s s = " b g - w h i t e   d a r k : b g - g r a y - 8 0 0   s h a d o w - x l   s h a d o w - g r e e n - 1 0 0 / 5 0   d a r k : s h a d o w - n o n e   r o u n d e d - 2 x l   o v e r f l o w - h i d d e n   b o r d e r   b o r d e r - g r a y - 1 0 0   d a r k : b o r d e r - g r a y - 7 0 0   t r a n s i t i o n - c o l o r s " > 
 
 -                                         @ i f ( $ a c t i v e O r d e r s - > c o u n t ( )   >   0 ) 
 
 -                                         < d i v   c l a s s = " o v e r f l o w - x - a u t o " > 
 
 -                                                 < t a b l e   c l a s s = " m i n - w - f u l l   d i v i d e - y   d i v i d e - g r a y - 2 0 0   d a r k : d i v i d e - g r a y - 7 0 0 " > 
 
 -                                                         < t h e a d   c l a s s = " b g - g r e e n - 5 0   d a r k : b g - g r e e n - 9 0 0 / 2 0 " > 
 
 -                                                                 < t r > 
 
 -                                                                         < t h   c l a s s = " p x - 6   p y - 4   t e x t - l e f t   t e x t - x s   f o n t - b o l d   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   u p p e r c a s e   t r a c k i n g - w i d e r " > I n f o   L o g i n < / t h > 
 
 -                                                                         < t h   c l a s s = " p x - 6   p y - 4   t e x t - l e f t   t e x t - x s   f o n t - b o l d   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   u p p e r c a s e   t r a c k i n g - w i d e r " > D e t a i l   K l i e n < / t h > 
 
 -                                                                         < t h   c l a s s = " p x - 6   p y - 4   t e x t - l e f t   t e x t - x s   f o n t - b o l d   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   u p p e r c a s e   t r a c k i n g - w i d e r " > S t a t u s < / t h > 
 
 -                                                                         < t h   c l a s s = " p x - 6   p y - 4   t e x t - r i g h t   t e x t - x s   f o n t - b o l d   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   u p p e r c a s e   t r a c k i n g - w i d e r " > M a n a j e m e n < / t h > 
 
 -                                                                 < / t r > 
 
 -                                                         < / t h e a d > 
 
 -                                                         < t b o d y   c l a s s = " b g - w h i t e   d a r k : b g - g r a y - 8 0 0   d i v i d e - y   d i v i d e - g r a y - 2 0 0   d a r k : d i v i d e - g r a y - 7 0 0 " > 
 
 -                                                                 @ f o r e a c h ( $ a c t i v e O r d e r s   a s   $ c l i e n t ) 
 
 -                                                                 < t r   c l a s s = " h o v e r : b g - g r e e n - 5 0 / 3 0   d a r k : h o v e r : b g - g r e e n - 9 0 0 / 1 0   t r a n s i t i o n - c o l o r s " > 
 
 -                                                                         < t d   c l a s s = " p x - 6   p y - 4 " > 
 
 -                                                                                 @ i f ( $ c l i e n t - > u s e r ) 
 
 -                                                                                         < d i v   c l a s s = " t e x t - s m   f o n t - m o n o   f o n t - b o l d   t e x t - g r a y - 8 0 0   d a r k : t e x t - w h i t e   b g - g r a y - 1 0 0   d a r k : b g - g r a y - 7 0 0   p x - 2   p y - 1   r o u n d e d   w - f i t   s e l e c t - a l l " > { {   $ c l i e n t - > u s e r - > e m a i l   } } < / d i v > 
 
 -                                                                                         < d i v   c l a s s = " t e x t - [ 1 0 p x ]   t e x t - g r a y - 4 0 0   m t - 1   u p p e r c a s e   t r a c k i n g - w i d e   f o n t - b o l d " > U s e r n a m e < / d i v > 
 
 -                                                                                 @ e l s e 
 
 -                                                                                         < s p a n   c l a s s = " t e x t - r e d - 5 0 0   d a r k : t e x t - r e d - 4 0 0   t e x t - x s   f o n t - b o l d   b g - r e d - 1 0 0   d a r k : b g - r e d - 9 0 0 / 2 0   p x - 2   p y - 1   r o u n d e d " > E r r o r :   U s e r   M i s s i n g < / s p a n > 
 
 -                                                                                 @ e n d i f 
 
 -                                                                         < / t d > 
 
 -                                                                         < t d   c l a s s = " p x - 6   p y - 4 " > 
 
 -                                                                                 < d i v   c l a s s = " t e x t - s m   f o n t - b o l d   t e x t - g r a y - 9 0 0   d a r k : t e x t - w h i t e " > 
 
 -                                                                                         { {   $ c l i e n t - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' n a m a ' ]   } }   &   { {   $ c l i e n t - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' n a m a ' ]   } } 
 
 -                                                                                 < / d i v > 
 
 -                                                                                 < d i v   c l a s s = " t e x t - x s   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   m t - 1 " > 
 
 -                                                                                         < a   h r e f = " { {   u r l ( ' u n d a n g a n / ' . $ c l i e n t - > s l u g )   } } "   t a r g e t = " _ b l a n k "   c l a s s = " t e x t - i n d i g o - 6 0 0   d a r k : t e x t - i n d i g o - 4 0 0   f o n t - b o l d   h o v e r : u n d e r l i n e   f l e x   i t e m s - c e n t e r   g a p - 1 " > 
 
 -                                                                                                 < s v g   c l a s s = " w - 3   h - 3 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 0   6 H 6 a 2   2   0   0 0 - 2   2 v 1 0 a 2   2   0   0 0 2   2 h 1 0 a 2   2   0   0 0 2 - 2 v - 4 M 1 4   4 h 6 m 0   0 v 6 m 0 - 6 L 1 0   1 4 " > < / p a t h > < / s v g > 
 
 -                                                                                                 L i h a t   U n d a n g a n 
 
 -                                                                                         < / a > 
 
 -                                                                                 < / d i v > 
 
 -                                                                         < / t d > 
 
 -                                                                         < t d   c l a s s = " p x - 6   p y - 4   w h i t e s p a c e - n o w r a p " > 
 
 -                                                                                 < s p a n   c l a s s = " b g - g r e e n - 1 0 0   d a r k : b g - g r e e n - 9 0 0 / 5 0   t e x t - g r e e n - 7 0 0   d a r k : t e x t - g r e e n - 3 0 0   t e x t - x s   f o n t - e x t r a b o l d   p x - 3   p y - 1   r o u n d e d - f u l l   b o r d e r   b o r d e r - g r e e n - 2 0 0   d a r k : b o r d e r - g r e e n - 8 0 0   s h a d o w - s m   f l e x   i t e m s - c e n t e r   g a p - 1   w - f i t " > 
 
 -                                                                                         < s p a n   c l a s s = " w - 2   h - 2   b g - g r e e n - 5 0 0   r o u n d e d - f u l l   a n i m a t e - p u l s e " > < / s p a n >   A K T I F 
 
 -                                                                                 < / s p a n > 
 
 -                                                                         < / t d > 
 
 -                                                                         < t d   c l a s s = " p x - 6   p y - 4   w h i t e s p a c e - n o w r a p   t e x t - r i g h t " > 
 
 -                                                                                 @ i f ( $ c l i e n t - > u s e r ) 
 
 -                                                                                 < f o r m   a c t i o n = " { {   r o u t e ( ' a d m i n . r e s e t P a s s w o r d ' ,   $ c l i e n t - > u s e r - > i d )   } } "   m e t h o d = " P O S T "   o n s u b m i t = " k o n f i r m a s i S w a l R e s e t ( e v e n t ,   ' { {   $ c l i e n t - > u s e r - > e m a i l   } } ' ) " > 
 
 -                                                                                         @ c s r f 
 
 -                                                                                         < b u t t o n   t y p e = " s u b m i t "   c l a s s = " b o r d e r   b o r d e r - r e d - 2 0 0   d a r k : b o r d e r - r e d - 8 0 0   b g - w h i t e   d a r k : b g - g r a y - 7 0 0   t e x t - r e d - 5 0 0   d a r k : t e x t - r e d - 4 0 0   h o v e r : b g - r e d - 5 0   d a r k : h o v e r : b g - r e d - 9 0 0 / 3 0   h o v e r : t e x t - r e d - 7 0 0   d a r k : h o v e r : t e x t - r e d - 3 0 0   f o n t - b o l d   p y - 1 . 5   p x - 4   r o u n d e d - l g   t r a n s i t i o n - a l l   t e x t - x s   f l e x   i t e m s - c e n t e r   g a p - 1   m l - a u t o   s h a d o w - s m " > 
 
 -                                                                                                 < s v g   c l a s s = " w - 3   h - 3 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 5   7 a 2   2   0   0 1 2   2 m 4   0 a 6   6   0   0 1 - 7 . 7 4 3   5 . 7 4 3 L 1 1   1 7 H 9 v 2 H 7 v 2 H 4 a 1   1   0   0 1 - 1 - 1 v - 2 . 5 8 6 a 1   1   0   0 1 . 2 9 3 - . 7 0 7 l 5 . 9 6 4 - 5 . 9 6 4 A 6   6   0   1 1 2 1   9 z " > < / p a t h > < / s v g > 
 
 -                                                                                                 R e s e t   P a s s 
 
 -                                                                                         < / b u t t o n > 
 
 -                                                                                 < / f o r m > 
 
 -                                                                                 @ e n d i f 
 
 -                                                                         < / t d > 
 
 -                                                                 < / t r > 
 
 -                                                                 @ e n d f o r e a c h 
 
 -                                                         < / t b o d y > 
 
 -                                                 < / t a b l e > 
 
 +                                 @ i f ( $ p e n d i n g O r d e r s - > c o u n t ( )   >   0 ) 
 
 +                                 < d i v   c l a s s = " o v e r f l o w - x - a u t o " > 
 
 +                                         < t a b l e   c l a s s = " d a t a - t a b l e " > 
 
 +                                                 < t h e a d > 
 
 +                                                         < t r > 
 
 +                                                                 < t h > I D   /   T a n g g a l < / t h > 
 
 +                                                                 < t h > M e m p e l a i < / t h > 
 
 +                                                                 < t h > P a k e t < / t h > 
 
 +                                                                 < t h > K o n t a k < / t h > 
 
 +                                                                 < t h   c l a s s = " t e x t - r i g h t " > A k s i < / t h > 
 
 +                                                         < / t r > 
 
 +                                                 < / t h e a d > 
 
 +                                                 < t b o d y > 
 
 +                                                         @ f o r e a c h ( $ p e n d i n g O r d e r s   a s   $ o r d e r ) 
 
 +                                                         < t r   c l a s s = " t a b l e - r o w - h o v e r " > 
 
 +                                                                 < t d > 
 
 +                                                                         < s p a n   c l a s s = " i d - b a d g e   i d - b a d g e - w a r n i n g " > # I N V - { {   $ o r d e r - > i d   } } < / s p a n > 
 
 +                                                                         < p   c l a s s = " t e x t - x s   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   m t - 1 " > { {   $ o r d e r - > c r e a t e d _ a t - > f o r m a t ( ' d   M   Y ,   H : i ' )   } } < / p > 
 
 +                                                                 < / t d > 
 
 +                                                                 < t d > 
 
 +                                                                         < p   c l a s s = " f o n t - b o l d   t e x t - g r a y - 9 0 0   d a r k : t e x t - w h i t e " > { {   $ o r d e r - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' n a m a ' ]   } }   &   { {   $ o r d e r - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' n a m a ' ]   } } < / p > 
 
 +                                                                         < p   c l a s s = " t e x t - x s   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   m t - 0 . 5   f l e x   i t e m s - c e n t e r   g a p - 1 " > 
 
 +                                                                                 < s v g   c l a s s = " w - 3   h - 3 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 8   7 V 3 m 8   4 V 3 m - 9   8 h 1 0 M 5   2 1 h 1 4 a 2   2   0   0 0 2 - 2 V 7 a 2   2   0   0 0 - 2 - 2 H 5 a 2   2   0   0 0 - 2   2 v 1 2 a 2   2   0   0 0 2   2 z " > < / p a t h > < / s v g > 
 
 +                                                                                 { {   $ o r d e r - > e v e n t _ d a t e - > f o r m a t ( ' d   M   Y ' )   } } 
 
 +                                                                         < / p > 
 
 +                                                                 < / t d > 
 
 +                                                                 < t d > 
 
 +                                                                         < s p a n   c l a s s = " t h e m e - b a d g e " > { {   $ o r d e r - > t h e m e - > n a m e   } } < / s p a n > 
 
 +                                                                 < / t d > 
 
 +                                                                 < t d > 
 
 +                                                                         < a   h r e f = " h t t p s : / / w a . m e / { {   $ o r d e r - > c l i e n t _ w h a t s a p p   } } "   t a r g e t = " _ b l a n k "   c l a s s = " w a - l i n k " > 
 
 +                                                                                 < s v g   c l a s s = " w - 4   h - 4 "   f i l l = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   d = " M . 0 5 7   2 4 l 1 . 6 8 7 - 6 . 1 6 3 c - 1 . 0 4 1 - 1 . 8 0 4 - 1 . 5 8 8 - 3 . 8 4 9 - 1 . 5 8 7 - 5 . 9 4 6 . 0 0 3 - 6 . 5 5 6   5 . 3 3 8 - 1 1 . 8 9 1   1 1 . 8 9 3 - 1 1 . 8 9 1   3 . 1 8 1 . 0 0 1   6 . 1 6 7   1 . 2 4   8 . 4 1 3   3 . 4 8 8   2 . 2 4 5   2 . 2 4 8   3 . 4 8 1   5 . 2 3 6   3 . 4 8   8 . 4 1 4 - . 0 0 3   6 . 5 5 7 - 5 . 3 3 8   1 1 . 8 9 2 - 1 1 . 8 9 3   1 1 . 8 9 2 - 1 . 9 9 - . 0 0 1 - 3 . 9 5 1 - . 5 - 5 . 6 8 8 - 1 . 4 4 8 l - 6 . 3 0 5   1 . 6 5 4 z m 6 . 5 9 7 - 3 . 8 0 7 c 1 . 6 7 6 . 9 9 5   3 . 2 7 6   1 . 5 9 1   5 . 3 9 2   1 . 5 9 2   5 . 4 4 8   0   9 . 8 8 6 - 4 . 4 3 4   9 . 8 8 9 - 9 . 8 8 5 . 0 0 2 - 5 . 4 6 2 - 4 . 4 1 5 - 9 . 8 9 - 9 . 8 8 1 - 9 . 8 9 2 - 5 . 4 5 2   0 - 9 . 8 8 7   4 . 4 3 4 - 9 . 8 8 9   9 . 8 8 4 - . 0 0 1   2 . 2 2 5 . 6 5 1   3 . 8 9 1   1 . 7 4 6   5 . 6 3 4 l - . 9 9 9   3 . 6 4 8   3 . 7 4 2 - . 9 8 1 z m 1 1 . 3 8 7 - 5 . 4 6 4 c - . 0 7 4 - . 1 2 4 - . 2 7 2 - . 1 9 8 - . 5 7 - . 3 4 7 - . 2 9 7 - . 1 4 9 - 1 . 7 5 8 - . 8 6 8 - 2 . 0 3 1 - . 9 6 7 - . 2 7 2 - . 0 9 9 - . 4 7 - . 1 4 9 - . 6 6 9 . 1 4 9 - . 1 9 8 . 2 9 7 - . 7 6 8 . 9 6 7 - . 9 4 1   1 . 1 6 5 - . 1 7 3 . 1 9 8 - . 3 4 7 . 2 2 3 - . 6 4 4 . 0 7 4 - . 2 9 7 - . 1 4 9 - 1 . 2 5 5 - . 4 6 3 - 2 . 3 9 - 1 . 4 7 5 - . 8 8 3 - . 7 8 8 - 1 . 4 8 - 1 . 7 6 1 - 1 . 6 5 3 - 2 . 0 5 9 - . 1 7 3 - . 2 9 7 - . 0 1 8 - . 4 5 8 . 1 3 - . 6 0 6 . 1 3 4 - . 1 3 3 . 2 9 7 - . 3 4 7 . 4 4 6 - . 5 2 1 . 1 5 1 - . 1 7 2 . 2 - . 2 9 6 . 3 - . 4 9 5 . 0 9 9 - . 1 9 8 . 0 5 - . 3 7 2 - . 0 2 5 - . 5 2 1 - . 0 7 5 - . 1 4 8 - . 6 6 9 - 1 . 6 1 1 - . 9 1 6 - 2 . 2 0 6 - . 2 4 2 - . 5 7 9 - . 4 8 7 - . 5 0 1 - . 6 6 9 - . 5 1 l - . 5 7 - . 0 1 c - . 1 9 8   0 - . 5 2 . 0 7 4 - . 7 9 2 . 3 7 2 - . 2 7 2 . 2 9 7 - 1 . 0 4   1 . 0 1 6 - 1 . 0 4   2 . 4 7 9   0   1 . 4 6 2   1 . 0 6 5   2 . 8 7 5   1 . 2 1 3   3 . 0 7 4 . 1 4 9 . 1 9 8   2 . 0 9 5   3 . 2   5 . 0 7 6   4 . 4 8 7 . 7 0 9 . 3 0 6   1 . 2 6 3 . 4 8 9   1 . 6 9 4 . 6 2 6 . 7 1 2 . 2 2 6   1 . 3 6 . 1 9 4   1 . 8 7 2 . 1 1 8 . 5 7 1 - . 0 8 5   1 . 7 5 8 - . 7 1 9   2 . 0 0 6 - 1 . 4 1 3 . 2 4 8 - . 6 9 5 . 2 4 8 - 1 . 2 9 . 1 7 3 - 1 . 4 1 4 z " / > < / s v g > 
 
 +                                                                                 { {   $ o r d e r - > c l i e n t _ w h a t s a p p   } } 
 
 +                                                                         < / a > 
 
 +                                                                 < / t d > 
 
 +                                                                 < t d   c l a s s = " t e x t - r i g h t " > 
 
 +                                                                         < f o r m   a c t i o n = " { {   r o u t e ( ' a d m i n . a p p r o v e ' ,   $ o r d e r - > i d )   } } "   m e t h o d = " P O S T "   o n s u b m i t = " k o n f i r m a s i S w a l A C C ( e v e n t ,   ' { {   $ o r d e r - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' n a m a ' ]   } }   &   { {   $ o r d e r - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' n a m a ' ]   } } ' ) " > 
 
 +                                                                                 @ c s r f 
 
 +                                                                                 < b u t t o n   t y p e = " s u b m i t "   c l a s s = " b t n - a c t i v a t e " > 
 
 +                                                                                         < s v g   c l a s s = " w - 4   h - 4 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 3   1 0 V 3 L 4   1 4 h 7 v 7 l 9 - 1 1 h - 7 z " > < / p a t h > < / s v g > 
 
 +                                                                                         A k t i f k a n 
 
 +                                                                                 < / b u t t o n > 
 
 +                                                                         < / f o r m > 
 
 +                                                                 < / t d > 
 
 +                                                         < / t r > 
 
 +                                                         @ e n d f o r e a c h 
 
 +                                                 < / t b o d y > 
 
 +                                         < / t a b l e > 
 
 +                                 < / d i v > 
 
 +                                 @ e l s e 
 
 +                                 < d i v   c l a s s = " e m p t y - s t a t e " > 
 
 +                                         < d i v   c l a s s = " e m p t y - i c o n   b g - a m b e r - 1 0 0   d a r k : b g - a m b e r - 9 0 0 / 2 0 " > 
 
 +                                                 < s v g   c l a s s = " w - 1 0   h - 1 0   t e x t - a m b e r - 4 0 0 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 9   5 H 7 a 2   2   0   0 0 - 2   2 v 1 2 a 2   2   0   0 0 2   2 h 1 0 a 2   2   0   0 0 2 - 2 V 7 a 2   2   0   0 0 - 2 - 2 h - 2 M 9   5 a 2   2   0   0 0 2   2 h 2 a 2   2   0   0 0 2 - 2 M 9   5 a 2   2   0   0 1 2 - 2 h 2 a 2   2   0   0 1 2   2 " > < / p a t h > < / s v g > 
 
                                           < / d i v > 
 
 -                                         @ e l s e 
 
 -                                         < d i v   c l a s s = " p - 1 2   t e x t - c e n t e r   t e x t - g r a y - 4 0 0   d a r k : t e x t - g r a y - 5 0 0   f l e x   f l e x - c o l   i t e m s - c e n t e r " > 
 
 -                                                 < s v g   c l a s s = " w - 1 6   h - 1 6   m b - 4   t e x t - g r a y - 2 0 0   d a r k : t e x t - g r a y - 6 0 0 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 7   2 0 h 5 v - 2 a 3   3   0   0 0 - 5 . 3 5 6 - 1 . 8 5 7 M 1 7   2 0 H 7 m 1 0   0 v - 2 c 0 - . 6 5 6 - . 1 2 6 - 1 . 2 8 3 - . 3 5 6 - 1 . 8 5 7 M 7   2 0 H 2 v - 2 a 3   3   0   0 1 5 . 3 5 6 - 1 . 8 5 7 M 7   2 0 v - 2 c 0 - . 6 5 6 . 1 2 6 - 1 . 2 8 3 . 3 5 6 - 1 . 8 5 7 m 0   0 a 5 . 0 0 2   5 . 0 0 2   0   0 1 9 . 2 8 8   0 M 1 5   7 a 3   3   0   1 1 - 6   0   3   3   0   0 1 6   0 z m 6   3 a 2   2   0   1 1 - 4   0   2   2   0   0 1 4   0 z M 7   1 0 a 2   2   0   1 1 - 4   0   2   2   0   0 1 4   0 z " > < / p a t h > < / s v g > 
 
 -                                                 < p > B e l u m   a d a   k l i e n   a k t i f . < / p > 
 
 +                                         < p   c l a s s = " e m p t y - t e x t " > T i d a k   a d a   p e s a n a n   b a r u < / p > 
 
 +                                         < p   c l a s s = " e m p t y - s u b t e x t " > P e s a n a n   b a r u   a k a n   m u n c u l   d i   s i n i < / p > 
 
 +                                 < / d i v > 
 
 +                                 @ e n d i f 
 
 +                         < / d i v > 
 
 + 
 
 +                         < ! - -   A c t i v e   C l i e n t s   S e c t i o n   - - > 
 
 +                         < d i v   c l a s s = " d a s h b o a r d - c a r d " > 
 
 +                                 < d i v   c l a s s = " c a r d - h e a d e r   c a r d - h e a d e r - s u c c e s s " > 
 
 +                                         < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 4 " > 
 
 +                                                 < d i v   c l a s s = " h e a d e r - i c o n   b g - g r a d i e n t - t o - b r   f r o m - e m e r a l d - 5 0 0   t o - g r e e n - 5 0 0 " > 
 
 +                                                         < s v g   c l a s s = " w - 6   h - 6   t e x t - w h i t e "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 7   2 0 h 5 v - 2 a 3   3   0   0 0 - 5 . 3 5 6 - 1 . 8 5 7 M 1 7   2 0 H 7 m 1 0   0 v - 2 c 0 - . 6 5 6 - . 1 2 6 - 1 . 2 8 3 - . 3 5 6 - 1 . 8 5 7 M 7   2 0 H 2 v - 2 a 3   3   0   0 1 5 . 3 5 6 - 1 . 8 5 7 M 7   2 0 v - 2 c 0 - . 6 5 6 . 1 2 6 - 1 . 2 8 3 . 3 5 6 - 1 . 8 5 7 m 0   0 a 5 . 0 0 2   5 . 0 0 2   0   0 1 9 . 2 8 8   0 M 1 5   7 a 3   3   0   1 1 - 6   0   3   3   0   0 1 6   0 z " > < / p a t h > < / s v g > 
 
 +                                                 < / d i v > 
 
 +                                                 < d i v > 
 
 +                                                         < h 3   c l a s s = " c a r d - t i t l e " > K l i e n   A k t i f < / h 3 > 
 
 +                                                         < p   c l a s s = " c a r d - s u b t i t l e " > { {   $ a c t i v e O r d e r s - > c o u n t ( )   } }   a k u n   s u d a h   a k t i f < / p > 
 
 +                                                 < / d i v > 
 
                                           < / d i v > 
 
 -                                         @ e n d i f 
 
                                   < / d i v > 
 
 + 
 
 +                                 @ i f ( $ a c t i v e O r d e r s - > c o u n t ( )   >   0 ) 
 
 +                                 < d i v   c l a s s = " o v e r f l o w - x - a u t o " > 
 
 +                                         < t a b l e   c l a s s = " d a t a - t a b l e " > 
 
 +                                                 < t h e a d > 
 
 +                                                         < t r > 
 
 +                                                                 < t h > I n f o   L o g i n < / t h > 
 
 +                                                                 < t h > D e t a i l   K l i e n < / t h > 
 
 +                                                                 < t h > S t a t u s < / t h > 
 
 +                                                                 < t h   c l a s s = " t e x t - r i g h t " > M a n a j e m e n < / t h > 
 
 +                                                         < / t r > 
 
 +                                                 < / t h e a d > 
 
 +                                                 < t b o d y > 
 
 +                                                         @ f o r e a c h ( $ a c t i v e O r d e r s   a s   $ c l i e n t ) 
 
 +                                                         < t r   c l a s s = " t a b l e - r o w - h o v e r " > 
 
 +                                                                 < t d > 
 
 +                                                                         @ i f ( $ c l i e n t - > u s e r ) 
 
 +                                                                         < d i v   c l a s s = " e m a i l - d i s p l a y " > { {   $ c l i e n t - > u s e r - > e m a i l   } } < / d i v > 
 
 +                                                                         < p   c l a s s = " t e x t - [ 1 0 p x ]   t e x t - g r a y - 4 0 0   d a r k : t e x t - g r a y - 5 0 0   m t - 1   u p p e r c a s e   t r a c k i n g - w i d e r   f o n t - s e m i b o l d " > U s e r n a m e < / p > 
 
 +                                                                         @ e l s e 
 
 +                                                                         < s p a n   c l a s s = " e r r o r - b a d g e " > E r r o r :   U s e r   M i s s i n g < / s p a n > 
 
 +                                                                         @ e n d i f 
 
 +                                                                 < / t d > 
 
 +                                                                 < t d > 
 
 +                                                                         < p   c l a s s = " f o n t - b o l d   t e x t - g r a y - 9 0 0   d a r k : t e x t - w h i t e " > { {   $ c l i e n t - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' n a m a ' ]   } }   &   { {   $ c l i e n t - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' n a m a ' ]   } } < / p > 
 
 +                                                                         < a   h r e f = " { {   u r l ( ' u n d a n g a n / ' . $ c l i e n t - > s l u g )   } } "   t a r g e t = " _ b l a n k "   c l a s s = " i n v i t e - l i n k " > 
 
 +                                                                                 < s v g   c l a s s = " w - 3   h - 3 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 0   6 H 6 a 2   2   0   0 0 - 2   2 v 1 0 a 2   2   0   0 0 2   2 h 1 0 a 2   2   0   0 0 2 - 2 v - 4 M 1 4   4 h 6 m 0   0 v 6 m 0 - 6 L 1 0   1 4 " > < / p a t h > < / s v g > 
 
 +                                                                                 L i h a t   U n d a n g a n 
 
 +                                                                         < / a > 
 
 +                                                                 < / t d > 
 
 +                                                                 < t d > 
 
 +                                                                         < s p a n   c l a s s = " s t a t u s - b a d g e   s t a t u s - a c t i v e " > 
 
 +                                                                                 < s p a n   c l a s s = " s t a t u s - d o t " > < / s p a n > 
 
 +                                                                                 A K T I F 
 
 +                                                                         < / s p a n > 
 
 +                                                                 < / t d > 
 
 +                                                                 < t d   c l a s s = " t e x t - r i g h t " > 
 
 +                                                                         @ i f ( $ c l i e n t - > u s e r ) 
 
 +                                                                         < f o r m   a c t i o n = " { {   r o u t e ( ' a d m i n . r e s e t P a s s w o r d ' ,   $ c l i e n t - > u s e r - > i d )   } } "   m e t h o d = " P O S T "   o n s u b m i t = " k o n f i r m a s i S w a l R e s e t ( e v e n t ,   ' { {   $ c l i e n t - > u s e r - > e m a i l   } } ' ) " > 
 
 +                                                                                 @ c s r f 
 
 +                                                                                 < b u t t o n   t y p e = " s u b m i t "   c l a s s = " b t n - r e s e t " > 
 
 +                                                                                         < s v g   c l a s s = " w - 3 . 5   h - 3 . 5 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 5   7 a 2   2   0   0 1 2   2 m 4   0 a 6   6   0   0 1 - 7 . 7 4 3   5 . 7 4 3 L 1 1   1 7 H 9 v 2 H 7 v 2 H 4 a 1   1   0   0 1 - 1 - 1 v - 2 . 5 8 6 a 1   1   0   0 1 . 2 9 3 - . 7 0 7 l 5 . 9 6 4 - 5 . 9 6 4 A 6   6   0   1 1 2 1   9 z " > < / p a t h > < / s v g > 
 
 +                                                                                         R e s e t   P a s s w o r d 
 
 +                                                                                 < / b u t t o n > 
 
 +                                                                         < / f o r m > 
 
 +                                                                         @ e n d i f 
 
 +                                                                 < / t d > 
 
 +                                                         < / t r > 
 
 +                                                         @ e n d f o r e a c h 
 
 +                                                 < / t b o d y > 
 
 +                                         < / t a b l e > 
 
 +                                 < / d i v > 
 
 +                                 @ e l s e 
 
 +                                 < d i v   c l a s s = " e m p t y - s t a t e " > 
 
 +                                         < d i v   c l a s s = " e m p t y - i c o n   b g - e m e r a l d - 1 0 0   d a r k : b g - e m e r a l d - 9 0 0 / 2 0 " > 
 
 +                                                 < s v g   c l a s s = " w - 1 0   h - 1 0   t e x t - e m e r a l d - 4 0 0 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 7   2 0 h 5 v - 2 a 3   3   0   0 0 - 5 . 3 5 6 - 1 . 8 5 7 M 1 7   2 0 H 7 m 1 0   0 v - 2 c 0 - . 6 5 6 - . 1 2 6 - 1 . 2 8 3 - . 3 5 6 - 1 . 8 5 7 M 7   2 0 H 2 v - 2 a 3   3   0   0 1 5 . 3 5 6 - 1 . 8 5 7 M 7   2 0 v - 2 c 0 - . 6 5 6 . 1 2 6 - 1 . 2 8 3 . 3 5 6 - 1 . 8 5 7 m 0   0 a 5 . 0 0 2   5 . 0 0 2   0   0 1 9 . 2 8 8   0 M 1 5   7 a 3   3   0   1 1 - 6   0   3   3   0   0 1 6   0 z " > < / p a t h > < / s v g > 
 
 +                                         < / d i v > 
 
 +                                         < p   c l a s s = " e m p t y - t e x t " > B e l u m   a d a   k l i e n   a k t i f < / p > 
 
 +                                         < p   c l a s s = " e m p t y - s u b t e x t " > A k t i f k a n   p e s a n a n   u n t u k   m e n a m b a h   k l i e n < / p > 
 
 +                                 < / d i v > 
 
 +                                 @ e n d i f 
 
                           < / d i v > 
 
   
 
                   < / d i v > 
 
           < / d i v > 
 
   
 
 +         < ! - -   N e w   A c c o u n t   M o d a l   - - > 
 
           @ i f ( s e s s i o n ( ' n e w _ a c c o u n t ' ) ) 
 
 -         < d i v   c l a s s = " f i x e d   i n s e t - 0   b g - g r a y - 9 0 0 / 8 0   b a c k d r o p - b l u r - s m   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   z - 5 0   p - 4   t r a n s i t i o n - o p a c i t y   d u r a t i o n - 3 0 0 " > 
 
 -                 < d i v   c l a s s = " b g - w h i t e   d a r k : b g - g r a y - 8 0 0   r o u n d e d - 2 x l   s h a d o w - 2 x l   p - 8   m a x - w - l g   w - f u l l   t r a n s f o r m   s c a l e - 1 0 0   a n i m a t e - b o u n c e - i n   t r a n s i t i o n - c o l o r s " > 
 
 -                         < d i v   c l a s s = " t e x t - c e n t e r   m b - 6 " > 
 
 -                                 < d i v   c l a s s = " w - 2 0   h - 2 0   b g - g r e e n - 1 0 0   d a r k : b g - g r e e n - 9 0 0 / 3 0   r o u n d e d - f u l l   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   m x - a u t o   m b - 4   s h a d o w - i n n e r " > 
 
 -                                         < s v g   c l a s s = " w - 1 0   h - 1 0   t e x t - g r e e n - 6 0 0   d a r k : t e x t - g r e e n - 4 0 0 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 5   1 3 l 4   4 L 1 9   7 " > < / p a t h > < / s v g > 
 
 +         < d i v   c l a s s = " m o d a l - o v e r l a y "   i d = " n e w A c c o u n t M o d a l " > 
 
 +                 < d i v   c l a s s = " m o d a l - c o n t e n t " > 
 
 +                         < d i v   c l a s s = " m o d a l - h e a d e r - s u c c e s s " > 
 
 +                                 < d i v   c l a s s = " m o d a l - i c o n   b g - g r a d i e n t - t o - b r   f r o m - e m e r a l d - 4 0 0   t o - g r e e n - 5 0 0 " > 
 
 +                                         < s v g   c l a s s = " w - 8   h - 8   t e x t - w h i t e "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 5   1 3 l 4   4 L 1 9   7 " > < / p a t h > < / s v g > 
 
                                   < / d i v > 
 
 -                                 < h 2   c l a s s = " t e x t - 2 x l   f o n t - e x t r a b o l d   t e x t - g r a y - 9 0 0   d a r k : t e x t - w h i t e " > A k u n   B e r h a s i l   D i b u a t ! < / h 2 > 
 
 -                                 < p   c l a s s = " t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   t e x t - s m   m t - 1 " > S a l i n   d e t a i l   l o g i n   i n i   s e b e l u m   m e n u t u p . < / p > 
 
 +                                 < h 2   c l a s s = " m o d a l - t i t l e " > A k u n   B e r h a s i l   D i b u a t ! < / h 2 > 
 
 +                                 < p   c l a s s = " m o d a l - s u b t i t l e " > S a l i n   d e t a i l   l o g i n   s e b e l u m   m e n u t u p < / p > 
 
                           < / d i v > 
 
   
 
 -                         < d i v   c l a s s = " b g - g r a y - 5 0   d a r k : b g - g r a y - 7 0 0 / 5 0   p - 5   r o u n d e d - x l   b o r d e r   b o r d e r - g r a y - 2 0 0   d a r k : b o r d e r - g r a y - 7 0 0   m b - 6   f o n t - m o n o   t e x t - s m   s p a c e - y - 3 " > 
 
 -                                 < d i v   c l a s s = " f l e x   j u s t i f y - b e t w e e n   i t e m s - c e n t e r   b o r d e r - b   b o r d e r - g r a y - 2 0 0   d a r k : b o r d e r - g r a y - 6 0 0   p b - 2 " > 
 
 -                                         < s p a n   c l a s s = " t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   f o n t - b o l d " > E m a i l : < / s p a n >   
 
 -                                         < s p a n   c l a s s = " s e l e c t - a l l   f o n t - b o l d   t e x t - g r a y - 8 0 0   d a r k : t e x t - w h i t e " > { {   s e s s i o n ( ' n e w _ a c c o u n t ' ) [ ' e m a i l ' ]   } } < / s p a n > 
 
 +                         < d i v   c l a s s = " c r e d e n t i a l s - b o x " > 
 
 +                                 < d i v   c l a s s = " c r e d e n t i a l - r o w " > 
 
 +                                         < s p a n   c l a s s = " c r e d e n t i a l - l a b e l " > E m a i l < / s p a n > 
 
 +                                         < s p a n   c l a s s = " c r e d e n t i a l - v a l u e   s e l e c t - a l l " > { {   s e s s i o n ( ' n e w _ a c c o u n t ' ) [ ' e m a i l ' ]   } } < / s p a n > 
 
                                   < / d i v > 
 
 -                                 < d i v   c l a s s = " f l e x   j u s t i f y - b e t w e e n   i t e m s - c e n t e r   p t - 1 " > 
 
 -                                         < s p a n   c l a s s = " t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   f o n t - b o l d " > P a s s w o r d : < / s p a n >   
 
 -                                         < s p a n   c l a s s = " s e l e c t - a l l   b g - w h i t e   d a r k : b g - g r a y - 6 0 0   p x - 3   p y - 1   r o u n d e d   b o r d e r   b o r d e r - g r a y - 3 0 0   d a r k : b o r d e r - g r a y - 5 0 0   t e x t - r e d - 6 0 0   d a r k : t e x t - r e d - 4 0 0   f o n t - b o l d   t r a c k i n g - w i d e s t " > { {   s e s s i o n ( ' n e w _ a c c o u n t ' ) [ ' p a s s w o r d ' ]   } } < / s p a n > 
 
 +                                 < d i v   c l a s s = " c r e d e n t i a l - r o w " > 
 
 +                                         < s p a n   c l a s s = " c r e d e n t i a l - l a b e l " > P a s s w o r d < / s p a n > 
 
 +                                         < s p a n   c l a s s = " c r e d e n t i a l - v a l u e   c r e d e n t i a l - p a s s w o r d   s e l e c t - a l l " > { {   s e s s i o n ( ' n e w _ a c c o u n t ' ) [ ' p a s s w o r d ' ]   } } < / s p a n > 
 
                                   < / d i v > 
 
                           < / d i v > 
 
   
 
 -                         < d i v   c l a s s = " m b - 6 " > 
 
 -                                 < l a b e l   c l a s s = " t e x t - x s   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   f o n t - b o l d   m b - 2   b l o c k   u p p e r c a s e   t r a c k i n g - w i d e " > T e m p l a t e   P e s a n   W h a t s A p p : < / l a b e l > 
 
 +                         < d i v   c l a s s = " w a - t e m p l a t e - b o x " > 
 
 +                                 < l a b e l   c l a s s = " w a - t e m p l a t e - l a b e l " > T e m p l a t e   P e s a n   W h a t s A p p < / l a b e l > 
 
                                   < d i v   c l a s s = " r e l a t i v e " > 
 
 -                                         < t e x t a r e a   i d = " w a M e s s a g e "   c l a s s = " w - f u l l   t e x t - s m   p - 4   b o r d e r   b o r d e r - g r a y - 3 0 0   d a r k : b o r d e r - g r a y - 6 0 0   r o u n d e d - x l   h - 3 2   b g - g r a y - 5 0   d a r k : b g - g r a y - 7 0 0   t e x t - g r a y - 8 0 0   d a r k : t e x t - g r a y - 2 0 0   f o c u s : r i n g - 2   f o c u s : r i n g - i n d i g o - 5 0 0   f o c u s : b o r d e r - i n d i g o - 5 0 0   f o c u s : o u t l i n e - n o n e   r e s i z e - n o n e   f o n t - s a n s   l e a d i n g - r e l a x e d "   r e a d o n l y > H a l o   K a k ,   u n d a n g a n   s u d a h   a k t i f !   a"  
 
 +                                         < t e x t a r e a   i d = " w a M e s s a g e "   c l a s s = " w a - t e x t a r e a "   r e a d o n l y > H a l o   K a k ,   u n d a n g a n   s u d a h   a k t i f !   a"  
 
   
 
   L o g i n   D a s h b o a r d : 
 
   a"    { {   u r l ( ' / l o g i n ' )   } } 
 
 @ @   - 2 0 7 , 1 0 9   + 2 5 2 , 2 4 0   @ @ 
 
   a"    { {   s e s s i o n ( ' n e w _ a c c o u n t ' ) [ ' p a s s w o r d ' ]   } } 
 
   
 
   T e r i m a   k a s i h ! < / t e x t a r e a > 
 
 -                                         < b u t t o n   o n c l i c k = " n a v i g a t o r . c l i p b o a r d . w r i t e T e x t ( d o c u m e n t . g e t E l e m e n t B y I d ( ' w a M e s s a g e ' ) . v a l u e ) ;   t h i s . i n n e r T e x t = ' D i s a l i n ! ' "   c l a s s = " a b s o l u t e   t o p - 2   r i g h t - 2   b g - w h i t e   d a r k : b g - g r a y - 8 0 0   t e x t - x s   b o r d e r   d a r k : b o r d e r - g r a y - 6 0 0   s h a d o w - s m   p x - 2   p y - 1   r o u n d e d   t e x t - g r a y - 6 0 0   d a r k : t e x t - g r a y - 3 0 0   h o v e r : t e x t - i n d i g o - 6 0 0   d a r k : h o v e r : t e x t - i n d i g o - 4 0 0   f o n t - b o l d " > S a l i n < / b u t t o n > 
 
 +                                         < b u t t o n   o n c l i c k = " c o p y W A M e s s a g e ( t h i s ) "   c l a s s = " c o p y - b t n " > S a l i n < / b u t t o n > 
 
                                   < / d i v > 
 
                           < / d i v > 
 
   
 
 -                         < b u t t o n   o n c l i c k = " t h i s . c l o s e s t ( ' . f i x e d ' ) . r e m o v e ( ) "   c l a s s = " b g - g r a y - 9 0 0   h o v e r : b g - b l a c k   d a r k : b g - i n d i g o - 6 0 0   d a r k : h o v e r : b g - i n d i g o - 7 0 0   t e x t - w h i t e   f o n t - b o l d   p y - 3 . 5   p x - 6   r o u n d e d - x l   w - f u l l   t r a n s i t i o n   s h a d o w - l g   h o v e r : s h a d o w - x l   t r a n s f o r m   h o v e r : - t r a n s l a t e - y - 0 . 5 " > 
 
 +                         < b u t t o n   o n c l i c k = " c l o s e M o d a l ( ' n e w A c c o u n t M o d a l ' ) "   c l a s s = " m o d a l - c l o s e - b t n " > 
 
                                   S e l e s a i   &   T u t u p 
 
                           < / b u t t o n > 
 
                   < / d i v > 
 
           < / d i v > 
 
           @ e n d i f 
 
   
 
 +         < ! - -   R e s e t   P a s s w o r d   M o d a l   - - > 
 
           @ i f ( s e s s i o n ( ' r e s e t _ s u c c e s s ' ) ) 
 
 -         < d i v   c l a s s = " f i x e d   i n s e t - 0   b g - g r a y - 9 0 0 / 8 0   b a c k d r o p - b l u r - s m   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   z - 5 0   p - 4 " > 
 
 -                 < d i v   c l a s s = " b g - w h i t e   d a r k : b g - g r a y - 8 0 0   r o u n d e d - 2 x l   s h a d o w - 2 x l   p - 8   m a x - w - l g   w - f u l l   t r a n s f o r m   s c a l e - 1 0 0   t r a n s i t i o n - c o l o r s " > 
 
 -                         < d i v   c l a s s = " t e x t - c e n t e r   m b - 6 " > 
 
 -                                 < d i v   c l a s s = " w - 1 6   h - 1 6   b g - y e l l o w - 1 0 0   d a r k : b g - y e l l o w - 9 0 0 / 3 0   r o u n d e d - f u l l   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   m x - a u t o   m b - 4 " > 
 
 -                                         < s v g   c l a s s = " w - 8   h - 8   t e x t - y e l l o w - 6 0 0   d a r k : t e x t - y e l l o w - 4 0 0 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 5   7 a 2   2   0   0 1 2   2 m 4   0 a 6   6   0   0 1 - 7 . 7 4 3   5 . 7 4 3 L 1 1   1 7 H 9 v 2 H 7 v 2 H 4 a 1   1   0   0 1 - 1 - 1 v - 2 . 5 8 6 a 1   1   0   0 1 . 2 9 3 - . 7 0 7 l 5 . 9 6 4 - 5 . 9 6 4 A 6   6   0   1 1 2 1   9 z " > < / p a t h > < / s v g > 
 
 +         < d i v   c l a s s = " m o d a l - o v e r l a y "   i d = " r e s e t M o d a l " > 
 
 +                 < d i v   c l a s s = " m o d a l - c o n t e n t " > 
 
 +                         < d i v   c l a s s = " m o d a l - h e a d e r - w a r n i n g " > 
 
 +                                 < d i v   c l a s s = " m o d a l - i c o n   b g - g r a d i e n t - t o - b r   f r o m - a m b e r - 4 0 0   t o - o r a n g e - 5 0 0 " > 
 
 +                                         < s v g   c l a s s = " w - 8   h - 8   t e x t - w h i t e "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 5   7 a 2   2   0   0 1 2   2 m 4   0 a 6   6   0   0 1 - 7 . 7 4 3   5 . 7 4 3 L 1 1   1 7 H 9 v 2 H 7 v 2 H 4 a 1   1   0   0 1 - 1 - 1 v - 2 . 5 8 6 a 1   1   0   0 1 . 2 9 3 - . 7 0 7 l 5 . 9 6 4 - 5 . 9 6 4 A 6   6   0   1 1 2 1   9 z " > < / p a t h > < / s v g > 
 
                                   < / d i v > 
 
 -                                 < h 2   c l a s s = " t e x t - 2 x l   f o n t - b o l d   t e x t - g r a y - 9 0 0   d a r k : t e x t - w h i t e " > P a s s w o r d   D i r e s e t ! < / h 2 > 
 
 +                                 < h 2   c l a s s = " m o d a l - t i t l e " > P a s s w o r d   B e r h a s i l   D i r e s e t ! < / h 2 > 
 
                           < / d i v > 
 
   
 
 -                         < d i v   c l a s s = " b g - y e l l o w - 5 0   d a r k : b g - y e l l o w - 9 0 0 / 1 0   p - 4   r o u n d e d - x l   b o r d e r   b o r d e r - y e l l o w - 2 0 0   d a r k : b o r d e r - y e l l o w - 8 0 0   m b - 6   f o n t - m o n o   t e x t - s m   t e x t - c e n t e r " > 
 
 -                                 < p   c l a s s = " t e x t - y e l l o w - 8 0 0   d a r k : t e x t - y e l l o w - 3 0 0   m b - 2   f o n t - b o l d " > P a s s w o r d   B a r u : < / p > 
 
 -                                 < d i v   c l a s s = " s e l e c t - a l l   t e x t - 2 x l   f o n t - b o l d   t e x t - g r a y - 9 0 0   d a r k : t e x t - w h i t e   b g - w h i t e   d a r k : b g - g r a y - 7 0 0   p y - 2   r o u n d e d   b o r d e r   b o r d e r - y e l l o w - 3 0 0   d a r k : b o r d e r - y e l l o w - 7 0 0   t r a c k i n g - w i d e s t " > { {   s e s s i o n ( ' r e s e t _ s u c c e s s ' ) [ ' p a s s w o r d ' ]   } } < / d i v > 
 
 +                         < d i v   c l a s s = " n e w - p a s s w o r d - b o x " > 
 
 +                                 < p   c l a s s = " n e w - p a s s w o r d - l a b e l " > P a s s w o r d   B a r u < / p > 
 
 +                                 < p   c l a s s = " n e w - p a s s w o r d - v a l u e   s e l e c t - a l l " > { {   s e s s i o n ( ' r e s e t _ s u c c e s s ' ) [ ' p a s s w o r d ' ]   } } < / p > 
 
                           < / d i v > 
 
   
 
 -                         < b u t t o n   o n c l i c k = " t h i s . c l o s e s t ( ' . f i x e d ' ) . r e m o v e ( ) "   c l a s s = " b g - g r a y - 9 0 0   h o v e r : b g - b l a c k   d a r k : b g - i n d i g o - 6 0 0   d a r k : h o v e r : b g - i n d i g o - 7 0 0   t e x t - w h i t e   f o n t - b o l d   p y - 3   p x - 6   r o u n d e d - x l   w - f u l l   t r a n s i t i o n " > T u t u p < / b u t t o n > 
 
 +                         < b u t t o n   o n c l i c k = " c l o s e M o d a l ( ' r e s e t M o d a l ' ) "   c l a s s = " m o d a l - c l o s e - b t n " > T u t u p < / b u t t o n > 
 
                   < / d i v > 
 
           < / d i v > 
 
           @ e n d i f 
 
   
 
 +         < s t y l e > 
 
 +                 / *   S t a t   C a r d s   * / 
 
 +                 . s t a t - c a r d   { 
 
 +                         p o s i t i o n :   r e l a t i v e ; 
 
 +                         b a c k g r o u n d :   w h i t e ; 
 
 +                         b o r d e r - r a d i u s :   1 . 2 5 r e m ; 
 
 +                         p a d d i n g :   1 . 5 r e m ; 
 
 +                         d i s p l a y :   f l e x ; 
 
 +                         a l i g n - i t e m s :   c e n t e r ; 
 
 +                         g a p :   1 r e m ; 
 
 +                         o v e r f l o w :   h i d d e n ; 
 
 +                         b o r d e r :   1 p x   s o l i d   r g b a ( 2 2 9 ,   2 3 1 ,   2 3 5 ,   0 . 5 ) ; 
 
 +                         b o x - s h a d o w :   0   4 p x   6 p x   - 1 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 1 ) ; 
 
 +                         t r a n s i t i o n :   a l l   0 . 3 s   e a s e ; 
 
 +                 } 
 
 +                 . s t a t - c a r d : h o v e r   {   t r a n s f o r m :   t r a n s l a t e Y ( - 2 p x ) ;   b o x - s h a d o w :   0   1 2 p x   2 0 p x   - 5 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 1 ) ;   } 
 
 +                 . d a r k   . s t a t - c a r d   {   b a c k g r o u n d :   r g b ( 1 7   2 4   3 9 ) ;   b o r d e r - c o l o r :   r g b a ( 5 5 ,   6 5 ,   8 1 ,   0 . 5 ) ;   } 
 
 +                 . s t a t - i c o n   {   w i d t h :   3 . 5 r e m ;   h e i g h t :   3 . 5 r e m ;   b o r d e r - r a d i u s :   1 r e m ;   d i s p l a y :   f l e x ;   a l i g n - i t e m s :   c e n t e r ;   j u s t i f y - c o n t e n t :   c e n t e r ;   b o x - s h a d o w :   0   8 p x   1 6 p x   - 4 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 2 ) ;   f l e x - s h r i n k :   0 ;   } 
 
 +                 . s t a t - c o n t e n t   {   f l e x :   1 ;   } 
 
 +                 . s t a t - l a b e l   {   f o n t - s i z e :   0 . 7 5 r e m ;   f o n t - w e i g h t :   6 0 0 ;   t e x t - t r a n s f o r m :   u p p e r c a s e ;   l e t t e r - s p a c i n g :   0 . 0 5 e m ;   c o l o r :   # 6 b 7 2 8 0 ;   } 
 
 +                 . d a r k   . s t a t - l a b e l   {   c o l o r :   # 9 c a 3 a f ;   } 
 
 +                 . s t a t - v a l u e   {   f o n t - s i z e :   2 r e m ;   f o n t - w e i g h t :   8 0 0 ;   l i n e - h e i g h t :   1 . 2 ;   } 
 
 +                 . s t a t - b g - p a t t e r n   {   p o s i t i o n :   a b s o l u t e ;   r i g h t :   - 2 0 p x ;   t o p :   - 2 0 p x ;   w i d t h :   1 0 0 p x ;   h e i g h t :   1 0 0 p x ;   b o r d e r - r a d i u s :   5 0 % ;   b a c k g r o u n d :   c u r r e n t C o l o r ;   o p a c i t y :   0 . 0 5 ;   } 
 
 + 
 
 +                 / *   D a s h b o a r d   C a r d   * / 
 
 +                 . d a s h b o a r d - c a r d   { 
 
 +                         b a c k g r o u n d :   w h i t e ; 
 
 +                         b o r d e r - r a d i u s :   1 . 5 r e m ; 
 
 +                         o v e r f l o w :   h i d d e n ; 
 
 +                         b o r d e r :   1 p x   s o l i d   r g b a ( 2 2 9 ,   2 3 1 ,   2 3 5 ,   0 . 5 ) ; 
 
 +                         b o x - s h a d o w :   0   4 p x   6 p x   - 1 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 1 ) ; 
 
 +                 } 
 
 +                 . d a r k   . d a s h b o a r d - c a r d   {   b a c k g r o u n d :   r g b ( 1 7   2 4   3 9 ) ;   b o r d e r - c o l o r :   r g b a ( 5 5 ,   6 5 ,   8 1 ,   0 . 5 ) ;   } 
 
 + 
 
 +                 . c a r d - h e a d e r   { 
 
 +                         d i s p l a y :   f l e x ; 
 
 +                         a l i g n - i t e m s :   c e n t e r ; 
 
 +                         j u s t i f y - c o n t e n t :   s p a c e - b e t w e e n ; 
 
 +                         p a d d i n g :   1 . 5 r e m ; 
 
 +                         b o r d e r - b o t t o m :   1 p x   s o l i d   r g b a ( 2 2 9 ,   2 3 1 ,   2 3 5 ,   0 . 5 ) ; 
 
 +                 } 
 
 +                 . d a r k   . c a r d - h e a d e r   {   b o r d e r - c o l o r :   r g b a ( 5 5 ,   6 5 ,   8 1 ,   0 . 5 ) ;   } 
 
 +                 . c a r d - h e a d e r - w a r n i n g   {   b a c k g r o u n d :   l i n e a r - g r a d i e n t ( t o   r i g h t ,   r g b a ( 2 5 1 ,   1 9 1 ,   3 6 ,   0 . 0 8 ) ,   t r a n s p a r e n t ) ;   } 
 
 +                 . c a r d - h e a d e r - s u c c e s s   {   b a c k g r o u n d :   l i n e a r - g r a d i e n t ( t o   r i g h t ,   r g b a ( 1 6 ,   1 8 5 ,   1 2 9 ,   0 . 0 8 ) ,   t r a n s p a r e n t ) ;   } 
 
 +                 . h e a d e r - i c o n   {   w i d t h :   3 r e m ;   h e i g h t :   3 r e m ;   b o r d e r - r a d i u s :   1 r e m ;   d i s p l a y :   f l e x ;   a l i g n - i t e m s :   c e n t e r ;   j u s t i f y - c o n t e n t :   c e n t e r ;   b o x - s h a d o w :   0   8 p x   1 6 p x   - 4 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 2 ) ;   } 
 
 +                 . c a r d - t i t l e   {   f o n t - s i z e :   1 . 2 5 r e m ;   f o n t - w e i g h t :   7 0 0 ;   c o l o r :   # 1 f 2 9 3 7 ;   } 
 
 +                 . d a r k   . c a r d - t i t l e   {   c o l o r :   w h i t e ;   } 
 
 +                 . c a r d - s u b t i t l e   {   f o n t - s i z e :   0 . 8 7 5 r e m ;   c o l o r :   # 6 b 7 2 8 0 ;   } 
 
 +                 . d a r k   . c a r d - s u b t i t l e   {   c o l o r :   # 9 c a 3 a f ;   } 
 
 + 
 
 +                 / *   B a d g e s   * / 
 
 +                 . b a d g e   {   p a d d i n g :   0 . 5 r e m   1 r e m ;   b o r d e r - r a d i u s :   9 9 9 9 p x ;   f o n t - s i z e :   0 . 7 5 r e m ;   f o n t - w e i g h t :   7 0 0 ;   t e x t - t r a n s f o r m :   u p p e r c a s e ;   l e t t e r - s p a c i n g :   0 . 0 5 e m ;   } 
 
 +                 . b a d g e - w a r n i n g   {   b a c k g r o u n d :   l i n e a r - g r a d i e n t ( t o   r i g h t ,   # f b b f 2 4 ,   # f 5 9 e 0 b ) ;   c o l o r :   w h i t e ;   b o x - s h a d o w :   0   4 p x   1 2 p x   - 2 p x   r g b a ( 2 5 1 ,   1 9 1 ,   3 6 ,   0 . 4 ) ;   } 
 
 +                 . i d - b a d g e   {   f o n t - f a m i l y :   m o n o s p a c e ;   f o n t - s i z e :   0 . 7 5 r e m ;   f o n t - w e i g h t :   7 0 0 ;   p a d d i n g :   0 . 2 5 r e m   0 . 5 r e m ;   b o r d e r - r a d i u s :   0 . 3 7 5 r e m ;   } 
 
 +                 . i d - b a d g e - w a r n i n g   {   b a c k g r o u n d :   r g b a ( 2 5 1 ,   1 9 1 ,   3 6 ,   0 . 1 5 ) ;   c o l o r :   # b 4 5 3 0 9 ;   } 
 
 +                 . d a r k   . i d - b a d g e - w a r n i n g   {   b a c k g r o u n d :   r g b a ( 2 5 1 ,   1 9 1 ,   3 6 ,   0 . 2 ) ;   c o l o r :   # f c d 3 4 d ;   } 
 
 +                 . t h e m e - b a d g e   {   b a c k g r o u n d :   # f 3 f 4 f 6 ;   c o l o r :   # 3 7 4 1 5 1 ;   p a d d i n g :   0 . 3 7 5 r e m   0 . 7 5 r e m ;   b o r d e r - r a d i u s :   9 9 9 9 p x ;   f o n t - s i z e :   0 . 7 5 r e m ;   f o n t - w e i g h t :   6 0 0 ;   b o r d e r :   1 p x   s o l i d   # e 5 e 7 e b ;   } 
 
 +                 . d a r k   . t h e m e - b a d g e   {   b a c k g r o u n d :   r g b ( 5 5   6 5   8 1 ) ;   c o l o r :   # d 1 d 5 d b ;   b o r d e r - c o l o r :   r g b ( 7 5   8 5   9 9 ) ;   } 
 
 +                 . s t a t u s - b a d g e   {   d i s p l a y :   i n l i n e - f l e x ;   a l i g n - i t e m s :   c e n t e r ;   g a p :   0 . 3 7 5 r e m ;   p a d d i n g :   0 . 3 7 5 r e m   0 . 7 5 r e m ;   b o r d e r - r a d i u s :   9 9 9 9 p x ;   f o n t - s i z e :   0 . 7 r e m ;   f o n t - w e i g h t :   7 0 0 ;   t e x t - t r a n s f o r m :   u p p e r c a s e ;   l e t t e r - s p a c i n g :   0 . 0 5 e m ;   } 
 
 +                 . s t a t u s - a c t i v e   {   b a c k g r o u n d :   r g b a ( 1 6 ,   1 8 5 ,   1 2 9 ,   0 . 1 5 ) ;   c o l o r :   # 0 4 7 8 5 7 ;   b o r d e r :   1 p x   s o l i d   r g b a ( 1 6 ,   1 8 5 ,   1 2 9 ,   0 . 3 ) ;   } 
 
 +                 . d a r k   . s t a t u s - a c t i v e   {   b a c k g r o u n d :   r g b a ( 1 6 ,   1 8 5 ,   1 2 9 ,   0 . 2 ) ;   c o l o r :   # 3 4 d 3 9 9 ;   b o r d e r - c o l o r :   r g b a ( 1 6 ,   1 8 5 ,   1 2 9 ,   0 . 4 ) ;   } 
 
 +                 . s t a t u s - d o t   {   w i d t h :   0 . 5 r e m ;   h e i g h t :   0 . 5 r e m ;   b a c k g r o u n d :   c u r r e n t C o l o r ;   b o r d e r - r a d i u s :   5 0 % ;   a n i m a t i o n :   p u l s e   2 s   i n f i n i t e ;   } 
 
 +                 . e r r o r - b a d g e   {   b a c k g r o u n d :   r g b a ( 2 3 9 ,   6 8 ,   6 8 ,   0 . 1 5 ) ;   c o l o r :   # d c 2 6 2 6 ;   p a d d i n g :   0 . 2 5 r e m   0 . 5 r e m ;   b o r d e r - r a d i u s :   0 . 3 7 5 r e m ;   f o n t - s i z e :   0 . 7 5 r e m ;   f o n t - w e i g h t :   6 0 0 ;   } 
 
 +                 . d a r k   . e r r o r - b a d g e   {   b a c k g r o u n d :   r g b a ( 2 3 9 ,   6 8 ,   6 8 ,   0 . 2 ) ;   c o l o r :   # f 8 7 1 7 1 ;   } 
 
 + 
 
 +                 / *   T a b l e   * / 
 
 +                 . d a t a - t a b l e   {   w i d t h :   1 0 0 % ;   } 
 
 +                 . d a t a - t a b l e   t h e a d   {   b a c k g r o u n d :   # f 9 f a f b ;   } 
 
 +                 . d a r k   . d a t a - t a b l e   t h e a d   {   b a c k g r o u n d :   r g b ( 3 1   4 1   5 5 ) ;   } 
 
 +                 . d a t a - t a b l e   t h   {   p a d d i n g :   1 r e m   1 . 5 r e m ;   t e x t - a l i g n :   l e f t ;   f o n t - s i z e :   0 . 7 r e m ;   f o n t - w e i g h t :   7 0 0 ;   t e x t - t r a n s f o r m :   u p p e r c a s e ;   l e t t e r - s p a c i n g :   0 . 0 5 e m ;   c o l o r :   # 6 b 7 2 8 0 ;   } 
 
 +                 . d a r k   . d a t a - t a b l e   t h   {   c o l o r :   # 9 c a 3 a f ;   } 
 
 +                 . d a t a - t a b l e   t d   {   p a d d i n g :   1 r e m   1 . 5 r e m ;   v e r t i c a l - a l i g n :   m i d d l e ;   } 
 
 +                 . d a t a - t a b l e   t b o d y   t r   {   b o r d e r - b o t t o m :   1 p x   s o l i d   # f 3 f 4 f 6 ;   } 
 
 +                 . d a r k   . d a t a - t a b l e   t b o d y   t r   {   b o r d e r - c o l o r :   r g b ( 5 5   6 5   8 1 ) ;   } 
 
 +                 . t a b l e - r o w - h o v e r : h o v e r   {   b a c k g r o u n d :   r g b a ( 9 9 ,   1 0 2 ,   2 4 1 ,   0 . 0 4 ) ;   } 
 
 +                 . d a r k   . t a b l e - r o w - h o v e r : h o v e r   {   b a c k g r o u n d :   r g b a ( 9 9 ,   1 0 2 ,   2 4 1 ,   0 . 0 8 ) ;   } 
 
 + 
 
 +                 / *   L i n k s   * / 
 
 +                 . w a - l i n k   {   d i s p l a y :   i n l i n e - f l e x ;   a l i g n - i t e m s :   c e n t e r ;   g a p :   0 . 5 r e m ;   b a c k g r o u n d :   r g b a ( 3 4 ,   1 9 7 ,   9 4 ,   0 . 1 ) ;   c o l o r :   # 1 6 a 3 4 a ;   p a d d i n g :   0 . 3 7 5 r e m   0 . 7 5 r e m ;   b o r d e r - r a d i u s :   9 9 9 9 p x ;   f o n t - s i z e :   0 . 8 7 5 r e m ;   f o n t - w e i g h t :   6 0 0 ;   b o r d e r :   1 p x   s o l i d   r g b a ( 3 4 ,   1 9 7 ,   9 4 ,   0 . 2 ) ;   t r a n s i t i o n :   a l l   0 . 2 s ;   } 
 
 +                 . w a - l i n k : h o v e r   {   b a c k g r o u n d :   r g b a ( 3 4 ,   1 9 7 ,   9 4 ,   0 . 2 ) ;   t r a n s f o r m :   t r a n s l a t e Y ( - 1 p x ) ;   } 
 
 +                 . d a r k   . w a - l i n k   {   b a c k g r o u n d :   r g b a ( 3 4 ,   1 9 7 ,   9 4 ,   0 . 1 5 ) ;   c o l o r :   # 4 a d e 8 0 ;   b o r d e r - c o l o r :   r g b a ( 3 4 ,   1 9 7 ,   9 4 ,   0 . 3 ) ;   } 
 
 +                 . i n v i t e - l i n k   {   d i s p l a y :   i n l i n e - f l e x ;   a l i g n - i t e m s :   c e n t e r ;   g a p :   0 . 2 5 r e m ;   c o l o r :   # 6 3 6 6 f 1 ;   f o n t - s i z e :   0 . 7 5 r e m ;   f o n t - w e i g h t :   6 0 0 ;   m a r g i n - t o p :   0 . 2 5 r e m ;   t r a n s i t i o n :   c o l o r   0 . 2 s ;   } 
 
 +                 . i n v i t e - l i n k : h o v e r   {   c o l o r :   # 4 f 4 6 e 5 ;   t e x t - d e c o r a t i o n :   u n d e r l i n e ;   } 
 
 +                 . d a r k   . i n v i t e - l i n k   {   c o l o r :   # 8 1 8 c f 8 ;   } 
 
 +                 . d a r k   . i n v i t e - l i n k : h o v e r   {   c o l o r :   # a 5 b 4 f c ;   } 
 
 +                 . e m a i l - d i s p l a y   {   f o n t - f a m i l y :   m o n o s p a c e ;   f o n t - s i z e :   0 . 8 7 5 r e m ;   f o n t - w e i g h t :   6 0 0 ;   b a c k g r o u n d :   # f 3 f 4 f 6 ;   c o l o r :   # 1 f 2 9 3 7 ;   p a d d i n g :   0 . 3 7 5 r e m   0 . 6 2 5 r e m ;   b o r d e r - r a d i u s :   0 . 5 r e m ;   d i s p l a y :   i n l i n e - b l o c k ;   } 
 
 +                 . d a r k   . e m a i l - d i s p l a y   {   b a c k g r o u n d :   r g b ( 5 5   6 5   8 1 ) ;   c o l o r :   w h i t e ;   } 
 
 + 
 
 +                 / *   B u t t o n s   * / 
 
 +                 . b t n - a c t i v a t e   {   d i s p l a y :   i n l i n e - f l e x ;   a l i g n - i t e m s :   c e n t e r ;   g a p :   0 . 5 r e m ;   b a c k g r o u n d :   l i n e a r - g r a d i e n t ( t o   r i g h t ,   # 6 3 6 6 f 1 ,   # 8 b 5 c f 6 ) ;   c o l o r :   w h i t e ;   p a d d i n g :   0 . 6 2 5 r e m   1 . 2 5 r e m ;   b o r d e r - r a d i u s :   0 . 7 5 r e m ;   f o n t - s i z e :   0 . 7 5 r e m ;   f o n t - w e i g h t :   7 0 0 ;   t e x t - t r a n s f o r m :   u p p e r c a s e ;   l e t t e r - s p a c i n g :   0 . 0 2 5 e m ;   b o x - s h a d o w :   0   4 p x   1 2 p x   - 2 p x   r g b a ( 9 9 ,   1 0 2 ,   2 4 1 ,   0 . 4 ) ;   t r a n s i t i o n :   a l l   0 . 2 s ;   } 
 
 +                 . b t n - a c t i v a t e : h o v e r   {   t r a n s f o r m :   t r a n s l a t e Y ( - 2 p x ) ;   b o x - s h a d o w :   0   8 p x   2 0 p x   - 4 p x   r g b a ( 9 9 ,   1 0 2 ,   2 4 1 ,   0 . 5 ) ;   } 
 
 +                 . b t n - r e s e t   {   d i s p l a y :   i n l i n e - f l e x ;   a l i g n - i t e m s :   c e n t e r ;   g a p :   0 . 3 7 5 r e m ;   b a c k g r o u n d :   w h i t e ;   c o l o r :   # e f 4 4 4 4 ;   p a d d i n g :   0 . 5 r e m   1 r e m ;   b o r d e r - r a d i u s :   0 . 6 2 5 r e m ;   f o n t - s i z e :   0 . 7 5 r e m ;   f o n t - w e i g h t :   6 0 0 ;   b o r d e r :   1 p x   s o l i d   r g b a ( 2 3 9 ,   6 8 ,   6 8 ,   0 . 3 ) ;   t r a n s i t i o n :   a l l   0 . 2 s ;   m a r g i n - l e f t :   a u t o ;   } 
 
 +                 . b t n - r e s e t : h o v e r   {   b a c k g r o u n d :   r g b a ( 2 3 9 ,   6 8 ,   6 8 ,   0 . 1 ) ;   } 
 
 +                 . d a r k   . b t n - r e s e t   {   b a c k g r o u n d :   r g b ( 5 5   6 5   8 1 ) ;   c o l o r :   # f 8 7 1 7 1 ;   b o r d e r - c o l o r :   r g b a ( 2 3 9 ,   6 8 ,   6 8 ,   0 . 4 ) ;   } 
 
 +                 . d a r k   . b t n - r e s e t : h o v e r   {   b a c k g r o u n d :   r g b a ( 2 3 9 ,   6 8 ,   6 8 ,   0 . 2 ) ;   } 
 
 + 
 
 +                 / *   E m p t y   S t a t e   * / 
 
 +                 . e m p t y - s t a t e   {   p a d d i n g :   4 r e m   2 r e m ;   t e x t - a l i g n :   c e n t e r ;   } 
 
 +                 . e m p t y - i c o n   {   w i d t h :   5 r e m ;   h e i g h t :   5 r e m ;   b o r d e r - r a d i u s :   1 . 2 5 r e m ;   d i s p l a y :   f l e x ;   a l i g n - i t e m s :   c e n t e r ;   j u s t i f y - c o n t e n t :   c e n t e r ;   m a r g i n :   0   a u t o   1 r e m ;   } 
 
 +                 . e m p t y - t e x t   {   f o n t - s i z e :   1 r e m ;   f o n t - w e i g h t :   6 0 0 ;   c o l o r :   # 6 b 7 2 8 0 ;   } 
 
 +                 . d a r k   . e m p t y - t e x t   {   c o l o r :   # 9 c a 3 a f ;   } 
 
 +                 . e m p t y - s u b t e x t   {   f o n t - s i z e :   0 . 8 7 5 r e m ;   c o l o r :   # 9 c a 3 a f ;   m a r g i n - t o p :   0 . 2 5 r e m ;   } 
 
 +                 . d a r k   . e m p t y - s u b t e x t   {   c o l o r :   # 6 b 7 2 8 0 ;   } 
 
 + 
 
 +                 / *   M o d a l   * / 
 
 +                 . m o d a l - o v e r l a y   {   p o s i t i o n :   f i x e d ;   i n s e t :   0 ;   b a c k g r o u n d :   r g b a ( 0 ,   0 ,   0 ,   0 . 7 ) ;   b a c k d r o p - f i l t e r :   b l u r ( 4 p x ) ;   d i s p l a y :   f l e x ;   a l i g n - i t e m s :   c e n t e r ;   j u s t i f y - c o n t e n t :   c e n t e r ;   z - i n d e x :   5 0 ;   p a d d i n g :   1 r e m ;   } 
 
 +                 . m o d a l - c o n t e n t   {   b a c k g r o u n d :   w h i t e ;   b o r d e r - r a d i u s :   1 . 5 r e m ;   p a d d i n g :   2 r e m ;   m a x - w i d t h :   2 8 r e m ;   w i d t h :   1 0 0 % ;   b o x - s h a d o w :   0   2 5 p x   5 0 p x   - 1 2 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 2 5 ) ;   a n i m a t i o n :   m o d a l I n   0 . 3 s   e a s e ;   } 
 
 +                 . d a r k   . m o d a l - c o n t e n t   {   b a c k g r o u n d :   r g b ( 1 7   2 4   3 9 ) ;   } 
 
 +                 @ k e y f r a m e s   m o d a l I n   {   f r o m   {   o p a c i t y :   0 ;   t r a n s f o r m :   s c a l e ( 0 . 9 5 )   t r a n s l a t e Y ( 1 0 p x ) ;   }   t o   {   o p a c i t y :   1 ;   t r a n s f o r m :   s c a l e ( 1 )   t r a n s l a t e Y ( 0 ) ;   }   } 
 
 +                 . m o d a l - h e a d e r - s u c c e s s ,   . m o d a l - h e a d e r - w a r n i n g   {   t e x t - a l i g n :   c e n t e r ;   m a r g i n - b o t t o m :   1 . 5 r e m ;   } 
 
 +                 . m o d a l - i c o n   {   w i d t h :   4 . 5 r e m ;   h e i g h t :   4 . 5 r e m ;   b o r d e r - r a d i u s :   1 . 2 5 r e m ;   d i s p l a y :   f l e x ;   a l i g n - i t e m s :   c e n t e r ;   j u s t i f y - c o n t e n t :   c e n t e r ;   m a r g i n :   0   a u t o   1 r e m ;   b o x - s h a d o w :   0   1 0 p x   2 0 p x   - 5 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 2 ) ;   } 
 
 +                 . m o d a l - t i t l e   {   f o n t - s i z e :   1 . 5 r e m ;   f o n t - w e i g h t :   8 0 0 ;   c o l o r :   # 1 f 2 9 3 7 ;   } 
 
 +                 . d a r k   . m o d a l - t i t l e   {   c o l o r :   w h i t e ;   } 
 
 +                 . m o d a l - s u b t i t l e   {   f o n t - s i z e :   0 . 8 7 5 r e m ;   c o l o r :   # 6 b 7 2 8 0 ;   m a r g i n - t o p :   0 . 2 5 r e m ;   } 
 
 +                 . d a r k   . m o d a l - s u b t i t l e   {   c o l o r :   # 9 c a 3 a f ;   } 
 
 +                 . c r e d e n t i a l s - b o x   {   b a c k g r o u n d :   # f 9 f a f b ;   b o r d e r :   1 p x   s o l i d   # e 5 e 7 e b ;   b o r d e r - r a d i u s :   1 r e m ;   p a d d i n g :   1 r e m ;   m a r g i n - b o t t o m :   1 . 5 r e m ;   } 
 
 +                 . d a r k   . c r e d e n t i a l s - b o x   {   b a c k g r o u n d :   r g b ( 3 1   4 1   5 5 ) ;   b o r d e r - c o l o r :   r g b ( 5 5   6 5   8 1 ) ;   } 
 
 +                 . c r e d e n t i a l - r o w   {   d i s p l a y :   f l e x ;   j u s t i f y - c o n t e n t :   s p a c e - b e t w e e n ;   a l i g n - i t e m s :   c e n t e r ;   p a d d i n g :   0 . 7 5 r e m   0 ;   } 
 
 +                 . c r e d e n t i a l - r o w : f i r s t - c h i l d   {   b o r d e r - b o t t o m :   1 p x   s o l i d   # e 5 e 7 e b ;   } 
 
 +                 . d a r k   . c r e d e n t i a l - r o w : f i r s t - c h i l d   {   b o r d e r - c o l o r :   r g b ( 5 5   6 5   8 1 ) ;   } 
 
 +                 . c r e d e n t i a l - l a b e l   {   f o n t - s i z e :   0 . 8 7 5 r e m ;   f o n t - w e i g h t :   6 0 0 ;   c o l o r :   # 6 b 7 2 8 0 ;   } 
 
 +                 . d a r k   . c r e d e n t i a l - l a b e l   {   c o l o r :   # 9 c a 3 a f ;   } 
 
 +                 . c r e d e n t i a l - v a l u e   {   f o n t - f a m i l y :   m o n o s p a c e ;   f o n t - w e i g h t :   7 0 0 ;   c o l o r :   # 1 f 2 9 3 7 ;   } 
 
 +                 . d a r k   . c r e d e n t i a l - v a l u e   {   c o l o r :   w h i t e ;   } 
 
 +                 . c r e d e n t i a l - p a s s w o r d   {   b a c k g r o u n d :   w h i t e ;   p a d d i n g :   0 . 3 7 5 r e m   0 . 7 5 r e m ;   b o r d e r - r a d i u s :   0 . 5 r e m ;   b o r d e r :   1 p x   s o l i d   # e 5 e 7 e b ;   c o l o r :   # d c 2 6 2 6 ;   l e t t e r - s p a c i n g :   0 . 1 e m ;   } 
 
 +                 . d a r k   . c r e d e n t i a l - p a s s w o r d   {   b a c k g r o u n d :   r g b ( 5 5   6 5   8 1 ) ;   b o r d e r - c o l o r :   r g b ( 7 5   8 5   9 9 ) ;   c o l o r :   # f 8 7 1 7 1 ;   } 
 
 +                 . w a - t e m p l a t e - b o x   {   m a r g i n - b o t t o m :   1 . 5 r e m ;   } 
 
 +                 . w a - t e m p l a t e - l a b e l   {   d i s p l a y :   b l o c k ;   f o n t - s i z e :   0 . 7 r e m ;   f o n t - w e i g h t :   7 0 0 ;   t e x t - t r a n s f o r m :   u p p e r c a s e ;   l e t t e r - s p a c i n g :   0 . 0 5 e m ;   c o l o r :   # 6 b 7 2 8 0 ;   m a r g i n - b o t t o m :   0 . 5 r e m ;   } 
 
 +                 . d a r k   . w a - t e m p l a t e - l a b e l   {   c o l o r :   # 9 c a 3 a f ;   } 
 
 +                 . w a - t e x t a r e a   {   w i d t h :   1 0 0 % ;   h e i g h t :   8 r e m ;   p a d d i n g :   1 r e m ;   b o r d e r :   1 p x   s o l i d   # e 5 e 7 e b ;   b o r d e r - r a d i u s :   0 . 7 5 r e m ;   b a c k g r o u n d :   # f 9 f a f b ;   f o n t - s i z e :   0 . 8 7 5 r e m ;   c o l o r :   # 3 7 4 1 5 1 ;   r e s i z e :   n o n e ;   l i n e - h e i g h t :   1 . 5 ;   } 
 
 +                 . d a r k   . w a - t e x t a r e a   {   b a c k g r o u n d :   r g b ( 3 1   4 1   5 5 ) ;   b o r d e r - c o l o r :   r g b ( 5 5   6 5   8 1 ) ;   c o l o r :   # d 1 d 5 d b ;   } 
 
 +                 . c o p y - b t n   {   p o s i t i o n :   a b s o l u t e ;   t o p :   0 . 5 r e m ;   r i g h t :   0 . 5 r e m ;   b a c k g r o u n d :   w h i t e ;   b o r d e r :   1 p x   s o l i d   # e 5 e 7 e b ;   p a d d i n g :   0 . 2 5 r e m   0 . 6 2 5 r e m ;   b o r d e r - r a d i u s :   0 . 3 7 5 r e m ;   f o n t - s i z e :   0 . 7 5 r e m ;   f o n t - w e i g h t :   6 0 0 ;   c o l o r :   # 6 b 7 2 8 0 ;   t r a n s i t i o n :   a l l   0 . 2 s ;   b o x - s h a d o w :   0   1 p x   2 p x   r g b a ( 0 , 0 , 0 , 0 . 0 5 ) ;   } 
 
 +                 . c o p y - b t n : h o v e r   {   c o l o r :   # 6 3 6 6 f 1 ;   b o r d e r - c o l o r :   # 6 3 6 6 f 1 ;   } 
 
 +                 . d a r k   . c o p y - b t n   {   b a c k g r o u n d :   r g b ( 5 5   6 5   8 1 ) ;   b o r d e r - c o l o r :   r g b ( 7 5   8 5   9 9 ) ;   c o l o r :   # d 1 d 5 d b ;   } 
 
 +                 . m o d a l - c l o s e - b t n   {   w i d t h :   1 0 0 % ;   b a c k g r o u n d :   l i n e a r - g r a d i e n t ( t o   r i g h t ,   # 1 f 2 9 3 7 ,   # 1 1 1 8 2 7 ) ;   c o l o r :   w h i t e ;   p a d d i n g :   1 r e m ;   b o r d e r - r a d i u s :   0 . 7 5 r e m ;   f o n t - w e i g h t :   7 0 0 ;   t r a n s i t i o n :   a l l   0 . 2 s ;   b o x - s h a d o w :   0   4 p x   1 2 p x   - 2 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 2 ) ;   } 
 
 +                 . m o d a l - c l o s e - b t n : h o v e r   {   t r a n s f o r m :   t r a n s l a t e Y ( - 2 p x ) ;   b o x - s h a d o w :   0   8 p x   2 0 p x   - 4 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 3 ) ;   } 
 
 +                 . d a r k   . m o d a l - c l o s e - b t n   {   b a c k g r o u n d :   l i n e a r - g r a d i e n t ( t o   r i g h t ,   # 6 3 6 6 f 1 ,   # 8 b 5 c f 6 ) ;   } 
 
 +                 . n e w - p a s s w o r d - b o x   {   t e x t - a l i g n :   c e n t e r ;   b a c k g r o u n d :   r g b a ( 2 5 1 ,   1 9 1 ,   3 6 ,   0 . 1 ) ;   b o r d e r :   1 p x   s o l i d   r g b a ( 2 5 1 ,   1 9 1 ,   3 6 ,   0 . 3 ) ;   b o r d e r - r a d i u s :   1 r e m ;   p a d d i n g :   1 . 5 r e m ;   m a r g i n - b o t t o m :   1 . 5 r e m ;   } 
 
 +                 . n e w - p a s s w o r d - l a b e l   {   f o n t - s i z e :   0 . 8 7 5 r e m ;   f o n t - w e i g h t :   6 0 0 ;   c o l o r :   # b 4 5 3 0 9 ;   m a r g i n - b o t t o m :   0 . 5 r e m ;   } 
 
 +                 . d a r k   . n e w - p a s s w o r d - l a b e l   {   c o l o r :   # f c d 3 4 d ;   } 
 
 +                 . n e w - p a s s w o r d - v a l u e   {   f o n t - f a m i l y :   m o n o s p a c e ;   f o n t - s i z e :   1 . 5 r e m ;   f o n t - w e i g h t :   8 0 0 ;   c o l o r :   # 1 f 2 9 3 7 ;   b a c k g r o u n d :   w h i t e ;   p a d d i n g :   0 . 7 5 r e m   1 . 5 r e m ;   b o r d e r - r a d i u s :   0 . 5 r e m ;   d i s p l a y :   i n l i n e - b l o c k ;   l e t t e r - s p a c i n g :   0 . 1 5 e m ;   b o r d e r :   1 p x   s o l i d   r g b a ( 2 5 1 ,   1 9 1 ,   3 6 ,   0 . 3 ) ;   } 
 
 +                 . d a r k   . n e w - p a s s w o r d - v a l u e   {   b a c k g r o u n d :   r g b ( 5 5   6 5   8 1 ) ;   c o l o r :   w h i t e ;   b o r d e r - c o l o r :   r g b a ( 2 5 1 ,   1 9 1 ,   3 6 ,   0 . 4 ) ;   } 
 
 + 
 
 +                 / *   A n i m a t i o n s   * / 
 
 +                 @ k e y f r a m e s   p u l s e   {   0 % ,   1 0 0 %   {   o p a c i t y :   1 ;   }   5 0 %   {   o p a c i t y :   0 . 5 ;   }   } 
 
 +         < / s t y l e > 
 
 + 
 
           < s c r i p t > 
 
 -                 / /   1 .   T o a s t   N o t i f i c a t i o n   u n t u k   S u k s e s   ( P o j o k   K a n a n   A t a s ) 
 
 +                 f u n c t i o n   c l o s e M o d a l ( i d )   { 
 
 +                         d o c u m e n t . g e t E l e m e n t B y I d ( i d ) . r e m o v e ( ) ; 
 
 +                 } 
 
 + 
 
 +                 f u n c t i o n   c o p y W A M e s s a g e ( b t n )   { 
 
 +                         n a v i g a t o r . c l i p b o a r d . w r i t e T e x t ( d o c u m e n t . g e t E l e m e n t B y I d ( ' w a M e s s a g e ' ) . v a l u e ) ; 
 
 +                         b t n . i n n e r T e x t   =   ' D i s a l i n ! ' ; 
 
 +                         b t n . s t y l e . c o l o r   =   ' # 1 0 b 9 8 1 ' ; 
 
 +                         s e t T i m e o u t ( ( )   = >   {   b t n . i n n e r T e x t   =   ' S a l i n ' ;   b t n . s t y l e . c o l o r   =   ' ' ;   } ,   2 0 0 0 ) ; 
 
 +                 } 
 
 + 
 
                   @ i f ( s e s s i o n ( ' s u c c e s s ' ) ) 
 
 -                         c o n s t   T o a s t   =   S w a l . m i x i n ( { 
 
 -                                 t o a s t :   t r u e , 
 
 -                                 p o s i t i o n :   ' t o p - e n d ' , 
 
 -                                 s h o w C o n f i r m B u t t o n :   f a l s e , 
 
 -                                 t i m e r :   3 0 0 0 , 
 
 -                                 t i m e r P r o g r e s s B a r :   t r u e , 
 
 -                                 b a c k g r o u n d :   ' # E C F D F 5 ' ,   / /   G r e e n - 5 0 
 
 -                                 c o l o r :   ' # 0 6 5 F 4 6 ' ,             / /   G r e e n - 8 0 0 
 
 -                                 i c o n C o l o r :   ' # 3 4 D 3 9 9 ' ,     / /   G r e e n - 4 0 0 
 
 -                                 d i d O p e n :   ( t o a s t )   = >   { 
 
 -                                         t o a s t . a d d E v e n t L i s t e n e r ( ' m o u s e e n t e r ' ,   S w a l . s t o p T i m e r ) 
 
 -                                         t o a s t . a d d E v e n t L i s t e n e r ( ' m o u s e l e a v e ' ,   S w a l . r e s u m e T i m e r ) 
 
 -                                 } 
 
 -                         } ) 
 
 - 
 
 -                         T o a s t . f i r e ( { 
 
 -                                 i c o n :   ' s u c c e s s ' , 
 
 -                                 t i t l e :   ' { {   s e s s i o n ( ' s u c c e s s ' )   } } ' 
 
 -                         } ) 
 
 +                 S w a l . m i x i n ( { 
 
 +                         t o a s t :   t r u e , 
 
 +                         p o s i t i o n :   ' t o p - e n d ' , 
 
 +                         s h o w C o n f i r m B u t t o n :   f a l s e , 
 
 +                         t i m e r :   3 0 0 0 , 
 
 +                         t i m e r P r o g r e s s B a r :   t r u e , 
 
 +                         b a c k g r o u n d :   ' # E C F D F 5 ' , 
 
 +                         c o l o r :   ' # 0 6 5 F 4 6 ' , 
 
 +                         i c o n C o l o r :   ' # 3 4 D 3 9 9 ' 
 
 +                 } ) . f i r e ( {   i c o n :   ' s u c c e s s ' ,   t i t l e :   ' { {   s e s s i o n ( ' s u c c e s s ' )   } } '   } ) ; 
 
                   @ e n d i f 
 
   
 
 -                 / /   2 .   F u n g s i   K o n f i r m a s i   A C C   ( L e b i h   M o d e r n ) 
 
                   f u n c t i o n   k o n f i r m a s i S w a l A C C ( e v e n t ,   n a m a P a s a n g a n )   { 
 
                           e v e n t . p r e v e n t D e f a u l t ( ) ; 
 
 -                         c o n s t   f o r m   =   e v e n t . t a r g e t ; 
 
 - 
 
                           S w a l . f i r e ( { 
 
                                   t i t l e :   ' A k t i f k a n   O r d e r ? ' , 
 
                                   h t m l :   " A n d a   a k a n   m e n g a k t i f k a n   u n d a n g a n   u n t u k : < b r > < b > "   +   n a m a P a s a n g a n   +   " < / b > " , 
 
                                   i c o n :   ' i n f o ' , 
 
                                   s h o w C a n c e l B u t t o n :   t r u e , 
 
 -                                 c o n f i r m B u t t o n C o l o r :   ' # 4 F 4 6 E 5 ' ,   / /   I n d i g o 
 
 +                                 c o n f i r m B u t t o n C o l o r :   ' # 6 3 6 6 f 1 ' , 
 
                                   c a n c e l B u t t o n C o l o r :   ' # 9 C A 3 A F ' , 
 
                                   c o n f i r m B u t t o n T e x t :   ' Y a ,   A k t i f k a n ! ' , 
 
                                   c a n c e l B u t t o n T e x t :   ' B a t a l ' , 
 
 -                                 b a c k g r o u n d :   ' # f f f ' , 
 
 -                                 w i d t h :   ' 4 0 0 p x ' , 
 
 -                                 p a d d i n g :   ' 2 e m ' , 
 
 -                                 b a c k d r o p :   ` 
 
 -                                         r g b a ( 0 , 0 , 1 2 3 , 0 . 1 ) 
 
 -                                         l e f t   t o p 
 
 -                                         n o - r e p e a t 
 
 -                                 ` , 
 
 -                                 s h o w L o a d e r O n C o n f i r m :   t r u e ,   / /   E f e k   l o a d i n g   s a a t   d i k l i k 
 
 -                                 p r e C o n f i r m :   ( )   = >   { 
 
 -                                         f o r m . s u b m i t ( ) ;   / /   S u b m i t   f o r m   s e t e l a h   l o a d i n g 
 
 -                                 } 
 
 +                                 s h o w L o a d e r O n C o n f i r m :   t r u e , 
 
 +                                 p r e C o n f i r m :   ( )   = >   e v e n t . t a r g e t . s u b m i t ( ) 
 
                           } ) ; 
 
                   } 
 
   
 
 -                 / /   3 .   F u n g s i   K o n f i r m a s i   R e s e t   P a s s w o r d 
 
                   f u n c t i o n   k o n f i r m a s i S w a l R e s e t ( e v e n t ,   e m a i l )   { 
 
                           e v e n t . p r e v e n t D e f a u l t ( ) ; 
 
 -                         c o n s t   f o r m   =   e v e n t . t a r g e t ; 
 
 - 
 
                           S w a l . f i r e ( { 
 
                                   t i t l e :   ' R e s e t   P a s s w o r d ? ' , 
 
 -                                 h t m l :   " P a s s w o r d   a k u n   < b > "   +   e m a i l   +   " < / b >   a k a n   d i h a p u s   d a n   d i g a n t i   b a r u . " , 
 
 +                                 h t m l :   " P a s s w o r d   a k u n   < b > "   +   e m a i l   +   " < / b >   a k a n   d i g a n t i . " , 
 
                                   i c o n :   ' w a r n i n g ' , 
 
                                   i c o n C o l o r :   ' # E F 4 4 4 4 ' , 
 
                                   s h o w C a n c e l B u t t o n :   t r u e , 
 
 -                                 c o n f i r m B u t t o n C o l o r :   ' # E F 4 4 4 4 ' ,   / /   R e d 
 
 +                                 c o n f i r m B u t t o n C o l o r :   ' # E F 4 4 4 4 ' , 
 
                                   c a n c e l B u t t o n C o l o r :   ' # 9 C A 3 A F ' , 
 
 -                                 c o n f i r m B u t t o n T e x t :   ' Y a ,   R e s e t   P a s s w o r d ' , 
 
 +                                 c o n f i r m B u t t o n T e x t :   ' Y a ,   R e s e t ! ' , 
 
                                   c a n c e l B u t t o n T e x t :   ' B a t a l ' , 
 
                                   s h o w L o a d e r O n C o n f i r m :   t r u e , 
 
 -                                 p r e C o n f i r m :   ( )   = >   { 
 
 -                                         f o r m . s u b m i t ( ) ; 
 
 -                                 } 
 
 +                                 p r e C o n f i r m :   ( )   = >   e v e n t . t a r g e t . s u b m i t ( ) 
 
                           } ) ; 
 
                   } 
 
           < / s c r i p t > 
 
 d i f f   - - g i t   a / r e s o u r c e s / v i e w s / c l i e n t / d a s h b o a r d . b l a d e . p h p   b / r e s o u r c e s / v i e w s / c l i e n t / d a s h b o a r d . b l a d e . p h p 
 
 i n d e x   a 6 b d 6 2 1 . . 4 a 0 9 a e a   1 0 0 6 4 4 
 
 - - -   a / r e s o u r c e s / v i e w s / c l i e n t / d a s h b o a r d . b l a d e . p h p 
 
 + + +   b / r e s o u r c e s / v i e w s / c l i e n t / d a s h b o a r d . b l a d e . p h p 
 
 @ @   - 5 , 1 5 2   + 5 , 2 3 4   @ @ 
 
                   < / h 2 > 
 
           < / x - s l o t > 
 
   
 
 -         < d i v   c l a s s = " p y - 1 2   b g - g r a y - 5 0   d a r k : b g - g r a y - 9 0 0   m i n - h - s c r e e n   t r a n s i t i o n - c o l o r s   d u r a t i o n - 3 0 0 " > 
 
 +         < d i v   c l a s s = " p y - 1 2   b g - g r a d i e n t - t o - b r   f r o m - g r a y - 5 0   v i a - w h i t e   t o - i n d i g o - 5 0 / 3 0   d a r k : b g - g r a d i e n t - t o - b r   d a r k : f r o m - g r a y - 9 0 0   d a r k : v i a - g r a y - 8 0 0   d a r k : t o - i n d i g o - 9 5 0 / 3 0   m i n - h - s c r e e n   t r a n s i t i o n - c o l o r s   d u r a t i o n - 3 0 0 " > 
 
                   < d i v   c l a s s = " m a x - w - 7 x l   m x - a u t o   s m : p x - 6   l g : p x - 8   s p a c e - y - 8 " > 
 
   
 
 -                         { { - -   N O T I F I K A S I   S U K S E S   /   E R R O R   - - } } 
 
 +                         { { - -   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 +                                 N O T I F I K A S I   S E C T I O N 
 
 +                                 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   - - } } 
 
                           @ i f ( s e s s i o n ( ' s u c c e s s ' ) ) 
 
 -                                 < d i v   c l a s s = " b g - g r e e n - 1 0 0   d a r k : b g - g r e e n - 9 0 0 / 3 0   b o r d e r   b o r d e r - g r e e n - 2 0 0   d a r k : b o r d e r - g r e e n - 8 0 0   t e x t - g r e e n - 7 0 0   d a r k : t e x t - g r e e n - 3 0 0   p x - 4   p y - 3   r o u n d e d - x l   r e l a t i v e   f l e x   i t e m s - c e n t e r   g a p - 2 "   r o l e = " a l e r t " > 
 
 -                                         < s v g   c l a s s = " w - 5   h - 5 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 5   1 3 l 4   4 L 1 9   7 " > < / p a t h > < / s v g > 
 
 -                                         < d i v > 
 
 -                                                 < s t r o n g   c l a s s = " f o n t - b o l d " > B e r h a s i l ! < / s t r o n g > 
 
 -                                                 < s p a n   c l a s s = " b l o c k   s m : i n l i n e " > { {   s e s s i o n ( ' s u c c e s s ' )   } } < / s p a n > 
 
 +                                 < d i v   c l a s s = " b g - g r a d i e n t - t o - r   f r o m - g r e e n - 5 0   t o - e m e r a l d - 5 0   d a r k : f r o m - g r e e n - 9 0 0 / 3 0   d a r k : t o - e m e r a l d - 9 0 0 / 3 0   b o r d e r - l - 4   b o r d e r - g r e e n - 5 0 0   t e x t - g r e e n - 7 0 0   d a r k : t e x t - g r e e n - 3 0 0   p x - 6   p y - 4   r o u n d e d - x l   s h a d o w - l g   a n i m a t e - s l i d e D o w n "   r o l e = " a l e r t " > 
 
 +                                         < d i v   c l a s s = " f l e x   i t e m s - s t a r t   g a p - 4 " > 
 
 +                                                 < d i v   c l a s s = " f l e x - s h r i n k - 0 " > 
 
 +                                                         < d i v   c l a s s = " w - 1 0   h - 1 0   b g - g r e e n - 5 0 0   r o u n d e d - f u l l   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r " > 
 
 +                                                                 < s v g   c l a s s = " w - 6   h - 6   t e x t - w h i t e "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 5   1 3 l 4   4 L 1 9   7 " > < / p a t h > < / s v g > 
 
 +                                                         < / d i v > 
 
 +                                                 < / d i v > 
 
 +                                                 < d i v   c l a s s = " f l e x - 1 " > 
 
 +                                                         < s t r o n g   c l a s s = " f o n t - b o l d   t e x t - l g " > B e r h a s i l ! < / s t r o n g > 
 
 +                                                         < p   c l a s s = " m t - 1 " > { {   s e s s i o n ( ' s u c c e s s ' )   } } < / p > 
 
 +                                                 < / d i v > 
 
 +                                                 < b u t t o n   o n c l i c k = " t h i s . p a r e n t E l e m e n t . p a r e n t E l e m e n t . r e m o v e ( ) "   c l a s s = " f l e x - s h r i n k - 0   t e x t - g r e e n - 6 0 0   h o v e r : t e x t - g r e e n - 8 0 0   d a r k : t e x t - g r e e n - 4 0 0   d a r k : h o v e r : t e x t - g r e e n - 2 0 0 " > 
 
 +                                                         < s v g   c l a s s = " w - 5   h - 5 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 6   1 8 L 1 8   6 M 6   6 l 1 2   1 2 " > < / p a t h > < / s v g > 
 
 +                                                 < / b u t t o n > 
 
                                           < / d i v > 
 
                                   < / d i v > 
 
                           @ e n d i f 
 
   
 
                           @ i f ( $ e r r o r s - > a n y ( ) ) 
 
 -                                 < d i v   c l a s s = " b g - r e d - 1 0 0   d a r k : b g - r e d - 9 0 0 / 3 0   b o r d e r   b o r d e r - r e d - 2 0 0   d a r k : b o r d e r - r e d - 8 0 0   t e x t - r e d - 7 0 0   d a r k : t e x t - r e d - 3 0 0   p x - 4   p y - 3   r o u n d e d - x l   r e l a t i v e "   r o l e = " a l e r t " > 
 
 -                                         < s t r o n g   c l a s s = " f o n t - b o l d " > E r r o r ! < / s t r o n g > 
 
 -                                         < u l   c l a s s = " l i s t - d i s c   p l - 5   m t - 1 " > 
 
 -                                                 @ f o r e a c h   ( $ e r r o r s - > a l l ( )   a s   $ e r r o r ) 
 
 -                                                         < l i > { {   $ e r r o r   } } < / l i > 
 
 -                                                 @ e n d f o r e a c h 
 
 -                                         < / u l > 
 
 +                                 < d i v   c l a s s = " b g - g r a d i e n t - t o - r   f r o m - r e d - 5 0   t o - p i n k - 5 0   d a r k : f r o m - r e d - 9 0 0 / 3 0   d a r k : t o - p i n k - 9 0 0 / 3 0   b o r d e r - l - 4   b o r d e r - r e d - 5 0 0   t e x t - r e d - 7 0 0   d a r k : t e x t - r e d - 3 0 0   p x - 6   p y - 4   r o u n d e d - x l   s h a d o w - l g "   r o l e = " a l e r t " > 
 
 +                                         < d i v   c l a s s = " f l e x   i t e m s - s t a r t   g a p - 4 " > 
 
 +                                                 < d i v   c l a s s = " f l e x - s h r i n k - 0 " > 
 
 +                                                         < d i v   c l a s s = " w - 1 0   h - 1 0   b g - r e d - 5 0 0   r o u n d e d - f u l l   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r " > 
 
 +                                                                 < s v g   c l a s s = " w - 6   h - 6   t e x t - w h i t e "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 6   1 8 L 1 8   6 M 6   6 l 1 2   1 2 " > < / p a t h > < / s v g > 
 
 +                                                         < / d i v > 
 
 +                                                 < / d i v > 
 
 +                                                 < d i v   c l a s s = " f l e x - 1 " > 
 
 +                                                         < s t r o n g   c l a s s = " f o n t - b o l d   t e x t - l g " > O o p s !   A d a   K e s a l a h a n < / s t r o n g > 
 
 +                                                         < u l   c l a s s = " l i s t - d i s c   p l - 5   m t - 2   s p a c e - y - 1 " > 
 
 +                                                                 @ f o r e a c h   ( $ e r r o r s - > a l l ( )   a s   $ e r r o r ) 
 
 +                                                                         < l i > { {   $ e r r o r   } } < / l i > 
 
 +                                                                 @ e n d f o r e a c h 
 
 +                                                         < / u l > 
 
 +                                                 < / d i v > 
 
 +                                         < / d i v > 
 
                                   < / d i v > 
 
                           @ e n d i f 
 
   
 
 -                         { { - -   H E A D E R   D A S H B O A R D   - - } } 
 
 -                         < d i v   c l a s s = " b g - w h i t e   d a r k : b g - g r a y - 8 0 0   o v e r f l o w - h i d d e n   s h a d o w - s m   s m : r o u n d e d - 2 x l   b o r d e r   b o r d e r - g r a y - 1 0 0   d a r k : b o r d e r - g r a y - 7 0 0   p - 8   t r a n s i t i o n - c o l o r s " > 
 
 -                                 < d i v   c l a s s = " f l e x   f l e x - c o l   m d : f l e x - r o w   j u s t i f y - b e t w e e n   i t e m s - c e n t e r   g a p - 6 " > 
 
 -                                         < d i v > 
 
 -                                                 < h 3   c l a s s = " t e x t - 2 x l   f o n t - b o l d   t e x t - g r a y - 9 0 0   d a r k : t e x t - w h i t e " > H a l o ,   { {   A u t h : : u s e r ( ) - > n a m e   } } !   a"  < / h 3 > 
 
 -                                                 < p   c l a s s = " t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   m t - 1 " > S i a p   m e n y e b a r k a n   k a b a r   b a h a g i a m u   h a r i   i n i ? < / p > 
 
 +                         { { - -   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 +                                 H E A D E R   D A S H B O A R D   -   W e l c o m e   S e c t i o n 
 
 +                                 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   - - } } 
 
 +                         < d i v   c l a s s = " b g - w h i t e   d a r k : b g - g r a y - 8 0 0   o v e r f l o w - h i d d e n   s h a d o w - x l   s m : r o u n d e d - 3 x l   b o r d e r   b o r d e r - g r a y - 1 0 0   d a r k : b o r d e r - g r a y - 7 0 0   t r a n s i t i o n - a l l   h o v e r : s h a d o w - 2 x l " > 
 
 +                                 < d i v   c l a s s = " b g - g r a d i e n t - t o - r   f r o m - i n d i g o - 6 0 0   v i a - p u r p l e - 6 0 0   t o - p i n k - 6 0 0   p - 8   m d : p - 1 0 " > 
 
 +                                         < d i v   c l a s s = " f l e x   f l e x - c o l   m d : f l e x - r o w   j u s t i f y - b e t w e e n   i t e m s - s t a r t   m d : i t e m s - c e n t e r   g a p - 6 " > 
 
 +                                                 < d i v   c l a s s = " s p a c e - y - 4 " > 
 
 +                                                         < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 3 " > 
 
 +                                                                 < d i v   c l a s s = " w - 1 4   h - 1 4   b g - w h i t e / 2 0   b a c k d r o p - b l u r - s m   r o u n d e d - 2 x l   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r " > 
 
 +                                                                         < s v g   c l a s s = " w - 8   h - 8   t e x t - w h i t e "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 6   7 a 4   4   0   1 1 - 8   0   4   4   0   0 1 8   0 z M 1 2   1 4 a 7   7   0   0 0 - 7   7 h 1 4 a 7   7   0   0 0 - 7 - 7 z " > < / p a t h > < / s v g > 
 
 +                                                                 < / d i v > 
 
 +                                                                 < d i v > 
 
 +                                                                         < h 3   c l a s s = " t e x t - 3 x l   f o n t - e x t r a b o l d   t e x t - w h i t e " > H a l o ,   { {   A u t h : : u s e r ( ) - > n a m e   } } !   a"  < / h 3 > 
 
 +                                                                         < p   c l a s s = " t e x t - w h i t e / 9 0   m t - 1   t e x t - s m " > S e l a m a t   d a t a n g   k e m b a l i   d i   d a s h b o a r d   A n d a < / p > 
 
 +                                                                 < / d i v > 
 
 +                                                         < / d i v > 
 
 +                                                         
 
 +                                                         @ i f ( i s s e t ( $ i n v i t a t i o n ) ) 
 
 +                                                                 < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 3   b g - w h i t e / 2 0   b a c k d r o p - b l u r - s m   p x - 5   p y - 3   r o u n d e d - 2 x l   m a x - w - f i t " > 
 
 +                                                                         < s v g   c l a s s = " w - 5   h - 5   t e x t - w h i t e   f l e x - s h r i n k - 0 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 3 . 8 2 8   1 0 . 1 7 2 a 4   4   0   0 0 - 5 . 6 5 6   0 l - 4   4 a 4   4   0   1 0 5 . 6 5 6   5 . 6 5 6 l 1 . 1 0 2 - 1 . 1 0 1 m - . 7 5 8 - 4 . 8 9 9 a 4   4   0   0 0 5 . 6 5 6   0 l 4 - 4 a 4   4   0   0 0 - 5 . 6 5 6 - 5 . 6 5 6 l - 1 . 1   1 . 1 " > < / p a t h > < / s v g > 
 
 +                                                                         < a   h r e f = " { {   r o u t e ( ' i n v i t a t i o n . s h o w ' ,   $ i n v i t a t i o n - > s l u g )   } } "   t a r g e t = " _ b l a n k "   c l a s s = " t e x t - w h i t e   f o n t - b o l d   h o v e r : u n d e r l i n e   t r u n c a t e   t e x t - s m " > 
 
 +                                                                                 { {   u r l ( ' u n d a n g a n / '   .   $ i n v i t a t i o n - > s l u g )   } } 
 
 +                                                                         < / a > 
 
 +                                                                         < b u t t o n   o n c l i c k = " c o p y T o C l i p b o a r d ( ' { {   u r l ( ' u n d a n g a n / '   .   $ i n v i t a t i o n - > s l u g )   } } ' ) "   c l a s s = " t e x t - w h i t e   h o v e r : t e x t - w h i t e / 8 0   t r a n s i t i o n "   t i t l e = " C o p y   L i n k " > 
 
 +                                                                                 < s v g   c l a s s = " w - 5   h - 5 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 8   1 6 H 6 a 2   2   0   0 1 - 2 - 2 V 6 a 2   2   0   0 1 2 - 2 h 8 a 2   2   0   0 1 2   2 v 2 m - 6   1 2 h 8 a 2   2   0   0 0 2 - 2 v - 8 a 2   2   0   0 0 - 2 - 2 h - 8 a 2   2   0   0 0 - 2   2 v 8 a 2   2   0   0 0 2   2 z " > < / p a t h > < / s v g > 
 
 +                                                                         < / b u t t o n > 
 
 +                                                                 < / d i v > 
 
 +                                                         @ e l s e 
 
 +                                                                 < d i v   c l a s s = " i n l i n e - f l e x   i t e m s - c e n t e r   g a p - 2   b g - y e l l o w - 5 0 0 / 2 0   b a c k d r o p - b l u r - s m   p x - 4   p y - 2   r o u n d e d - x l " > 
 
 +                                                                         < s v g   c l a s s = " w - 5   h - 5   t e x t - y e l l o w - 3 0 0 "   f i l l = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 0   2 0 " > < p a t h   f i l l - r u l e = " e v e n o d d "   d = " M 8 . 2 5 7   3 . 0 9 9 c . 7 6 5 - 1 . 3 6   2 . 7 2 2 - 1 . 3 6   3 . 4 8 6   0 l 5 . 5 8   9 . 9 2 c . 7 5   1 . 3 3 4 - . 2 1 3   2 . 9 8 - 1 . 7 4 2   2 . 9 8 H 4 . 4 2 c - 1 . 5 3   0 - 2 . 4 9 3 - 1 . 6 4 6 - 1 . 7 4 3 - 2 . 9 8 l 5 . 5 8 - 9 . 9 2 z M 1 1   1 3 a 1   1   0   1 1 - 2   0   1   1   0   0 1 2   0 z m - 1 - 8 a 1   1   0   0 0 - 1   1 v 3 a 1   1   0   0 0 2   0 V 6 a 1   1   0   0 0 - 1 - 1 z "   c l i p - r u l e = " e v e n o d d " > < / p a t h > < / s v g > 
 
 +                                                                         < s p a n   c l a s s = " t e x t - s m   t e x t - w h i t e   f o n t - s e m i b o l d " > A n d a   b e l u m   m e m i l i k i   u n d a n g a n   a k t i f < / s p a n > 
 
 +                                                                 < / d i v > 
 
 +                                                         @ e n d i f 
 
 +                                                 < / d i v > 
 
                                                   
 
 -                                                 @ i f ( i s s e t ( $ i n v i t a t i o n ) ) 
 
 -                                                         < d i v   c l a s s = " m t - 4   f l e x   i t e m s - c e n t e r   g a p - 2   t e x t - s m   t e x t - i n d i g o - 6 0 0   d a r k : t e x t - i n d i g o - 4 0 0   b g - i n d i g o - 5 0   d a r k : b g - i n d i g o - 9 0 0 / 3 0   p x - 3   p y - 1   r o u n d e d - f u l l   w - f i t   m a x - w - f u l l   o v e r f l o w - h i d d e n " > 
 
 -                                                                 < s v g   c l a s s = " w - 4   h - 4   f l e x - s h r i n k - 0 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 0   6 H 6 a 2   2   0   0 0 - 2   2 v 1 0 a 2   2   0   0 0 2   2 h 1 0 a 2   2   0   0 0 2 - 2 v - 4 M 1 4   4 h 6 m 0   0 v 6 m 0 - 6 L 1 0   1 4 " > < / p a t h > < / s v g > 
 
 -                                                                 < a   h r e f = " { {   r o u t e ( ' i n v i t a t i o n . s h o w ' ,   $ i n v i t a t i o n - > s l u g )   } } "   t a r g e t = " _ b l a n k "   c l a s s = " f o n t - b o l d   h o v e r : u n d e r l i n e   t r u n c a t e " > 
 
 -                                                                         { {   u r l ( ' u n d a n g a n / '   .   $ i n v i t a t i o n - > s l u g )   } } 
 
 +                                                 < d i v   c l a s s = " f l e x   f l e x - c o l   s m : f l e x - r o w   g a p - 3 " > 
 
 +                                                         @ i f ( i s s e t ( $ i n v i t a t i o n ) ) 
 
 +                                                                 < a   h r e f = " { {   r o u t e ( ' i n v i t a t i o n . s h o w ' ,   $ i n v i t a t i o n - > s l u g )   } } "   t a r g e t = " _ b l a n k "   c l a s s = " g r o u p   p x - 6   p y - 3 . 5   b g - w h i t e / 2 0   b a c k d r o p - b l u r - s m   b o r d e r - 2   b o r d e r - w h i t e / 3 0   t e x t - w h i t e   f o n t - b o l d   r o u n d e d - x l   h o v e r : b g - w h i t e / 3 0   t r a n s i t i o n - a l l   s h a d o w - l g   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   g a p - 2 " > 
 
 +                                                                         < s v g   c l a s s = " w - 5   h - 5   g r o u p - h o v e r : s c a l e - 1 1 0   t r a n s i t i o n - t r a n s f o r m "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 5   1 2 a 3   3   0   1 1 - 6   0   3   3   0   0 1 6   0 z " > < / p a t h > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 2 . 4 5 8   1 2 C 3 . 7 3 2   7 . 9 4 3   7 . 5 2 3   5   1 2   5 c 4 . 4 7 8   0   8 . 2 6 8   2 . 9 4 3   9 . 5 4 2   7 - 1 . 2 7 4   4 . 0 5 7 - 5 . 0 6 4   7 - 9 . 5 4 2   7 - 4 . 4 7 7   0 - 8 . 2 6 8 - 2 . 9 4 3 - 9 . 5 4 2 - 7 z " > < / p a t h > < / s v g > 
 
 +                                                                         L i h a t   U n d a n g a n 
 
                                                                   < / a > 
 
 -                                                         < / d i v > 
 
 -                                                 @ e l s e 
 
 -                                                         < d i v   c l a s s = " m t - 4   t e x t - s m   t e x t - y e l l o w - 6 0 0   b g - y e l l o w - 5 0   p x - 3   p y - 1   r o u n d e d - f u l l   w - f i t " > 
 
 -                                                                 A n d a   b e l u m   m e m i l i k i   u n d a n g a n   a k t i f . 
 
 -                                                         < / d i v > 
 
 -                                                 @ e n d i f 
 
 -                                         < / d i v > 
 
 -                                         
 
 -                                         < d i v   c l a s s = " f l e x   g a p - 3 " > 
 
 -                                                 @ i f ( i s s e t ( $ i n v i t a t i o n ) ) 
 
 -                                                         < a   h r e f = " { {   r o u t e ( ' i n v i t a t i o n . s h o w ' ,   $ i n v i t a t i o n - > s l u g )   } } "   t a r g e t = " _ b l a n k "   c l a s s = " p x - 6   p y - 3   b g - w h i t e   d a r k : b g - g r a y - 7 0 0   b o r d e r   b o r d e r - g r a y - 3 0 0   d a r k : b o r d e r - g r a y - 6 0 0   t e x t - g r a y - 7 0 0   d a r k : t e x t - g r a y - 2 0 0   f o n t - b o l d   r o u n d e d - x l   h o v e r : b g - g r a y - 5 0   d a r k : h o v e r : b g - g r a y - 6 0 0   t r a n s i t i o n   s h a d o w - s m   f l e x   i t e m s - c e n t e r   g a p - 2 " > 
 
 -                                                                 < s v g   c l a s s = " w - 5   h - 5 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 5   1 2 a 3   3   0   1 1 - 6   0   3   3   0   0 1 6   0 z " > < / p a t h > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 2 . 4 5 8   1 2 C 3 . 7 3 2   7 . 9 4 3   7 . 5 2 3   5   1 2   5 c 4 . 4 7 8   0   8 . 2 6 8   2 . 9 4 3   9 . 5 4 2   7 - 1 . 2 7 4   4 . 0 5 7 - 5 . 0 6 4   7 - 9 . 5 4 2   7 - 4 . 4 7 7   0 - 8 . 2 6 8 - 2 . 9 4 3 - 9 . 5 4 2 - 7 z " > < / p a t h > < / s v g > 
 
 -                                                                 L i h a t   W e b 
 
 -                                                         < / a > 
 
 -                                                         < a   h r e f = " { {   r o u t e ( ' c l i e n t . s e t t i n g s ' )   } } "   c l a s s = " p x - 6   p y - 3   b g - i n d i g o - 6 0 0   h o v e r : b g - i n d i g o - 7 0 0   t e x t - w h i t e   f o n t - b o l d   r o u n d e d - x l   t r a n s i t i o n   s h a d o w - l g   s h a d o w - i n d i g o - 2 0 0   d a r k : s h a d o w - n o n e   f l e x   i t e m s - c e n t e r   g a p - 2 " > 
 
 -                                                                 < s v g   c l a s s = " w - 5   h - 5 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 1   5 H 6 a 2   2   0   0 0 - 2   2 v 1 1 a 2   2   0   0 0 2   2 h 1 1 a 2   2   0   0 0 2 - 2 v - 5 m - 1 . 4 1 4 - 9 . 4 1 4 a 2   2   0   1 1 2 . 8 2 8   2 . 8 2 8 L 1 1 . 8 2 8   1 5 H 9 v - 2 . 8 2 8 l 8 . 5 8 6 - 8 . 5 8 6 z " > < / p a t h > < / s v g > 
 
 -                                                                 E d i t   D a t a 
 
 -                                                         < / a > 
 
 -                                                 @ e l s e 
 
 -                                                         < a   h r e f = " { {   r o u t e ( ' o r d e r . c r e a t e ' )   } } "   c l a s s = " p x - 6   p y - 3   b g - i n d i g o - 6 0 0   h o v e r : b g - i n d i g o - 7 0 0   t e x t - w h i t e   f o n t - b o l d   r o u n d e d - x l   t r a n s i t i o n   s h a d o w - l g " > 
 
 -                                                                 B u a t   U n d a n g a n   B a r u 
 
 -                                                         < / a > 
 
 -                                                 @ e n d i f 
 
 +                                                                 < a   h r e f = " { {   r o u t e ( ' c l i e n t . s e t t i n g s ' )   } } "   c l a s s = " g r o u p   p x - 6   p y - 3 . 5   b g - w h i t e   t e x t - i n d i g o - 6 0 0   f o n t - b o l d   r o u n d e d - x l   h o v e r : b g - g r a y - 5 0   t r a n s i t i o n - a l l   s h a d o w - l g   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   g a p - 2 " > 
 
 +                                                                         < s v g   c l a s s = " w - 5   h - 5   g r o u p - h o v e r : r o t a t e - 9 0   t r a n s i t i o n - t r a n s f o r m   d u r a t i o n - 3 0 0 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 1   5 H 6 a 2   2   0   0 0 - 2   2 v 1 1 a 2   2   0   0 0 2   2 h 1 1 a 2   2   0   0 0 2 - 2 v - 5 m - 1 . 4 1 4 - 9 . 4 1 4 a 2   2   0   1 1 2 . 8 2 8   2 . 8 2 8 L 1 1 . 8 2 8   1 5 H 9 v - 2 . 8 2 8 l 8 . 5 8 6 - 8 . 5 8 6 z " > < / p a t h > < / s v g > 
 
 +                                                                         E d i t   D a t a   U n d a n g a n 
 
 +                                                                 < / a > 
 
 +                                                         @ e l s e 
 
 +                                                                 < a   h r e f = " { {   r o u t e ( ' o r d e r . c r e a t e ' )   } } "   c l a s s = " p x - 8   p y - 4   b g - w h i t e   t e x t - i n d i g o - 6 0 0   f o n t - b o l d   r o u n d e d - x l   h o v e r : b g - g r a y - 5 0   t r a n s i t i o n - a l l   s h a d o w - l g   f l e x   i t e m s - c e n t e r   g a p - 2 " > 
 
 +                                                                         < s v g   c l a s s = " w - 5   h - 5 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 2   4 v 1 6 m 8 - 8 H 4 " > < / p a t h > < / s v g > 
 
 +                                                                         B u a t   U n d a n g a n   B a r u 
 
 +                                                                 < / a > 
 
 +                                                         @ e n d i f 
 
 +                                                 < / d i v > 
 
                                           < / d i v > 
 
                                   < / d i v > 
 
                           < / d i v > 
 
   
 
 -                         < d i v   c l a s s = " g r i d   g r i d - c o l s - 1   m d : g r i d - c o l s - 4   g a p - 6 " > 
 
 +                         { { - -   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 +                                 S T A T I S T I C S   C A R D S 
 
 +                                 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   - - } } 
 
 +                         < d i v   c l a s s = " g r i d   g r i d - c o l s - 1   m d : g r i d - c o l s - 2   l g : g r i d - c o l s - 4   g a p - 6 " > 
 
                                   @ p h p 
 
                                           $ t a m u C o l l e c t i o n   =   c o l l e c t ( $ g u e s t s   ? ?   [ ] ) ; 
 
   
 
                                           $ t o t a l   =   $ t a m u C o l l e c t i o n - > c o u n t ( ) ; 
 
                                           $ h a d i r   =   $ t a m u C o l l e c t i o n - > w h e r e ( ' r s v p _ s t a t u s ' ,   ' h a d i r ' ) - > c o u n t ( ) ; 
 
 -                                         $ t i d a k H a d i r   = 
 
 -                                                 $ t a m u C o l l e c t i o n - > w h e r e ( ' r s v p _ s t a t u s ' ,   ' t i d a k _ h a d i r ' ) - > c o u n t ( )   + 
 
 -                                                 $ t a m u C o l l e c t i o n - > w h e r e ( ' r s v p _ s t a t u s ' ,   ' r a g u ' ) - > c o u n t ( ) ; 
 
 +                                         $ t i d a k H a d i r   =   $ t a m u C o l l e c t i o n - > w h e r e ( ' r s v p _ s t a t u s ' ,   ' t i d a k _ h a d i r ' ) - > c o u n t ( )   +   $ t a m u C o l l e c t i o n - > w h e r e ( ' r s v p _ s t a t u s ' ,   ' r a g u ' ) - > c o u n t ( ) ; 
 
                                           $ p e n d i n g   =   $ t a m u C o l l e c t i o n - > w h e r e ( ' r s v p _ s t a t u s ' ,   ' p e n d i n g ' ) - > c o u n t ( ) ; 
 
   
 
                                           $ c a r d s   =   [ 
 
                                                   [ 
 
                                                           ' t i t l e '   = >   ' T o t a l   T a m u ' , 
 
                                                           ' v a l u e '   = >   $ t o t a l , 
 
 -                                                         ' i c o n '   = >   ' b l u e ' , 
 
 -                                                         ' s v g '   = >   ' M 1 7   2 0 h 5 v - 2 a 3   3   0   0 0 - 5 . 3 5 6 - 1 . 8 5 7 M 1 7   2 0 H 7 m 1 0   0 v - 2 c 0 - . 6 5 6 - . 1 2 6 - 1 . 2 8 3 - . 3 5 6 - 1 . 8 5 7 M 7   2 0 H 2 v - 2 a 3   3   0   0 1 5 . 3 5 6 - 1 . 8 5 7 M 7   2 0 v - 2 c 0 - . 6 5 6 . 1 2 6 - 1 . 2 8 3 . 3 5 6 - 1 . 8 5 7 m 0   0 a 5 . 0 0 2   5 . 0 0 2   0   0 1 9 . 2 8 8   0 M 1 5   7 a 3   3   0   1 1 - 6   0   3   3   0   0 1 6   0 z m 6   3 a 2   2   0   1 1 - 4   0   2   2   0   0 1 4   0 z M 7   1 0 a 2   2   0   1 1 - 4   0   2   2   0   0 1 4   0 z ' 
 
 +                                                         ' c o l o r '   = >   ' b l u e ' , 
 
 +                                                         ' g r a d i e n t '   = >   ' f r o m - b l u e - 5 0 0   t o - c y a n - 5 0 0 ' , 
 
 +                                                         ' b g '   = >   ' f r o m - b l u e - 5 0   t o - c y a n - 5 0 ' , 
 
 +                                                         ' d a r k B g '   = >   ' f r o m - b l u e - 9 0 0 / 2 0   t o - c y a n - 9 0 0 / 2 0 ' , 
 
 +                                                         ' s v g '   = >   ' M 1 7   2 0 h 5 v - 2 a 3   3   0   0 0 - 5 . 3 5 6 - 1 . 8 5 7 M 1 7   2 0 H 7 m 1 0   0 v - 2 c 0 - . 6 5 6 - . 1 2 6 - 1 . 2 8 3 - . 3 5 6 - 1 . 8 5 7 M 7   2 0 H 2 v - 2 a 3   3   0   0 1 5 . 3 5 6 - 1 . 8 5 7 M 7   2 0 v - 2 c 0 - . 6 5 6 . 1 2 6 - 1 . 2 8 3 . 3 5 6 - 1 . 8 5 7 m 0   0 a 5 . 0 0 2   5 . 0 0 2   0   0 1 9 . 2 8 8   0 M 1 5   7 a 3   3   0   1 1 - 6   0   3   3   0   0 1 6   0 z m 6   3 a 2   2   0   1 1 - 4   0   2   2   0   0 1 4   0 z M 7   1 0 a 2   2   0   1 1 - 4   0   2   2   0   0 1 4   0 z ' , 
 
 +                                                         ' p e r c e n t a g e '   = >   1 0 0 
 
                                                   ] , 
 
                                                   [ 
 
                                                           ' t i t l e '   = >   ' A k a n   H a d i r ' , 
 
                                                           ' v a l u e '   = >   $ h a d i r , 
 
 -                                                         ' i c o n '   = >   ' g r e e n ' , 
 
 -                                                         ' s v g '   = >   ' M 9   1 2 l 2   2   4 - 4 m 6   2 a 9   9   0   1 1 - 1 8   0   9   9   0   0 1 1 8   0 z ' 
 
 +                                                         ' c o l o r '   = >   ' g r e e n ' , 
 
 +                                                         ' g r a d i e n t '   = >   ' f r o m - g r e e n - 5 0 0   t o - e m e r a l d - 5 0 0 ' , 
 
 +                                                         ' b g '   = >   ' f r o m - g r e e n - 5 0   t o - e m e r a l d - 5 0 ' , 
 
 +                                                         ' d a r k B g '   = >   ' f r o m - g r e e n - 9 0 0 / 2 0   t o - e m e r a l d - 9 0 0 / 2 0 ' , 
 
 +                                                         ' s v g '   = >   ' M 9   1 2 l 2   2   4 - 4 m 6   2 a 9   9   0   1 1 - 1 8   0   9   9   0   0 1 1 8   0 z ' , 
 
 +                                                         ' p e r c e n t a g e '   = >   $ t o t a l   >   0   ?   r o u n d ( ( $ h a d i r   /   $ t o t a l )   *   1 0 0 )   :   0 
 
                                                   ] , 
 
                                                   [ 
 
 -                                                         ' t i t l e '   = >   ' A b s e n   /   R a g u ' , 
 
 +                                                         ' t i t l e '   = >   ' T i d a k   H a d i r ' , 
 
                                                           ' v a l u e '   = >   $ t i d a k H a d i r , 
 
 -                                                         ' i c o n '   = >   ' r e d ' , 
 
 -                                                         ' s v g '   = >   ' M 1 0   1 4 l 2 - 2 m 0   0 l 2 - 2 m - 2   2 l - 2 - 2 m 2   2 l 2   2 m 7 - 2 a 9   9   0   1 1 - 1 8   0   9   9   0   0 1 1 8   0 z ' 
 
 +                                                         ' c o l o r '   = >   ' r e d ' , 
 
 +                                                         ' g r a d i e n t '   = >   ' f r o m - r e d - 5 0 0   t o - p i n k - 5 0 0 ' , 
 
 +                                                         ' b g '   = >   ' f r o m - r e d - 5 0   t o - p i n k - 5 0 ' , 
 
 +                                                         ' d a r k B g '   = >   ' f r o m - r e d - 9 0 0 / 2 0   t o - p i n k - 9 0 0 / 2 0 ' , 
 
 +                                                         ' s v g '   = >   ' M 1 0   1 4 l 2 - 2 m 0   0 l 2 - 2 m - 2   2 l - 2 - 2 m 2   2 l 2   2 m 7 - 2 a 9   9   0   1 1 - 1 8   0   9   9   0   0 1 1 8   0 z ' , 
 
 +                                                         ' p e r c e n t a g e '   = >   $ t o t a l   >   0   ?   r o u n d ( ( $ t i d a k H a d i r   /   $ t o t a l )   *   1 0 0 )   :   0 
 
                                                   ] , 
 
                                                   [ 
 
                                                           ' t i t l e '   = >   ' B e l u m   R e s p o n ' , 
 
                                                           ' v a l u e '   = >   $ p e n d i n g , 
 
 -                                                         ' i c o n '   = >   ' y e l l o w ' , 
 
 -                                                         ' s v g '   = >   ' M 1 2   8 v 4 l 3   3 m 6 - 3 a 9   9   0   1 1 - 1 8   0   9   9   0   0 1 1 8   0 z ' 
 
 +                                                         ' c o l o r '   = >   ' y e l l o w ' , 
 
 +                                                         ' g r a d i e n t '   = >   ' f r o m - y e l l o w - 5 0 0   t o - o r a n g e - 5 0 0 ' , 
 
 +                                                         ' b g '   = >   ' f r o m - y e l l o w - 5 0   t o - o r a n g e - 5 0 ' , 
 
 +                                                         ' d a r k B g '   = >   ' f r o m - y e l l o w - 9 0 0 / 2 0   t o - o r a n g e - 9 0 0 / 2 0 ' , 
 
 +                                                         ' s v g '   = >   ' M 1 2   8 v 4 l 3   3 m 6 - 3 a 9   9   0   1 1 - 1 8   0   9   9   0   0 1 1 8   0 z ' , 
 
 +                                                         ' p e r c e n t a g e '   = >   $ t o t a l   >   0   ?   r o u n d ( ( $ p e n d i n g   /   $ t o t a l )   *   1 0 0 )   :   0 
 
                                                   ] 
 
                                           ] ; 
 
                                   @ e n d p h p 
 
   
 
                                   @ f o r e a c h ( $ c a r d s   a s   $ c a r d ) 
 
 -                                         < d i v   c l a s s = " b g - w h i t e   d a r k : b g - g r a y - 8 0 0   p - 6   r o u n d e d - 2 x l   s h a d o w - s m   b o r d e r   b o r d e r - g r a y - 1 0 0   d a r k : b o r d e r - g r a y - 7 0 0   t r a n s i t i o n - c o l o r s " > 
 
 -                                                 < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 4 " > 
 
 -                                                         < d i v   c l a s s = " p - 3   b g - { {   $ c a r d [ ' i c o n ' ]   } } - 5 0   d a r k : b g - { {   $ c a r d [ ' i c o n ' ]   } } - 9 0 0 / 2 0   t e x t - { {   $ c a r d [ ' i c o n ' ]   } } - 6 0 0   d a r k : t e x t - { {   $ c a r d [ ' i c o n ' ]   } } - 4 0 0   r o u n d e d - x l " > 
 
 +                                         < d i v   c l a s s = " g r o u p   b g - g r a d i e n t - t o - b r   { {   $ c a r d [ ' b g ' ]   } }   d a r k : b g - g r a d i e n t - t o - b r   d a r k : { {   $ c a r d [ ' d a r k B g ' ]   } }   p - 6   r o u n d e d - 2 x l   s h a d o w - l g   b o r d e r   b o r d e r - { {   $ c a r d [ ' c o l o r ' ]   } } - 1 0 0   d a r k : b o r d e r - { {   $ c a r d [ ' c o l o r ' ]   } } - 8 0 0   t r a n s i t i o n - a l l   h o v e r : s h a d o w - 2 x l   h o v e r : - t r a n s l a t e - y - 1 " > 
 
 +                                                 < d i v   c l a s s = " f l e x   i t e m s - s t a r t   j u s t i f y - b e t w e e n   m b - 4 " > 
 
 +                                                         < d i v   c l a s s = " p - 4   b g - g r a d i e n t - t o - b r   { {   $ c a r d [ ' g r a d i e n t ' ]   } }   t e x t - w h i t e   r o u n d e d - 2 x l   s h a d o w - l g   g r o u p - h o v e r : s c a l e - 1 1 0   t r a n s i t i o n - t r a n s f o r m " > 
 
                                                                   < s v g   c l a s s = " w - 8   h - 8 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > 
 
                                                                           < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " { {   $ c a r d [ ' s v g ' ]   } } " > < / p a t h > 
 
                                                                   < / s v g > 
 
                                                           < / d i v > 
 
 -                                                         < d i v > 
 
 -                                                                 < p   c l a s s = " t e x t - s m   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   f o n t - m e d i u m " > { {   $ c a r d [ ' t i t l e ' ]   } } < / p > 
 
 -                                                                 < h 4   c l a s s = " t e x t - 2 x l   f o n t - b o l d   t e x t - g r a y - 8 0 0   d a r k : t e x t - w h i t e " > { {   $ c a r d [ ' v a l u e ' ]   } } < / h 4 > 
 
 +                                                         < d i v   c l a s s = " t e x t - r i g h t " > 
 
 +                                                                 < d i v   c l a s s = " t e x t - { {   $ c a r d [ ' c o l o r ' ]   } } - 6 0 0   d a r k : t e x t - { {   $ c a r d [ ' c o l o r ' ]   } } - 4 0 0   t e x t - x s   f o n t - b o l d   b g - w h i t e   d a r k : b g - g r a y - 8 0 0   p x - 3   p y - 1   r o u n d e d - f u l l " > 
 
 +                                                                         { {   $ c a r d [ ' p e r c e n t a g e ' ]   } } % 
 
 +                                                                 < / d i v > 
 
                                                           < / d i v > 
 
                                                   < / d i v > 
 
 +                                                 < d i v > 
 
 +                                                         < p   c l a s s = " t e x t - s m   t e x t - { {   $ c a r d [ ' c o l o r ' ]   } } - 7 0 0   d a r k : t e x t - { {   $ c a r d [ ' c o l o r ' ]   } } - 4 0 0   f o n t - s e m i b o l d   m b - 1 " > { {   $ c a r d [ ' t i t l e ' ]   } } < / p > 
 
 +                                                         < h 4   c l a s s = " t e x t - 4 x l   f o n t - e x t r a b o l d   t e x t - { {   $ c a r d [ ' c o l o r ' ]   } } - 6 0 0   d a r k : t e x t - { {   $ c a r d [ ' c o l o r ' ]   } } - 3 0 0 " > { {   $ c a r d [ ' v a l u e ' ]   } } < / h 4 > 
 
 +                                                 < / d i v > 
 
                                           < / d i v > 
 
                                   @ e n d f o r e a c h 
 
                           < / d i v > 
 
   
 
 +                         { { - -   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 +                                 M A I N   C O N T E N T   G R I D 
 
 +                                 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   - - } } 
 
                           < d i v   c l a s s = " g r i d   g r i d - c o l s - 1   l g : g r i d - c o l s - 3   g a p - 8 " > 
 
 +                                 
 
 +                                 { { - -   L E F T   S I D E B A R   -   F o r m s   - - } } 
 
                                   < d i v   c l a s s = " s p a c e - y - 6 " > 
 
                                           
 
 -                                         < d i v   c l a s s = " b g - w h i t e   d a r k : b g - g r a y - 8 0 0   p - 6   r o u n d e d - 2 x l   s h a d o w - s m   b o r d e r   b o r d e r - g r a y - 1 0 0   d a r k : b o r d e r - g r a y - 7 0 0   t r a n s i t i o n - c o l o r s " > 
 
 -                                                 < h 3   c l a s s = " f o n t - b o l d   t e x t - g r a y - 8 0 0   d a r k : t e x t - w h i t e   m b - 4   f l e x   i t e m s - c e n t e r   g a p - 2 " > 
 
 -                                                         < s v g   c l a s s = " w - 5   h - 5   t e x t - b l u e - 6 0 0 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 1   5 H 6 a 2   2   0   0 0 - 2   2 v 1 1 a 2   2   0   0 0 2   2 h 1 1 a 2   2   0   0 0 2 - 2 v - 5 m - 1 . 4 1 4 - 9 . 4 1 4 a 2   2   0   1 1 2 . 8 2 8   2 . 8 2 8 L 1 1 . 8 2 8   1 5 H 9 v - 2 . 8 2 8 l 8 . 5 8 6 - 8 . 5 8 6 z " > < / p a t h > < / s v g > 
 
 -                                                         T a m b a h   M a n u a l 
 
 -                                                 < / h 3 > 
 
 +                                         { { - -   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 +                                                 F O R M   T A M B A H   T A M U   M A N U A L 
 
 +                                                 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   - - } } 
 
 +                                         < d i v   c l a s s = " b g - w h i t e   d a r k : b g - g r a y - 8 0 0   p - 6   r o u n d e d - 2 x l   s h a d o w - x l   b o r d e r   b o r d e r - g r a y - 1 0 0   d a r k : b o r d e r - g r a y - 7 0 0   t r a n s i t i o n - a l l   h o v e r : s h a d o w - 2 x l " > 
 
 +                                                 < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 3   m b - 6 " > 
 
 +                                                         < d i v   c l a s s = " p - 3   b g - g r a d i e n t - t o - b r   f r o m - b l u e - 5 0 0   t o - i n d i g o - 6 0 0   t e x t - w h i t e   r o u n d e d - x l   s h a d o w - l g " > 
 
 +                                                                 < s v g   c l a s s = " w - 6   h - 6 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 8   9 v 3 m 0   0 v 3 m 0 - 3 h 3 m - 3   0 h - 3 m - 2 - 5 a 4   4   0   1 1 - 8   0   4   4   0   0 1 8   0 z M 3   2 0 a 6   6   0   0 1 1 2   0 v 1 H 3 v - 1 z " > < / p a t h > < / s v g > 
 
 +                                                         < / d i v > 
 
 +                                                         < d i v > 
 
 +                                                                 < h 3   c l a s s = " f o n t - b o l d   t e x t - g r a y - 8 0 0   d a r k : t e x t - w h i t e   t e x t - l g " > T a m b a h   T a m u < / h 3 > 
 
 +                                                                 < p   c l a s s = " t e x t - x s   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0 " > I n p u t   m a n u a l   p e r   t a m u < / p > 
 
 +                                                         < / d i v > 
 
 +                                                 < / d i v > 
 
   
 
                                                   < f o r m   a c t i o n = " { {   r o u t e ( ' c l i e n t . s t o r e G u e s t ' )   } } "   m e t h o d = " P O S T "   c l a s s = " s p a c e - y - 4 " > 
 
                                                           @ c s r f 
 
                                                           < d i v > 
 
 -                                                                 < l a b e l   c l a s s = " b l o c k   t e x t - s m   f o n t - m e d i u m   t e x t - g r a y - 7 0 0   d a r k : t e x t - g r a y - 3 0 0   m b - 1 " > N a m a   T a m u   < s p a n   c l a s s = " t e x t - r e d - 5 0 0 " > * < / s p a n > < / l a b e l > 
 
 -                                                                 < i n p u t   t y p e = " t e x t "   n a m e = " n a m e "   r e q u i r e d   c l a s s = " w - f u l l   r o u n d e d - l g   b o r d e r - g r a y - 3 0 0   d a r k : b o r d e r - g r a y - 6 0 0   d a r k : b g - g r a y - 7 0 0   d a r k : t e x t - w h i t e   f o c u s : b o r d e r - i n d i g o - 5 0 0   f o c u s : r i n g - i n d i g o - 5 0 0   s h a d o w - s m   s m : t e x t - s m "   p l a c e h o l d e r = " C o n t o h :   B u d i   S a n t o s o " > 
 
 +                                                                 < l a b e l   c l a s s = " b l o c k   t e x t - s m   f o n t - s e m i b o l d   t e x t - g r a y - 7 0 0   d a r k : t e x t - g r a y - 3 0 0   m b - 2   f l e x   i t e m s - c e n t e r   g a p - 2 " > 
 
 +                                                                         < s v g   c l a s s = " w - 4   h - 4   t e x t - i n d i g o - 6 0 0 "   f i l l = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 0   2 0 " > < p a t h   f i l l - r u l e = " e v e n o d d "   d = " M 1 0   9 a 3   3   0   1 0 0 - 6   3   3   0   0 0 0   6 z m - 7   9 a 7   7   0   1 1 1 4   0 H 3 z "   c l i p - r u l e = " e v e n o d d " > < / p a t h > < / s v g > 
 
 +                                                                         N a m a   T a m u   < s p a n   c l a s s = " t e x t - r e d - 5 0 0 " > * < / s p a n > 
 
 +                                                                 < / l a b e l > 
 
 +                                                                 < i n p u t   t y p e = " t e x t "   n a m e = " n a m e "   r e q u i r e d   c l a s s = " w - f u l l   r o u n d e d - x l   b o r d e r - 2   b o r d e r - g r a y - 2 0 0   d a r k : b o r d e r - g r a y - 6 0 0   d a r k : b g - g r a y - 7 0 0   d a r k : t e x t - w h i t e   f o c u s : b o r d e r - i n d i g o - 5 0 0   f o c u s : r i n g - 4   f o c u s : r i n g - i n d i g o - 1 0 0   d a r k : f o c u s : r i n g - i n d i g o - 9 0 0   s h a d o w - s m   t r a n s i t i o n - a l l   p x - 4   p y - 3 "   p l a c e h o l d e r = " C o n t o h :   B u d i   S a n t o s o " > 
 
                                                           < / d i v > 
 
   
 
                                                           < d i v > 
 
 -                                                                 < l a b e l   c l a s s = " b l o c k   t e x t - s m   f o n t - m e d i u m   t e x t - g r a y - 7 0 0   d a r k : t e x t - g r a y - 3 0 0   m b - 1 " > N o .   W h a t s A p p < / l a b e l > 
 
 -                                                                 < i n p u t   t y p e = " t e x t "   n a m e = " w h a t s a p p "   c l a s s = " w - f u l l   r o u n d e d - l g   b o r d e r - g r a y - 3 0 0   d a r k : b o r d e r - g r a y - 6 0 0   d a r k : b g - g r a y - 7 0 0   d a r k : t e x t - w h i t e   f o c u s : b o r d e r - i n d i g o - 5 0 0   f o c u s : r i n g - i n d i g o - 5 0 0   s h a d o w - s m   s m : t e x t - s m "   p l a c e h o l d e r = " C o n t o h :   0 8 1 2 3 4 5 6 7 8 9 " > 
 
 +                                                                 < l a b e l   c l a s s = " b l o c k   t e x t - s m   f o n t - s e m i b o l d   t e x t - g r a y - 7 0 0   d a r k : t e x t - g r a y - 3 0 0   m b - 2   f l e x   i t e m s - c e n t e r   g a p - 2 " > 
 
 +                                                                         < s v g   c l a s s = " w - 4   h - 4   t e x t - g r e e n - 6 0 0 "   f i l l = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   d = " M . 0 5 7   2 4 l 1 . 6 8 7 - 6 . 1 6 3 c - 1 . 0 4 1 - 1 . 8 0 4 - 1 . 5 8 8 - 3 . 8 4 9 - 1 . 5 8 7 - 5 . 9 4 6 . 0 0 3 - 6 . 5 5 6   5 . 3 3 8 - 1 1 . 8 9 1   1 1 . 8 9 3 - 1 1 . 8 9 1   3 . 1 8 1 . 0 0 1   6 . 1 6 7   1 . 2 4   8 . 4 1 3   3 . 4 8 8   2 . 2 4 5   2 . 2 4 8   3 . 4 8 1   5 . 2 3 6   3 . 4 8   8 . 4 1 4 - . 0 0 3   6 . 5 5 7 - 5 . 3 3 8   1 1 . 8 9 2 - 1 1 . 8 9 3   1 1 . 8 9 2 - 1 . 9 9 - . 0 0 1 - 3 . 9 5 1 - . 5 - 5 . 6 8 8 - 1 . 4 4 8 l - 6 . 3 0 5   1 . 6 5 4 z m 6 . 5 9 7 - 3 . 8 0 7 c 1 . 6 7 6 . 9 9 5   3 . 2 7 6   1 . 5 9 1   5 . 3 9 2   1 . 5 9 2   5 . 4 4 8   0   9 . 8 8 6 - 4 . 4 3 4   9 . 8 8 9 - 9 . 8 8 5 . 0 0 2 - 5 . 4 6 2 - 4 . 4 1 5 - 9 . 8 9 - 9 . 8 8 1 - 9 . 8 9 2 - 5 . 4 5 2   0 - 9 . 8 8 7   4 . 4 3 4 - 9 . 8 8 9   9 . 8 8 4 - . 0 0 1   2 . 2 2 5 . 6 5 1   3 . 8 9 1   1 . 7 4 6   5 . 6 3 4 l - . 9 9 9   3 . 6 4 8   3 . 7 4 2 - . 9 8 1 z m 1 1 . 3 8 7 - 5 . 4 6 4 c - . 0 7 4 - . 1 2 4 - . 2 7 2 - . 1 9 8 - . 5 7 - . 3 4 7 - . 2 9 7 - . 1 4 9 - 1 . 7 5 8 - . 8 6 8 - 2 . 0 3 1 - . 9 6 7 - . 2 7 2 - . 0 9 9 - . 4 7 - . 1 4 9 - . 6 6 9 . 1 4 9 - . 1 9 8 . 2 9 7 - . 7 6 8 . 9 6 7 - . 9 4 1   1 . 1 6 5 - . 1 7 3 . 1 9 8 - . 3 4 7 . 2 2 3 - . 6 4 4 . 0 7 4 - . 2 9 7 - . 1 4 9 - 1 . 2 5 5 - . 4 6 2 - 2 . 3 9 - 1 . 4 7 5 - . 8 8 3 - . 7 8 8 - 1 . 4 8 - 1 . 7 6 1 - 1 . 6 5 3 - 2 . 0 5 9 - . 1 7 3 - . 2 9 7 - . 0 1 8 - . 4 5 8 . 1 3 - . 6 0 6 . 1 3 4 - . 1 3 3 . 2 9 7 - . 3 4 7 . 4 4 6 - . 5 2 1 . 1 5 1 - . 1 7 2 . 2 - . 2 9 6 . 3 - . 4 9 5 . 0 9 9 - . 1 9 8 . 0 5 - . 3 7 2 - . 0 2 5 - . 5 2 1 - . 0 7 5 - . 1 4 8 - . 6 6 9 - 1 . 6 1 1 - . 9 1 6 - 2 . 2 0 6 - . 2 4 2 - . 5 7 9 - . 4 8 7 - . 5 0 1 - . 6 6 9 - . 5 1 l - . 5 7 - . 0 1 c - . 1 9 8   0 - . 5 2 . 0 7 4 - . 7 9 2 . 3 7 2 - . 2 7 2 . 2 9 7 - 1 . 0 4   1 . 0 1 6 - 1 . 0 4   2 . 4 7 9   0   1 . 4 6 2   1 . 0 6 5   2 . 8 7 5   1 . 2 1 3   3 . 0 7 4 . 1 4 9 . 1 9 8   2 . 0 9 5   3 . 2   5 . 0 7 6   4 . 4 8 7 . 7 0 9 . 3 0 6   1 . 2 6 3 . 4 8 9   1 . 6 9 4 . 6 2 6 . 7 1 2 . 2 2 6   1 . 3 6 . 1 9 4   1 . 8 7 2 . 1 1 8 . 5 7 1 - . 0 8 5   1 . 7 5 8 - . 7 1 9   2 . 0 0 6 - 1 . 4 1 3 . 2 4 8 - . 6 9 5 . 2 4 8 - 1 . 2 9 . 1 7 3 - 1 . 4 1 4 z " / > < / s v g > 
 
 +                                                                         N o .   W h a t s A p p 
 
 +                                                                 < / l a b e l > 
 
 +                                                                 < d i v   c l a s s = " r e l a t i v e " > 
 
 +                                                                         < d i v   c l a s s = " a b s o l u t e   i n s e t - y - 0   l e f t - 0   p l - 4   f l e x   i t e m s - c e n t e r   p o i n t e r - e v e n t s - n o n e " > 
 
 +                                                                                 < s p a n   c l a s s = " t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   t e x t - s m " > + 6 2 < / s p a n > 
 
 +                                                                         < / d i v > 
 
 +                                                                         < i n p u t   t y p e = " t e x t "   n a m e = " w h a t s a p p "   c l a s s = " w - f u l l   p l - 1 4   p r - 4   p y - 3   r o u n d e d - x l   b o r d e r - 2   b o r d e r - g r a y - 2 0 0   d a r k : b o r d e r - g r a y - 6 0 0   d a r k : b g - g r a y - 7 0 0   d a r k : t e x t - w h i t e   f o c u s : b o r d e r - i n d i g o - 5 0 0   f o c u s : r i n g - 4   f o c u s : r i n g - i n d i g o - 1 0 0   d a r k : f o c u s : r i n g - i n d i g o - 9 0 0   s h a d o w - s m   t r a n s i t i o n - a l l "   p l a c e h o l d e r = " 8 1 2 3 4 5 6 7 8 9 " > 
 
 +                                                                 < / d i v > 
 
                                                           < / d i v > 
 
   
 
                                                           < d i v   c l a s s = " g r i d   g r i d - c o l s - 2   g a p - 4 " > 
 
                                                                   < d i v > 
 
 -                                                                         < l a b e l   c l a s s = " b l o c k   t e x t - s m   f o n t - m e d i u m   t e x t - g r a y - 7 0 0   d a r k : t e x t - g r a y - 3 0 0   m b - 1 " > K a t e g o r i < / l a b e l > 
 
 -                                                                         < s e l e c t   n a m e = " c a t e g o r y "   c l a s s = " w - f u l l   r o u n d e d - l g   b o r d e r - g r a y - 3 0 0   d a r k : b o r d e r - g r a y - 6 0 0   d a r k : b g - g r a y - 7 0 0   d a r k : t e x t - w h i t e   f o c u s : b o r d e r - i n d i g o - 5 0 0   f o c u s : r i n g - i n d i g o - 5 0 0   s h a d o w - s m   s m : t e x t - s m " > 
 
 +                                                                         < l a b e l   c l a s s = " b l o c k   t e x t - s m   f o n t - s e m i b o l d   t e x t - g r a y - 7 0 0   d a r k : t e x t - g r a y - 3 0 0   m b - 2 " > K a t e g o r i < / l a b e l > 
 
 +                                                                         < s e l e c t   n a m e = " c a t e g o r y "   c l a s s = " w - f u l l   r o u n d e d - x l   b o r d e r - 2   b o r d e r - g r a y - 2 0 0   d a r k : b o r d e r - g r a y - 6 0 0   d a r k : b g - g r a y - 7 0 0   d a r k : t e x t - w h i t e   f o c u s : b o r d e r - i n d i g o - 5 0 0   f o c u s : r i n g - 4   f o c u s : r i n g - i n d i g o - 1 0 0   d a r k : f o c u s : r i n g - i n d i g o - 9 0 0   s h a d o w - s m   t r a n s i t i o n - a l l   p x - 4   p y - 3 " > 
 
                                                                                   < o p t i o n   v a l u e = " U m u m " > U m u m < / o p t i o n > 
 
                                                                                   < o p t i o n   v a l u e = " K e l u a r g a " > K e l u a r g a < / o p t i o n > 
 
                                                                                   < o p t i o n   v a l u e = " T e m a n " > T e m a n < / o p t i o n > 
 
 @ @   - 1 5 8 , 1 2 6   + 2 4 0 , 1 9 2   @ @ 
 
                                                                           < / s e l e c t > 
 
                                                                   < / d i v > 
 
                                                                   < d i v > 
 
 -                                                                         < l a b e l   c l a s s = " b l o c k   t e x t - s m   f o n t - m e d i u m   t e x t - g r a y - 7 0 0   d a r k : t e x t - g r a y - 3 0 0   m b - 1 " > D o m i s i l i < / l a b e l > 
 
 -                                                                         < i n p u t   t y p e = " t e x t "   n a m e = " a d d r e s s "   c l a s s = " w - f u l l   r o u n d e d - l g   b o r d e r - g r a y - 3 0 0   d a r k : b o r d e r - g r a y - 6 0 0   d a r k : b g - g r a y - 7 0 0   d a r k : t e x t - w h i t e   f o c u s : b o r d e r - i n d i g o - 5 0 0   f o c u s : r i n g - i n d i g o - 5 0 0   s h a d o w - s m   s m : t e x t - s m "   p l a c e h o l d e r = " K o t a / A l a m a t " > 
 
 +                                                                         < l a b e l   c l a s s = " b l o c k   t e x t - s m   f o n t - s e m i b o l d   t e x t - g r a y - 7 0 0   d a r k : t e x t - g r a y - 3 0 0   m b - 2 " > D o m i s i l i < / l a b e l > 
 
 +                                                                         < i n p u t   t y p e = " t e x t "   n a m e = " a d d r e s s "   c l a s s = " w - f u l l   r o u n d e d - x l   b o r d e r - 2   b o r d e r - g r a y - 2 0 0   d a r k : b o r d e r - g r a y - 6 0 0   d a r k : b g - g r a y - 7 0 0   d a r k : t e x t - w h i t e   f o c u s : b o r d e r - i n d i g o - 5 0 0   f o c u s : r i n g - 4   f o c u s : r i n g - i n d i g o - 1 0 0   d a r k : f o c u s : r i n g - i n d i g o - 9 0 0   s h a d o w - s m   t r a n s i t i o n - a l l   p x - 4   p y - 3 "   p l a c e h o l d e r = " K o t a " > 
 
                                                                   < / d i v > 
 
                                                           < / d i v > 
 
   
 
                                                           < d i v   c l a s s = " p t - 2 " > 
 
 -                                                                 < b u t t o n   t y p e = " s u b m i t "   c l a s s = " w - f u l l   p x - 4   p y - 2   b g - g r a y - 5 0   b o r d e r   b o r d e r - g r a y - 3 0 0   t e x t - g r a y - 7 0 0   d a r k : b g - g r a y - 7 0 0   d a r k : b o r d e r - g r a y - 6 0 0   d a r k : t e x t - w h i t e   r o u n d e d - l g   t e x t - s m   f o n t - m e d i u m   h o v e r : b g - g r a y - 1 0 0   d a r k : h o v e r : b g - g r a y - 6 0 0   s h a d o w - s m   t r a n s i t i o n   f l e x   j u s t i f y - c e n t e r   i t e m s - c e n t e r " > 
 
 -                                                                         < s v g   c l a s s = " w - 4   h - 4 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < / s v g > 
 
 -                                                                         S i m p a n 
 
 +                                                                 < b u t t o n   t y p e = " s u b m i t "   c l a s s = " w - f u l l   p x - 6   p y - 4   b g - g r a d i e n t - t o - r   f r o m - i n d i g o - 6 0 0   t o - p u r p l e - 6 0 0   h o v e r : f r o m - i n d i g o - 7 0 0   h o v e r : t o - p u r p l e - 7 0 0   t e x t - w h i t e   r o u n d e d - x l   t e x t - s m   f o n t - b o l d   s h a d o w - x l   s h a d o w - i n d i g o - 2 0 0   d a r k : s h a d o w - n o n e   t r a n s i t i o n - a l l   t r a n s f o r m   h o v e r : s c a l e - [ 1 . 0 2 ]   f l e x   j u s t i f y - c e n t e r   i t e m s - c e n t e r   g a p - 2 " > 
 
 +                                                                         < s v g   c l a s s = " w - 5   h - 5 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 2   4 v 1 6 m 8 - 8 H 4 " > < / p a t h > < / s v g > 
 
 +                                                                         S i m p a n   T a m u 
 
                                                                   < / b u t t o n > 
 
                                                           < / d i v > 
 
                                                   < / f o r m > 
 
                                           < / d i v > 
 
   
 
 -                                         < d i v   c l a s s = " b g - w h i t e   d a r k : b g - g r a y - 8 0 0   p - 6   r o u n d e d - 2 x l   s h a d o w - s m   b o r d e r   b o r d e r - g r a y - 1 0 0   d a r k : b o r d e r - g r a y - 7 0 0   t r a n s i t i o n - c o l o r s " > 
 
 -                                                 < h 3   c l a s s = " f o n t - b o l d   t e x t - g r a y - 8 0 0   d a r k : t e x t - w h i t e   m b - 4   f l e x   i t e m s - c e n t e r   g a p - 2 " > 
 
 -                                                         < s v g   c l a s s = " w - 5   h - 5   t e x t - g r e e n - 6 0 0 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 9   1 7 v - 2 m 3   2 v - 4 m 3   4 v - 6 m 2   1 0 H 7 a 2   2   0   0 1 - 2 - 2 V 5 a 2   2   0   0 1 2 - 2 h 5 . 5 8 6 a 1   1   0   0 1 . 7 0 7 . 2 9 3 l 5 . 4 1 4   5 . 4 1 4 a 1   1   0   0 1 . 2 9 3 . 7 0 7 V 1 9 a 2   2   0   0 1 - 2   2 z " > < / p a t h > < / s v g > 
 
 -                                                         I m p o r t   D a t a   T a m u   ( E x c e l ) 
 
 -                                                 < / h 3 > 
 
 +                                         { { - -   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 +                                                 F O R M   I M P O R T   E X C E L 
 
 +                                                 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   - - } } 
 
 +                                         < d i v   c l a s s = " b g - w h i t e   d a r k : b g - g r a y - 8 0 0   p - 6   r o u n d e d - 2 x l   s h a d o w - x l   b o r d e r   b o r d e r - g r a y - 1 0 0   d a r k : b o r d e r - g r a y - 7 0 0   t r a n s i t i o n - a l l   h o v e r : s h a d o w - 2 x l " > 
 
 +                                                 < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 3   m b - 6 " > 
 
 +                                                         < d i v   c l a s s = " p - 3   b g - g r a d i e n t - t o - b r   f r o m - g r e e n - 5 0 0   t o - e m e r a l d - 6 0 0   t e x t - w h i t e   r o u n d e d - x l   s h a d o w - l g " > 
 
 +                                                                 < s v g   c l a s s = " w - 6   h - 6 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 7   1 6 a 4   4   0   0 1 - . 8 8 - 7 . 9 0 3 A 5   5   0   1 1 1 5 . 9   6 L 1 6   6 a 5   5   0   0 1 1   9 . 9 M 1 5   1 3 l - 3 - 3 m 0   0 l - 3   3 m 3 - 3 v 1 2 " > < / p a t h > < / s v g > 
 
 +                                                         < / d i v > 
 
 +                                                         < d i v > 
 
 +                                                                 < h 3   c l a s s = " f o n t - b o l d   t e x t - g r a y - 8 0 0   d a r k : t e x t - w h i t e   t e x t - l g " > I m p o r t   D a t a < / h 3 > 
 
 +                                                                 < p   c l a s s = " t e x t - x s   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0 " > U p l o a d   f i l e   E x c e l / C S V < / p > 
 
 +                                                         < / d i v > 
 
 +                                                 < / d i v > 
 
                                                   
 
                                                   < f o r m   a c t i o n = " { {   r o u t e ( ' c l i e n t . i m p o r t G u e s t s ' )   } } "   m e t h o d = " P O S T "   e n c t y p e = " m u l t i p a r t / f o r m - d a t a "   c l a s s = " s p a c e - y - 4 " > 
 
                                                           @ c s r f 
 
                                                           
 
                                                           < d i v   c l a s s = " w - f u l l " > 
 
 -                                                                 < l a b e l   c l a s s = " b l o c k   t e x t - s m   f o n t - m e d i u m   t e x t - g r a y - 7 0 0   d a r k : t e x t - g r a y - 3 0 0   m b - 1 " > U p l o a d   F i l e < / l a b e l > 
 
 -                                                                 < d i v   c l a s s = " r e l a t i v e   b o r d e r - 2   b o r d e r - d a s h e d   b o r d e r - g r a y - 3 0 0   d a r k : b o r d e r - g r a y - 6 0 0   r o u n d e d - l g   p - 6   t e x t - c e n t e r   h o v e r : b g - g r a y - 5 0   d a r k : h o v e r : b g - g r a y - 8 0 0   t r a n s i t i o n   c u r s o r - p o i n t e r "   o n c l i c k = " d o c u m e n t . g e t E l e m e n t B y I d ( ' f i l e C s v ' ) . c l i c k ( ) " > 
 
 +                                                                 < l a b e l   c l a s s = " b l o c k   t e x t - s m   f o n t - s e m i b o l d   t e x t - g r a y - 7 0 0   d a r k : t e x t - g r a y - 3 0 0   m b - 2 " > U p l o a d   F i l e < / l a b e l > 
 
 +                                                                 < d i v   c l a s s = " r e l a t i v e   b o r d e r - 3   b o r d e r - d a s h e d   b o r d e r - g r a y - 3 0 0   d a r k : b o r d e r - g r a y - 6 0 0   r o u n d e d - 2 x l   p - 8   t e x t - c e n t e r   h o v e r : b g - g r a d i e n t - t o - b r   h o v e r : f r o m - g r a y - 5 0   h o v e r : t o - i n d i g o - 5 0   d a r k : h o v e r : f r o m - g r a y - 8 0 0   d a r k : h o v e r : t o - i n d i g o - 9 5 0   t r a n s i t i o n - a l l   c u r s o r - p o i n t e r   g r o u p "   o n c l i c k = " d o c u m e n t . g e t E l e m e n t B y I d ( ' f i l e C s v ' ) . c l i c k ( ) " > 
 
                                                                           < i n p u t   t y p e = " f i l e "   n a m e = " f i l e "   i d = " f i l e C s v "   c l a s s = " h i d d e n "   a c c e p t = " . c s v ,   . t x t ,   . x l s x ,   . x l s "   o n c h a n g e = " u p d a t e F i l e N a m e ( t h i s ) " > 
 
 -                                                                         < d i v   c l a s s = " s p a c e - y - 1   t e x t - c e n t e r " > 
 
 -                                                                                 < s v g   c l a s s = " m x - a u t o   h - 1 2   w - 1 2   t e x t - g r a y - 4 0 0 "   s t r o k e = " c u r r e n t C o l o r "   f i l l = " n o n e "   v i e w B o x = " 0   0   4 8   4 8 " > 
 
 -                                                                                         < p a t h   d = " M 2 8   8 H 1 2 a 4   4   0   0 0 - 4   4 v 2 0 m 3 2 - 1 2 v 8 m 0   0 v 8 a 4   4   0   0 1 - 4   4 H 1 2 a 4   4   0   0 1 - 4 - 4 v - 4 m 3 2 - 4 l - 3 . 1 7 2 - 3 . 1 7 2 a 4   4   0   0 0 - 5 . 6 5 6   0 L 2 8   2 8 M 8   3 2 l 9 . 1 7 2 - 9 . 1 7 2 a 4   4   0   0 1 5 . 6 5 6   0 L 2 8   2 8 m 0   0 l 4   4 m 4 - 2 4 h 8 m - 4 - 4 v 8 m - 1 2   4 h . 0 2 "   s t r o k e - w i d t h = " 2 "   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   / > 
 
 -                                                                                 < / s v g > 
 
 +                                                                         < d i v   c l a s s = " s p a c e - y - 3 " > 
 
 +                                                                                 < d i v   c l a s s = " w - 1 6   h - 1 6   b g - g r a d i e n t - t o - b r   f r o m - g r e e n - 1 0 0   t o - e m e r a l d - 1 0 0   d a r k : f r o m - g r e e n - 9 0 0 / 3 0   d a r k : t o - e m e r a l d - 9 0 0 / 3 0   r o u n d e d - 2 x l   m x - a u t o   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   g r o u p - h o v e r : s c a l e - 1 1 0   t r a n s i t i o n - t r a n s f o r m " > 
 
 +                                                                                         < s v g   c l a s s = " w - 8   h - 8   t e x t - g r e e n - 6 0 0   d a r k : t e x t - g r e e n - 4 0 0 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 7   1 6 a 4   4   0   0 1 - . 8 8 - 7 . 9 0 3 A 5   5   0   1 1 1 5 . 9   6 L 1 6   6 a 5   5   0   0 1 1   9 . 9 M 1 5   1 3 l - 3 - 3 m 0   0 l - 3   3 m 3 - 3 v 1 2 " > < / p a t h > < / s v g > 
 
 +                                                                                 < / d i v > 
 
                                                                                   < d i v   c l a s s = " t e x t - s m   t e x t - g r a y - 6 0 0   d a r k : t e x t - g r a y - 4 0 0 " > 
 
 -                                                                                         < s p a n   c l a s s = " f o n t - m e d i u m   t e x t - i n d i g o - 6 0 0   h o v e r : t e x t - i n d i g o - 5 0 0 " > K l i k   u p l o a d < / s p a n >   /   d r a g   d r o p 
 
 +                                                                                         < s p a n   c l a s s = " f o n t - b o l d   t e x t - i n d i g o - 6 0 0   d a r k : t e x t - i n d i g o - 4 0 0 " > K l i k   u n t u k   u p l o a d < / s p a n > 
 
 +                                                                                         < s p a n   c l a s s = " t e x t - g r a y - 4 0 0 " >   a t a u   d r a g   &   d r o p < / s p a n > 
 
                                                                                   < / d i v > 
 
 -                                                                                 < p   c l a s s = " t e x t - x s   t e x t - g r a y - 5 0 0 " > . x l s x ,   . x l s ,   . c s v   ( M a k s   2 M B ) < / p > 
 
 +                                                                                 < p   c l a s s = " t e x t - x s   t e x t - g r a y - 5 0 0 " > F o r m a t :   . x l s x ,   . x l s ,   . c s v   ( M a x   2 M B ) < / p > 
 
                                                                           < / d i v > 
 
                                                                   < / d i v > 
 
 -                                                                 < d i v   i d = " f i l e N a m e D i s p l a y "   c l a s s = " h i d d e n   m t - 3   p - 3   b g - g r e e n - 5 0   d a r k : b g - g r e e n - 9 0 0 / 2 0   b o r d e r   b o r d e r - g r e e n - 2 0 0   d a r k : b o r d e r - g r e e n - 8 0 0   r o u n d e d - l g   f l e x   i t e m s - c e n t e r   g a p - 2 " > 
 
 -                                                                         < s v g   c l a s s = " w - 5   h - 5   t e x t - g r e e n - 5 0 0 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 9   1 2 l 2   2   4 - 4 m 6   2 a 9   9   0   1 1 - 1 8   0   9   9   0   0 1 1 8   0 z " > < / p a t h > < / s v g > 
 
 -                                                                         < s p a n   c l a s s = " t e x t - s m   t e x t - g r e e n - 7 0 0   d a r k : t e x t - g r e e n - 3 0 0   f o n t - m e d i u m   t r u n c a t e "   i d = " f i l e N a m e T e x t " > < / s p a n > 
 
 +                                                                 < d i v   i d = " f i l e N a m e D i s p l a y "   c l a s s = " h i d d e n   m t - 4   p - 4   b g - g r a d i e n t - t o - r   f r o m - g r e e n - 5 0   t o - e m e r a l d - 5 0   d a r k : f r o m - g r e e n - 9 0 0 / 3 0   d a r k : t o - e m e r a l d - 9 0 0 / 3 0   b o r d e r - 2   b o r d e r - g r e e n - 2 0 0   d a r k : b o r d e r - g r e e n - 8 0 0   r o u n d e d - x l " > 
 
 +                                                                         < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 3 " > 
 
 +                                                                                 < d i v   c l a s s = " f l e x - s h r i n k - 0   w - 1 0   h - 1 0   b g - g r e e n - 5 0 0   r o u n d e d - f u l l   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r " > 
 
 +                                                                                         < s v g   c l a s s = " w - 6   h - 6   t e x t - w h i t e "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 5   1 3 l 4   4 L 1 9   7 " > < / p a t h > < / s v g > 
 
 +                                                                                 < / d i v > 
 
 +                                                                                 < d i v   c l a s s = " f l e x - 1   m i n - w - 0 " > 
 
 +                                                                                         < p   c l a s s = " t e x t - s m   t e x t - g r e e n - 7 0 0   d a r k : t e x t - g r e e n - 3 0 0   f o n t - b o l d " > F i l e   s i a p   d i u p l o a d < / p > 
 
 +                                                                                         < p   c l a s s = " t e x t - x s   t e x t - g r e e n - 6 0 0   d a r k : t e x t - g r e e n - 4 0 0   t r u n c a t e "   i d = " f i l e N a m e T e x t " > < / p > 
 
 +                                                                                 < / d i v > 
 
 +                                                                         < / d i v > 
 
                                                                   < / d i v > 
 
                                                           < / d i v > 
 
   
 
 -                                                         < d i v   c l a s s = " f l e x   j u s t i f y - c e n t e r   g a p - 3 " > 
 
 -                                                                 < b u t t o n   t y p e = " s u b m i t "   c l a s s = " w - f u l l   p x - 4   p y - 2   b g - i n d i g o - 6 0 0   t e x t - w h i t e   r o u n d e d - l g   t e x t - s m   f o n t - m e d i u m   h o v e r : b g - i n d i g o - 7 0 0   s h a d o w - l g   t r a n s i t i o n " > 
 
 -                                                                         I m p o r t   D a t a 
 
 -                                                                 < / b u t t o n > 
 
 -                                                         < / d i v > 
 
 +                                                         < b u t t o n   t y p e = " s u b m i t "   c l a s s = " w - f u l l   p x - 6   p y - 4   b g - g r a d i e n t - t o - r   f r o m - g r e e n - 6 0 0   t o - e m e r a l d - 6 0 0   h o v e r : f r o m - g r e e n - 7 0 0   h o v e r : t o - e m e r a l d - 7 0 0   t e x t - w h i t e   r o u n d e d - x l   f o n t - b o l d   s h a d o w - x l   s h a d o w - g r e e n - 2 0 0   d a r k : s h a d o w - n o n e   t r a n s i t i o n - a l l   t r a n s f o r m   h o v e r : s c a l e - [ 1 . 0 2 ]   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   g a p - 2 " > 
 
 +                                                                 < s v g   c l a s s = " w - 5   h - 5 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 4   1 6 v 1 a 3   3   0   0 0 3   3 h 1 0 a 3   3   0   0 0 3 - 3 v - 1 m - 4 - 8 l - 4 - 4 m 0   0 L 8   8 m 4 - 4 v 1 2 " > < / p a t h > < / s v g > 
 
 +                                                                 I m p o r t   D a t a   T a m u 
 
 +                                                         < / b u t t o n > 
 
                                                   < / f o r m > 
 
   
 
 -                                                 < d i v   c l a s s = " m t - 4   p t - 4   b o r d e r - t   d a r k : b o r d e r - g r a y - 7 0 0   t e x t - c e n t e r " > 
 
 -                                                         < a   h r e f = " { {   r o u t e ( ' c l i e n t . d o w n l o a d T e m p l a t e ' )   } } "   c l a s s = " t e x t - s m   t e x t - i n d i g o - 6 0 0   d a r k : t e x t - i n d i g o - 4 0 0   f o n t - b o l d   h o v e r : u n d e r l i n e   i n l i n e - f l e x   i t e m s - c e n t e r   g a p - 1 " > 
 
 -                                                                 < s v g   c l a s s = " w - 4   h - 4 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 4   1 6 v 1 a 3   3   0   0 0 3   3 h 1 0 a 3   3   0   0 0 3 - 3 v - 1 m - 4 - 4 l - 4   4 m 0   0 l - 4 - 4 m 4   4 V 4 " > < / p a t h > < / s v g > 
 
 -                                                                 D o w n l o a d   T e m p l a t e 
 
 +                                                 < d i v   c l a s s = " m t - 6   p t - 6   b o r d e r - t   d a r k : b o r d e r - g r a y - 7 0 0 " > 
 
 +                                                         < a   h r e f = " { {   r o u t e ( ' c l i e n t . d o w n l o a d T e m p l a t e ' )   } } "   c l a s s = " w - f u l l   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   g a p - 2   t e x t - s m   t e x t - i n d i g o - 6 0 0   d a r k : t e x t - i n d i g o - 4 0 0   f o n t - b o l d   h o v e r : t e x t - i n d i g o - 7 0 0   d a r k : h o v e r : t e x t - i n d i g o - 3 0 0   t r a n s i t i o n - c o l o r s   g r o u p " > 
 
 +                                                                 < s v g   c l a s s = " w - 5   h - 5   g r o u p - h o v e r : t r a n s l a t e - y - 1   t r a n s i t i o n - t r a n s f o r m "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 4   1 6 v 1 a 3   3   0   0 0 3   3 h 1 0 a 3   3   0   0 0 3 - 3 v - 1 m - 4 - 4 l - 4   4 m 0   0 l - 4 - 4 m 4   4 V 4 " > < / p a t h > < / s v g > 
 
 +                                                                 D o w n l o a d   T e m p l a t e   E x c e l 
 
                                                           < / a > 
 
                                                   < / d i v > 
 
                                           < / d i v > 
 
   
 
                                   < / d i v > 
 
   
 
 -                                 < d i v   c l a s s = " l g : c o l - s p a n - 2   b g - w h i t e   d a r k : b g - g r a y - 8 0 0   p - 6   r o u n d e d - 2 x l   s h a d o w - s m   b o r d e r   b o r d e r - g r a y - 1 0 0   d a r k : b o r d e r - g r a y - 7 0 0   t r a n s i t i o n - c o l o r s " > 
 
 -                                         < h 3   c l a s s = " f o n t - b o l d   t e x t - g r a y - 8 0 0   d a r k : t e x t - w h i t e   m b - 6   f l e x   i t e m s - c e n t e r   j u s t i f y - b e t w e e n " > 
 
 -                                                 < s p a n > D a f t a r   T a m u   U n d a n g a n < / s p a n > 
 
 -                                                 < s p a n   c l a s s = " t e x t - x s   f o n t - n o r m a l   b g - g r a y - 1 0 0   d a r k : b g - g r a y - 7 0 0   p x - 3   p y - 1   r o u n d e d - f u l l   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 3 0 0 " > { {   c o u n t ( $ g u e s t s   ? ?   [ ] )   } }   O r a n g < / s p a n > 
 
 -                                         < / h 3 > 
 
 +                                 { { - -   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 +                                         R I G H T   C O N T E N T   -   G u e s t   L i s t   T a b l e 
 
 +                                         = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   - - } } 
 
 +                                 < d i v   c l a s s = " l g : c o l - s p a n - 2   b g - w h i t e   d a r k : b g - g r a y - 8 0 0   p - 6   r o u n d e d - 2 x l   s h a d o w - x l   b o r d e r   b o r d e r - g r a y - 1 0 0   d a r k : b o r d e r - g r a y - 7 0 0   t r a n s i t i o n - a l l " > 
 
 +                                         < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   j u s t i f y - b e t w e e n   m b - 6 " > 
 
 +                                                 < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 3 " > 
 
 +                                                         < d i v   c l a s s = " p - 3   b g - g r a d i e n t - t o - b r   f r o m - p u r p l e - 5 0 0   t o - p i n k - 6 0 0   t e x t - w h i t e   r o u n d e d - x l   s h a d o w - l g " > 
 
 +                                                                 < s v g   c l a s s = " w - 6   h - 6 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 7   2 0 h 5 v - 2 a 3   3   0   0 0 - 5 . 3 5 6 - 1 . 8 5 7 M 1 7   2 0 H 7 m 1 0   0 v - 2 c 0 - . 6 5 6 - . 1 2 6 - 1 . 2 8 3 - . 3 5 6 - 1 . 8 5 7 M 7   2 0 H 2 v - 2 a 3   3   0   0 1 5 . 3 5 6 - 1 . 8 5 7 M 7   2 0 v - 2 c 0 - . 6 5 6 . 1 2 6 - 1 . 2 8 3 . 3 5 6 - 1 . 8 5 7 m 0   0 a 5 . 0 0 2   5 . 0 0 2   0   0 1 9 . 2 8 8   0 M 1 5   7 a 3   3   0   1 1 - 6   0   3   3   0   0 1 6   0 z m 6   3 a 2   2   0   1 1 - 4   0   2   2   0   0 1 4   0 z M 7   1 0 a 2   2   0   1 1 - 4   0   2   2   0   0 1 4   0 z " > < / p a t h > < / s v g > 
 
 +                                                         < / d i v > 
 
 +                                                         < d i v > 
 
 +                                                                 < h 3   c l a s s = " f o n t - b o l d   t e x t - g r a y - 8 0 0   d a r k : t e x t - w h i t e   t e x t - l g " > D a f t a r   T a m u   U n d a n g a n < / h 3 > 
 
 +                                                                 < p   c l a s s = " t e x t - x s   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0 " > K e l o l a   s e m u a   t a m u   A n d a < / p > 
 
 +                                                         < / d i v > 
 
 +                                                 < / d i v > 
 
 +                                                 < d i v   c l a s s = " b g - g r a d i e n t - t o - r   f r o m - i n d i g o - 1 0 0   t o - p u r p l e - 1 0 0   d a r k : f r o m - i n d i g o - 9 0 0 / 3 0   d a r k : t o - p u r p l e - 9 0 0 / 3 0   p x - 4   p y - 2   r o u n d e d - x l " > 
 
 +                                                         < s p a n   c l a s s = " t e x t - s m   f o n t - b o l d   t e x t - i n d i g o - 7 0 0   d a r k : t e x t - i n d i g o - 3 0 0 " > { {   c o u n t ( $ g u e s t s   ? ?   [ ] )   } }   T a m u < / s p a n > 
 
 +                                                 < / d i v > 
 
 +                                         < / d i v > 
 
   
 
                                           @ i f ( i s s e t ( $ i n v i t a t i o n )   & &   c o u n t ( $ g u e s t s   ? ?   [ ] )   >   0 ) 
 
 -                                         < d i v   c l a s s = " o v e r f l o w - x - a u t o " > 
 
 -                                                 < t a b l e   c l a s s = " w - f u l l   t e x t - s m   t e x t - l e f t   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0 " > 
 
 -                                                         < t h e a d   c l a s s = " t e x t - x s   t e x t - g r a y - 7 0 0   d a r k : t e x t - g r a y - 3 0 0   u p p e r c a s e   b g - g r a y - 5 0   d a r k : b g - g r a y - 7 0 0   b o r d e r - b   d a r k : b o r d e r - g r a y - 6 0 0 " > 
 
 +                                         < d i v   c l a s s = " o v e r f l o w - x - a u t o   r o u n d e d - x l   b o r d e r   b o r d e r - g r a y - 2 0 0   d a r k : b o r d e r - g r a y - 7 0 0 " > 
 
 +                                                 < t a b l e   c l a s s = " w - f u l l   t e x t - s m " > 
 
 +                                                         < t h e a d   c l a s s = " b g - g r a y - 5 0   d a r k : b g - g r a y - 7 0 0   b o r d e r - b   b o r d e r - g r a y - 2 0 0   d a r k : b o r d e r - g r a y - 6 0 0 " > 
 
                                                                   < t r > 
 
 -                                                                         < t h   c l a s s = " p x - 6   p y - 3 " > N a m a   T a m u < / t h > 
 
 -                                                                         < t h   c l a s s = " p x - 6   p y - 3 " > K a t e g o r i < / t h > 
 
 -                                                                         < t h   c l a s s = " p x - 6   p y - 3 " > L i n k   U n d a n g a n < / t h > 
 
 -                                                                         < t h   c l a s s = " p x - 6   p y - 3 " > S t a t u s < / t h > 
 
 +                                                                         < t h   c l a s s = " p x - 5   p y - 3   t e x t - l e f t   t e x t - x s   f o n t - b o l d   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   u p p e r c a s e   t r a c k i n g - w i d e r " > T a m u   &   K a t e g o r i < / t h > 
 
 +                                                                         < t h   c l a s s = " p x - 5   p y - 3   t e x t - l e f t   t e x t - x s   f o n t - b o l d   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   u p p e r c a s e   t r a c k i n g - w i d e r " > S t a t u s   R S V P < / t h > 
 
 +                                                                         < t h   c l a s s = " p x - 5   p y - 3   t e x t - l e f t   t e x t - x s   f o n t - b o l d   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   u p p e r c a s e   t r a c k i n g - w i d e r " > U c a p a n < / t h > 
 
 +                                                                         < t h   c l a s s = " p x - 5   p y - 3   t e x t - r i g h t   t e x t - x s   f o n t - b o l d   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   u p p e r c a s e   t r a c k i n g - w i d e r " > A k s i < / t h > 
 
                                                                   < / t r > 
 
                                                           < / t h e a d > 
 
                                                           < t b o d y   c l a s s = " d i v i d e - y   d i v i d e - g r a y - 1 0 0   d a r k : d i v i d e - g r a y - 7 0 0 " > 
 
                                                                   @ f o r e a c h ( $ g u e s t s   a s   $ g u e s t ) 
 
 -                                                                 < t r   c l a s s = " b g - w h i t e   d a r k : b g - g r a y - 8 0 0   h o v e r : b g - g r a y - 5 0   d a r k : h o v e r : b g - g r a y - 7 0 0 / 5 0 " > 
 
 -                                                                         < t d   c l a s s = " p x - 6   p y - 4   f o n t - m e d i u m   t e x t - g r a y - 9 0 0   d a r k : t e x t - w h i t e " > { {   $ g u e s t - > n a m e   } } < / t d > 
 
 -                                                                         < t d   c l a s s = " p x - 6   p y - 4 " > 
 
 -                                                                                 < s p a n   c l a s s = " b g - g r a y - 1 0 0   d a r k : b g - g r a y - 7 0 0   t e x t - g r a y - 6 0 0   d a r k : t e x t - g r a y - 3 0 0   t e x t - [ 1 0 p x ]   p x - 2   p y - 1   r o u n d e d - f u l l   u p p e r c a s e   t r a c k i n g - w i d e r   f o n t - b o l d " > 
 
 -                                                                                         { {   $ g u e s t - > c a t e g o r y   ? ?   ' U m u m '   } } 
 
 -                                                                                 < / s p a n > 
 
 -                                                                         < / t d > 
 
 -                                                                         < t d   c l a s s = " p x - 6   p y - 4 " > 
 
 -                                                                                 < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 2 " > 
 
 -                                                                                         < i n p u t   t y p e = " t e x t "   v a l u e = " { {   r o u t e ( ' i n v i t a t i o n . s h o w ' ,   [ ' s l u g '   = >   $ i n v i t a t i o n - > s l u g ,   ' t o '   = >   $ g u e s t - > s l u g ] )   } } "   c l a s s = " w - 3 2   t e x t - x s   b o r d e r   b o r d e r - g r a y - 2 0 0   d a r k : b o r d e r - g r a y - 6 0 0   r o u n d e d   p x - 2   p y - 1   b g - g r a y - 5 0   d a r k : b g - g r a y - 9 0 0   t e x t - g r a y - 4 0 0   d a r k : t e x t - g r a y - 5 0 0 "   r e a d o n l y > 
 
 -                                                                                         < b u t t o n   o n c l i c k = " c o p y T o C l i p b o a r d ( ' { {   r o u t e ( ' i n v i t a t i o n . s h o w ' ,   [ ' s l u g '   = >   $ i n v i t a t i o n - > s l u g ,   ' t o '   = >   $ g u e s t - > s l u g ] )   } } ' ) "   c l a s s = " t e x t - i n d i g o - 6 0 0   d a r k : t e x t - i n d i g o - 4 0 0   h o v e r : t e x t - i n d i g o - 8 0 0 "   t i t l e = " C o p y   L i n k " > 
 
 -                                                                                                 < s v g   c l a s s = " w - 4   h - 4 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 8   1 6 H 6 a 2   2   0   0 1 - 2 - 2 V 6 a 2   2   0   0 1 2 - 2 h 8 a 2   2   0   0 1 2   2 v 2 m - 6   1 2 h 8 a 2   2   0   0 0 2 - 2 v - 8 a 2   2   0   0 0 - 2 - 2 h - 8 a 2   2   0   0 0 - 2   2 v 8 a 2   2   0   0 0 2   2 z " > < / p a t h > < / s v g > 
 
 -                                                                                         < / b u t t o n > 
 
 -                                                                                         < a   h r e f = " h t t p s : / / w a . m e / ? t e x t = H a l o % 2 0 { {   $ g u e s t - > n a m e   } } , % 2 0 k a m i % 2 0 m e n g u n d a n g m u % 2 0 k e % 2 0 p e r n i k a h a n % 2 0 k a m i . % 2 0 B u k a % 2 0 l i n k % 2 0 i n i : % 2 0 { {   r o u t e ( ' i n v i t a t i o n . s h o w ' ,   [ ' s l u g '   = >   $ i n v i t a t i o n - > s l u g ,   ' t o '   = >   $ g u e s t - > s l u g ] )   } } "   t a r g e t = " _ b l a n k "   c l a s s = " t e x t - g r e e n - 6 0 0   d a r k : t e x t - g r e e n - 4 0 0   h o v e r : t e x t - g r e e n - 8 0 0 "   t i t l e = " K i r i m   W A " > 
 
 -                                                                                                 < s v g   c l a s s = " w - 4   h - 4 "   f i l l = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   d = " M . 0 5 7   2 4 l 1 . 6 8 7 - 6 . 1 6 3 c - 1 . 0 4 1 - 1 . 8 0 4 - 1 . 5 8 8 - 3 . 8 4 9 - 1 . 5 8 7 - 5 . 9 4 6 . 0 0 3 - 6 . 5 5 6   5 . 3 3 8 - 1 1 . 8 9 1   1 1 . 8 9 3 - 1 1 . 8 9 1   3 . 1 8 1 . 0 0 1   6 . 1 6 7   1 . 2 4   8 . 4 1 3   3 . 4 8 8   2 . 2 4 5   2 . 2 4 8   3 . 4 8 1   5 . 2 3 6   3 . 4 8   8 . 4 1 4 - . 0 0 3   6 . 5 5 7 - 5 . 3 3 8   1 1 . 8 9 2 - 1 1 . 8 9 3   1 1 . 8 9 2 - 1 . 9 9 - . 0 0 1 - 3 . 9 5 1 - . 5 - 5 . 6 8 8 - 1 . 4 4 8 l - 6 . 3 0 5   1 . 6 5 4 z m 6 . 5 9 7 - 3 . 8 0 7 c 1 . 6 7 6 . 9 9 5   3 . 2 7 6   1 . 5 9 1   5 . 3 9 2   1 . 5 9 2   5 . 4 4 8   0   9 . 8 8 6 - 4 . 4 3 4   9 . 8 8 9 - 9 . 8 8 5 . 0 0 2 - 5 . 4 6 2 - 4 . 4 1 5 - 9 . 8 9 - 9 . 8 8 1 - 9 . 8 9 2 - 5 . 4 5 2   0 - 9 . 8 8 7   4 . 4 3 4 - 9 . 8 8 9   9 . 8 8 4 - . 0 0 1   2 . 2 2 5 . 6 5 1   3 . 8 9 1   1 . 7 4 6   5 . 6 3 4 l - . 9 9 9   3 . 6 4 8   3 . 7 4 2 - . 9 8 1 z m 1 1 . 3 8 7 - 5 . 4 6 4 c - . 0 7 4 - . 1 2 4 - . 2 7 2 - . 1 9 8 - . 5 7 - . 3 4 7 - . 2 9 7 - . 1 4 9 - 1 . 7 5 8 - . 8 6 8 - 2 . 0 3 1 - . 9 6 7 - . 2 7 2 - . 0 9 9 - . 4 7 - . 1 4 9 - . 6 6 9 . 1 4 9 - . 1 9 8 . 2 9 7 - . 7 6 8 . 9 6 7 - . 9 4 1   1 . 1 6 5 - . 1 7 3 . 1 9 8 - . 3 4 7 . 2 2 3 - . 6 4 4 . 0 7 4 - . 2 9 7 - . 1 4 9 - 1 . 2 5 5 - . 4 6 2 - 2 . 3 9 - 1 . 4 7 5 - . 8 8 3 - . 7 8 8 - 1 . 4 8 - 1 . 7 6 1 - 1 . 6 5 3 - 2 . 0 5 9 - . 1 7 3 - . 2 9 7 - . 0 1 8 - . 4 5 8 . 1 3 - . 6 0 6 . 1 3 4 - . 1 3 3 . 2 9 7 - . 3 4 7 . 4 4 6 - . 5 2 1 . 1 5 1 - . 1 7 2 . 2 - . 2 9 6 . 3 - . 4 9 5 . 0 9 9 - . 1 9 8 . 0 5 - . 3 7 2 - . 0 2 5 - . 5 2 1 - . 0 7 5 - . 1 4 8 - . 6 6 9 - 1 . 6 1 1 - . 9 1 6 - 2 . 2 0 6 - . 2 4 2 - . 5 7 9 - . 4 8 7 - . 5 0 1 - . 6 6 9 - . 5 1 l - . 5 7 - . 0 1 c - . 1 9 8   0 - . 5 2 . 0 7 4 - . 7 9 2 . 3 7 2 - . 2 7 2 . 2 9 7 - 1 . 0 4   1 . 0 1 6 - 1 . 0 4   2 . 4 7 9   0   1 . 4 6 2   1 . 0 6 5   2 . 8 7 5   1 . 2 1 3   3 . 0 7 4 . 1 4 9 . 1 9 8   2 . 0 9 5   3 . 2   5 . 0 7 6   4 . 4 8 7 . 7 0 9 . 3 0 6   1 . 2 6 3 . 4 8 9   1 . 6 9 4 . 6 2 6 . 7 1 2 . 2 2 6   1 . 3 6 . 1 9 4   1 . 8 7 2 . 1 1 8 . 5 7 1 - . 0 8 5   1 . 7 5 8 - . 7 1 9   2 . 0 0 6 - 1 . 4 1 3 . 2 4 8 - . 6 9 5 . 2 4 8 - 1 . 2 9 . 1 7 3 - 1 . 4 1 4 z " / > < / s v g > 
 
 -                                                                                         < / a > 
 
 +                                                                 < t r   c l a s s = " b g - w h i t e   d a r k : b g - g r a y - 8 0 0   h o v e r : b g - g r a y - 5 0   d a r k : h o v e r : b g - g r a y - 7 0 0 / 5 0   t r a n s i t i o n - c o l o r s " > 
 
 +                                                                         < t d   c l a s s = " p x - 5   p y - 3 " > 
 
 +                                                                                 < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 3 " > 
 
 +                                                                                         < d i v   c l a s s = " w - 9   h - 9   b g - g r a d i e n t - t o - b r   f r o m - i n d i g o - 1 0 0   t o - p u r p l e - 1 0 0   d a r k : f r o m - i n d i g o - 9 0 0 / 3 0   d a r k : t o - p u r p l e - 9 0 0 / 3 0   r o u n d e d - f u l l   f l e x - s h r i n k - 0   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r " > 
 
 +                                                                                                 < s p a n   c l a s s = " t e x t - i n d i g o - 7 0 0   d a r k : t e x t - i n d i g o - 3 0 0   f o n t - b o l d   t e x t - x s " > { {   s u b s t r ( $ g u e s t - > n a m e ,   0 ,   1 )   } } < / s p a n > 
 
 +                                                                                         < / d i v > 
 
 +                                                                                         < d i v > 
 
 +                                                                                                 < p   c l a s s = " f o n t - s e m i b o l d   t e x t - s m   t e x t - g r a y - 9 0 0   d a r k : t e x t - w h i t e " > { {   $ g u e s t - > n a m e   } } < / p > 
 
 +                                                                                                 < s p a n   c l a s s = " i n l i n e - f l e x   i t e m s - c e n t e r   g a p - 1   b g - g r a y - 1 0 0   d a r k : b g - g r a y - 7 0 0   t e x t - g r a y - 6 0 0   d a r k : t e x t - g r a y - 4 0 0   t e x t - [ 1 0 p x ]   p x - 2   p y - 0 . 5   r o u n d e d - f u l l   f o n t - m e d i u m   m t - 0 . 5   u p p e r c a s e   t r a c k i n g - w i d e " > 
 
 +                                                                                                         @ i f ( $ g u e s t - > c a t e g o r y   = =   ' V I P ' ) 
 
 +                                                                                                                 < s v g   c l a s s = " w - 2 . 5   h - 2 . 5   t e x t - y e l l o w - 5 0 0 "   f i l l = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 0   2 0 " > < p a t h   d = " M 9 . 0 4 9   2 . 9 2 7 c . 3 - . 9 2 1   1 . 6 0 3 - . 9 2 1   1 . 9 0 2   0 l 1 . 0 7   3 . 2 9 2 a 1   1   0   0 0 . 9 5 . 6 9 h 3 . 4 6 2 c . 9 6 9   0   1 . 3 7 1   1 . 2 4 . 5 8 8   1 . 8 1 l - 2 . 8   2 . 0 3 4 a 1   1   0   0 0 - . 3 6 4   1 . 1 1 8 l 1 . 0 7   3 . 2 9 2 c . 3 . 9 2 1 - . 7 5 5   1 . 6 8 8 - 1 . 5 4   1 . 1 1 8 l - 2 . 8 - 2 . 0 3 4 a 1   1   0   0 0 - 1 . 1 7 5   0 l - 2 . 8   2 . 0 3 4 c - . 7 8 4 . 5 7 - 1 . 8 3 8 - . 1 9 7 - 1 . 5 3 9 - 1 . 1 1 8 l 1 . 0 7 - 3 . 2 9 2 a 1   1   0   0 0 - . 3 6 4 - 1 . 1 1 8 L 2 . 9 8   8 . 7 2 c - . 7 8 3 - . 5 7 - . 3 8 - 1 . 8 1 . 5 8 8 - 1 . 8 1 h 3 . 4 6 1 a 1   1   0   0 0 . 9 5 1 - . 6 9 l 1 . 0 7 - 3 . 2 9 2 z " > < / p a t h > < / s v g > 
 
 +                                                                                                         @ e n d i f 
 
 +                                                                                                         { {   $ g u e s t - > c a t e g o r y   ? ?   ' U m u m '   } } 
 
 +                                                                                                 < / s p a n > 
 
 +                                                                                         < / d i v > 
 
                                                                                   < / d i v > 
 
                                                                           < / t d > 
 
 -                                                                         < t d   c l a s s = " p x - 6   p y - 4 " > 
 
 +                                                                         < t d   c l a s s = " p x - 5   p y - 3 " > 
 
                                                                                   @ i f ( $ g u e s t - > r s v p _ s t a t u s   = =   ' h a d i r ' ) 
 
 -                                                                                         < s p a n   c l a s s = " b g - g r e e n - 1 0 0   d a r k : b g - g r e e n - 9 0 0 / 5 0   t e x t - g r e e n - 7 0 0   d a r k : t e x t - g r e e n - 3 0 0   p x - 3   p y - 1   r o u n d e d - f u l l   t e x t - x s   f o n t - b o l d " > H a d i r < / s p a n > 
 
 -                                                                                 @ e l s e i f ( $ g u e s t - > r s v p _ s t a t u s   = =   ' t i d a k _ h a d i r ' ) 
 
 -                                                                                         < s p a n   c l a s s = " b g - r e d - 1 0 0   d a r k : b g - r e d - 9 0 0 / 5 0   t e x t - r e d - 7 0 0   d a r k : t e x t - r e d - 3 0 0   p x - 3   p y - 1   r o u n d e d - f u l l   t e x t - x s   f o n t - b o l d " > A b s e n < / s p a n > 
 
 -                                                                                 @ e l s e i f ( $ g u e s t - > r s v p _ s t a t u s   = =   ' r a g u ' ) 
 
 -                                                                                         < s p a n   c l a s s = " b g - r e d - 1 0 0   d a r k : b g - r e d - 9 0 0 / 5 0   t e x t - r e d - 7 0 0   d a r k : t e x t - r e d - 3 0 0   p x - 3   p y - 1   r o u n d e d - f u l l   t e x t - x s   f o n t - b o l d " > R a g u < / s p a n > 
 
 +                                                                                         < s p a n   c l a s s = " i n l i n e - f l e x   i t e m s - c e n t e r   g a p - 1 . 5   p x - 2 . 5   p y - 1   r o u n d e d - f u l l   t e x t - x s   f o n t - s e m i b o l d   b g - g r e e n - 5 0   t e x t - g r e e n - 7 0 0   d a r k : b g - g r e e n - 9 0 0 / 3 0   d a r k : t e x t - g r e e n - 4 0 0   b o r d e r   b o r d e r - g r e e n - 2 0 0   d a r k : b o r d e r - g r e e n - 8 0 0 " > 
 
 +                                                                                                 < s p a n   c l a s s = " w - 1 . 5   h - 1 . 5   r o u n d e d - f u l l   b g - g r e e n - 5 0 0 " > < / s p a n >   H a d i r 
 
 +                                                                                         < / s p a n > 
 
 +                                                                                 @ e l s e i f ( $ g u e s t - > r s v p _ s t a t u s   = =   ' t i d a k _ h a d i r '   | |   $ g u e s t - > r s v p _ s t a t u s   = =   ' r a g u ' ) 
 
 +                                                                                         < s p a n   c l a s s = " i n l i n e - f l e x   i t e m s - c e n t e r   g a p - 1 . 5   p x - 2 . 5   p y - 1   r o u n d e d - f u l l   t e x t - x s   f o n t - s e m i b o l d   b g - r e d - 5 0   t e x t - r e d - 7 0 0   d a r k : b g - r e d - 9 0 0 / 3 0   d a r k : t e x t - r e d - 4 0 0   b o r d e r   b o r d e r - r e d - 2 0 0   d a r k : b o r d e r - r e d - 8 0 0 " > 
 
 +                                                                                                 < s p a n   c l a s s = " w - 1 . 5   h - 1 . 5   r o u n d e d - f u l l   b g - r e d - 5 0 0 " > < / s p a n >   { {   $ g u e s t - > r s v p _ s t a t u s   = =   ' t i d a k _ h a d i r '   ?   ' A b s e n t '   :   ' R a g u '   } } 
 
 +                                                                                         < / s p a n > 
 
                                                                                   @ e l s e i f ( $ g u e s t - > r s v p _ s t a t u s   = =   ' p e n d i n g ' ) 
 
 -                                                                                         < s p a n   c l a s s = " b g - y e l l o w - 1 0 0   d a r k : b g - y e l l o w - 9 0 0 / 5 0   t e x t - y e l l o w - 7 0 0   d a r k : t e x t - y e l l o w - 3 0 0   p x - 3   p y - 1   r o u n d e d - f u l l   t e x t - x s   f o n t - b o l d " > B e l u m   R e s p o n < / s p a n > 
 
 +                                                                                         < s p a n   c l a s s = " i n l i n e - f l e x   i t e m s - c e n t e r   g a p - 1 . 5   p x - 2 . 5   p y - 1   r o u n d e d - f u l l   t e x t - x s   f o n t - s e m i b o l d   b g - y e l l o w - 5 0   t e x t - y e l l o w - 7 0 0   d a r k : b g - y e l l o w - 9 0 0 / 3 0   d a r k : t e x t - y e l l o w - 4 0 0   b o r d e r   b o r d e r - y e l l o w - 2 0 0   d a r k : b o r d e r - y e l l o w - 8 0 0 " > 
 
 +                                                                                                 < s p a n   c l a s s = " w - 1 . 5   h - 1 . 5   r o u n d e d - f u l l   b g - y e l l o w - 5 0 0   a n i m a t e - p u l s e " > < / s p a n >   P e n d i n g 
 
 +                                                                                         < / s p a n > 
 
                                                                                   @ e l s e 
 
 -                                                                                         < s p a n   c l a s s = " b g - g r a y - 1 0 0   d a r k : b g - g r a y - 7 0 0   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   p x - 3   p y - 1   r o u n d e d - f u l l   t e x t - x s   f o n t - b o l d " > - < / s p a n > 
 
 +                                                                                         < s p a n   c l a s s = " t e x t - g r a y - 4 0 0   t e x t - x s " > - < / s p a n > 
 
                                                                                   @ e n d i f 
 
                                                                           < / t d > 
 
 +                                                                         < t d   c l a s s = " p x - 5   p y - 3 " > 
 
 +                                                                                 < d i v   c l a s s = " m a x - w - [ 1 5 0 p x ]   r e l a t i v e   g r o u p   c u r s o r - h e l p " > 
 
 +                                                                                         < p   c l a s s = " t e x t - x s   t e x t - g r a y - 6 0 0   d a r k : t e x t - g r a y - 4 0 0   t r u n c a t e " > 
 
 +                                                                                                 { {   $ g u e s t - > c o m m e n t   ? ?   ' - '   } } 
 
 +                                                                                         < / p > 
 
 +                                                                                         @ i f ( $ g u e s t - > c o m m e n t ) 
 
 +                                                                                         < d i v   c l a s s = " a b s o l u t e   l e f t - 0   b o t t o m - f u l l   m b - 2   h i d d e n   g r o u p - h o v e r : b l o c k   w - 4 8   b g - g r a y - 9 0 0   t e x t - w h i t e   t e x t - x s   p - 2   r o u n d e d - l g   s h a d o w - x l   z - 1 0 " > 
 
 +                                                                                                 { {   $ g u e s t - > c o m m e n t   } } 
 
 +                                                                                         < / d i v > 
 
 +                                                                                         @ e n d i f 
 
 +                                                                                 < / d i v > 
 
 +                                                                         < / t d > 
 
 +                                                                         < t d   c l a s s = " p x - 5   p y - 3   t e x t - r i g h t " > 
 
 +                                                                                 < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   j u s t i f y - e n d   g a p - 2 " > 
 
 +                                                                                         < b u t t o n   o n c l i c k = " c o p y T o C l i p b o a r d ( ' { {   r o u t e ( ' i n v i t a t i o n . s h o w ' ,   [ ' s l u g '   = >   $ i n v i t a t i o n - > s l u g ,   ' t o '   = >   $ g u e s t - > s l u g ] )   } } ' ) "   c l a s s = " p - 1 . 5   t e x t - g r a y - 5 0 0   h o v e r : t e x t - i n d i g o - 6 0 0   h o v e r : b g - i n d i g o - 5 0   d a r k : h o v e r : b g - i n d i g o - 9 0 0 / 3 0   r o u n d e d - l g   t r a n s i t i o n - a l l "   t i t l e = " S a l i n   L i n k " > 
 
 +                                                                                                 < s v g   c l a s s = " w - 4   h - 4 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 8   5 H 6 a 2   2   0   0 0 - 2   2 v 1 2 a 2   2   0   0 0 2   2 h 1 0 a 2   2   0   0 0 2 - 2 v - 1 M 8   5 a 2   2   0   0 0 2   2 h 2 a 2   2   0   0 0 2 - 2 M 8   5 a 2   2   0   0 1 2 - 2 h 2 a 2   2   0   0 1 2   2 m 0   0 h 2 a 2   2   0   0 1 2   2 v 3 m 2   4 H 1 0 m 0   0 l 3 - 3 m - 3   3 l 3   3 " > < / p a t h > < / s v g > 
 
 +                                                                                         < / b u t t o n > 
 
 +                                                                                         < a   h r e f = " h t t p s : / / w a . m e / ? t e x t = H a l o % 2 0 { {   $ g u e s t - > n a m e   } } , % 2 0 k a m i % 2 0 m e n g u n d a n g m u % 2 0 k e % 2 0 p e r n i k a h a n % 2 0 k a m i . % 2 0 B u k a % 2 0 l i n k % 2 0 i n i : % 2 0 { {   r o u t e ( ' i n v i t a t i o n . s h o w ' ,   [ ' s l u g '   = >   $ i n v i t a t i o n - > s l u g ,   ' t o '   = >   $ g u e s t - > s l u g ] )   } } "   t a r g e t = " _ b l a n k "   c l a s s = " p - 1 . 5   t e x t - g r a y - 5 0 0   h o v e r : t e x t - g r e e n - 6 0 0   h o v e r : b g - g r e e n - 5 0   d a r k : h o v e r : b g - g r e e n - 9 0 0 / 3 0   r o u n d e d - l g   t r a n s i t i o n - a l l "   t i t l e = " K i r i m   W A " > 
 
 +                                                                                                 < s v g   c l a s s = " w - 4   h - 4 "   f i l l = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   d = " M . 0 5 7   2 4 l 1 . 6 8 7 - 6 . 1 6 3 c - 1 . 0 4 1 - 1 . 8 0 4 - 1 . 5 8 8 - 3 . 8 4 9 - 1 . 5 8 7 - 5 . 9 4 6 . 0 0 3 - 6 . 5 5 6   5 . 3 3 8 - 1 1 . 8 9 1   1 1 . 8 9 3 - 1 1 . 8 9 1   3 . 1 8 1 . 0 0 1   6 . 1 6 7   1 . 2 4   8 . 4 1 3   3 . 4 8 8   2 . 2 4 5   2 . 2 4 8   3 . 4 8 1   5 . 2 3 6   3 . 4 8   8 . 4 1 4 - . 0 0 3   6 . 5 5 7 - 5 . 3 3 8   1 1 . 8 9 2 - 1 1 . 8 9 3   1 1 . 8 9 2 - 1 . 9 9 - . 0 0 1 - 3 . 9 5 1 - . 5 - 5 . 6 8 8 - 1 . 4 4 8 l - 6 . 3 0 5   1 . 6 5 4 z m 6 . 5 9 7 - 3 . 8 0 7 c 1 . 6 7 6 . 9 9 5   3 . 2 7 6   1 . 5 9 1   5 . 3 9 2   1 . 5 9 2   5 . 4 4 8   0   9 . 8 8 6 - 4 . 4 3 4   9 . 8 8 9 - 9 . 8 8 5 . 0 0 2 - 5 . 4 6 2 - 4 . 4 1 5 - 9 . 8 9 - 9 . 8 8 1 - 9 . 8 9 2 - 5 . 4 5 2   0 - 9 . 8 8 7   4 . 4 3 4 - 9 . 8 8 9   9 . 8 8 4 - . 0 0 1   2 . 2 2 5 . 6 5 1   3 . 8 9 1   1 . 7 4 6   5 . 6 3 4 l - . 9 9 9   3 . 6 4 8   3 . 7 4 2 - . 9 8 1 z m 1 1 . 3 8 7 - 5 . 4 6 4 c - . 0 7 4 - . 1 2 4 - . 2 7 2 - . 1 9 8 - . 5 7 - . 3 4 7 - . 2 9 7 - . 1 4 9 - 1 . 7 5 8 - . 8 6 8 - 2 . 0 3 1 - . 9 6 7 - . 2 7 2 - . 0 9 9 - . 4 7 - . 1 4 9 - . 6 6 9 . 1 4 9 - . 1 9 8 . 2 9 7 - . 7 6 8 . 9 6 7 - . 9 4 1   1 . 1 6 5 - . 1 7 3 . 1 9 8 - . 3 4 7 . 2 2 3 - . 6 4 4 . 0 7 4 - . 2 9 7 - . 1 4 9 - 1 . 2 5 5 - . 4 6 3 - 2 . 3 9 - 1 . 4 7 5 - . 8 8 3 - . 7 8 8 - 1 . 4 8 - 1 . 7 6 1 - 1 . 6 5 3 - 2 . 0 5 9 - . 1 7 3 - . 2 9 7 - . 0 1 8 - . 4 5 8 . 1 3 - . 6 0 6 . 1 3 4 - . 1 3 3 . 2 9 7 - . 3 4 7 . 4 4 6 - . 5 2 1 . 1 5 1 - . 1 7 2 . 2 - . 2 9 6 . 3 - . 4 9 5 . 0 9 9 - . 1 9 8 . 0 5 - . 3 7 2 - . 0 2 5 - . 5 2 1 - . 0 7 5 - . 1 4 8 - . 6 6 9 - 1 . 6 1 1 - . 9 1 6 - 2 . 2 0 6 - . 2 4 2 - . 5 7 9 - . 4 8 7 - . 5 0 1 - . 6 6 9 - . 5 1 l - . 5 7 - . 0 1 c - . 1 9 8   0 - . 5 2 . 0 7 4 - . 7 9 2 . 3 7 2 - . 2 7 2 . 2 9 7 - 1 . 0 4   1 . 0 1 6 - 1 . 0 4   2 . 4 7 9   0   1 . 4 6 2   1 . 0 6 5   2 . 8 7 5   1 . 2 1 3   3 . 0 7 4 . 1 4 9 . 1 9 8   2 . 0 9 5   3 . 2   5 . 0 7 6   4 . 4 8 7 . 7 0 9 . 3 0 6   1 . 2 6 3 . 4 8 9   1 . 6 9 4 . 6 2 6 . 7 1 2 . 2 2 6   1 . 3 6 . 1 9 4   1 . 8 7 2 . 1 1 8 . 5 7 1 - . 0 8 5   1 . 7 5 8 - . 7 1 9   2 . 0 0 6 - 1 . 4 1 3 . 2 4 8 - . 6 9 5 . 2 4 8 - 1 . 2 9 . 1 7 3 - 1 . 4 1 4 z " / > < / s v g > 
 
 +                                                                                         < / a > 
 
 +                                                                                         < a   h r e f = " { {   r o u t e ( ' i n v i t a t i o n . s h o w ' ,   [ ' s l u g '   = >   $ i n v i t a t i o n - > s l u g ,   ' t o '   = >   $ g u e s t - > s l u g ] )   } } "   t a r g e t = " _ b l a n k "   c l a s s = " p - 1 . 5   t e x t - g r a y - 5 0 0   h o v e r : t e x t - b l u e - 6 0 0   h o v e r : b g - b l u e - 5 0   d a r k : h o v e r : b g - b l u e - 9 0 0 / 3 0   r o u n d e d - l g   t r a n s i t i o n - a l l "   t i t l e = " L i h a t   U n d a n g a n " > 
 
 +                                                                                                 < s v g   c l a s s = " w - 4   h - 4 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 0   6 H 6 a 2   2   0   0 0 - 2   2 v 1 0 a 2   2   0   0 0 2   2 h 1 0 a 2   2   0   0 0 2 - 2 v - 4 M 1 4   4 h 6 m 0   0 v 6 m 0 - 6 L 1 0   1 4 " > < / p a t h > < / s v g > 
 
 +                                                                                         < / a > 
 
 +                                                                                 < / d i v > 
 
 +                                                                         < / t d > 
 
                                                                   < / t r > 
 
                                                                   @ e n d f o r e a c h 
 
                                                           < / t b o d y > 
 
                                                   < / t a b l e > 
 
                                           < / d i v > 
 
                                           @ e l s e 
 
 -                                                 < d i v   c l a s s = " t e x t - c e n t e r   p y - 1 2   b o r d e r - 2   b o r d e r - d a s h e d   b o r d e r - g r a y - 2 0 0   d a r k : b o r d e r - g r a y - 7 0 0   r o u n d e d - x l   b g - g r a y - 5 0   d a r k : b g - g r a y - 8 0 0 / 5 0 " > 
 
 -                                                         < s v g   c l a s s = " w - 1 6   h - 1 6   t e x t - g r a y - 3 0 0   m x - a u t o   m b - 4 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 7   2 0 h 5 v - 2 a 3   3   0   0 0 - 5 . 3 5 6 - 1 . 8 5 7 M 1 7   2 0 H 7 m 1 0   0 v - 2 c 0 - . 6 5 6 - . 1 2 6 - 1 . 2 8 3 - . 3 5 6 - 1 . 8 5 7 M 7   2 0 H 2 v - 2 a 3   3   0   0 1 5 . 3 5 6 - 1 . 8 5 7 M 7   2 0 v - 2 c 0 - . 6 5 6 . 1 2 6 - 1 . 2 8 3 . 3 5 6 - 1 . 8 5 7 m 0   0 a 5 . 0 0 2   5 . 0 0 2   0   0 1 9 . 2 8 8   0 M 1 5   7 a 3   3   0   1 1 - 6   0   3   3   0   0 1 6   0 z m 6   3 a 2   2   0   1 1 - 4   0   2   2   0   0 1 4   0 z M 7   1 0 a 2   2   0   1 1 - 4   0   2   2   0   0 1 4   0 z " > < / p a t h > < / s v g > 
 
 -                                                         < p   c l a s s = " t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   f o n t - m e d i u m " > B e l u m   a d a   d a t a   t a m u . < / p > 
 
 -                                                         < p   c l a s s = " t e x t - s m   t e x t - g r a y - 4 0 0   m t - 1 " > S i l a k a n   u p l o a d   f i l e   E x c e l   a t a u   i n p u t   m a n u a l . < / p > 
 
 +                                                 < d i v   c l a s s = " t e x t - c e n t e r   p y - 1 6   b o r d e r - 3   b o r d e r - d a s h e d   b o r d e r - g r a y - 2 0 0   d a r k : b o r d e r - g r a y - 7 0 0   r o u n d e d - 2 x l   b g - g r a d i e n t - t o - b r   f r o m - g r a y - 5 0   t o - i n d i g o - 5 0   d a r k : f r o m - g r a y - 8 0 0 / 5 0   d a r k : t o - i n d i g o - 9 5 0 / 2 0 " > 
 
 +                                                         < d i v   c l a s s = " w - 2 4   h - 2 4   b g - g r a d i e n t - t o - b r   f r o m - g r a y - 2 0 0   t o - i n d i g o - 2 0 0   d a r k : f r o m - g r a y - 7 0 0   d a r k : t o - i n d i g o - 9 0 0   r o u n d e d - f u l l   m x - a u t o   m b - 6   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r " > 
 
 +                                                                 < s v g   c l a s s = " w - 1 2   h - 1 2   t e x t - g r a y - 4 0 0   d a r k : t e x t - g r a y - 5 0 0 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 7   2 0 h 5 v - 2 a 3   3   0   0 0 - 5 . 3 5 6 - 1 . 8 5 7 M 1 7   2 0 H 7 m 1 0   0 v - 2 c 0 - . 6 5 6 - . 1 2 6 - 1 . 2 8 3 - . 3 5 6 - 1 . 8 5 7 M 7   2 0 H 2 v - 2 a 3   3   0   0 1 5 . 3 5 6 - 1 . 8 5 7 M 7   2 0 v - 2 c 0 - . 6 5 6 . 1 2 6 - 1 . 2 8 3 . 3 5 6 - 1 . 8 5 7 m 0   0 a 5 . 0 0 2   5 . 0 0 2   0   0 1 9 . 2 8 8   0 M 1 5   7 a 3   3   0   1 1 - 6   0   3   3   0   0 1 6   0 z m 6   3 a 2   2   0   1 1 - 4   0   2   2   0   0 1 4   0 z M 7   1 0 a 2   2   0   1 1 - 4   0   2   2   0   0 1 4   0 z " > < / p a t h > < / s v g > 
 
 +                                                         < / d i v > 
 
 +                                                         < h 4   c l a s s = " t e x t - x l   f o n t - b o l d   t e x t - g r a y - 7 0 0   d a r k : t e x t - g r a y - 3 0 0   m b - 2 " > B e l u m   A d a   D a t a   T a m u < / h 4 > 
 
 +                                                         < p   c l a s s = " t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   m b - 6 " > M u l a i   t a m b a h k a n   t a m u   d e n g a n   u p l o a d   E x c e l   a t a u   i n p u t   m a n u a l < / p > 
 
 +                                                         < d i v   c l a s s = " f l e x   g a p - 3   j u s t i f y - c e n t e r " > 
 
 +                                                                 < b u t t o n   o n c l i c k = " d o c u m e n t . g e t E l e m e n t B y I d ( ' f i l e C s v ' ) . c l i c k ( ) "   c l a s s = " p x - 6   p y - 3   b g - g r a d i e n t - t o - r   f r o m - g r e e n - 6 0 0   t o - e m e r a l d - 6 0 0   h o v e r : f r o m - g r e e n - 7 0 0   h o v e r : t o - e m e r a l d - 7 0 0   t e x t - w h i t e   r o u n d e d - x l   f o n t - b o l d   s h a d o w - l g   t r a n s i t i o n - a l l " > 
 
 +                                                                         U p l o a d   E x c e l 
 
 +                                                                 < / b u t t o n > 
 
 +                                                                 < b u t t o n   o n c l i c k = " d o c u m e n t . q u e r y S e l e c t o r ( ' i n p u t [ n a m e = n a m e ] ' ) . f o c u s ( ) "   c l a s s = " p x - 6   p y - 3   b g - g r a d i e n t - t o - r   f r o m - i n d i g o - 6 0 0   t o - p u r p l e - 6 0 0   h o v e r : f r o m - i n d i g o - 7 0 0   h o v e r : t o - p u r p l e - 7 0 0   t e x t - w h i t e   r o u n d e d - x l   f o n t - b o l d   s h a d o w - l g   t r a n s i t i o n - a l l " > 
 
 +                                                                         I n p u t   M a n u a l 
 
 +                                                                 < / b u t t o n > 
 
 +                                                         < / d i v > 
 
                                                   < / d i v > 
 
                                           @ e n d i f 
 
                                   < / d i v > 
 
 @ @   - 2 8 7 , 2 8   + 4 3 5 , 1 3 1   @ @ 
 
                   < / d i v > 
 
           < / d i v > 
 
   
 
 -         { { - -   S C R I P T   D I   F O O T E R   A G A R   D O M   R E A D Y   - - } } 
 
 +         { { - -   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 +                 J A V A S C R I P T   S E C T I O N 
 
 +                 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   - - } } 
 
 +         < s t y l e > 
 
 +                 @ k e y f r a m e s   s l i d e D o w n   { 
 
 +                         f r o m   { 
 
 +                                 o p a c i t y :   0 ; 
 
 +                                 t r a n s f o r m :   t r a n s l a t e Y ( - 2 0 p x ) ; 
 
 +                         } 
 
 +                         t o   { 
 
 +                                 o p a c i t y :   1 ; 
 
 +                                 t r a n s f o r m :   t r a n s l a t e Y ( 0 ) ; 
 
 +                         } 
 
 +                 } 
 
 +                 
 
 +                 . a n i m a t e - s l i d e D o w n   { 
 
 +                         a n i m a t i o n :   s l i d e D o w n   0 . 5 s   e a s e - o u t ; 
 
 +                 } 
 
 +         < / s t y l e > 
 
 + 
 
           < s c r i p t > 
 
 +                 / * * 
 
 +                   *   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 +                   *   U P D A T E   F I L E   N A M E   D I S P L A Y 
 
 +                   *   S h o w s   s e l e c t e d   f i l e   n a m e   i n   a   s u c c e s s   b o x 
 
 +                   *   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 +                   * / 
 
                   f u n c t i o n   u p d a t e F i l e N a m e ( i n p u t )   { 
 
                           c o n s t   d i s p l a y B o x   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' f i l e N a m e D i s p l a y ' ) ; 
 
                           c o n s t   t e x t S p a n   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' f i l e N a m e T e x t ' ) ; 
 
                           
 
                           i f   ( i n p u t . f i l e s   & &   i n p u t . f i l e s . l e n g t h   >   0 )   { 
 
 -                                 / /   A m b i l   n a m a   f i l e 
 
 -                                 t e x t S p a n . t e x t C o n t e n t   =   i n p u t . f i l e s [ 0 ] . n a m e ; 
 
 -                                 / /   T a m p i l k a n   k o t a k   h i j a u 
 
 +                                 / /   G e t   f i l e   n a m e   a n d   s i z e 
 
 +                                 c o n s t   f i l e   =   i n p u t . f i l e s [ 0 ] ; 
 
 +                                 c o n s t   f i l e N a m e   =   f i l e . n a m e ; 
 
 +                                 c o n s t   f i l e S i z e   =   ( f i l e . s i z e   /   1 0 2 4 ) . t o F i x e d ( 2 ) ;   / /   C o n v e r t   t o   K B 
 
 +                                 
 
 +                                 / /   U p d a t e   d i s p l a y 
 
 +                                 t e x t S p a n . t e x t C o n t e n t   =   ` $ { f i l e N a m e }   ( $ { f i l e S i z e }   K B ) ` ; 
 
                                   d i s p l a y B o x . c l a s s L i s t . r e m o v e ( ' h i d d e n ' ) ; 
 
                           }   e l s e   { 
 
                                   d i s p l a y B o x . c l a s s L i s t . a d d ( ' h i d d e n ' ) ; 
 
                           } 
 
                   } 
 
   
 
 +                 / * * 
 
 +                   *   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 +                   *   C O P Y   T O   C L I P B O A R D   F U N C T I O N 
 
 +                   *   C o p i e s   t e x t   a n d   s h o w s   n o t i f i c a t i o n 
 
 +                   *   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 +                   * / 
 
                   f u n c t i o n   c o p y T o C l i p b o a r d ( t e x t )   { 
 
                           n a v i g a t o r . c l i p b o a r d . w r i t e T e x t ( t e x t ) . t h e n ( ( )   = >   { 
 
 -                                 a l e r t ( ' L i n k   b e r h a s i l   d i s a l i n ! ' ) ;   
 
 +                                 / /   C r e a t e   a n d   s h o w   c u s t o m   t o a s t   n o t i f i c a t i o n 
 
 +                                 s h o w T o a s t ( ' L i n k   b e r h a s i l   d i s a l i n ! ' ,   ' s u c c e s s ' ) ; 
 
                           } ) . c a t c h ( e r r   = >   { 
 
                                   c o n s o l e . e r r o r ( ' G a g a l   m e n y a l i n   l i n k :   ' ,   e r r ) ; 
 
 +                                 s h o w T o a s t ( ' G a g a l   m e n y a l i n   l i n k ' ,   ' e r r o r ' ) ; 
 
                           } ) ; 
 
                   } 
 
 + 
 
 +                 / * * 
 
 +                   *   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 +                   *   S H O W   T O A S T   N O T I F I C A T I O N 
 
 +                   *   C r e a t e s   a   m o d e r n   t o a s t   n o t i f i c a t i o n 
 
 +                   *   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 +                   * / 
 
 +                 f u n c t i o n   s h o w T o a s t ( m e s s a g e ,   t y p e   =   ' s u c c e s s ' )   { 
 
 +                         / /   R e m o v e   e x i s t i n g   t o a s t   i f   a n y 
 
 +                         c o n s t   e x i s t i n g T o a s t   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' c u s t o m T o a s t ' ) ; 
 
 +                         i f   ( e x i s t i n g T o a s t )   { 
 
 +                                 e x i s t i n g T o a s t . r e m o v e ( ) ; 
 
 +                         } 
 
 + 
 
 +                         / /   C r e a t e   t o a s t   e l e m e n t 
 
 +                         c o n s t   t o a s t   =   d o c u m e n t . c r e a t e E l e m e n t ( ' d i v ' ) ; 
 
 +                         t o a s t . i d   =   ' c u s t o m T o a s t ' ; 
 
 +                         t o a s t . c l a s s N a m e   =   ` f i x e d   b o t t o m - 6   r i g h t - 6   z - 5 0   p x - 6   p y - 4   r o u n d e d - x l   s h a d o w - 2 x l   f l e x   i t e m s - c e n t e r   g a p - 3   t r a n s f o r m   t r a n s i t i o n - a l l   d u r a t i o n - 3 0 0   $ { 
 
 +                                 t y p e   = = =   ' s u c c e s s '   
 
 +                                         ?   ' b g - g r a d i e n t - t o - r   f r o m - g r e e n - 5 0 0   t o - e m e r a l d - 6 0 0 '   
 
 +                                         :   ' b g - g r a d i e n t - t o - r   f r o m - r e d - 5 0 0   t o - p i n k - 6 0 0 ' 
 
 +                         } ` ; 
 
 +                         
 
 +                         t o a s t . i n n e r H T M L   =   ` 
 
 +                                 < s v g   c l a s s = " w - 6   h - 6   t e x t - w h i t e "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > 
 
 +                                         $ { t y p e   = = =   ' s u c c e s s '   
 
 +                                                 ?   ' < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 5   1 3 l 4   4 L 1 9   7 " > < / p a t h > ' 
 
 +                                                 :   ' < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 6   1 8 L 1 8   6 M 6   6 l 1 2   1 2 " > < / p a t h > ' 
 
 +                                         } 
 
 +                                 < / s v g > 
 
 +                                 < s p a n   c l a s s = " t e x t - w h i t e   f o n t - s e m i b o l d " > $ { m e s s a g e } < / s p a n > 
 
 +                         ` ; 
 
 + 
 
 +                         / /   A d d   t o   b o d y 
 
 +                         d o c u m e n t . b o d y . a p p e n d C h i l d ( t o a s t ) ; 
 
 + 
 
 +                         / /   A n i m a t e   i n 
 
 +                         s e t T i m e o u t ( ( )   = >   { 
 
 +                                 t o a s t . s t y l e . t r a n s f o r m   =   ' t r a n s l a t e X ( 0 ) ' ; 
 
 +                                 t o a s t . s t y l e . o p a c i t y   =   ' 1 ' ; 
 
 +                         } ,   1 0 ) ; 
 
 + 
 
 +                         / /   A u t o   r e m o v e   a f t e r   3   s e c o n d s 
 
 +                         s e t T i m e o u t ( ( )   = >   { 
 
 +                                 t o a s t . s t y l e . t r a n s f o r m   =   ' t r a n s l a t e X ( 4 0 0 p x ) ' ; 
 
 +                                 t o a s t . s t y l e . o p a c i t y   =   ' 0 ' ; 
 
 +                                 s e t T i m e o u t ( ( )   = >   t o a s t . r e m o v e ( ) ,   3 0 0 ) ; 
 
 +                         } ,   3 0 0 0 ) ; 
 
 +                 } 
 
 + 
 
 +                 / * * 
 
 +                   *   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 +                   *   A U T O - H I D E   S U C C E S S / E R R O R   M E S S A G E S 
 
 +                   *   A u t o m a t i c a l l y   h i d e s   a l e r t s   a f t e r   5   s e c o n d s 
 
 +                   *   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 +                   * / 
 
 +                 d o c u m e n t . a d d E v e n t L i s t e n e r ( ' D O M C o n t e n t L o a d e d ' ,   f u n c t i o n ( )   { 
 
 +                         c o n s t   a l e r t s   =   d o c u m e n t . q u e r y S e l e c t o r A l l ( ' [ r o l e = " a l e r t " ] ' ) ; 
 
 +                         a l e r t s . f o r E a c h ( a l e r t   = >   { 
 
 +                                 s e t T i m e o u t ( ( )   = >   { 
 
 +                                         a l e r t . s t y l e . o p a c i t y   =   ' 0 ' ; 
 
 +                                         a l e r t . s t y l e . t r a n s f o r m   =   ' t r a n s l a t e Y ( - 2 0 p x ) ' ; 
 
 +                                         s e t T i m e o u t ( ( )   = >   a l e r t . r e m o v e ( ) ,   3 0 0 ) ; 
 
 +                                 } ,   5 0 0 0 ) ; 
 
 +                         } ) ; 
 
 +                 } ) ; 
 
           < / s c r i p t > 
 
   < / x - a p p - l a y o u t > 
 
 \   N o   n e w l i n e   a t   e n d   o f   f i l e 
 
 d i f f   - - g i t   a / r e s o u r c e s / v i e w s / c l i e n t / s e t t i n g s . b l a d e . p h p   b / r e s o u r c e s / v i e w s / c l i e n t / s e t t i n g s . b l a d e . p h p 
 
 i n d e x   3 e 9 c 7 5 a . . c d c d 2 b 3   1 0 0 6 4 4 
 
 - - -   a / r e s o u r c e s / v i e w s / c l i e n t / s e t t i n g s . b l a d e . p h p 
 
 + + +   b / r e s o u r c e s / v i e w s / c l i e n t / s e t t i n g s . b l a d e . p h p 
 
 @ @   - 1 , 3 3   + 1 , 4 8   @ @ 
 
   < x - a p p - l a y o u t > 
 
           < x - s l o t   n a m e = " h e a d e r " > 
 
                   < d i v   c l a s s = " f l e x   j u s t i f y - b e t w e e n   i t e m s - c e n t e r   m a x - w - 7 x l   m x - a u t o " > 
 
 -                         < h 2   c l a s s = " f o n t - b o l d   t e x t - 2 x l   t e x t - g r a y - 8 0 0   d a r k : t e x t - w h i t e   l e a d i n g - t i g h t " > 
 
 -                                 { {   _ _ ( ' E d i t   D a t a   U n d a n g a n ' )   } } 
 
 +                         < h 2   c l a s s = " f o n t - b o l d   t e x t - 2 x l   t e x t - g r a y - 8 0 0   d a r k : t e x t - w h i t e   l e a d i n g - t i g h t   f l e x   i t e m s - c e n t e r   g a p - 3 " > 
 
 +                                 < s p a n   c l a s s = " w - 1 0   h - 1 0   b g - g r a d i e n t - t o - b r   f r o m - i n d i g o - 5 0 0   t o - p u r p l e - 6 0 0   r o u n d e d - x l   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   s h a d o w - l g " > 
 
 +                                         < s v g   c l a s s = " w - 5   h - 5   t e x t - w h i t e "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 1   5 H 6 a 2   2   0   0 0 - 2   2 v 1 1 a 2   2   0   0 0 2   2 h 1 1 a 2   2   0   0 0 2 - 2 v - 5 m - 1 . 4 1 4 - 9 . 4 1 4 a 2   2   0   1 1 2 . 8 2 8   2 . 8 2 8 L 1 1 . 8 2 8   1 5 H 9 v - 2 . 8 2 8 l 8 . 5 8 6 - 8 . 5 8 6 z " > < / p a t h > < / s v g > 
 
 +                                 < / s p a n > 
 
 +                                 { {   _ _ ( ' E d i t   U n d a n g a n ' )   } } 
 
                           < / h 2 > 
 
 -                         < a   h r e f = " { {   r o u t e ( ' i n v i t a t i o n . s h o w ' ,   $ i n v i t a t i o n - > s l u g )   } } "   t a r g e t = " _ b l a n k "   c l a s s = " i n l i n e - f l e x   i t e m s - c e n t e r   g a p - 2   b g - i n d i g o - 6 0 0   h o v e r : b g - i n d i g o - 7 0 0   t e x t - w h i t e   p x - 5   p y - 2 . 5   r o u n d e d - f u l l   t e x t - s m   f o n t - s e m i b o l d   s h a d o w - l g   t r a n s i t i o n - t r a n s f o r m   h o v e r : - t r a n s l a t e - y - 0 . 5 " > 
 
 -                                 < s v g   c l a s s = " w - 4   h - 4 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 5   1 2 a 3   3   0   1 1 - 6   0   3   3   0   0 1 6   0 z " > < / p a t h > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 2 . 4 5 8   1 2 C 3 . 7 3 2   7 . 9 4 3   7 . 5 2 3   5   1 2   5 c 4 . 4 7 8   0   8 . 2 6 8   2 . 9 4 3   9 . 5 4 2   7 - 1 . 2 7 4   4 . 0 5 7 - 5 . 0 6 4   7 - 9 . 5 4 2   7 - 4 . 4 7 7   0 - 8 . 2 6 8 - 2 . 9 4 3 - 9 . 5 4 2 - 7 z " > < / p a t h > < / s v g > 
 
 +                         < a   h r e f = " { {   r o u t e ( ' i n v i t a t i o n . s h o w ' ,   $ i n v i t a t i o n - > s l u g )   } } "   t a r g e t = " _ b l a n k "   c l a s s = " g r o u p   i n l i n e - f l e x   i t e m s - c e n t e r   g a p - 2   b g - g r a d i e n t - t o - r   f r o m - i n d i g o - 6 0 0   t o - p u r p l e - 6 0 0   h o v e r : f r o m - i n d i g o - 7 0 0   h o v e r : t o - p u r p l e - 7 0 0   t e x t - w h i t e   p x - 6   p y - 3   r o u n d e d - 2 x l   t e x t - s m   f o n t - s e m i b o l d   s h a d o w - x l   s h a d o w - i n d i g o - 5 0 0 / 2 5   t r a n s i t i o n - a l l   d u r a t i o n - 3 0 0   h o v e r : s h a d o w - 2 x l   h o v e r : s h a d o w - i n d i g o - 5 0 0 / 4 0   h o v e r : - t r a n s l a t e - y - 1 " > 
 
 +                                 < s v g   c l a s s = " w - 5   h - 5   t r a n s i t i o n - t r a n s f o r m   g r o u p - h o v e r : s c a l e - 1 1 0 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 5   1 2 a 3   3   0   1 1 - 6   0   3   3   0   0 1 6   0 z " > < / p a t h > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 2 . 4 5 8   1 2 C 3 . 7 3 2   7 . 9 4 3   7 . 5 2 3   5   1 2   5 c 4 . 4 7 8   0   8 . 2 6 8   2 . 9 4 3   9 . 5 4 2   7 - 1 . 2 7 4   4 . 0 5 7 - 5 . 0 6 4   7 - 9 . 5 4 2   7 - 4 . 4 7 7   0 - 8 . 2 6 8 - 2 . 9 4 3 - 9 . 5 4 2 - 7 z " > < / p a t h > < / s v g > 
 
                                   L i h a t   W e b s i t e 
 
                           < / a > 
 
                   < / d i v > 
 
           < / x - s l o t > 
 
   
 
 -         < d i v   c l a s s = " p y - 1 0   b g - g r a y - 1 0 0   d a r k : b g - g r a y - 9 5 0   m i n - h - s c r e e n   p b - 4 0 " > 
 
 -                 < d i v   c l a s s = " m a x - w - 5 x l   m x - a u t o   s m : p x - 6   l g : p x - 8   s p a c e - y - 1 2 " > 
 
 +         < d i v   c l a s s = " p y - 8   b g - g r a d i e n t - t o - b r   f r o m - s l a t e - 5 0   v i a - g r a y - 5 0   t o - s l a t e - 1 0 0   d a r k : f r o m - g r a y - 9 5 0   d a r k : v i a - g r a y - 9 0 0   d a r k : t o - g r a y - 9 5 0   m i n - h - s c r e e n   p b - 3 2 " > 
 
 +                 < d i v   c l a s s = " m a x - w - 5 x l   m x - a u t o   p x - 4   s m : p x - 6   l g : p x - 8   s p a c e - y - 8 " > 
 
   
 
                           @ i f ( s e s s i o n ( ' s u c c e s s ' ) ) 
 
 -                         < d i v   x - d a t a = " {   s h o w :   t r u e   } "   x - s h o w = " s h o w "   c l a s s = " b g - g r e e n - 5 0 0   t e x t - w h i t e   p - 4   r o u n d e d - x l   s h a d o w - l g   f l e x   j u s t i f y - b e t w e e n   i t e m s - c e n t e r   a n i m a t e - b o u n c e - i n " > 
 
 -                                 < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 3 " > 
 
 -                                         < s v g   c l a s s = " w - 6   h - 6 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 5   1 3 l 4   4 L 1 9   7 " > < / p a t h > < / s v g > 
 
 -                                         < s p a n   c l a s s = " f o n t - b o l d " > D a t a   B e r h a s i l   D i s i m p a n ! < / s p a n > 
 
 +                         < d i v   x - d a t a = " {   s h o w :   t r u e   } "   x - s h o w = " s h o w "   x - t r a n s i t i o n : e n t e r = " t r a n s i t i o n   e a s e - o u t   d u r a t i o n - 3 0 0 "   x - t r a n s i t i o n : e n t e r - s t a r t = " o p a c i t y - 0   t r a n s f o r m   - t r a n s l a t e - y - 4 "   x - t r a n s i t i o n : e n t e r - e n d = " o p a c i t y - 1 0 0   t r a n s f o r m   t r a n s l a t e - y - 0 "   c l a s s = " b g - g r a d i e n t - t o - r   f r o m - e m e r a l d - 5 0 0   t o - g r e e n - 5 0 0   t e x t - w h i t e   p - 5   r o u n d e d - 2 x l   s h a d o w - x l   s h a d o w - g r e e n - 5 0 0 / 2 5   f l e x   j u s t i f y - b e t w e e n   i t e m s - c e n t e r " > 
 
 +                                 < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 4 " > 
 
 +                                         < d i v   c l a s s = " w - 1 2   h - 1 2   b g - w h i t e / 2 0   r o u n d e d - x l   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   b a c k d r o p - b l u r - s m " > 
 
 +                                                 < s v g   c l a s s = " w - 6   h - 6 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 5   1 3 l 4   4 L 1 9   7 " > < / p a t h > < / s v g > 
 
 +                                         < / d i v > 
 
 +                                         < d i v > 
 
 +                                                 < p   c l a s s = " f o n t - b o l d   t e x t - l g " > B e r h a s i l   D i s i m p a n ! < / p > 
 
 +                                                 < p   c l a s s = " t e x t - w h i t e / 8 0   t e x t - s m " > P e r u b a h a n   t e l a h   t e r s i m p a n   d e n g a n   s u k s e s < / p > 
 
 +                                         < / d i v > 
 
                                   < / d i v > 
 
 -                                 < b u t t o n   @ c l i c k = " s h o w   =   f a l s e "   c l a s s = " t e x t - w h i t e   h o v e r : t e x t - g r a y - 2 0 0   f o n t - b o l d " > & t i m e s ; < / b u t t o n > 
 
 +                                 < b u t t o n   @ c l i c k = " s h o w   =   f a l s e "   c l a s s = " w - 1 0   h - 1 0   r o u n d e d - x l   b g - w h i t e / 2 0   h o v e r : b g - w h i t e / 3 0   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   t r a n s i t i o n - c o l o r s " > 
 
 +                                         < s v g   c l a s s = " w - 5   h - 5 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 6   1 8 L 1 8   6 M 6   6 l 1 2   1 2 " > < / p a t h > < / s v g > 
 
 +                                 < / b u t t o n > 
 
                           < / d i v > 
 
                           @ e n d i f 
 
   
 
                           @ i f   ( $ e r r o r s - > a n y ( ) ) 
 
 -                         < d i v   c l a s s = " b g - r e d - 5 0 0   t e x t - w h i t e   p - 4   r o u n d e d - x l   s h a d o w - l g " > 
 
 -                                 < p   c l a s s = " f o n t - b o l d   m b - 1 " > P e r i k s a   i n p u t a n   A n d a : < / p > 
 
 -                                 < u l   c l a s s = " l i s t - d i s c   p l - 5   t e x t - s m " > 
 
 +                         < d i v   c l a s s = " b g - g r a d i e n t - t o - r   f r o m - r e d - 5 0 0   t o - r o s e - 5 0 0   t e x t - w h i t e   p - 5   r o u n d e d - 2 x l   s h a d o w - x l   s h a d o w - r e d - 5 0 0 / 2 5 " > 
 
 +                                 < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 4   m b - 3 " > 
 
 +                                         < d i v   c l a s s = " w - 1 2   h - 1 2   b g - w h i t e / 2 0   r o u n d e d - x l   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   b a c k d r o p - b l u r - s m " > 
 
 +                                                 < s v g   c l a s s = " w - 6   h - 6 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 2   9 v 2 m 0   4 h . 0 1 m - 6 . 9 3 8   4 h 1 3 . 8 5 6 c 1 . 5 4   0   2 . 5 0 2 - 1 . 6 6 7   1 . 7 3 2 - 3 L 1 3 . 7 3 2   4 c - . 7 7 - 1 . 3 3 3 - 2 . 6 9 4 - 1 . 3 3 3 - 3 . 4 6 4   0 L 3 . 3 4   1 6 c - . 7 7   1 . 3 3 3 . 1 9 2   3   1 . 7 3 2   3 z " > < / p a t h > < / s v g > 
 
 +                                         < / d i v > 
 
 +                                         < p   c l a s s = " f o n t - b o l d   t e x t - l g " > P e r i k s a   I n p u t a n   A n d a < / p > 
 
 +                                 < / d i v > 
 
 +                                 < u l   c l a s s = " l i s t - d i s c   p l - 1 6   t e x t - s m   s p a c e - y - 1   t e x t - w h i t e / 9 0 " > 
 
                                           @ f o r e a c h   ( $ e r r o r s - > a l l ( )   a s   $ e r r o r ) 
 
                                                   < l i > { {   $ e r r o r   } } < / l i > 
 
                                           @ e n d f o r e a c h 
 
 @ @   - 3 5 , 1 9 2   + 5 0 , 2 7 6   @ @ 
 
                           < / d i v > 
 
                           @ e n d i f 
 
   
 
 -                         < f o r m   a c t i o n = " { {   r o u t e ( ' c l i e n t . u p d a t e S e t t i n g s ' )   } } "   m e t h o d = " P O S T "   e n c t y p e = " m u l t i p a r t / f o r m - d a t a "   c l a s s = " s p a c e - y - 1 6 " > 
 
 +                         < f o r m   a c t i o n = " { {   r o u t e ( ' c l i e n t . u p d a t e S e t t i n g s ' )   } } "   m e t h o d = " P O S T "   e n c t y p e = " m u l t i p a r t / f o r m - d a t a "   c l a s s = " s p a c e - y - 8 " > 
 
                                   @ c s r f 
 
                                   @ m e t h o d ( ' P U T ' ) 
 
   
 
 -                                 < d i v   c l a s s = " s p a c e - y - 6 " > 
 
 -                                         < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 3   b o r d e r - b   b o r d e r - g r a y - 3 0 0   d a r k : b o r d e r - g r a y - 7 0 0   p b - 2 " > 
 
 -                                                 < h 3   c l a s s = " t e x t - x l   f o n t - b o l d   t e x t - g r a y - 8 0 0   d a r k : t e x t - w h i t e   u p p e r c a s e   t r a c k i n g - w i d e r " > 1 .   P r o f i l e   M e m p e l a i < / h 3 > 
 
 +                                 < ! - -   S e c t i o n   1 :   P r o f i l e   M e m p e l a i   - - > 
 
 +                                 < d i v   c l a s s = " s e t t i n g s - c a r d " > 
 
 +                                         < d i v   c l a s s = " s e t t i n g s - h e a d e r " > 
 
 +                                                 < d i v   c l a s s = " s e t t i n g s - i c o n   b g - g r a d i e n t - t o - b r   f r o m - p i n k - 5 0 0   t o - r o s e - 5 0 0 " > 
 
 +                                                         < s v g   c l a s s = " w - 6   h - 6   t e x t - w h i t e "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 4 . 3 1 8   6 . 3 1 8 a 4 . 5   4 . 5   0   0 0 0   6 . 3 6 4 L 1 2   2 0 . 3 6 4 l 7 . 6 8 2 - 7 . 6 8 2 a 4 . 5   4 . 5   0   0 0 - 6 . 3 6 4 - 6 . 3 6 4 L 1 2   7 . 6 3 6 l - 1 . 3 1 8 - 1 . 3 1 8 a 4 . 5   4 . 5   0   0 0 - 6 . 3 6 4   0 z " > < / p a t h > < / s v g > 
 
 +                                                 < / d i v > 
 
 +                                                 < d i v > 
 
 +                                                         < h 3   c l a s s = " s e t t i n g s - t i t l e " > P r o f i l e   M e m p e l a i < / h 3 > 
 
 +                                                         < p   c l a s s = " s e t t i n g s - s u b t i t l e " > I n f o r m a s i   l e n g k a p   k e d u a   m e m p e l a i < / p > 
 
 +                                                 < / d i v > 
 
                                           < / d i v > 
 
                                           
 
 -                                         < d i v   c l a s s = " g r i d   g r i d - c o l s - 1   m d : g r i d - c o l s - 2   g a p - 8 " > 
 
 -                                                 < d i v   c l a s s = " s p a c e - y - 4 " > 
 
 -                                                         < h 4   c l a s s = " t e x t - i n d i g o - 6 0 0   d a r k : t e x t - i n d i g o - 4 0 0   f o n t - b o l d   m b - 2 " > M e m p e l a i   P r i a < / h 4 > 
 
 -                                                         
 
 -                                                         < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 4   m b - 4 " > 
 
 -                                                                 < d i v   c l a s s = " w - 1 6   h - 1 6   b g - g r a y - 2 0 0   d a r k : b g - g r a y - 8 0 0   r o u n d e d - f u l l   o v e r f l o w - h i d d e n   b o r d e r - 2   b o r d e r - i n d i g o - 5 0 0 " > 
 
 -                                                                         < i m g   i d = " p r e v - g r o o m "   s r c = " { {   i s s e t ( $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' f o t o ' ] )   ?   a s s e t ( $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' f o t o ' ] )   :   ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 1 5 0 '   } } "   c l a s s = " w - f u l l   h - f u l l   o b j e c t - c o v e r " > 
 
 +                                         < d i v   c l a s s = " g r i d   g r i d - c o l s - 1   l g : g r i d - c o l s - 2   g a p - 8   p - 6 " > 
 
 +                                                 < ! - -   M e m p e l a i   P r i a   - - > 
 
 +                                                 < d i v   c l a s s = " p r o f i l e - c a r d   p r o f i l e - c a r d - g r o o m " > 
 
 +                                                         < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 4   m b - 6 " > 
 
 +                                                                 < d i v   c l a s s = " r e l a t i v e   g r o u p " > 
 
 +                                                                         < d i v   c l a s s = " w - 2 0   h - 2 0   r o u n d e d - 2 x l   o v e r f l o w - h i d d e n   r i n g - 4   r i n g - i n d i g o - 5 0 0 / 3 0   s h a d o w - x l " > 
 
 +                                                                                 < i m g   i d = " p r e v - g r o o m "   s r c = " { {   i s s e t ( $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' f o t o ' ] )   ?   a s s e t ( $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' f o t o ' ] )   :   ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 1 5 0 '   } } "   c l a s s = " w - f u l l   h - f u l l   o b j e c t - c o v e r " > 
 
 +                                                                         < / d i v > 
 
 +                                                                         < l a b e l   c l a s s = " a b s o l u t e   i n s e t - 0   b g - b l a c k / 5 0   r o u n d e d - 2 x l   o p a c i t y - 0   g r o u p - h o v e r : o p a c i t y - 1 0 0   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   c u r s o r - p o i n t e r   t r a n s i t i o n - o p a c i t y " > 
 
 +                                                                                 < s v g   c l a s s = " w - 6   h - 6   t e x t - w h i t e "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 3   9 a 2   2   0   0 1 2 - 2 h . 9 3 a 2   2   0   0 0 1 . 6 6 4 - . 8 9 l . 8 1 2 - 1 . 2 2 A 2   2   0   0 1 1 0 . 0 7   4 h 3 . 8 6 a 2   2   0   0 1 1 . 6 6 4 . 8 9 l . 8 1 2   1 . 2 2 A 2   2   0   0 0 1 8 . 0 7   7 H 1 9 a 2   2   0   0 1 2   2 v 9 a 2   2   0   0 1 - 2   2 H 5 a 2   2   0   0 1 - 2 - 2 V 9 z " > < / p a t h > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 5   1 3 a 3   3   0   1 1 - 6   0   3   3   0   0 1 6   0 z " > < / p a t h > < / s v g > 
 
 +                                                                                 < i n p u t   t y p e = " f i l e "   n a m e = " g r o o m _ p h o t o "   o n c h a n g e = " p r e v i e w I m a g e ( t h i s ,   ' p r e v - g r o o m ' ) "   c l a s s = " h i d d e n " > 
 
 +                                                                         < / l a b e l > 
 
                                                                   < / d i v > 
 
                                                                   < d i v > 
 
 -                                                                         < l a b e l   c l a s s = " b l o c k   t e x t - x s   f o n t - b o l d   u p p e r c a s e   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   m b - 1 " > F o t o   P r i a < / l a b e l > 
 
 -                                                                         < i n p u t   t y p e = " f i l e "   n a m e = " g r o o m _ p h o t o "   o n c h a n g e = " p r e v i e w I m a g e ( t h i s ,   ' p r e v - g r o o m ' ) "   c l a s s = " t e x t - x s   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0 " > 
 
 +                                                                         < h 4   c l a s s = " t e x t - l g   f o n t - b o l d   t e x t - i n d i g o - 6 0 0   d a r k : t e x t - i n d i g o - 4 0 0 " > M e m p e l a i   P r i a < / h 4 > 
 
 +                                                                         < p   c l a s s = " t e x t - s m   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0 " > K l i k   f o t o   u n t u k   m e n g u b a h < / p > 
 
                                                                   < / d i v > 
 
                                                           < / d i v > 
 
   
 
 -                                                         < d i v > 
 
 -                                                                 < l a b e l   c l a s s = " f o r m - l a b e l " > N a m a   L e n g k a p < / l a b e l > 
 
 -                                                                 < i n p u t   t y p e = " t e x t "   n a m e = " g r o o m _ n a m e "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' n a m a ' ]   ? ?   ' '   } } "   c l a s s = " f o r m - i n p u t "   p l a c e h o l d e r = " N a m a   L e n g k a p   P r i a " > 
 
 -                                                         < / d i v > 
 
 -                                                         < d i v   c l a s s = " g r i d   g r i d - c o l s - 2   g a p - 4 " > 
 
 -                                                                 < d i v > 
 
 -                                                                         < l a b e l   c l a s s = " f o r m - l a b e l " > P a n g g i l a n < / l a b e l > 
 
 -                                                                         < i n p u t   t y p e = " t e x t "   n a m e = " g r o o m _ n i c k n a m e "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' p a n g g i l a n ' ]   ? ?   ' '   } } "   c l a s s = " f o r m - i n p u t "   p l a c e h o l d e r = " R o m e o " > 
 
 +                                                         < d i v   c l a s s = " s p a c e - y - 4 " > 
 
 +                                                                 < d i v   c l a s s = " i n p u t - g r o u p " > 
 
 +                                                                         < l a b e l   c l a s s = " i n p u t - l a b e l " > N a m a   L e n g k a p < / l a b e l > 
 
 +                                                                         < i n p u t   t y p e = " t e x t "   n a m e = " g r o o m _ n a m e "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' n a m a ' ]   ? ?   ' '   } } "   c l a s s = " i n p u t - f i e l d "   p l a c e h o l d e r = " N a m a   L e n g k a p   P r i a " > 
 
                                                                   < / d i v > 
 
 -                                                                 < d i v > 
 
 -                                                                         < l a b e l   c l a s s = " f o r m - l a b e l " > I n s t a g r a m < / l a b e l > 
 
 -                                                                         < i n p u t   t y p e = " t e x t "   n a m e = " g r o o m _ i n s t a g r a m "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' i n s t a g r a m ' ]   ? ?   ' '   } } "   c l a s s = " f o r m - i n p u t "   p l a c e h o l d e r = " r o m e o _ i g " > 
 
 +                                                                 < d i v   c l a s s = " g r i d   g r i d - c o l s - 2   g a p - 4 " > 
 
 +                                                                         < d i v   c l a s s = " i n p u t - g r o u p " > 
 
 +                                                                                 < l a b e l   c l a s s = " i n p u t - l a b e l " > P a n g g i l a n < / l a b e l > 
 
 +                                                                                 < i n p u t   t y p e = " t e x t "   n a m e = " g r o o m _ n i c k n a m e "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' p a n g g i l a n ' ]   ? ?   ' '   } } "   c l a s s = " i n p u t - f i e l d "   p l a c e h o l d e r = " R o m e o " > 
 
 +                                                                         < / d i v > 
 
 +                                                                         < d i v   c l a s s = " i n p u t - g r o u p " > 
 
 +                                                                                 < l a b e l   c l a s s = " i n p u t - l a b e l " > I n s t a g r a m < / l a b e l > 
 
 +                                                                                 < d i v   c l a s s = " r e l a t i v e " > 
 
 +                                                                                         < s p a n   c l a s s = " a b s o l u t e   l e f t - 3   t o p - 1 / 2   - t r a n s l a t e - y - 1 / 2   t e x t - g r a y - 4 0 0 " > @ < / s p a n > 
 
 +                                                                                         < i n p u t   t y p e = " t e x t "   n a m e = " g r o o m _ i n s t a g r a m "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' i n s t a g r a m ' ]   ? ?   ' '   } } "   c l a s s = " i n p u t - f i e l d   p l - 8 "   p l a c e h o l d e r = " u s e r n a m e " > 
 
 +                                                                                 < / d i v > 
 
 +                                                                         < / d i v > 
 
 +                                                                 < / d i v > 
 
 +                                                                 < d i v   c l a s s = " i n p u t - g r o u p " > 
 
 +                                                                         < l a b e l   c l a s s = " i n p u t - l a b e l " > N a m a   A y a h < / l a b e l > 
 
 +                                                                         < i n p u t   t y p e = " t e x t "   n a m e = " g r o o m _ f a t h e r "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' a y a h ' ]   ? ?   ' '   } } "   c l a s s = " i n p u t - f i e l d "   p l a c e h o l d e r = " B p k . . . " > 
 
 +                                                                 < / d i v > 
 
 +                                                                 < d i v   c l a s s = " i n p u t - g r o u p " > 
 
 +                                                                         < l a b e l   c l a s s = " i n p u t - l a b e l " > N a m a   I b u < / l a b e l > 
 
 +                                                                         < i n p u t   t y p e = " t e x t "   n a m e = " g r o o m _ m o t h e r "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' i b u ' ]   ? ?   ' '   } } "   c l a s s = " i n p u t - f i e l d "   p l a c e h o l d e r = " I b u . . . " > 
 
                                                                   < / d i v > 
 
 -                                                         < / d i v > 
 
 -                                                         < d i v > 
 
 -                                                                 < l a b e l   c l a s s = " f o r m - l a b e l " > N a m a   A y a h < / l a b e l > 
 
 -                                                                 < i n p u t   t y p e = " t e x t "   n a m e = " g r o o m _ f a t h e r "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' a y a h ' ]   ? ?   ' '   } } "   c l a s s = " f o r m - i n p u t "   p l a c e h o l d e r = " B p k . . . " > 
 
 -                                                         < / d i v > 
 
 -                                                         < d i v > 
 
 -                                                                 < l a b e l   c l a s s = " f o r m - l a b e l " > N a m a   I b u < / l a b e l > 
 
 -                                                                 < i n p u t   t y p e = " t e x t "   n a m e = " g r o o m _ m o t h e r "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' i b u ' ]   ? ?   ' '   } } "   c l a s s = " f o r m - i n p u t "   p l a c e h o l d e r = " I b u . . . " > 
 
                                                           < / d i v > 
 
                                                   < / d i v > 
 
   
 
 -                                                 < d i v   c l a s s = " s p a c e - y - 4 " > 
 
 -                                                         < h 4   c l a s s = " t e x t - p i n k - 6 0 0   d a r k : t e x t - p i n k - 4 0 0   f o n t - b o l d   m b - 2 " > M e m p e l a i   W a n i t a < / h 4 > 
 
 -                                                         
 
 -                                                         < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 4   m b - 4 " > 
 
 -                                                                 < d i v   c l a s s = " w - 1 6   h - 1 6   b g - g r a y - 2 0 0   d a r k : b g - g r a y - 8 0 0   r o u n d e d - f u l l   o v e r f l o w - h i d d e n   b o r d e r - 2   b o r d e r - p i n k - 5 0 0 " > 
 
 -                                                                         < i m g   i d = " p r e v - b r i d e "   s r c = " { {   i s s e t ( $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' f o t o ' ] )   ?   a s s e t ( $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' f o t o ' ] )   :   ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 1 5 0 '   } } "   c l a s s = " w - f u l l   h - f u l l   o b j e c t - c o v e r " > 
 
 +                                                 < ! - -   M e m p e l a i   W a n i t a   - - > 
 
 +                                                 < d i v   c l a s s = " p r o f i l e - c a r d   p r o f i l e - c a r d - b r i d e " > 
 
 +                                                         < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 4   m b - 6 " > 
 
 +                                                                 < d i v   c l a s s = " r e l a t i v e   g r o u p " > 
 
 +                                                                         < d i v   c l a s s = " w - 2 0   h - 2 0   r o u n d e d - 2 x l   o v e r f l o w - h i d d e n   r i n g - 4   r i n g - p i n k - 5 0 0 / 3 0   s h a d o w - x l " > 
 
 +                                                                                 < i m g   i d = " p r e v - b r i d e "   s r c = " { {   i s s e t ( $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' f o t o ' ] )   ?   a s s e t ( $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' f o t o ' ] )   :   ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 1 5 0 '   } } "   c l a s s = " w - f u l l   h - f u l l   o b j e c t - c o v e r " > 
 
 +                                                                         < / d i v > 
 
 +                                                                         < l a b e l   c l a s s = " a b s o l u t e   i n s e t - 0   b g - b l a c k / 5 0   r o u n d e d - 2 x l   o p a c i t y - 0   g r o u p - h o v e r : o p a c i t y - 1 0 0   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   c u r s o r - p o i n t e r   t r a n s i t i o n - o p a c i t y " > 
 
 +                                                                                 < s v g   c l a s s = " w - 6   h - 6   t e x t - w h i t e "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 3   9 a 2   2   0   0 1 2 - 2 h . 9 3 a 2   2   0   0 0 1 . 6 6 4 - . 8 9 l . 8 1 2 - 1 . 2 2 A 2   2   0   0 1 1 0 . 0 7   4 h 3 . 8 6 a 2   2   0   0 1 1 . 6 6 4 . 8 9 l . 8 1 2   1 . 2 2 A 2   2   0   0 0 1 8 . 0 7   7 H 1 9 a 2   2   0   0 1 2   2 v 9 a 2   2   0   0 1 - 2   2 H 5 a 2   2   0   0 1 - 2 - 2 V 9 z " > < / p a t h > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 5   1 3 a 3   3   0   1 1 - 6   0   3   3   0   0 1 6   0 z " > < / p a t h > < / s v g > 
 
 +                                                                                 < i n p u t   t y p e = " f i l e "   n a m e = " b r i d e _ p h o t o "   o n c h a n g e = " p r e v i e w I m a g e ( t h i s ,   ' p r e v - b r i d e ' ) "   c l a s s = " h i d d e n " > 
 
 +                                                                         < / l a b e l > 
 
                                                                   < / d i v > 
 
                                                                   < d i v > 
 
 -                                                                         < l a b e l   c l a s s = " b l o c k   t e x t - x s   f o n t - b o l d   u p p e r c a s e   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   m b - 1 " > F o t o   W a n i t a < / l a b e l > 
 
 -                                                                         < i n p u t   t y p e = " f i l e "   n a m e = " b r i d e _ p h o t o "   o n c h a n g e = " p r e v i e w I m a g e ( t h i s ,   ' p r e v - b r i d e ' ) "   c l a s s = " t e x t - x s   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0 " > 
 
 +                                                                         < h 4   c l a s s = " t e x t - l g   f o n t - b o l d   t e x t - p i n k - 6 0 0   d a r k : t e x t - p i n k - 4 0 0 " > M e m p e l a i   W a n i t a < / h 4 > 
 
 +                                                                         < p   c l a s s = " t e x t - s m   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0 " > K l i k   f o t o   u n t u k   m e n g u b a h < / p > 
 
                                                                   < / d i v > 
 
                                                           < / d i v > 
 
   
 
 -                                                         < d i v > 
 
 -                                                                 < l a b e l   c l a s s = " f o r m - l a b e l " > N a m a   L e n g k a p < / l a b e l > 
 
 -                                                                 < i n p u t   t y p e = " t e x t "   n a m e = " b r i d e _ n a m e "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' n a m a ' ]   ? ?   ' '   } } "   c l a s s = " f o r m - i n p u t "   p l a c e h o l d e r = " N a m a   L e n g k a p   W a n i t a " > 
 
 -                                                         < / d i v > 
 
 -                                                         < d i v   c l a s s = " g r i d   g r i d - c o l s - 2   g a p - 4 " > 
 
 -                                                                 < d i v > 
 
 -                                                                         < l a b e l   c l a s s = " f o r m - l a b e l " > P a n g g i l a n < / l a b e l > 
 
 -                                                                         < i n p u t   t y p e = " t e x t "   n a m e = " b r i d e _ n i c k n a m e "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' p a n g g i l a n ' ]   ? ?   ' '   } } "   c l a s s = " f o r m - i n p u t "   p l a c e h o l d e r = " J u l i e t " > 
 
 +                                                         < d i v   c l a s s = " s p a c e - y - 4 " > 
 
 +                                                                 < d i v   c l a s s = " i n p u t - g r o u p " > 
 
 +                                                                         < l a b e l   c l a s s = " i n p u t - l a b e l " > N a m a   L e n g k a p < / l a b e l > 
 
 +                                                                         < i n p u t   t y p e = " t e x t "   n a m e = " b r i d e _ n a m e "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' n a m a ' ]   ? ?   ' '   } } "   c l a s s = " i n p u t - f i e l d "   p l a c e h o l d e r = " N a m a   L e n g k a p   W a n i t a " > 
 
                                                                   < / d i v > 
 
 -                                                                 < d i v > 
 
 -                                                                         < l a b e l   c l a s s = " f o r m - l a b e l " > I n s t a g r a m < / l a b e l > 
 
 -                                                                         < i n p u t   t y p e = " t e x t "   n a m e = " b r i d e _ i n s t a g r a m "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' i n s t a g r a m ' ]   ? ?   ' '   } } "   c l a s s = " f o r m - i n p u t "   p l a c e h o l d e r = " j u l i e t _ i g " > 
 
 +                                                                 < d i v   c l a s s = " g r i d   g r i d - c o l s - 2   g a p - 4 " > 
 
 +                                                                         < d i v   c l a s s = " i n p u t - g r o u p " > 
 
 +                                                                                 < l a b e l   c l a s s = " i n p u t - l a b e l " > P a n g g i l a n < / l a b e l > 
 
 +                                                                                 < i n p u t   t y p e = " t e x t "   n a m e = " b r i d e _ n i c k n a m e "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' p a n g g i l a n ' ]   ? ?   ' '   } } "   c l a s s = " i n p u t - f i e l d "   p l a c e h o l d e r = " J u l i e t " > 
 
 +                                                                         < / d i v > 
 
 +                                                                         < d i v   c l a s s = " i n p u t - g r o u p " > 
 
 +                                                                                 < l a b e l   c l a s s = " i n p u t - l a b e l " > I n s t a g r a m < / l a b e l > 
 
 +                                                                                 < d i v   c l a s s = " r e l a t i v e " > 
 
 +                                                                                         < s p a n   c l a s s = " a b s o l u t e   l e f t - 3   t o p - 1 / 2   - t r a n s l a t e - y - 1 / 2   t e x t - g r a y - 4 0 0 " > @ < / s p a n > 
 
 +                                                                                         < i n p u t   t y p e = " t e x t "   n a m e = " b r i d e _ i n s t a g r a m "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' i n s t a g r a m ' ]   ? ?   ' '   } } "   c l a s s = " i n p u t - f i e l d   p l - 8 "   p l a c e h o l d e r = " u s e r n a m e " > 
 
 +                                                                                 < / d i v > 
 
 +                                                                         < / d i v > 
 
 +                                                                 < / d i v > 
 
 +                                                                 < d i v   c l a s s = " i n p u t - g r o u p " > 
 
 +                                                                         < l a b e l   c l a s s = " i n p u t - l a b e l " > N a m a   A y a h < / l a b e l > 
 
 +                                                                         < i n p u t   t y p e = " t e x t "   n a m e = " b r i d e _ f a t h e r "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' a y a h ' ]   ? ?   ' '   } } "   c l a s s = " i n p u t - f i e l d "   p l a c e h o l d e r = " B p k . . . " > 
 
 +                                                                 < / d i v > 
 
 +                                                                 < d i v   c l a s s = " i n p u t - g r o u p " > 
 
 +                                                                         < l a b e l   c l a s s = " i n p u t - l a b e l " > N a m a   I b u < / l a b e l > 
 
 +                                                                         < i n p u t   t y p e = " t e x t "   n a m e = " b r i d e _ m o t h e r "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' i b u ' ]   ? ?   ' '   } } "   c l a s s = " i n p u t - f i e l d "   p l a c e h o l d e r = " I b u . . . " > 
 
                                                                   < / d i v > 
 
 -                                                         < / d i v > 
 
 -                                                         < d i v > 
 
 -                                                                 < l a b e l   c l a s s = " f o r m - l a b e l " > N a m a   A y a h < / l a b e l > 
 
 -                                                                 < i n p u t   t y p e = " t e x t "   n a m e = " b r i d e _ f a t h e r "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' a y a h ' ]   ? ?   ' '   } } "   c l a s s = " f o r m - i n p u t "   p l a c e h o l d e r = " B p k . . . " > 
 
 -                                                         < / d i v > 
 
 -                                                         < d i v > 
 
 -                                                                 < l a b e l   c l a s s = " f o r m - l a b e l " > N a m a   I b u < / l a b e l > 
 
 -                                                                 < i n p u t   t y p e = " t e x t "   n a m e = " b r i d e _ m o t h e r "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' i b u ' ]   ? ?   ' '   } } "   c l a s s = " f o r m - i n p u t "   p l a c e h o l d e r = " I b u . . . " > 
 
                                                           < / d i v > 
 
                                                   < / d i v > 
 
                                           < / d i v > 
 
                                           
 
 -                                         < d i v   c l a s s = " m t - 4 " > 
 
 -                                                 < l a b e l   c l a s s = " f o r m - l a b e l " > Q u o t e   U n d a n g a n < / l a b e l > 
 
 -                                                 < t e x t a r e a   n a m e = " q u o t e "   r o w s = " 2 "   c l a s s = " f o r m - i n p u t "   p l a c e h o l d e r = " T u l i s   k a t a - k a t a   m u t i a r a . . . " > { {   $ i n v i t a t i o n - > c o n t e n t [ ' q u o t e ' ]   ? ?   ' '   } } < / t e x t a r e a > 
 
 +                                         < d i v   c l a s s = " p x - 6   p b - 6 " > 
 
 +                                                 < d i v   c l a s s = " i n p u t - g r o u p " > 
 
 +                                                         < l a b e l   c l a s s = " i n p u t - l a b e l " > Q u o t e   U n d a n g a n < / l a b e l > 
 
 +                                                         < t e x t a r e a   n a m e = " q u o t e "   r o w s = " 3 "   c l a s s = " i n p u t - f i e l d "   p l a c e h o l d e r = " T u l i s   k a t a - k a t a   m u t i a r a   y a n g   b e r m a k n a . . . " > { {   $ i n v i t a t i o n - > c o n t e n t [ ' q u o t e ' ]   ? ?   ' '   } } < / t e x t a r e a > 
 
 +                                                 < / d i v > 
 
                                           < / d i v > 
 
                                   < / d i v > 
 
   
 
 -                                 < d i v   c l a s s = " s p a c e - y - 6 " > 
 
 -                                         < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 3   b o r d e r - b   b o r d e r - g r a y - 3 0 0   d a r k : b o r d e r - g r a y - 7 0 0   p b - 2 " > 
 
 -                                                 < h 3   c l a s s = " t e x t - x l   f o n t - b o l d   t e x t - g r a y - 8 0 0   d a r k : t e x t - w h i t e   u p p e r c a s e   t r a c k i n g - w i d e r " > 2 .   R a n g k a i a n   A c a r a < / h 3 > 
 
 +                                 < ! - -   S e c t i o n   2 :   R a n g k a i a n   A c a r a   - - > 
 
 +                                 < d i v   c l a s s = " s e t t i n g s - c a r d " > 
 
 +                                         < d i v   c l a s s = " s e t t i n g s - h e a d e r " > 
 
 +                                                 < d i v   c l a s s = " s e t t i n g s - i c o n   b g - g r a d i e n t - t o - b r   f r o m - a m b e r - 5 0 0   t o - o r a n g e - 5 0 0 " > 
 
 +                                                         < s v g   c l a s s = " w - 6   h - 6   t e x t - w h i t e "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 8   7 V 3 m 8   4 V 3 m - 9   8 h 1 0 M 5   2 1 h 1 4 a 2   2   0   0 0 2 - 2 V 7 a 2   2   0   0 0 - 2 - 2 H 5 a 2   2   0   0 0 - 2   2 v 1 2 a 2   2   0   0 0 2   2 z " > < / p a t h > < / s v g > 
 
 +                                                 < / d i v > 
 
 +                                                 < d i v > 
 
 +                                                         < h 3   c l a s s = " s e t t i n g s - t i t l e " > R a n g k a i a n   A c a r a < / h 3 > 
 
 +                                                         < p   c l a s s = " s e t t i n g s - s u b t i t l e " > J a d w a l   d a n   l o k a s i   a c a r a   p e r n i k a h a n < / p > 
 
 +                                                 < / d i v > 
 
                                           < / d i v > 
 
   
 
 -                                         < d i v   c l a s s = " g r i d   g r i d - c o l s - 1   m d : g r i d - c o l s - 2   g a p - 8 " > 
 
 -                                                 < d i v   c l a s s = " s p a c e - y - 4 " > 
 
 -                                                         < h 4   c l a s s = " f o n t - b o l d   t e x t - g r a y - 7 0 0   d a r k : t e x t - g r a y - 3 0 0   b o r d e r - l - 4   b o r d e r - i n d i g o - 5 0 0   p l - 3 " > A c a r a   1   ( A k a d ) < / h 4 > 
 
 -                                                         < d i v > 
 
 -                                                                 < l a b e l   c l a s s = " f o r m - l a b e l " > J u d u l   A c a r a < / l a b e l > 
 
 -                                                                 < i n p u t   t y p e = " t e x t "   n a m e = " a k a d _ t i t l e "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' a k a d ' ] [ ' j u d u l ' ]   ? ?   ' '   } } "   c l a s s = " f o r m - i n p u t "   p l a c e h o l d e r = " A k a d   N i k a h " > 
 
 -                                                         < / d i v > 
 
 -                                                         < d i v > 
 
 -                                                                 < l a b e l   c l a s s = " f o r m - l a b e l " > W a k t u < / l a b e l > 
 
 -                                                                 < i n p u t   t y p e = " d a t e t i m e - l o c a l "   n a m e = " a k a d _ d a t e t i m e "   v a l u e = " { {   i s s e t ( $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' a k a d ' ] [ ' w a k t u ' ] )   ?   \ C a r b o n \ C a r b o n : : p a r s e ( $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' a k a d ' ] [ ' w a k t u ' ] ) - > f o r m a t ( ' Y - m - d \ T H : i ' )   :   ' '   } } "   c l a s s = " f o r m - i n p u t " > 
 
 -                                                         < / d i v > 
 
 -                                                         < d i v > 
 
 -                                                                 < l a b e l   c l a s s = " f o r m - l a b e l " > L o k a s i   ( G e d u n g / R u m a h ) < / l a b e l > 
 
 -                                                                 < i n p u t   t y p e = " t e x t "   n a m e = " a k a d _ l o c a t i o n "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' a k a d ' ] [ ' t e m p a t ' ]   ? ?   ' '   } } "   c l a s s = " f o r m - i n p u t "   p l a c e h o l d e r = " M a s j i d   A g u n g " > 
 
 -                                                         < / d i v > 
 
 -                                                         < d i v > 
 
 -                                                                 < l a b e l   c l a s s = " f o r m - l a b e l " > A l a m a t   L e n g k a p < / l a b e l > 
 
 -                                                                 < t e x t a r e a   n a m e = " a k a d _ a d d r e s s "   r o w s = " 2 "   c l a s s = " f o r m - i n p u t " > { {   $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' a k a d ' ] [ ' a l a m a t ' ]   ? ?   ' '   } } < / t e x t a r e a > 
 
 +                                         < d i v   c l a s s = " g r i d   g r i d - c o l s - 1   l g : g r i d - c o l s - 2   g a p - 8   p - 6 " > 
 
 +                                                 < ! - -   A k a d   - - > 
 
 +                                                 < d i v   c l a s s = " e v e n t - c a r d " > 
 
 +                                                         < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 3   m b - 5 " > 
 
 +                                                                 < d i v   c l a s s = " w - 1 0   h - 1 0   b g - g r a d i e n t - t o - b r   f r o m - i n d i g o - 5 0 0   t o - b l u e - 6 0 0   r o u n d e d - x l   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   s h a d o w - l g " > 
 
 +                                                                         < s v g   c l a s s = " w - 5   h - 5   t e x t - w h i t e "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 2   8 v 4 l 3   3 m 6 - 3 a 9   9   0   1 1 - 1 8   0   9   9   0   0 1 1 8   0 z " > < / p a t h > < / s v g > 
 
 +                                                                 < / d i v > 
 
 +                                                                 < h 4   c l a s s = " f o n t - b o l d   t e x t - g r a y - 8 0 0   d a r k : t e x t - w h i t e " > A k a d   N i k a h < / h 4 > 
 
                                                           < / d i v > 
 
 -                                                         < d i v > 
 
 -                                                                 < l a b e l   c l a s s = " f o r m - l a b e l " > L i n k   M a p s < / l a b e l > 
 
 -                                                                 < i n p u t   t y p e = " t e x t "   n a m e = " a k a d _ m a p _ l i n k "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' a k a d ' ] [ ' m a p s ' ]   ? ?   ' '   } } "   c l a s s = " f o r m - i n p u t "   p l a c e h o l d e r = " h t t p s : / / m a p s . . . " > 
 
 +                                                         < d i v   c l a s s = " s p a c e - y - 4 " > 
 
 +                                                                 < d i v   c l a s s = " i n p u t - g r o u p " > 
 
 +                                                                         < l a b e l   c l a s s = " i n p u t - l a b e l " > J u d u l   A c a r a < / l a b e l > 
 
 +                                                                         < i n p u t   t y p e = " t e x t "   n a m e = " a k a d _ t i t l e "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' a k a d ' ] [ ' j u d u l ' ]   ? ?   ' '   } } "   c l a s s = " i n p u t - f i e l d "   p l a c e h o l d e r = " A k a d   N i k a h " > 
 
 +                                                                 < / d i v > 
 
 +                                                                 < d i v   c l a s s = " i n p u t - g r o u p " > 
 
 +                                                                         < l a b e l   c l a s s = " i n p u t - l a b e l " > W a k t u < / l a b e l > 
 
 +                                                                         < i n p u t   t y p e = " d a t e t i m e - l o c a l "   n a m e = " a k a d _ d a t e t i m e "   v a l u e = " { {   i s s e t ( $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' a k a d ' ] [ ' w a k t u ' ] )   ?   \ C a r b o n \ C a r b o n : : p a r s e ( $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' a k a d ' ] [ ' w a k t u ' ] ) - > f o r m a t ( ' Y - m - d \ T H : i ' )   :   ' '   } } "   c l a s s = " i n p u t - f i e l d " > 
 
 +                                                                 < / d i v > 
 
 +                                                                 < d i v   c l a s s = " i n p u t - g r o u p " > 
 
 +                                                                         < l a b e l   c l a s s = " i n p u t - l a b e l " > L o k a s i < / l a b e l > 
 
 +                                                                         < i n p u t   t y p e = " t e x t "   n a m e = " a k a d _ l o c a t i o n "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' a k a d ' ] [ ' t e m p a t ' ]   ? ?   ' '   } } "   c l a s s = " i n p u t - f i e l d "   p l a c e h o l d e r = " M a s j i d   A g u n g " > 
 
 +                                                                 < / d i v > 
 
 +                                                                 < d i v   c l a s s = " i n p u t - g r o u p " > 
 
 +                                                                         < l a b e l   c l a s s = " i n p u t - l a b e l " > A l a m a t   L e n g k a p < / l a b e l > 
 
 +                                                                         < t e x t a r e a   n a m e = " a k a d _ a d d r e s s "   r o w s = " 2 "   c l a s s = " i n p u t - f i e l d " > { {   $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' a k a d ' ] [ ' a l a m a t ' ]   ? ?   ' '   } } < / t e x t a r e a > 
 
 +                                                                 < / d i v > 
 
 +                                                                 < d i v   c l a s s = " i n p u t - g r o u p " > 
 
 +                                                                         < l a b e l   c l a s s = " i n p u t - l a b e l " > L i n k   M a p s < / l a b e l > 
 
 +                                                                         < i n p u t   t y p e = " t e x t "   n a m e = " a k a d _ m a p _ l i n k "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' a k a d ' ] [ ' m a p s ' ]   ? ?   ' '   } } "   c l a s s = " i n p u t - f i e l d "   p l a c e h o l d e r = " h t t p s : / / m a p s . g o o g l e . c o m / . . . " > 
 
 +                                                                 < / d i v > 
 
                                                           < / d i v > 
 
                                                   < / d i v > 
 
   
 
 -                                                 < d i v   c l a s s = " s p a c e - y - 4 " > 
 
 -                                                         < h 4   c l a s s = " f o n t - b o l d   t e x t - g r a y - 7 0 0   d a r k : t e x t - g r a y - 3 0 0   b o r d e r - l - 4   b o r d e r - p i n k - 5 0 0   p l - 3 " > A c a r a   2   ( R e s e p s i ) < / h 4 > 
 
 -                                                         < d i v > 
 
 -                                                                 < l a b e l   c l a s s = " f o r m - l a b e l " > J u d u l   A c a r a < / l a b e l > 
 
 -                                                                 < i n p u t   t y p e = " t e x t "   n a m e = " r e s e p s i _ t i t l e "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' r e s e p s i ' ] [ ' j u d u l ' ]   ? ?   ' '   } } "   c l a s s = " f o r m - i n p u t "   p l a c e h o l d e r = " R e s e p s i " > 
 
 -                                                         < / d i v > 
 
 -                                                         < d i v > 
 
 -                                                                 < l a b e l   c l a s s = " f o r m - l a b e l " > W a k t u < / l a b e l > 
 
 -                                                                 < i n p u t   t y p e = " d a t e t i m e - l o c a l "   n a m e = " r e s e p s i _ d a t e t i m e "   v a l u e = " { {   i s s e t ( $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' r e s e p s i ' ] [ ' w a k t u ' ] )   ?   \ C a r b o n \ C a r b o n : : p a r s e ( $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' r e s e p s i ' ] [ ' w a k t u ' ] ) - > f o r m a t ( ' Y - m - d \ T H : i ' )   :   ' '   } } "   c l a s s = " f o r m - i n p u t " > 
 
 -                                                         < / d i v > 
 
 -                                                         < d i v > 
 
 -                                                                 < l a b e l   c l a s s = " f o r m - l a b e l " > L o k a s i < / l a b e l > 
 
 -                                                                 < i n p u t   t y p e = " t e x t "   n a m e = " r e s e p s i _ l o c a t i o n "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' r e s e p s i ' ] [ ' t e m p a t ' ]   ? ?   ' '   } } "   c l a s s = " f o r m - i n p u t "   p l a c e h o l d e r = " H o t e l . . . " > 
 
 -                                                         < / d i v > 
 
 -                                                         < d i v > 
 
 -                                                                 < l a b e l   c l a s s = " f o r m - l a b e l " > A l a m a t   L e n g k a p < / l a b e l > 
 
 -                                                                 < t e x t a r e a   n a m e = " r e s e p s i _ a d d r e s s "   r o w s = " 2 "   c l a s s = " f o r m - i n p u t " > { {   $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' r e s e p s i ' ] [ ' a l a m a t ' ]   ? ?   ' '   } } < / t e x t a r e a > 
 
 +                                                 < ! - -   R e s e p s i   - - > 
 
 +                                                 < d i v   c l a s s = " e v e n t - c a r d " > 
 
 +                                                         < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 3   m b - 5 " > 
 
 +                                                                 < d i v   c l a s s = " w - 1 0   h - 1 0   b g - g r a d i e n t - t o - b r   f r o m - p i n k - 5 0 0   t o - r o s e - 6 0 0   r o u n d e d - x l   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   s h a d o w - l g " > 
 
 +                                                                         < s v g   c l a s s = " w - 5   h - 5   t e x t - w h i t e "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 2 1   1 5 . 5 4 6 c - . 5 2 3   0 - 1 . 0 4 6 . 1 5 1 - 1 . 5 . 4 5 4 a 2 . 7 0 4   2 . 7 0 4   0   0 1 - 3   0   2 . 7 0 4   2 . 7 0 4   0   0 0 - 3   0   2 . 7 0 4   2 . 7 0 4   0   0 1 - 3   0   2 . 7 0 4   2 . 7 0 4   0   0 0 - 3   0   2 . 7 0 4   2 . 7 0 4   0   0 1 - 3   0   2 . 7 0 1   2 . 7 0 1   0   0 0 - 1 . 5 - . 4 5 4 M 9   6 v 2 m 3 - 2 v 2 m 3 - 2 v 2 M 9   3 h . 0 1 M 1 2   3 h . 0 1 M 1 5   3 h . 0 1 M 2 1   2 1 v - 7 a 2   2   0   0 0 - 2 - 2 H 5 a 2   2   0   0 0 - 2   2 v 7 h 1 8 z m - 3 - 9 v - 2 a 2   2   0   0 0 - 2 - 2 H 8 a 2   2   0   0 0 - 2   2 v 2 h 1 2 z " > < / p a t h > < / s v g > 
 
 +                                                                 < / d i v > 
 
 +                                                                 < h 4   c l a s s = " f o n t - b o l d   t e x t - g r a y - 8 0 0   d a r k : t e x t - w h i t e " > R e s e p s i < / h 4 > 
 
                                                           < / d i v > 
 
 -                                                         < d i v > 
 
 -                                                                 < l a b e l   c l a s s = " f o r m - l a b e l " > L i n k   M a p s < / l a b e l > 
 
 -                                                                 < i n p u t   t y p e = " t e x t "   n a m e = " r e s e p s i _ m a p _ l i n k "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' r e s e p s i ' ] [ ' m a p s ' ]   ? ?   ' '   } } "   c l a s s = " f o r m - i n p u t "   p l a c e h o l d e r = " h t t p s : / / m a p s . . . " > 
 
 +                                                         < d i v   c l a s s = " s p a c e - y - 4 " > 
 
 +                                                                 < d i v   c l a s s = " i n p u t - g r o u p " > 
 
 +                                                                         < l a b e l   c l a s s = " i n p u t - l a b e l " > J u d u l   A c a r a < / l a b e l > 
 
 +                                                                         < i n p u t   t y p e = " t e x t "   n a m e = " r e s e p s i _ t i t l e "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' r e s e p s i ' ] [ ' j u d u l ' ]   ? ?   ' '   } } "   c l a s s = " i n p u t - f i e l d "   p l a c e h o l d e r = " R e s e p s i " > 
 
 +                                                                 < / d i v > 
 
 +                                                                 < d i v   c l a s s = " i n p u t - g r o u p " > 
 
 +                                                                         < l a b e l   c l a s s = " i n p u t - l a b e l " > W a k t u < / l a b e l > 
 
 +                                                                         < i n p u t   t y p e = " d a t e t i m e - l o c a l "   n a m e = " r e s e p s i _ d a t e t i m e "   v a l u e = " { {   i s s e t ( $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' r e s e p s i ' ] [ ' w a k t u ' ] )   ?   \ C a r b o n \ C a r b o n : : p a r s e ( $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' r e s e p s i ' ] [ ' w a k t u ' ] ) - > f o r m a t ( ' Y - m - d \ T H : i ' )   :   ' '   } } "   c l a s s = " i n p u t - f i e l d " > 
 
 +                                                                 < / d i v > 
 
 +                                                                 < d i v   c l a s s = " i n p u t - g r o u p " > 
 
 +                                                                         < l a b e l   c l a s s = " i n p u t - l a b e l " > L o k a s i < / l a b e l > 
 
 +                                                                         < i n p u t   t y p e = " t e x t "   n a m e = " r e s e p s i _ l o c a t i o n "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' r e s e p s i ' ] [ ' t e m p a t ' ]   ? ?   ' '   } } "   c l a s s = " i n p u t - f i e l d "   p l a c e h o l d e r = " H o t e l . . . " > 
 
 +                                                                 < / d i v > 
 
 +                                                                 < d i v   c l a s s = " i n p u t - g r o u p " > 
 
 +                                                                         < l a b e l   c l a s s = " i n p u t - l a b e l " > A l a m a t   L e n g k a p < / l a b e l > 
 
 +                                                                         < t e x t a r e a   n a m e = " r e s e p s i _ a d d r e s s "   r o w s = " 2 "   c l a s s = " i n p u t - f i e l d " > { {   $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' r e s e p s i ' ] [ ' a l a m a t ' ]   ? ?   ' '   } } < / t e x t a r e a > 
 
 +                                                                 < / d i v > 
 
 +                                                                 < d i v   c l a s s = " i n p u t - g r o u p " > 
 
 +                                                                         < l a b e l   c l a s s = " i n p u t - l a b e l " > L i n k   M a p s < / l a b e l > 
 
 +                                                                         < i n p u t   t y p e = " t e x t "   n a m e = " r e s e p s i _ m a p _ l i n k "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' r e s e p s i ' ] [ ' m a p s ' ]   ? ?   ' '   } } "   c l a s s = " i n p u t - f i e l d "   p l a c e h o l d e r = " h t t p s : / / m a p s . g o o g l e . c o m / . . . " > 
 
 +                                                                 < / d i v > 
 
                                                           < / d i v > 
 
                                                   < / d i v > 
 
                                           < / d i v > 
 
                                   < / d i v > 
 
   
 
 -                                 < d i v   c l a s s = " s p a c e - y - 6 " > 
 
 -                                         < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 3   b o r d e r - b   b o r d e r - g r a y - 3 0 0   d a r k : b o r d e r - g r a y - 7 0 0   p b - 2 " > 
 
 -                                                 < h 3   c l a s s = " t e x t - x l   f o n t - b o l d   t e x t - g r a y - 8 0 0   d a r k : t e x t - w h i t e   u p p e r c a s e   t r a c k i n g - w i d e r " > 3 .   M e d i a   &   G a l e r i < / h 3 > 
 
 -                                         < / d i v > 
 
 - 
 
 -                                         < d i v   c l a s s = " g r i d   g r i d - c o l s - 1   m d : g r i d - c o l s - 2   g a p - 8 " > 
 
 -                                                 < d i v > 
 
 -                                                         < l a b e l   c l a s s = " f o r m - l a b e l   m b - 2 " > F o t o   C o v e r < / l a b e l > 
 
 -                                                         < i n p u t   t y p e = " f i l e "   n a m e = " c o v e r _ i m a g e "   c l a s s = " f o r m - i n p u t   b g - w h i t e   d a r k : b g - g r a y - 8 0 0   p t - 2 " > 
 
 -                                                         @ i f ( i s s e t ( $ i n v i t a t i o n - > c o n t e n t [ ' m e d i a ' ] [ ' c o v e r ' ] ) ) 
 
 -                                                                 < p   c l a s s = " t e x t - x s   t e x t - g r e e n - 6 0 0   m t - 1 " > C o v e r   s u d a h   a d a . < / p > 
 
 -                                                         @ e n d i f 
 
 +                                 < ! - -   S e c t i o n   3 :   M e d i a   &   G a l e r i   - - > 
 
 +                                 < d i v   c l a s s = " s e t t i n g s - c a r d " > 
 
 +                                         < d i v   c l a s s = " s e t t i n g s - h e a d e r " > 
 
 +                                                 < d i v   c l a s s = " s e t t i n g s - i c o n   b g - g r a d i e n t - t o - b r   f r o m - v i o l e t - 5 0 0   t o - p u r p l e - 6 0 0 " > 
 
 +                                                         < s v g   c l a s s = " w - 6   h - 6   t e x t - w h i t e "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 4   1 6 l 4 . 5 8 6 - 4 . 5 8 6 a 2   2   0   0 1 2 . 8 2 8   0 L 1 6   1 6 m - 2 - 2 l 1 . 5 8 6 - 1 . 5 8 6 a 2   2   0   0 1 2 . 8 2 8   0 L 2 0   1 4 m - 6 - 6 h . 0 1 M 6   2 0 h 1 2 a 2   2   0   0 0 2 - 2 V 6 a 2   2   0   0 0 - 2 - 2 H 6 a 2   2   0   0 0 - 2   2 v 1 2 a 2   2   0   0 0 2   2 z " > < / p a t h > < / s v g > 
 
                                                   < / d i v > 
 
                                                   < d i v > 
 
 -                                                         < l a b e l   c l a s s = " f o r m - l a b e l   m b - 2 " > M u s i k   ( . m p 3 ) < / l a b e l > 
 
 -                                                         < i n p u t   t y p e = " f i l e "   n a m e = " m u s i c _ f i l e "   a c c e p t = " . m p 3 "   c l a s s = " f o r m - i n p u t   b g - w h i t e   d a r k : b g - g r a y - 8 0 0   p t - 2 " > 
 
 +                                                         < h 3   c l a s s = " s e t t i n g s - t i t l e " > M e d i a   &   G a l e r i < / h 3 > 
 
 +                                                         < p   c l a s s = " s e t t i n g s - s u b t i t l e " > F o t o ,   v i d e o ,   d a n   m u s i k   u n t u k   u n d a n g a n < / p > 
 
                                                   < / d i v > 
 
 -                                                 < d i v > 
 
 -                                                         < l a b e l   c l a s s = " f o r m - l a b e l " > L i n k   Y o u t u b e   E m b e d < / l a b e l > 
 
 -                                                         < i n p u t   t y p e = " t e x t "   n a m e = " v i d e o _ l i n k "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e d i a ' ] [ ' v i d e o _ l i n k ' ]   ? ?   ' '   } } "   c l a s s = " f o r m - i n p u t "   p l a c e h o l d e r = " h t t p s : / / w w w . y o u t u b e . c o m / e m b e d / . . . " > 
 
 +                                         < / d i v > 
 
 + 
 
 +                                         < d i v   c l a s s = " p - 6   s p a c e - y - 6 " > 
 
 +                                                 < d i v   c l a s s = " g r i d   g r i d - c o l s - 1   m d : g r i d - c o l s - 2   g a p - 6 " > 
 
 +                                                         < d i v   c l a s s = " u p l o a d - c a r d " > 
 
 +                                                                 < d i v   c l a s s = " u p l o a d - i c o n " > 
 
 +                                                                         < s v g   c l a s s = " w - 8   h - 8   t e x t - i n d i g o - 5 0 0 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 4   1 6 l 4 . 5 8 6 - 4 . 5 8 6 a 2   2   0   0 1 2 . 8 2 8   0 L 1 6   1 6 m - 2 - 2 l 1 . 5 8 6 - 1 . 5 8 6 a 2   2   0   0 1 2 . 8 2 8   0 L 2 0   1 4 m - 6 - 6 h . 0 1 M 6   2 0 h 1 2 a 2   2   0   0 0 2 - 2 V 6 a 2   2   0   0 0 - 2 - 2 H 6 a 2   2   0   0 0 - 2   2 v 1 2 a 2   2   0   0 0 2   2 z " > < / p a t h > < / s v g > 
 
 +                                                                 < / d i v > 
 
 +                                                                 < h 5   c l a s s = " f o n t - s e m i b o l d   t e x t - g r a y - 8 0 0   d a r k : t e x t - w h i t e   m b - 1 " > F o t o   C o v e r < / h 5 > 
 
 +                                                                 < p   c l a s s = " t e x t - s m   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   m b - 3 " > F o t o   u t a m a   u n d a n g a n < / p > 
 
 +                                                                 < i n p u t   t y p e = " f i l e "   n a m e = " c o v e r _ i m a g e "   c l a s s = " f i l e - i n p u t " > 
 
 +                                                                 @ i f ( i s s e t ( $ i n v i t a t i o n - > c o n t e n t [ ' m e d i a ' ] [ ' c o v e r ' ] ) ) 
 
 +                                                                         < s p a n   c l a s s = " i n l i n e - f l e x   i t e m s - c e n t e r   g a p - 1   t e x t - x s   t e x t - e m e r a l d - 6 0 0   m t - 2 " > < s v g   c l a s s = " w - 4   h - 4 "   f i l l = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 0   2 0 " > < p a t h   f i l l - r u l e = " e v e n o d d "   d = " M 1 0   1 8 a 8   8   0   1 0 0 - 1 6   8   8   0   0 0 0   1 6 z m 3 . 7 0 7 - 9 . 2 9 3 a 1   1   0   0 0 - 1 . 4 1 4 - 1 . 4 1 4 L 9   1 0 . 5 8 6   7 . 7 0 7   9 . 2 9 3 a 1   1   0   0 0 - 1 . 4 1 4   1 . 4 1 4 l 2   2 a 1   1   0   0 0 1 . 4 1 4   0 l 4 - 4 z "   c l i p - r u l e = " e v e n o d d " > < / p a t h > < / s v g >   C o v e r   t e r s e d i a < / s p a n > 
 
 +                                                                 @ e n d i f 
 
 +                                                         < / d i v > 
 
 +                                                         < d i v   c l a s s = " u p l o a d - c a r d " > 
 
 +                                                                 < d i v   c l a s s = " u p l o a d - i c o n " > 
 
 +                                                                         < s v g   c l a s s = " w - 8   h - 8   t e x t - p i n k - 5 0 0 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 9   1 9 V 6 l 1 2 - 3 v 1 3 M 9   1 9 c 0   1 . 1 0 5 - 1 . 3 4 3   2 - 3   2 s - 3 - . 8 9 5 - 3 - 2   1 . 3 4 3 - 2   3 - 2   3   . 8 9 5   3   2 z m 1 2 - 3 c 0   1 . 1 0 5 - 1 . 3 4 3   2 - 3   2 s - 3 - . 8 9 5 - 3 - 2   1 . 3 4 3 - 2   3 - 2   3   . 8 9 5   3   2 z M 9   1 0 l 1 2 - 3 " > < / p a t h > < / s v g > 
 
 +                                                                 < / d i v > 
 
 +                                                                 < h 5   c l a s s = " f o n t - s e m i b o l d   t e x t - g r a y - 8 0 0   d a r k : t e x t - w h i t e   m b - 1 " > B a c k g r o u n d   M u s i k < / h 5 > 
 
 +                                                                 < p   c l a s s = " t e x t - s m   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   m b - 3 " > F o r m a t   M P 3 < / p > 
 
 +                                                                 < i n p u t   t y p e = " f i l e "   n a m e = " m u s i c _ f i l e "   a c c e p t = " . m p 3 "   c l a s s = " f i l e - i n p u t " > 
 
 +                                                         < / d i v > 
 
                                                   < / d i v > 
 
 -                                                 < d i v > 
 
 -                                                         < l a b e l   c l a s s = " f o r m - l a b e l   m b - 2 " > G a l e r i   F o t o   ( B a n y a k ) < / l a b e l > 
 
 -                                                         < i n p u t   t y p e = " f i l e "   n a m e = " g a l l e r y _ p h o t o s [ ] "   m u l t i p l e   c l a s s = " f o r m - i n p u t   b g - w h i t e   d a r k : b g - g r a y - 8 0 0   p t - 2 " > 
 
 +                                                 
 
 +                                                 < d i v   c l a s s = " i n p u t - g r o u p " > 
 
 +                                                         < l a b e l   c l a s s = " i n p u t - l a b e l " > L i n k   V i d e o   Y o u T u b e < / l a b e l > 
 
 +                                                         < i n p u t   t y p e = " t e x t "   n a m e = " v i d e o _ l i n k "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e d i a ' ] [ ' v i d e o _ l i n k ' ]   ? ?   ' '   } } "   c l a s s = " i n p u t - f i e l d "   p l a c e h o l d e r = " h t t p s : / / w w w . y o u t u b e . c o m / e m b e d / . . . " > 
 
                                                   < / d i v > 
 
 -                                         < / d i v > 
 
 -                                         
 
 -                                         @ i f ( i s s e t ( $ i n v i t a t i o n - > c o n t e n t [ ' m e d i a ' ] [ ' g a l l e r y ' ] )   & &   c o u n t ( $ i n v i t a t i o n - > c o n t e n t [ ' m e d i a ' ] [ ' g a l l e r y ' ] )   >   0 ) 
 
 -                                                 < d i v   c l a s s = " g r i d   g r i d - c o l s - 4   m d : g r i d - c o l s - 6   g a p - 2   m t - 4 " > 
 
 -                                                         @ f o r e a c h ( $ i n v i t a t i o n - > c o n t e n t [ ' m e d i a ' ] [ ' g a l l e r y ' ]   a s   $ p h o t o ) 
 
 -                                                                 < i m g   s r c = " { {   a s s e t ( $ p h o t o )   } } "   c l a s s = " h - 2 0   w - f u l l   o b j e c t - c o v e r   r o u n d e d - l g   b o r d e r   b o r d e r - g r a y - 3 0 0   d a r k : b o r d e r - g r a y - 7 0 0 " > 
 
 -                                                         @ e n d f o r e a c h 
 
 + 
 
 +                                                 < d i v   c l a s s = " u p l o a d - c a r d " > 
 
 +                                                         < d i v   c l a s s = " u p l o a d - i c o n " > 
 
 +                                                                 < s v g   c l a s s = " w - 8   h - 8   t e x t - p u r p l e - 5 0 0 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 9   1 1 H 5 m 1 4   0 a 2   2   0   0 1 2   2 v 6 a 2   2   0   0 1 - 2   2 H 5 a 2   2   0   0 1 - 2 - 2 v - 6 a 2   2   0   0 1 2 - 2 m 1 4   0 V 9 a 2   2   0   0 0 - 2 - 2 M 5   1 1 V 9 a 2   2   0   0 1 2 - 2 m 0   0 V 5 a 2   2   0   0 1 2 - 2 h 6 a 2   2   0   0 1 2   2 v 2 M 7   7 h 1 0 " > < / p a t h > < / s v g > 
 
 +                                                         < / d i v > 
 
 +                                                         < h 5   c l a s s = " f o n t - s e m i b o l d   t e x t - g r a y - 8 0 0   d a r k : t e x t - w h i t e   m b - 1 " > G a l e r i   F o t o < / h 5 > 
 
 +                                                         < p   c l a s s = " t e x t - s m   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   m b - 3 " > U p l o a d   b a n y a k   f o t o   s e k a l i g u s < / p > 
 
 +                                                         < i n p u t   t y p e = " f i l e "   n a m e = " g a l l e r y _ p h o t o s [ ] "   m u l t i p l e   c l a s s = " f i l e - i n p u t " > 
 
                                                   < / d i v > 
 
 -                                         @ e n d i f 
 
 +                                                 
 
 +                                                 @ i f ( i s s e t ( $ i n v i t a t i o n - > c o n t e n t [ ' m e d i a ' ] [ ' g a l l e r y ' ] )   & &   c o u n t ( $ i n v i t a t i o n - > c o n t e n t [ ' m e d i a ' ] [ ' g a l l e r y ' ] )   >   0 ) 
 
 +                                                         < d i v   c l a s s = " g r i d   g r i d - c o l s - 3   m d : g r i d - c o l s - 6   g a p - 3   m t - 4 " > 
 
 +                                                                 @ f o r e a c h ( $ i n v i t a t i o n - > c o n t e n t [ ' m e d i a ' ] [ ' g a l l e r y ' ]   a s   $ p h o t o ) 
 
 +                                                                         < d i v   c l a s s = " a s p e c t - s q u a r e   r o u n d e d - x l   o v e r f l o w - h i d d e n   s h a d o w - m d   h o v e r : s h a d o w - x l   t r a n s i t i o n - s h a d o w " > 
 
 +                                                                                 < i m g   s r c = " { {   a s s e t ( $ p h o t o )   } } "   c l a s s = " w - f u l l   h - f u l l   o b j e c t - c o v e r   h o v e r : s c a l e - 1 1 0   t r a n s i t i o n - t r a n s f o r m   d u r a t i o n - 3 0 0 " > 
 
 +                                                                         < / d i v > 
 
 +                                                                 @ e n d f o r e a c h 
 
 +                                                         < / d i v > 
 
 +                                                 @ e n d i f 
 
 +                                         < / d i v > 
 
                                   < / d i v > 
 
   
 
 -                                 < d i v   c l a s s = " s p a c e - y - 6 " > 
 
 -                                         < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 3   b o r d e r - b   b o r d e r - g r a y - 3 0 0   d a r k : b o r d e r - g r a y - 7 0 0   p b - 2 " > 
 
 -                                                 < h 3   c l a s s = " t e x t - x l   f o n t - b o l d   t e x t - g r a y - 8 0 0   d a r k : t e x t - w h i t e   u p p e r c a s e   t r a c k i n g - w i d e r " > 4 .   L o v e   S t o r y < / h 3 > 
 
 +                                 < ! - -   S e c t i o n   4 :   L o v e   S t o r y   - - > 
 
 +                                 < d i v   c l a s s = " s e t t i n g s - c a r d " > 
 
 +                                         < d i v   c l a s s = " s e t t i n g s - h e a d e r " > 
 
 +                                                 < d i v   c l a s s = " s e t t i n g s - i c o n   b g - g r a d i e n t - t o - b r   f r o m - r o s e - 5 0 0   t o - p i n k - 6 0 0 " > 
 
 +                                                         < s v g   c l a s s = " w - 6   h - 6   t e x t - w h i t e "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 4 . 3 1 8   6 . 3 1 8 a 4 . 5   4 . 5   0   0 0 0   6 . 3 6 4 L 1 2   2 0 . 3 6 4 l 7 . 6 8 2 - 7 . 6 8 2 a 4 . 5   4 . 5   0   0 0 - 6 . 3 6 4 - 6 . 3 6 4 L 1 2   7 . 6 3 6 l - 1 . 3 1 8 - 1 . 3 1 8 a 4 . 5   4 . 5   0   0 0 - 6 . 3 6 4   0 z " > < / p a t h > < / s v g > 
 
 +                                                 < / d i v > 
 
 +                                                 < d i v > 
 
 +                                                         < h 3   c l a s s = " s e t t i n g s - t i t l e " > L o v e   S t o r y < / h 3 > 
 
 +                                                         < p   c l a s s = " s e t t i n g s - s u b t i t l e " > C e r i t a k a n   p e r j a l a n a n   c i n t a   k a l i a n < / p > 
 
 +                                                 < / d i v > 
 
                                           < / d i v > 
 
   
 
                                           @ p h p   
 
 @ @   - 2 3 0 , 5 8   + 3 2 9 , 8 1   @ @ 
 
                                                   } 
 
                                           @ e n d p h p 
 
   
 
 -                                         @ f o r e a c h   ( $ s t o r i e s   a s   $ i n d e x   = >   $ s t o r y ) 
 
 -                                         < d i v   c l a s s = " g r i d   g r i d - c o l s - 1   m d : g r i d - c o l s - 1 2   g a p - 4   i t e m s - s t a r t   b g - w h i t e   d a r k : b g - g r a y - 8 0 0   p - 4   r o u n d e d - x l   s h a d o w - s m   b o r d e r   b o r d e r - g r a y - 2 0 0   d a r k : b o r d e r - g r a y - 7 0 0 " > 
 
 -                                                 < d i v   c l a s s = " m d : c o l - s p a n - 2 " > 
 
 -                                                         < l a b e l   c l a s s = " f o r m - l a b e l " > T a h u n < / l a b e l > 
 
 -                                                         < i n p u t   t y p e = " t e x t "   n a m e = " l o v e _ s t o r i e s [ { {   $ i n d e x   } } ] [ y e a r ] "   v a l u e = " { {   $ s t o r y [ ' y e a r ' ]   ? ?   ' '   } } "   c l a s s = " f o r m - i n p u t "   p l a c e h o l d e r = " 2 0 2 0 " > 
 
 -                                                 < / d i v > 
 
 -                                                 < d i v   c l a s s = " m d : c o l - s p a n - 4 " > 
 
 -                                                         < l a b e l   c l a s s = " f o r m - l a b e l " > J u d u l < / l a b e l > 
 
 -                                                         < i n p u t   t y p e = " t e x t "   n a m e = " l o v e _ s t o r i e s [ { {   $ i n d e x   } } ] [ t i t l e ] "   v a l u e = " { {   $ s t o r y [ ' t i t l e ' ]   ? ?   ' '   } } "   c l a s s = " f o r m - i n p u t "   p l a c e h o l d e r = " P e r t a m a   B e r t e m u " > 
 
 -                                                 < / d i v > 
 
 -                                                 < d i v   c l a s s = " m d : c o l - s p a n - 6 " > 
 
 -                                                         < l a b e l   c l a s s = " f o r m - l a b e l " > C e r i t a < / l a b e l > 
 
 -                                                         < t e x t a r e a   n a m e = " l o v e _ s t o r i e s [ { {   $ i n d e x   } } ] [ s t o r y ] "   r o w s = " 1 "   c l a s s = " f o r m - i n p u t "   p l a c e h o l d e r = " C e r i t a   s i n g k a t . . . " > { {   $ s t o r y [ ' s t o r y ' ]   ? ?   ' '   } } < / t e x t a r e a > 
 
 +                                         < d i v   c l a s s = " p - 6   s p a c e - y - 4 " > 
 
 +                                                 @ f o r e a c h   ( $ s t o r i e s   a s   $ i n d e x   = >   $ s t o r y ) 
 
 +                                                 < d i v   c l a s s = " s t o r y - c a r d " > 
 
 +                                                         < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 3   m b - 4 " > 
 
 +                                                                 < d i v   c l a s s = " w - 8   h - 8   b g - g r a d i e n t - t o - b r   f r o m - p i n k - 5 0 0   t o - r o s e - 5 0 0   r o u n d e d - l g   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   t e x t - w h i t e   f o n t - b o l d   t e x t - s m   s h a d o w - l g " > { {   $ i n d e x   +   1   } } < / d i v > 
 
 +                                                                 < s p a n   c l a s s = " t e x t - s m   f o n t - m e d i u m   t e x t - g r a y - 6 0 0   d a r k : t e x t - g r a y - 4 0 0 " > B a g i a n   { {   $ i n d e x   +   1   } } < / s p a n > 
 
 +                                                         < / d i v > 
 
 +                                                         < d i v   c l a s s = " g r i d   g r i d - c o l s - 1   m d : g r i d - c o l s - 1 2   g a p - 4 " > 
 
 +                                                                 < d i v   c l a s s = " m d : c o l - s p a n - 2 " > 
 
 +                                                                         < l a b e l   c l a s s = " i n p u t - l a b e l " > T a h u n < / l a b e l > 
 
 +                                                                         < i n p u t   t y p e = " t e x t "   n a m e = " l o v e _ s t o r i e s [ { {   $ i n d e x   } } ] [ y e a r ] "   v a l u e = " { {   $ s t o r y [ ' y e a r ' ]   ? ?   ' '   } } "   c l a s s = " i n p u t - f i e l d   t e x t - c e n t e r "   p l a c e h o l d e r = " 2 0 2 0 " > 
 
 +                                                                 < / d i v > 
 
 +                                                                 < d i v   c l a s s = " m d : c o l - s p a n - 4 " > 
 
 +                                                                         < l a b e l   c l a s s = " i n p u t - l a b e l " > J u d u l < / l a b e l > 
 
 +                                                                         < i n p u t   t y p e = " t e x t "   n a m e = " l o v e _ s t o r i e s [ { {   $ i n d e x   } } ] [ t i t l e ] "   v a l u e = " { {   $ s t o r y [ ' t i t l e ' ]   ? ?   ' '   } } "   c l a s s = " i n p u t - f i e l d "   p l a c e h o l d e r = " P e r t a m a   B e r t e m u " > 
 
 +                                                                 < / d i v > 
 
 +                                                                 < d i v   c l a s s = " m d : c o l - s p a n - 6 " > 
 
 +                                                                         < l a b e l   c l a s s = " i n p u t - l a b e l " > C e r i t a < / l a b e l > 
 
 +                                                                         < t e x t a r e a   n a m e = " l o v e _ s t o r i e s [ { {   $ i n d e x   } } ] [ s t o r y ] "   r o w s = " 1 "   c l a s s = " i n p u t - f i e l d "   p l a c e h o l d e r = " C e r i t a   s i n g k a t . . . " > { {   $ s t o r y [ ' s t o r y ' ]   ? ?   ' '   } } < / t e x t a r e a > 
 
 +                                                                 < / d i v > 
 
 +                                                         < / d i v > 
 
                                                   < / d i v > 
 
 +                                                 @ e n d f o r e a c h 
 
                                           < / d i v > 
 
 -                                         @ e n d f o r e a c h 
 
                                   < / d i v > 
 
   
 
 -                                 < d i v   c l a s s = " s p a c e - y - 6 " > 
 
 -                                         < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 3   b o r d e r - b   b o r d e r - g r a y - 3 0 0   d a r k : b o r d e r - g r a y - 7 0 0   p b - 2 " > 
 
 -                                                 < h 3   c l a s s = " t e x t - x l   f o n t - b o l d   t e x t - g r a y - 8 0 0   d a r k : t e x t - w h i t e   u p p e r c a s e   t r a c k i n g - w i d e r " > 5 .   A m p l o p   D i g i t a l < / h 3 > 
 
 -                                         < / d i v > 
 
 -                                         < d i v   c l a s s = " g r i d   g r i d - c o l s - 1   m d : g r i d - c o l s - 3   g a p - 6 " > 
 
 -                                                 < d i v > 
 
 -                                                         < l a b e l   c l a s s = " f o r m - l a b e l " > B a n k   /   E - W a l l e t < / l a b e l > 
 
 -                                                         < i n p u t   t y p e = " t e x t "   n a m e = " b a n k _ n a m e "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' a m p l o p ' ] [ ' b a n k _ n a m e ' ]   ? ?   ' '   } } "   c l a s s = " f o r m - i n p u t "   p l a c e h o l d e r = " B C A " > 
 
 +                                 < ! - -   S e c t i o n   5 :   A m p l o p   D i g i t a l   - - > 
 
 +                                 < d i v   c l a s s = " s e t t i n g s - c a r d " > 
 
 +                                         < d i v   c l a s s = " s e t t i n g s - h e a d e r " > 
 
 +                                                 < d i v   c l a s s = " s e t t i n g s - i c o n   b g - g r a d i e n t - t o - b r   f r o m - e m e r a l d - 5 0 0   t o - t e a l - 6 0 0 " > 
 
 +                                                         < s v g   c l a s s = " w - 6   h - 6   t e x t - w h i t e "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 3   1 0 h 1 8 M 7   1 5 h 1 m 4   0 h 1 m - 7   4 h 1 2 a 3   3   0   0 0 3 - 3 V 8 a 3   3   0   0 0 - 3 - 3 H 6 a 3   3   0   0 0 - 3   3 v 8 a 3   3   0   0 0 3   3 z " > < / p a t h > < / s v g > 
 
                                                   < / d i v > 
 
                                                   < d i v > 
 
 -                                                         < l a b e l   c l a s s = " f o r m - l a b e l " > N o   R e k e n i n g < / l a b e l > 
 
 -                                                         < i n p u t   t y p e = " t e x t "   n a m e = " b a n k _ n u m b e r "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' a m p l o p ' ] [ ' a c c o u n t _ n u m b e r ' ]   ? ?   ' '   } } "   c l a s s = " f o r m - i n p u t "   p l a c e h o l d e r = " 1 2 3 4 5 6 " > 
 
 -                                                 < / d i v > 
 
 -                                                 < d i v > 
 
 -                                                         < l a b e l   c l a s s = " f o r m - l a b e l " > A t a s   N a m a < / l a b e l > 
 
 -                                                         < i n p u t   t y p e = " t e x t "   n a m e = " b a n k _ h o l d e r "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' a m p l o p ' ] [ ' a c c o u n t _ h o l d e r ' ]   ? ?   ' '   } } "   c l a s s = " f o r m - i n p u t "   p l a c e h o l d e r = " N a m a   P e m i l i k " > 
 
 +                                                         < h 3   c l a s s = " s e t t i n g s - t i t l e " > A m p l o p   D i g i t a l < / h 3 > 
 
 +                                                         < p   c l a s s = " s e t t i n g s - s u b t i t l e " > I n f o r m a s i   t r a n s f e r   d a n   k i r i m   k a d o < / p > 
 
                                                   < / d i v > 
 
                                           < / d i v > 
 
 -                                         < d i v   c l a s s = " g r i d   g r i d - c o l s - 1   m d : g r i d - c o l s - 2   g a p - 6 " > 
 
 -                                                 < d i v > 
 
 -                                                         < l a b e l   c l a s s = " f o r m - l a b e l " > A l a m a t   K i r i m   K a d o < / l a b e l > 
 
 -                                                         < t e x t a r e a   n a m e = " g i f t _ a d d r e s s "   r o w s = " 2 "   c l a s s = " f o r m - i n p u t "   p l a c e h o l d e r = " J a l a n . . . " > { {   $ i n v i t a t i o n - > c o n t e n t [ ' a m p l o p ' ] [ ' a l a m a t _ k a d o ' ]   ? ?   ' '   } } < / t e x t a r e a > 
 
 + 
 
 +                                         < d i v   c l a s s = " p - 6   s p a c e - y - 6 " > 
 
 +                                                 < d i v   c l a s s = " g r i d   g r i d - c o l s - 1   m d : g r i d - c o l s - 3   g a p - 4 " > 
 
 +                                                         < d i v   c l a s s = " i n p u t - g r o u p " > 
 
 +                                                                 < l a b e l   c l a s s = " i n p u t - l a b e l " > B a n k   /   E - W a l l e t < / l a b e l > 
 
 +                                                                 < i n p u t   t y p e = " t e x t "   n a m e = " b a n k _ n a m e "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' a m p l o p ' ] [ ' b a n k _ n a m e ' ]   ? ?   ' '   } } "   c l a s s = " i n p u t - f i e l d "   p l a c e h o l d e r = " B C A " > 
 
 +                                                         < / d i v > 
 
 +                                                         < d i v   c l a s s = " i n p u t - g r o u p " > 
 
 +                                                                 < l a b e l   c l a s s = " i n p u t - l a b e l " > N o   R e k e n i n g < / l a b e l > 
 
 +                                                                 < i n p u t   t y p e = " t e x t "   n a m e = " b a n k _ n u m b e r "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' a m p l o p ' ] [ ' a c c o u n t _ n u m b e r ' ]   ? ?   ' '   } } "   c l a s s = " i n p u t - f i e l d "   p l a c e h o l d e r = " 1 2 3 4 5 6 7 8 9 0 " > 
 
 +                                                         < / d i v > 
 
 +                                                         < d i v   c l a s s = " i n p u t - g r o u p " > 
 
 +                                                                 < l a b e l   c l a s s = " i n p u t - l a b e l " > A t a s   N a m a < / l a b e l > 
 
 +                                                                 < i n p u t   t y p e = " t e x t "   n a m e = " b a n k _ h o l d e r "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' a m p l o p ' ] [ ' a c c o u n t _ h o l d e r ' ]   ? ?   ' '   } } "   c l a s s = " i n p u t - f i e l d "   p l a c e h o l d e r = " N a m a   P e m i l i k " > 
 
 +                                                         < / d i v > 
 
                                                   < / d i v > 
 
 -                                                 < d i v > 
 
 -                                                         < l a b e l   c l a s s = " f o r m - l a b e l " > L i n k   M a p s < / l a b e l > 
 
 -                                                         < i n p u t   t y p e = " t e x t "   n a m e = " g i f t _ m a p _ l i n k "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' a m p l o p ' ] [ ' m a p s _ k a d o ' ]   ? ?   ' '   } } "   c l a s s = " f o r m - i n p u t "   p l a c e h o l d e r = " h t t p s : / / m a p s . . . " > 
 
 +                                                 < d i v   c l a s s = " g r i d   g r i d - c o l s - 1   m d : g r i d - c o l s - 2   g a p - 4 " > 
 
 +                                                         < d i v   c l a s s = " i n p u t - g r o u p " > 
 
 +                                                                 < l a b e l   c l a s s = " i n p u t - l a b e l " > A l a m a t   K i r i m   K a d o < / l a b e l > 
 
 +                                                                 < t e x t a r e a   n a m e = " g i f t _ a d d r e s s "   r o w s = " 2 "   c l a s s = " i n p u t - f i e l d "   p l a c e h o l d e r = " J a l a n . . . " > { {   $ i n v i t a t i o n - > c o n t e n t [ ' a m p l o p ' ] [ ' a l a m a t _ k a d o ' ]   ? ?   ' '   } } < / t e x t a r e a > 
 
 +                                                         < / d i v > 
 
 +                                                         < d i v   c l a s s = " i n p u t - g r o u p " > 
 
 +                                                                 < l a b e l   c l a s s = " i n p u t - l a b e l " > L i n k   M a p s   A l a m a t   K a d o < / l a b e l > 
 
 +                                                                 < i n p u t   t y p e = " t e x t "   n a m e = " g i f t _ m a p _ l i n k "   v a l u e = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' a m p l o p ' ] [ ' m a p s _ k a d o ' ]   ? ?   ' '   } } "   c l a s s = " i n p u t - f i e l d "   p l a c e h o l d e r = " h t t p s : / / m a p s . g o o g l e . c o m / . . . " > 
 
 +                                                         < / d i v > 
 
                                                   < / d i v > 
 
                                           < / d i v > 
 
                                   < / d i v > 
 
   
 
 -                                 < d i v   c l a s s = " f i x e d   b o t t o m - 0   l e f t - 0   r i g h t - 0   b g - w h i t e / 9 0   d a r k : b g - g r a y - 9 0 0 / 9 0   b a c k d r o p - b l u r - m d   b o r d e r - t   b o r d e r - g r a y - 2 0 0   d a r k : b o r d e r - g r a y - 7 0 0   p - 4   z - 5 0 " > 
 
 -                                         < d i v   c l a s s = " m a x - w - 5 x l   m x - a u t o   f l e x   j u s t i f y - e n d " > 
 
 -                                                 < b u t t o n   t y p e = " s u b m i t "   c l a s s = " b g - i n d i g o - 6 0 0   h o v e r : b g - i n d i g o - 7 0 0   t e x t - w h i t e   f o n t - b o l d   p y - 3   p x - 1 0   r o u n d e d - f u l l   s h a d o w - l g   t r a n s i t i o n - t r a n s f o r m   t r a n s f o r m   h o v e r : - t r a n s l a t e - y - 1   w - f u l l   m d : w - a u t o " > 
 
 -                                                         S i m p a n   D a t a 
 
 +                                 < ! - -   F i x e d   S a v e   B u t t o n   - - > 
 
 +                                 < d i v   c l a s s = " f i x e d   b o t t o m - 0   l e f t - 0   r i g h t - 0   b g - w h i t e / 8 0   d a r k : b g - g r a y - 9 0 0 / 8 0   b a c k d r o p - b l u r - x l   b o r d e r - t   b o r d e r - g r a y - 2 0 0 / 5 0   d a r k : b o r d e r - g r a y - 7 0 0 / 5 0   p - 4   z - 5 0   s h a d o w - 2 x l   s h a d o w - b l a c k / 1 0 " > 
 
 +                                         < d i v   c l a s s = " m a x - w - 5 x l   m x - a u t o   f l e x   i t e m s - c e n t e r   j u s t i f y - b e t w e e n   g a p - 4 " > 
 
 +                                                 < p   c l a s s = " t e x t - s m   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   h i d d e n   m d : b l o c k " > 
 
 +                                                         < s p a n   c l a s s = " i n l i n e - f l e x   i t e m s - c e n t e r   g a p - 1 " > < s v g   c l a s s = " w - 4   h - 4 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 3   1 6 h - 1 v - 4 h - 1 m 1 - 4 h . 0 1 M 2 1   1 2 a 9   9   0   1 1 - 1 8   0   9   9   0   0 1 1 8   0 z " > < / p a t h > < / s v g >   J a n g a n   l u p a   s i m p a n   p e r u b a h a n < / s p a n > 
 
 +                                                 < / p > 
 
 +                                                 < b u t t o n   t y p e = " s u b m i t "   c l a s s = " g r o u p   b g - g r a d i e n t - t o - r   f r o m - i n d i g o - 6 0 0   t o - p u r p l e - 6 0 0   h o v e r : f r o m - i n d i g o - 7 0 0   h o v e r : t o - p u r p l e - 7 0 0   t e x t - w h i t e   f o n t - b o l d   p y - 4   p x - 1 0   r o u n d e d - 2 x l   s h a d o w - x l   s h a d o w - i n d i g o - 5 0 0 / 3 0   t r a n s i t i o n - a l l   d u r a t i o n - 3 0 0   h o v e r : s h a d o w - 2 x l   h o v e r : s h a d o w - i n d i g o - 5 0 0 / 4 0   h o v e r : - t r a n s l a t e - y - 1   w - f u l l   m d : w - a u t o   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   g a p - 3 " > 
 
 +                                                         < s v g   c l a s s = " w - 5   h - 5   t r a n s i t i o n - t r a n s f o r m   g r o u p - h o v e r : s c a l e - 1 1 0 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 5   1 3 l 4   4 L 1 9   7 " > < / p a t h > < / s v g > 
 
 +                                                         S i m p a n   P e r u b a h a n 
 
                                                   < / b u t t o n > 
 
                                           < / d i v > 
 
                                   < / d i v > 
 
 @ @   - 2 9 1 , 4 1   + 4 1 3 , 2 0 6   @ @ 
 
           < / d i v > 
 
   
 
           < s t y l e > 
 
 -                 / *   P a k s a   w a r n a   l a b e l   a g a r   t e r l i h a t   d i   d a r k / l i g h t   m o d e   * / 
 
 -                 . f o r m - l a b e l   { 
 
 +                 / *   S e t t i n g s   C a r d   * / 
 
 +                 . s e t t i n g s - c a r d   { 
 
 +                         b a c k g r o u n d :   w h i t e ; 
 
 +                         b o r d e r - r a d i u s :   1 . 5 r e m ; 
 
 +                         b o x - s h a d o w :   0   4 p x   6 p x   - 1 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 1 ) ,   0   2 p x   4 p x   - 1 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 0 6 ) ; 
 
 +                         o v e r f l o w :   h i d d e n ; 
 
 +                         b o r d e r :   1 p x   s o l i d   r g b a ( 2 2 9 ,   2 3 1 ,   2 3 5 ,   0 . 5 ) ; 
 
 +                 } 
 
 +                 . d a r k   . s e t t i n g s - c a r d   { 
 
 +                         b a c k g r o u n d :   r g b ( 1 7   2 4   3 9 ) ; 
 
 +                         b o r d e r - c o l o r :   r g b a ( 5 5 ,   6 5 ,   8 1 ,   0 . 5 ) ; 
 
 +                 } 
 
 + 
 
 +                 . s e t t i n g s - h e a d e r   { 
 
 +                         d i s p l a y :   f l e x ; 
 
 +                         a l i g n - i t e m s :   c e n t e r ; 
 
 +                         g a p :   1 r e m ; 
 
 +                         p a d d i n g :   1 . 5 r e m ; 
 
 +                         b o r d e r - b o t t o m :   1 p x   s o l i d   r g b a ( 2 2 9 ,   2 3 1 ,   2 3 5 ,   0 . 5 ) ; 
 
 +                         b a c k g r o u n d :   l i n e a r - g r a d i e n t ( t o   r i g h t ,   r g b a ( 2 4 9 ,   2 5 0 ,   2 5 1 ,   0 . 5 ) ,   t r a n s p a r e n t ) ; 
 
 +                 } 
 
 +                 . d a r k   . s e t t i n g s - h e a d e r   { 
 
 +                         b o r d e r - c o l o r :   r g b a ( 5 5 ,   6 5 ,   8 1 ,   0 . 5 ) ; 
 
 +                         b a c k g r o u n d :   l i n e a r - g r a d i e n t ( t o   r i g h t ,   r g b a ( 3 1 ,   4 1 ,   5 5 ,   0 . 5 ) ,   t r a n s p a r e n t ) ; 
 
 +                 } 
 
 + 
 
 +                 . s e t t i n g s - i c o n   { 
 
 +                         w i d t h :   3 r e m ; 
 
 +                         h e i g h t :   3 r e m ; 
 
 +                         b o r d e r - r a d i u s :   1 r e m ; 
 
 +                         d i s p l a y :   f l e x ; 
 
 +                         a l i g n - i t e m s :   c e n t e r ; 
 
 +                         j u s t i f y - c o n t e n t :   c e n t e r ; 
 
 +                         b o x - s h a d o w :   0   1 0 p x   1 5 p x   - 3 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 1 ) ; 
 
 +                 } 
 
 + 
 
 +                 . s e t t i n g s - t i t l e   { 
 
 +                         f o n t - s i z e :   1 . 2 5 r e m ; 
 
 +                         f o n t - w e i g h t :   7 0 0 ; 
 
 +                         c o l o r :   # 1 f 2 9 3 7 ; 
 
 +                 } 
 
 +                 . d a r k   . s e t t i n g s - t i t l e   { 
 
 +                         c o l o r :   w h i t e ; 
 
 +                 } 
 
 + 
 
 +                 . s e t t i n g s - s u b t i t l e   { 
 
 +                         f o n t - s i z e :   0 . 8 7 5 r e m ; 
 
 +                         c o l o r :   # 6 b 7 2 8 0 ; 
 
 +                 } 
 
 +                 . d a r k   . s e t t i n g s - s u b t i t l e   { 
 
 +                         c o l o r :   # 9 c a 3 a f ; 
 
 +                 } 
 
 + 
 
 +                 / *   P r o f i l e   C a r d s   * / 
 
 +                 . p r o f i l e - c a r d   { 
 
 +                         b a c k g r o u n d :   l i n e a r - g r a d i e n t ( 1 3 5 d e g ,   r g b a ( 2 4 9 ,   2 5 0 ,   2 5 1 ,   0 . 8 ) ,   r g b a ( 2 4 3 ,   2 4 4 ,   2 4 6 ,   0 . 4 ) ) ; 
 
 +                         b o r d e r - r a d i u s :   1 . 2 5 r e m ; 
 
 +                         p a d d i n g :   1 . 5 r e m ; 
 
 +                         b o r d e r :   1 p x   s o l i d   r g b a ( 2 2 9 ,   2 3 1 ,   2 3 5 ,   0 . 8 ) ; 
 
 +                 } 
 
 +                 . d a r k   . p r o f i l e - c a r d   { 
 
 +                         b a c k g r o u n d :   l i n e a r - g r a d i e n t ( 1 3 5 d e g ,   r g b a ( 3 1 ,   4 1 ,   5 5 ,   0 . 8 ) ,   r g b a ( 1 7 ,   2 4 ,   3 9 ,   0 . 4 ) ) ; 
 
 +                         b o r d e r - c o l o r :   r g b a ( 5 5 ,   6 5 ,   8 1 ,   0 . 8 ) ; 
 
 +                 } 
 
 + 
 
 +                 / *   E v e n t   C a r d s   * / 
 
 +                 . e v e n t - c a r d   { 
 
 +                         b a c k g r o u n d :   l i n e a r - g r a d i e n t ( 1 3 5 d e g ,   r g b a ( 2 4 9 ,   2 5 0 ,   2 5 1 ,   0 . 8 ) ,   r g b a ( 2 4 3 ,   2 4 4 ,   2 4 6 ,   0 . 4 ) ) ; 
 
 +                         b o r d e r - r a d i u s :   1 . 2 5 r e m ; 
 
 +                         p a d d i n g :   1 . 5 r e m ; 
 
 +                         b o r d e r :   1 p x   s o l i d   r g b a ( 2 2 9 ,   2 3 1 ,   2 3 5 ,   0 . 8 ) ; 
 
 +                 } 
 
 +                 . d a r k   . e v e n t - c a r d   { 
 
 +                         b a c k g r o u n d :   l i n e a r - g r a d i e n t ( 1 3 5 d e g ,   r g b a ( 3 1 ,   4 1 ,   5 5 ,   0 . 8 ) ,   r g b a ( 1 7 ,   2 4 ,   3 9 ,   0 . 4 ) ) ; 
 
 +                         b o r d e r - c o l o r :   r g b a ( 5 5 ,   6 5 ,   8 1 ,   0 . 8 ) ; 
 
 +                 } 
 
 + 
 
 +                 / *   S t o r y   C a r d s   * / 
 
 +                 . s t o r y - c a r d   { 
 
 +                         b a c k g r o u n d :   l i n e a r - g r a d i e n t ( 1 3 5 d e g ,   r g b a ( 2 4 9 ,   2 5 0 ,   2 5 1 ,   0 . 8 ) ,   r g b a ( 2 4 3 ,   2 4 4 ,   2 4 6 ,   0 . 4 ) ) ; 
 
 +                         b o r d e r - r a d i u s :   1 r e m ; 
 
 +                         p a d d i n g :   1 . 2 5 r e m ; 
 
 +                         b o r d e r :   1 p x   s o l i d   r g b a ( 2 2 9 ,   2 3 1 ,   2 3 5 ,   0 . 8 ) ; 
 
 +                 } 
 
 +                 . d a r k   . s t o r y - c a r d   { 
 
 +                         b a c k g r o u n d :   l i n e a r - g r a d i e n t ( 1 3 5 d e g ,   r g b a ( 3 1 ,   4 1 ,   5 5 ,   0 . 8 ) ,   r g b a ( 1 7 ,   2 4 ,   3 9 ,   0 . 4 ) ) ; 
 
 +                         b o r d e r - c o l o r :   r g b a ( 5 5 ,   6 5 ,   8 1 ,   0 . 8 ) ; 
 
 +                 } 
 
 + 
 
 +                 / *   U p l o a d   C a r d s   * / 
 
 +                 . u p l o a d - c a r d   { 
 
 +                         b a c k g r o u n d :   l i n e a r - g r a d i e n t ( 1 3 5 d e g ,   r g b a ( 2 4 9 ,   2 5 0 ,   2 5 1 ,   0 . 8 ) ,   r g b a ( 2 4 3 ,   2 4 4 ,   2 4 6 ,   0 . 4 ) ) ; 
 
 +                         b o r d e r :   2 p x   d a s h e d   r g b a ( 2 0 9 ,   2 1 3 ,   2 1 9 ,   0 . 8 ) ; 
 
 +                         b o r d e r - r a d i u s :   1 r e m ; 
 
 +                         p a d d i n g :   1 . 5 r e m ; 
 
 +                         t e x t - a l i g n :   c e n t e r ; 
 
 +                         t r a n s i t i o n :   a l l   0 . 3 s   e a s e ; 
 
 +                 } 
 
 +                 . u p l o a d - c a r d : h o v e r   { 
 
 +                         b o r d e r - c o l o r :   # 6 3 6 6 f 1 ; 
 
 +                         b a c k g r o u n d :   r g b a ( 9 9 ,   1 0 2 ,   2 4 1 ,   0 . 0 5 ) ; 
 
 +                 } 
 
 +                 . d a r k   . u p l o a d - c a r d   { 
 
 +                         b a c k g r o u n d :   l i n e a r - g r a d i e n t ( 1 3 5 d e g ,   r g b a ( 3 1 ,   4 1 ,   5 5 ,   0 . 8 ) ,   r g b a ( 1 7 ,   2 4 ,   3 9 ,   0 . 4 ) ) ; 
 
 +                         b o r d e r - c o l o r :   r g b a ( 7 5 ,   8 5 ,   9 9 ,   0 . 8 ) ; 
 
 +                 } 
 
 +                 . d a r k   . u p l o a d - c a r d : h o v e r   { 
 
 +                         b o r d e r - c o l o r :   # 8 1 8 c f 8 ; 
 
 +                         b a c k g r o u n d :   r g b a ( 9 9 ,   1 0 2 ,   2 4 1 ,   0 . 1 ) ; 
 
 +                 } 
 
 + 
 
 +                 . u p l o a d - i c o n   { 
 
 +                         w i d t h :   4 r e m ; 
 
 +                         h e i g h t :   4 r e m ; 
 
 +                         m a r g i n :   0   a u t o   1 r e m ; 
 
 +                         b a c k g r o u n d :   w h i t e ; 
 
 +                         b o r d e r - r a d i u s :   1 r e m ; 
 
 +                         d i s p l a y :   f l e x ; 
 
 +                         a l i g n - i t e m s :   c e n t e r ; 
 
 +                         j u s t i f y - c o n t e n t :   c e n t e r ; 
 
 +                         b o x - s h a d o w :   0   4 p x   6 p x   - 1 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 1 ) ; 
 
 +                 } 
 
 +                 . d a r k   . u p l o a d - i c o n   { 
 
 +                         b a c k g r o u n d :   r g b ( 3 1   4 1   5 5 ) ; 
 
 +                 } 
 
 + 
 
 +                 / *   I n p u t   S t y l e s   * / 
 
 +                 . i n p u t - g r o u p   { 
 
 +                         m a r g i n - b o t t o m :   0 ; 
 
 +                 } 
 
 + 
 
 +                 . i n p u t - l a b e l   { 
 
                           d i s p l a y :   b l o c k ; 
 
                           f o n t - s i z e :   0 . 7 5 r e m ; 
 
 -                         f o n t - w e i g h t :   7 0 0 ; 
 
 +                         f o n t - w e i g h t :   6 0 0 ; 
 
                           t e x t - t r a n s f o r m :   u p p e r c a s e ; 
 
                           l e t t e r - s p a c i n g :   0 . 0 5 e m ; 
 
                           m a r g i n - b o t t o m :   0 . 5 r e m ; 
 
 -                         c o l o r :   # 4 b 5 5 6 3 ;   / *   G r a y - 6 0 0   * / 
 
 +                         c o l o r :   # 6 b 7 2 8 0 ; 
 
                   } 
 
 -                 . d a r k   . f o r m - l a b e l   { 
 
 -                         c o l o r :   # d 1 d 5 d b   ! i m p o r t a n t ;   / *   G r a y - 3 0 0   ( V i s i b l e   i n   D a r k   M o d e )   * / 
 
 +                 . d a r k   . i n p u t - l a b e l   { 
 
 +                         c o l o r :   # 9 c a 3 a f ; 
 
                   } 
 
   
 
 -                 / *   P a k s a   I n p u t   S t y l e   a g a r   k o n t r a s   * / 
 
 -                 . f o r m - i n p u t   { 
 
 +                 . i n p u t - f i e l d   { 
 
                           w i d t h :   1 0 0 % ; 
 
 -                         b o r d e r - r a d i u s :   0 . 5 r e m ; 
 
 -                         b o r d e r :   1 p x   s o l i d   # d 1 d 5 d b ;   / *   G r a y - 3 0 0   * / 
 
 -                         b a c k g r o u n d - c o l o r :   # f f f f f f   ! i m p o r t a n t ;   / *   W h i t e   B G   * / 
 
 -                         c o l o r :   # 1 1 1 8 2 7   ! i m p o r t a n t ;   / *   B l a c k   T e x t   * / 
 
 -                         p a d d i n g :   0 . 6 2 5 r e m   1 r e m ; 
 
 +                         b o r d e r - r a d i u s :   0 . 7 5 r e m ; 
 
 +                         b o r d e r :   1 p x   s o l i d   # e 5 e 7 e b ; 
 
 +                         b a c k g r o u n d :   w h i t e ; 
 
 +                         c o l o r :   # 1 f 2 9 3 7 ; 
 
 +                         p a d d i n g :   0 . 7 5 r e m   1 r e m ; 
 
 +                         f o n t - s i z e :   0 . 9 3 7 5 r e m ; 
 
 +                         t r a n s i t i o n :   a l l   0 . 2 s   e a s e ; 
 
 +                         b o x - s h a d o w :   0   1 p x   2 p x   0   r g b a ( 0 ,   0 ,   0 ,   0 . 0 5 ) ; 
 
 +                 } 
 
 +                 . i n p u t - f i e l d : f o c u s   { 
 
 +                         o u t l i n e :   n o n e ; 
 
 +                         b o r d e r - c o l o r :   # 6 3 6 6 f 1 ; 
 
 +                         b o x - s h a d o w :   0   0   0   3 p x   r g b a ( 9 9 ,   1 0 2 ,   2 4 1 ,   0 . 1 ) ; 
 
 +                 } 
 
 +                 . d a r k   . i n p u t - f i e l d   { 
 
 +                         b a c k g r o u n d :   r g b ( 3 1   4 1   5 5 ) ; 
 
 +                         b o r d e r - c o l o r :   r g b ( 5 5   6 5   8 1 ) ; 
 
 +                         c o l o r :   w h i t e ; 
 
 +                 } 
 
 +                 . d a r k   . i n p u t - f i e l d : f o c u s   { 
 
 +                         b o r d e r - c o l o r :   # 8 1 8 c f 8 ; 
 
 +                         b o x - s h a d o w :   0   0   0   3 p x   r g b a ( 1 2 9 ,   1 4 0 ,   2 4 8 ,   0 . 2 ) ; 
 
 +                 } 
 
 +                 . d a r k   . i n p u t - f i e l d : : p l a c e h o l d e r   { 
 
 +                         c o l o r :   # 6 b 7 2 8 0 ; 
 
 +                 } 
 
 + 
 
 +                 . f i l e - i n p u t   { 
 
                           f o n t - s i z e :   0 . 8 7 5 r e m ; 
 
 +                         c o l o r :   # 6 b 7 2 8 0 ; 
 
                   } 
 
 -                 
 
 -                 / *   D a r k   M o d e   O v e r r i d e   u n t u k   I n p u t   * / 
 
 -                 . d a r k   . f o r m - i n p u t   { 
 
 -                         b a c k g r o u n d - c o l o r :   # 1 f 2 9 3 7   ! i m p o r t a n t ;   / *   G r a y - 8 0 0   * / 
 
 -                         b o r d e r - c o l o r :   # 3 7 4 1 5 1   ! i m p o r t a n t ;   / *   G r a y - 7 0 0   * / 
 
 -                         c o l o r :   # f f f f f f   ! i m p o r t a n t ;   / *   W h i t e   T e x t   ( P A S T I   T E R L I H A T )   * / 
 
 +                 . d a r k   . f i l e - i n p u t   { 
 
 +                         c o l o r :   # 9 c a 3 a f ; 
 
                   } 
 
   
 
 -                 . d a r k   . f o r m - i n p u t : : p l a c e h o l d e r   { 
 
 -                         c o l o r :   # 9 c a 3 a f   ! i m p o r t a n t ;   / *   G r a y - 4 0 0   * / 
 
 +                 / *   A n i m a t i o n s   * / 
 
 +                 @ k e y f r a m e s   f a d e I n U p   { 
 
 +                         f r o m   { 
 
 +                                 o p a c i t y :   0 ; 
 
 +                                 t r a n s f o r m :   t r a n s l a t e Y ( 2 0 p x ) ; 
 
 +                         } 
 
 +                         t o   { 
 
 +                                 o p a c i t y :   1 ; 
 
 +                                 t r a n s f o r m :   t r a n s l a t e Y ( 0 ) ; 
 
 +                         } 
 
 +                 } 
 
 +                 
 
 +                 . s e t t i n g s - c a r d   { 
 
 +                         a n i m a t i o n :   f a d e I n U p   0 . 5 s   e a s e - o u t   f o r w a r d s ; 
 
                   } 
 
 +                 . s e t t i n g s - c a r d : n t h - c h i l d ( 2 )   {   a n i m a t i o n - d e l a y :   0 . 1 s ;   } 
 
 +                 . s e t t i n g s - c a r d : n t h - c h i l d ( 3 )   {   a n i m a t i o n - d e l a y :   0 . 2 s ;   } 
 
 +                 . s e t t i n g s - c a r d : n t h - c h i l d ( 4 )   {   a n i m a t i o n - d e l a y :   0 . 3 s ;   } 
 
 +                 . s e t t i n g s - c a r d : n t h - c h i l d ( 5 )   {   a n i m a t i o n - d e l a y :   0 . 4 s ;   } 
 
           < / s t y l e > 
 
   
 
           < s c r i p t > 
 
 d i f f   - - g i t   a / r e s o u r c e s / v i e w s / l a n d i n g . b l a d e . p h p   b / r e s o u r c e s / v i e w s / l a n d i n g . b l a d e . p h p 
 
 i n d e x   0 4 f 3 5 d 0 . . 6 6 4 2 e 3 e   1 0 0 6 4 4 
 
 - - -   a / r e s o u r c e s / v i e w s / l a n d i n g . b l a d e . p h p 
 
 + + +   b / r e s o u r c e s / v i e w s / l a n d i n g . b l a d e . p h p 
 
 @ @   - 2 1 8 , 7   + 2 1 8 , 7   @ @ 
 
                                           F i t u r 
 
                                           < s p a n   c l a s s = " a b s o l u t e   - b o t t o m - 1   l e f t - 0   w - 0   h - 0 . 5   b g - i n d i g o - 6 0 0   g r o u p - h o v e r : w - f u l l   t r a n s i t i o n - a l l   d u r a t i o n - 3 0 0 " > < / s p a n > 
 
                                   < / a > 
 
 -                                 < a   h r e f = " # t e m a "   c l a s s = " h o v e r : t e x t - i n d i g o - 6 0 0   t r a n s i t i o n - a l l   d u r a t i o n - 3 0 0   h o v e r : s c a l e - 1 0 5   r e l a t i v e   g r o u p " > 
 
 +                                 < a   h r e f = " { {   r o u t e ( ' t h e m e s . i n d e x ' )   } } "   c l a s s = " h o v e r : t e x t - i n d i g o - 6 0 0   t r a n s i t i o n - a l l   d u r a t i o n - 3 0 0   h o v e r : s c a l e - 1 0 5   r e l a t i v e   g r o u p " > 
 
                                           K a t a l o g   T e m a 
 
                                           < s p a n   c l a s s = " a b s o l u t e   - b o t t o m - 1   l e f t - 0   w - 0   h - 0 . 5   b g - i n d i g o - 6 0 0   g r o u p - h o v e r : w - f u l l   t r a n s i t i o n - a l l   d u r a t i o n - 3 0 0 " > < / s p a n > 
 
                                   < / a > 
 
 @ @   - 2 8 2 , 1 6   + 2 8 2 , 1 6   @ @ 
 
                                   < ! - -   S t a t s   -   N e w   - - > 
 
                                   < d i v   c l a s s = " g r i d   g r i d - c o l s - 3   g a p - 6   p t - 8   m a x - w - l g   m x - a u t o   l g : m x - 0 " > 
 
                                           < d i v   c l a s s = " t e x t - c e n t e r   l g : t e x t - l e f t " > 
 
 -                                                 < d i v   c l a s s = " t e x t - 3 x l   f o n t - e x t r a b o l d   t e x t - i n d i g o - 6 0 0 " > 5 0 0 + < / d i v > 
 
 -                                                 < d i v   c l a s s = " t e x t - s m   t e x t - g r a y - 5 0 0   f o n t - m e d i u m   m t - 1 " > P a s a n g a n   B a h a g i a < / d i v > 
 
 +                                                 < d i v   c l a s s = " t e x t - 3 x l   f o n t - e x t r a b o l d   t e x t - i n d i g o - 6 0 0 " > 1 0 0 % < / d i v > 
 
 +                                                 < d i v   c l a s s = " t e x t - s m   t e x t - g r a y - 5 0 0   f o n t - m e d i u m   m t - 1 " > D i g i t a l   &   P a p e r l e s s < / d i v > 
 
                                           < / d i v > 
 
                                           < d i v   c l a s s = " t e x t - c e n t e r   l g : t e x t - l e f t " > 
 
 -                                                 < d i v   c l a s s = " t e x t - 3 x l   f o n t - e x t r a b o l d   t e x t - i n d i g o - 6 0 0 " > 1 2 < / d i v > 
 
 -                                                 < d i v   c l a s s = " t e x t - s m   t e x t - g r a y - 5 0 0   f o n t - m e d i u m   m t - 1 " > T e m a   P r e m i u m < / d i v > 
 
 +                                                 < d i v   c l a s s = " t e x t - 3 x l   f o n t - e x t r a b o l d   t e x t - i n d i g o - 6 0 0 " > R S V P < / d i v > 
 
 +                                                 < d i v   c l a s s = " t e x t - s m   t e x t - g r a y - 5 0 0   f o n t - m e d i u m   m t - 1 " > K o n f i r m a s i   K e h a d i r a n   O n l i n e < / d i v > 
 
                                           < / d i v > 
 
                                           < d i v   c l a s s = " t e x t - c e n t e r   l g : t e x t - l e f t " > 
 
 -                                                 < d i v   c l a s s = " t e x t - 3 x l   f o n t - e x t r a b o l d   t e x t - i n d i g o - 6 0 0 " > 4 . 9 < / d i v > 
 
 -                                                 < d i v   c l a s s = " t e x t - s m   t e x t - g r a y - 5 0 0   f o n t - m e d i u m   m t - 1 " > R a t i n g   P e n g g u n a < / d i v > 
 
 +                                                 < d i v   c l a s s = " t e x t - 3 x l   f o n t - e x t r a b o l d   t e x t - i n d i g o - 6 0 0 " > M u s i c < / d i v > 
 
 +                                                 < d i v   c l a s s = " t e x t - s m   t e x t - g r a y - 5 0 0   f o n t - m e d i u m   m t - 1 " > A u t o - P l a y   B a c k s o u n d   R o m a n t i s < / d i v > 
 
                                           < / d i v > 
 
                                   < / d i v > 
 
                           < / d i v > 
 
 @ @   - 3 1 2 , 1 3   + 3 1 2 , 1 3   @ @ 
 
                                                   
 
                                                   < ! - -   S c r e e n   C o n t e n t   - - > 
 
                                                   < d i v   c l a s s = " r o u n d e d - [ 2 . 5 r e m ]   o v e r f l o w - h i d d e n   w - f u l l   h - f u l l   b g - w h i t e   r e l a t i v e " > 
 
 -                                                         < i m g   s r c = " { {   a s s e t ( ' a s s e t s / t h u m b n a i l / r u s t i c - g r e e n . p n g ' )   } } "   
 
 -                                                                 a l t = " P r e v i e w   R u s t i c   G r e e n "   
 
 +                                                         < i m g   s r c = " { {   a s s e t ( ' a s s e t s / t h u m b n a i l / f l o r a l - p a s t e l . p n g ' )   } } "   
 
 +                                                                 a l t = " P r e v i e w   F L o r a l   P a s t e l "   
 
                                                                   c l a s s = " w - f u l l   h - f u l l   o b j e c t - c o v e r " > 
 
   
 
                                                           < ! - -   O v e r l a y   o n   H o v e r   - - > 
 
                                                           < d i v   c l a s s = " a b s o l u t e   i n s e t - 0   b g - g r a d i e n t - t o - t   f r o m - b l a c k / 6 0   v i a - b l a c k / 2 0   t o - t r a n s p a r e n t   o p a c i t y - 0   g r o u p - h o v e r : o p a c i t y - 1 0 0   t r a n s i t i o n - a l l   d u r a t i o n - 5 0 0   f l e x   f l e x - c o l   i t e m s - c e n t e r   j u s t i f y - e n d   p - 8 " > 
 
 -                                                                 < b u t t o n   o n c l i c k = " o p e n P r e v i e w ( ' { {   r o u t e ( ' d e m o . s h o w ' ,   ' r u s t i c - g r e e n ' )   } } ' ) "   c l a s s = " b g - w h i t e   t e x t - g r a y - 9 0 0   p x - 8   p y - 3 . 5   r o u n d e d - f u l l   f o n t - b o l d   t e x t - b a s e   s h a d o w - 2 x l   h o v e r : s c a l e - 1 0 5   t r a n s i t i o n - a l l   t r a n s f o r m   f l e x   i t e m s - c e n t e r   g a p - 3   m b - 4 " > 
 
 +                                                                 < b u t t o n   o n c l i c k = " o p e n P r e v i e w ( ' { {   r o u t e ( ' d e m o . s h o w ' ,   ' f l o r a l - p a s t e l ' )   } } ' ) "   c l a s s = " b g - w h i t e   t e x t - g r a y - 9 0 0   p x - 8   p y - 3 . 5   r o u n d e d - f u l l   f o n t - b o l d   t e x t - b a s e   s h a d o w - 2 x l   h o v e r : s c a l e - 1 0 5   t r a n s i t i o n - a l l   t r a n s f o r m   f l e x   i t e m s - c e n t e r   g a p - 3   m b - 4 " > 
 
                                                                           < s v g   c l a s s = " w - 5   h - 5 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 4 . 7 5 2   1 1 . 1 6 8 l - 3 . 1 9 7 - 2 . 1 3 2 A 1   1   0   0 0 1 0   9 . 8 7 v 4 . 2 6 3 a 1   1   0   0 0 1 . 5 5 5 . 8 3 2 l 3 . 1 9 7 - 2 . 1 3 2 a 1   1   0   0 0 0 - 1 . 6 6 4 z " > < / p a t h > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 2 1   1 2 a 9   9   0   1 1 - 1 8   0   9   9   0   0 1 1 8   0 z " > < / p a t h > < / s v g > 
 
                                                                           L i h a t   D e m o   I n t e r a k t i f 
 
                                                                   < / b u t t o n > 
 
 @ @   - 4 4 1 , 7   + 4 4 1 , 7   @ @   c l a s s = " w - f u l l   h - f u l l   o b j e c t - c o v e r " > 
 
                                                   < / d i v > 
 
                                                   < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   g a p - 6   p t - 2 " > 
 
                                                           < d i v   c l a s s = " t e x t - c e n t e r " > 
 
 -                                                                 < d i v   c l a s s = " t e x t - 3 x l   f o n t - e x t r a b o l d   t e x t - g r a y - 9 0 0 " > R p   1 2 9 k < / d i v > 
 
 +                                                                 < d i v   c l a s s = " t e x t - 3 x l   f o n t - e x t r a b o l d   t e x t - g r a y - 9 0 0 " > R p   9 9 k < / d i v > 
 
                                                                   < d i v   c l a s s = " t e x t - x s   t e x t - g r a y - 5 0 0   m t - 1 " > T e m a   t e r p o p u l e r < / d i v > 
 
                                                           < / d i v > 
 
                                                           < a   h r e f = " { {   r o u t e ( ' o r d e r . c r e a t e ' )   } } ? t h e m e = r o y a l - g l a s s "   c l a s s = " t e x t - s m   f o n t - b o l d   b o r d e r - 2   b o r d e r - i n d i g o - 6 0 0   b g - i n d i g o - 6 0 0   t e x t - w h i t e   p x - 6   p y - 3   r o u n d e d - f u l l   h o v e r : b g - i n d i g o - 7 0 0   h o v e r : b o r d e r - i n d i g o - 7 0 0   t r a n s i t i o n - a l l   d u r a t i o n - 3 0 0   u p p e r c a s e   t r a c k i n g - w i d e s t   h o v e r : s c a l e - 1 0 5   s h a d o w - x l   h o v e r : s h a d o w - 2 x l " > 
 
 @ @   - 5 0 2 , 7   + 5 0 2 , 7   @ @   c l a s s = " w - f u l l   h - f u l l   o b j e c t - c o v e r " > 
 
                           
 
                           < ! - -   V i e w   M o r e   C T A   -   E n h a n c e d   - - > 
 
                           < d i v   c l a s s = " m t - 2 4   t e x t - c e n t e r   r e l a t i v e   z - 2 0   s p a c e - y - 6 " > 
 
 -                                 < a   h r e f = " # "   c l a s s = " g r o u p   i n l i n e - f l e x   i t e m s - c e n t e r   g a p - 4   b g - w h i t e   b o r d e r - 2   b o r d e r - g r a y - 2 0 0   p x - 1 0   p y - 5   r o u n d e d - f u l l   f o n t - b o l d   t e x t - g r a y - 7 0 0   h o v e r : b o r d e r - i n d i g o - 6 0 0   h o v e r : t e x t - i n d i g o - 6 0 0   t r a n s i t i o n - a l l   d u r a t i o n - 5 0 0   s h a d o w - x l   h o v e r : s h a d o w - 2 x l   h o v e r : s c a l e - 1 0 5 " > 
 
 +                                 < a   h r e f = " { {   r o u t e ( ' t h e m e s . i n d e x ' )   } } "   c l a s s = " g r o u p   i n l i n e - f l e x   i t e m s - c e n t e r   g a p - 4   b g - w h i t e   b o r d e r - 2   b o r d e r - g r a y - 2 0 0   p x - 1 0   p y - 5   r o u n d e d - f u l l   f o n t - b o l d   t e x t - g r a y - 7 0 0   h o v e r : b o r d e r - i n d i g o - 6 0 0   h o v e r : t e x t - i n d i g o - 6 0 0   t r a n s i t i o n - a l l   d u r a t i o n - 5 0 0   s h a d o w - x l   h o v e r : s h a d o w - 2 x l   h o v e r : s c a l e - 1 0 5 " > 
 
                                           < s p a n   c l a s s = " t e x t - l g " > J e l a j a h i   K o l e k s i   L e n g k a p < / s p a n > 
 
                                           < d i v   c l a s s = " b g - g r a d i e n t - t o - r   f r o m - i n d i g o - 1 0 0   t o - p u r p l e - 1 0 0   g r o u p - h o v e r : f r o m - i n d i g o - 6 0 0   g r o u p - h o v e r : t o - p u r p l e - 6 0 0   r o u n d e d - f u l l   p - 2   t r a n s i t i o n - a l l   d u r a t i o n - 3 0 0 " > 
 
                                                   < s v g   c l a s s = " w - 6   h - 6   g r o u p - h o v e r : t r a n s l a t e - x - 1   t r a n s i t i o n - t r a n s f o r m   d u r a t i o n - 3 0 0   g r o u p - h o v e r : t e x t - w h i t e "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 7   8 l 4   4 m 0   0 l - 4   4 m 4 - 4 H 3 " > < / p a t h > < / s v g > 
 
 @ @   - 6 3 0 , 1 6   + 6 3 0 , 1 6   @ @   c l a s s = " w - f u l l   h - f u l l   o b j e c t - c o v e r " > 
 
                           < ! - -   T r u s t   I n d i c a t o r s   - - > 
 
                           < d i v   c l a s s = " g r i d   g r i d - c o l s - 3   g a p - 8   p t - 1 2   m a x - w - 3 x l   m x - a u t o   b o r d e r - t   b o r d e r - w h i t e / 2 0 " > 
 
                                   < d i v   c l a s s = " t e x t - c e n t e r " > 
 
 -                                         < d i v   c l a s s = " t e x t - 3 x l   f o n t - e x t r a b o l d   t e x t - w h i t e " > 5 0 0 + < / d i v > 
 
 -                                         < d i v   c l a s s = " t e x t - w h i t e / 7 0   t e x t - s m   m t - 2 " > U n d a n g a n   D i b u a t < / d i v > 
 
 +                                         < d i v   c l a s s = " t e x t - 3 x l   f o n t - e x t r a b o l d   t e x t - w h i t e " > P r e m i u m < / d i v > 
 
 +                                         < d i v   c l a s s = " t e x t - w h i t e / 7 0   t e x t - s m   m t - 2 " > P i l i h a n   D e s a i n   E k s k l u s i f < / d i v > 
 
                                   < / d i v > 
 
                                   < d i v   c l a s s = " t e x t - c e n t e r " > 
 
 -                                         < d i v   c l a s s = " t e x t - 3 x l   f o n t - e x t r a b o l d   t e x t - w h i t e " > 4 . 9 / 5 < / d i v > 
 
 -                                         < d i v   c l a s s = " t e x t - w h i t e / 7 0   t e x t - s m   m t - 2 " > R a t i n g   P e n g g u n a < / d i v > 
 
 +                                         < d i v   c l a s s = " t e x t - 3 x l   f o n t - e x t r a b o l d   t e x t - w h i t e " > A m a n < / d i v > 
 
 +                                         < d i v   c l a s s = " t e x t - w h i t e / 7 0   t e x t - s m   m t - 2 " > D a t a   P r i v a s i   T e r j a g a < / d i v > 
 
                                   < / d i v > 
 
                                   < d i v   c l a s s = " t e x t - c e n t e r " > 
 
 -                                         < d i v   c l a s s = " t e x t - 3 x l   f o n t - e x t r a b o l d   t e x t - w h i t e " > 2 4 / 7 < / d i v > 
 
 -                                         < d i v   c l a s s = " t e x t - w h i t e / 7 0   t e x t - s m   m t - 2 " > C u s t o m e r   S u p p o r t < / d i v > 
 
 +                                         < d i v   c l a s s = " t e x t - 3 x l   f o n t - e x t r a b o l d   t e x t - w h i t e " > F a s t   R e s p o n < / d i v > 
 
 +                                         < d i v   c l a s s = " t e x t - w h i t e / 7 0   t e x t - s m   m t - 2 " > S i a p   M e m b a n t u   A n d a < / d i v > 
 
                                   < / d i v > 
 
                           < / d i v > 
 
                   < / d i v > 
 
 @ @   - 7 1 9 , 1 0   + 7 1 9 , 6   @ @   c l a s s = " w - f u l l   h - f u l l   o b j e c t - c o v e r " > 
 
                                           < p   c l a s s = " t e x t - g r a y - 4 0 0   t e x t - s m   t e x t - c e n t e r   m d : t e x t - l e f t " > 
 
                                                   & c o p y ;   { {   d a t e ( ' Y ' )   } }   < s p a n   c l a s s = " f o n t - s e m i b o l d   t e x t - w h i t e " > T E M A N T E N < / s p a n >   D i g i t a l   I n v i t a t i o n .   A l l   r i g h t s   r e s e r v e d . 
 
                                           < / p > 
 
 -                                         < d i v   c l a s s = " f l e x   g a p - 6   t e x t - s m   t e x t - g r a y - 4 0 0 " > 
 
 -                                                 < a   h r e f = " # "   c l a s s = " h o v e r : t e x t - w h i t e   t r a n s i t i o n - c o l o r s " > P r i v a c y   P o l i c y < / a > 
 
 -                                                 < a   h r e f = " # "   c l a s s = " h o v e r : t e x t - w h i t e   t r a n s i t i o n - c o l o r s " > T e r m s   o f   S e r v i c e < / a > 
 
 -                                         < / d i v > 
 
                                   < / d i v > 
 
                           < / d i v > 
 
                   < / d i v > 
 
 d i f f   - - g i t   a / r e s o u r c e s / v i e w s / l a y o u t s / n a v i g a t i o n . b l a d e . p h p   b / r e s o u r c e s / v i e w s / l a y o u t s / n a v i g a t i o n . b l a d e . p h p 
 
 i n d e x   4 7 f 6 7 b d . . b 7 5 9 2 b b   1 0 0 6 4 4 
 
 - - -   a / r e s o u r c e s / v i e w s / l a y o u t s / n a v i g a t i o n . b l a d e . p h p 
 
 + + +   b / r e s o u r c e s / v i e w s / l a y o u t s / n a v i g a t i o n . b l a d e . p h p 
 
 @ @   - 1 , 9 4   + 1 , 3 8 1   @ @ 
 
 - < n a v   x - d a t a = " {   o p e n :   f a l s e   } "   c l a s s = " b g - w h i t e   d a r k : b g - g r a y - 8 0 0   b o r d e r - b   b o r d e r - g r a y - 1 0 0   d a r k : b o r d e r - g r a y - 7 0 0   t r a n s i t i o n - c o l o r s   d u r a t i o n - 3 0 0 " > 
 
 + < n a v   x - d a t a = " {   o p e n :   f a l s e   } "   c l a s s = " n a v - c o n t a i n e r " > 
 
           < d i v   c l a s s = " m a x - w - 7 x l   m x - a u t o   p x - 4   s m : p x - 6   l g : p x - 8 " > 
 
                   < d i v   c l a s s = " f l e x   j u s t i f y - b e t w e e n   h - 1 6 " > 
 
 -                         < d i v   c l a s s = " f l e x " > 
 
 -                                 < d i v   c l a s s = " s h r i n k - 0   f l e x   i t e m s - c e n t e r " > 
 
 -                                         < a   h r e f = " { {   r o u t e ( ' d a s h b o a r d ' )   } } " > 
 
 -                                                 < x - a p p l i c a t i o n - l o g o   c l a s s = " b l o c k   h - 9   w - a u t o   f i l l - c u r r e n t   t e x t - g r a y - 8 0 0   d a r k : t e x t - g r a y - 2 0 0 "   / > 
 
 -                                         < / a > 
 
 -                                 < / d i v > 
 
 +                         < ! - -   L o g o   &   N a v   L i n k s   - - > 
 
 +                         < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 8 " > 
 
 +                                 < a   h r e f = " { {   r o u t e ( ' d a s h b o a r d ' )   } } "   c l a s s = " n a v - l o g o   g r o u p " > 
 
 +                                         < d i v   c l a s s = " l o g o - i c o n " > 
 
 +                                                 < s v g   c l a s s = " w - 5   h - 5   t e x t - w h i t e "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > 
 
 +                                                         < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 4 . 3 1 8   6 . 3 1 8 a 4 . 5   4 . 5   0   0 0 0   6 . 3 6 4 L 1 2   2 0 . 3 6 4 l 7 . 6 8 2 - 7 . 6 8 2 a 4 . 5   4 . 5   0   0 0 - 6 . 3 6 4 - 6 . 3 6 4 L 1 2   7 . 6 3 6 l - 1 . 3 1 8 - 1 . 3 1 8 a 4 . 5   4 . 5   0   0 0 - 6 . 3 6 4   0 z " > < / p a t h > 
 
 +                                                 < / s v g > 
 
 +                                         < / d i v > 
 
 +                                         < s p a n   c l a s s = " l o g o - t e x t " > T e m a n t e n < / s p a n > 
 
 +                                 < / a > 
 
   
 
 -                                 < d i v   c l a s s = " h i d d e n   s p a c e - x - 8   s m : - m y - p x   s m : m s - 1 0   s m : f l e x " > 
 
 +                                 < d i v   c l a s s = " h i d d e n   s m : f l e x   i t e m s - c e n t e r   g a p - 1 " > 
 
                                           @ i f ( A u t h : : u s e r ( ) - > r o l e   = = =   ' a d m i n ' ) 
 
 -                                                 < x - n a v - l i n k   : h r e f = " r o u t e ( ' a d m i n . d a s h b o a r d ' ) "   : a c t i v e = " r e q u e s t ( ) - > r o u t e I s ( ' a d m i n . d a s h b o a r d ' ) " > 
 
 -                                                         { {   _ _ ( ' D a s h b o a r d   A d m i n ' )   } } 
 
 -                                                 < / x - n a v - l i n k > 
 
 +                                                 < a   h r e f = " { {   r o u t e ( ' a d m i n . d a s h b o a r d ' )   } } "   c l a s s = " n a v - l i n k   { {   r e q u e s t ( ) - > r o u t e I s ( ' a d m i n . d a s h b o a r d ' )   ?   ' n a v - l i n k - a c t i v e '   :   ' '   } } " > 
 
 +                                                         < s v g   c l a s s = " w - 4   h - 4 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 9   1 2 l 2   2   4 - 4 M 7 . 8 3 5   4 . 6 9 7 a 3 . 4 2   3 . 4 2   0   0 0 1 . 9 4 6 - . 8 0 6   3 . 4 2   3 . 4 2   0   0 1 4 . 4 3 8   0   3 . 4 2   3 . 4 2   0   0 0 1 . 9 4 6 . 8 0 6   3 . 4 2   3 . 4 2   0   0 1 3 . 1 3 8   3 . 1 3 8   3 . 4 2   3 . 4 2   0   0 0 . 8 0 6   1 . 9 4 6   3 . 4 2   3 . 4 2   0   0 1 0   4 . 4 3 8   3 . 4 2   3 . 4 2   0   0 0 - . 8 0 6   1 . 9 4 6   3 . 4 2   3 . 4 2   0   0 1 - 3 . 1 3 8   3 . 1 3 8   3 . 4 2   3 . 4 2   0   0 0 - 1 . 9 4 6 . 8 0 6   3 . 4 2   3 . 4 2   0   0 1 - 4 . 4 3 8   0   3 . 4 2   3 . 4 2   0   0 0 - 1 . 9 4 6 - . 8 0 6   3 . 4 2   3 . 4 2   0   0 1 - 3 . 1 3 8 - 3 . 1 3 8   3 . 4 2   3 . 4 2   0   0 0 - . 8 0 6 - 1 . 9 4 6   3 . 4 2   3 . 4 2   0   0 1 0 - 4 . 4 3 8   3 . 4 2   3 . 4 2   0   0 0 . 8 0 6 - 1 . 9 4 6   3 . 4 2   3 . 4 2   0   0 1 3 . 1 3 8 - 3 . 1 3 8 z " > < / p a t h > < / s v g > 
 
 +                                                         D a s h b o a r d 
 
 +                                                 < / a > 
 
                                           @ e l s e 
 
 -                                                 < x - n a v - l i n k   : h r e f = " r o u t e ( ' c l i e n t . d a s h b o a r d ' ) "   : a c t i v e = " r e q u e s t ( ) - > r o u t e I s ( ' c l i e n t . d a s h b o a r d ' ) " > 
 
 -                                                         { {   _ _ ( ' D a s h b o a r d ' )   } } 
 
 -                                                 < / x - n a v - l i n k > 
 
 +                                                 < a   h r e f = " { {   r o u t e ( ' c l i e n t . d a s h b o a r d ' )   } } "   c l a s s = " n a v - l i n k   { {   r e q u e s t ( ) - > r o u t e I s ( ' c l i e n t . d a s h b o a r d ' )   ?   ' n a v - l i n k - a c t i v e '   :   ' '   } } " > 
 
 +                                                         < s v g   c l a s s = " w - 4   h - 4 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 3   1 2 l 2 - 2 m 0   0 l 7 - 7   7   7 M 5   1 0 v 1 0 a 1   1   0   0 0 1   1 h 3 m 1 0 - 1 1 l 2   2 m - 2 - 2 v 1 0 a 1   1   0   0 1 - 1   1 h - 3 m - 6   0 a 1   1   0   0 0 1 - 1 v - 4 a 1   1   0   0 1 1 - 1 h 2 a 1   1   0   0 1 1   1 v 4 a 1   1   0   0 0 1   1 m - 6   0 h 6 " > < / p a t h > < / s v g > 
 
 +                                                         D a s h b o a r d 
 
 +                                                 < / a > 
 
 +                                                 < a   h r e f = " { {   r o u t e ( ' c l i e n t . s e t t i n g s ' )   } } "   c l a s s = " n a v - l i n k   { {   r e q u e s t ( ) - > r o u t e I s ( ' c l i e n t . s e t t i n g s ' )   ?   ' n a v - l i n k - a c t i v e '   :   ' '   } } " > 
 
 +                                                         < s v g   c l a s s = " w - 4   h - 4 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 1   5 H 6 a 2   2   0   0 0 - 2   2 v 1 1 a 2   2   0   0 0 2   2 h 1 1 a 2   2   0   0 0 2 - 2 v - 5 m - 1 . 4 1 4 - 9 . 4 1 4 a 2   2   0   1 1 2 . 8 2 8   2 . 8 2 8 L 1 1 . 8 2 8   1 5 H 9 v - 2 . 8 2 8 l 8 . 5 8 6 - 8 . 5 8 6 z " > < / p a t h > < / s v g > 
 
 +                                                         E d i t   U n d a n g a n 
 
 +                                                 < / a > 
 
                                           @ e n d i f 
 
                                   < / d i v > 
 
                           < / d i v > 
 
   
 
 -                         < d i v   c l a s s = " h i d d e n   s m : f l e x   s m : i t e m s - c e n t e r   s m : m s - 6   g a p - 3 " > 
 
 -                                 
 
 -                                 < d i v   c l a s s = " f l e x   f l e x - c o l   i t e m s - e n d " > 
 
 -                                         < s p a n   c l a s s = " t e x t - s m   f o n t - b o l d   t e x t - g r a y - 7 0 0   d a r k : t e x t - g r a y - 2 0 0 " > 
 
 -                                                 { {   A u t h : : u s e r ( ) - > n a m e   } } 
 
 -                                         < / s p a n > 
 
 -                                         < s p a n   c l a s s = " t e x t - [ 1 0 p x ]   t e x t - g r a y - 5 0 0   d a r k : t e x t - g r a y - 4 0 0   u p p e r c a s e   t r a c k i n g - w i d e r   f o n t - s e m i b o l d " > 
 
 -                                                 { {   A u t h : : u s e r ( ) - > r o l e   = = =   ' a d m i n '   ?   ' A d m i n i s t r a t o r '   :   ' C l i e n t   A r e a '   } } 
 
 -                                         < / s p a n > 
 
 +                         < ! - -   U s e r   I n f o   &   A c t i o n s   - - > 
 
 +                         < d i v   c l a s s = " h i d d e n   s m : f l e x   s m : i t e m s - c e n t e r   g a p - 4 " > 
 
 +                                 < d i v   c l a s s = " u s e r - i n f o " > 
 
 +                                         < d i v   c l a s s = " u s e r - a v a t a r " > 
 
 +                                                 { {   s t r t o u p p e r ( s u b s t r ( A u t h : : u s e r ( ) - > n a m e ,   0 ,   1 ) )   } } 
 
 +                                         < / d i v > 
 
 +                                         < d i v   c l a s s = " u s e r - d e t a i l s " > 
 
 +                                                 < s p a n   c l a s s = " u s e r - n a m e " > { {   A u t h : : u s e r ( ) - > n a m e   } } < / s p a n > 
 
 +                                                 < s p a n   c l a s s = " u s e r - r o l e   { {   A u t h : : u s e r ( ) - > r o l e   = = =   ' a d m i n '   ?   ' r o l e - a d m i n '   :   ' r o l e - c l i e n t '   } } " > 
 
 +                                                         { {   A u t h : : u s e r ( ) - > r o l e   = = =   ' a d m i n '   ?   ' A d m i n i s t r a t o r '   :   ' C l i e n t '   } } 
 
 +                                                 < / s p a n > 
 
 +                                         < / d i v > 
 
                                   < / d i v > 
 
   
 
 +                                 < d i v   c l a s s = " n a v - d i v i d e r " > < / d i v > 
 
 + 
 
                                   < f o r m   m e t h o d = " P O S T "   a c t i o n = " { {   r o u t e ( ' l o g o u t ' )   } } " > 
 
                                           @ c s r f 
 
 -                                         < b u t t o n   t y p e = " s u b m i t "   c l a s s = " i n l i n e - f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   p - 2   r o u n d e d - l g   t e x t - r e d - 6 0 0   d a r k : t e x t - r e d - 4 0 0   h o v e r : b g - r e d - 5 0   d a r k : h o v e r : b g - r e d - 9 0 0 / 2 0   f o c u s : o u t l i n e - n o n e   t r a n s i t i o n   d u r a t i o n - 1 5 0   e a s e - i n - o u t   b o r d e r   b o r d e r - t r a n s p a r e n t   h o v e r : b o r d e r - r e d - 1 0 0   d a r k : h o v e r : b o r d e r - r e d - 8 0 0 "   t i t l e = " K e l u a r   /   L o g o u t " > 
 
 -                                                 < s v g   c l a s s = " w - 5   h - 5 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > 
 
 +                                         < b u t t o n   t y p e = " s u b m i t "   c l a s s = " l o g o u t - b t n   g r o u p " > 
 
 +                                                 < s v g   c l a s s = " w - 4   h - 4   t r a n s i t i o n - t r a n s f o r m   g r o u p - h o v e r : - t r a n s l a t e - x - 0 . 5 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > 
 
                                                           < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 7   1 6 l 4 - 4 m 0   0 l - 4 - 4 m 4   4 H 7 m 6   4 v 1 a 3   3   0   0 1 - 3   3 H 6 a 3   3   0   0 1 - 3 - 3 V 7 a 3   3   0   0 1 3 - 3 h 4 a 3   3   0   0 1 3   3 v 1 " > < / p a t h > 
 
                                                   < / s v g > 
 
 -                                                 < s p a n   c l a s s = " m l - 2   t e x t - s m   f o n t - b o l d   h i d d e n   l g : i n l i n e " > K e l u a r < / s p a n > 
 
 +                                                 < s p a n   c l a s s = " h i d d e n   l g : i n l i n e " > K e l u a r < / s p a n > 
 
                                           < / b u t t o n > 
 
                                   < / f o r m > 
 
                           < / d i v > 
 
   
 
 -                         < d i v   c l a s s = " - m e - 2   f l e x   i t e m s - c e n t e r   s m : h i d d e n " > 
 
 -                                 < b u t t o n   @ c l i c k = " o p e n   =   !   o p e n "   c l a s s = " i n l i n e - f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   p - 2   r o u n d e d - m d   t e x t - g r a y - 4 0 0   d a r k : t e x t - g r a y - 5 0 0   h o v e r : t e x t - g r a y - 5 0 0   d a r k : h o v e r : t e x t - g r a y - 4 0 0   h o v e r : b g - g r a y - 1 0 0   d a r k : h o v e r : b g - g r a y - 9 0 0   f o c u s : o u t l i n e - n o n e   f o c u s : b g - g r a y - 1 0 0   d a r k : f o c u s : b g - g r a y - 9 0 0   f o c u s : t e x t - g r a y - 5 0 0   d a r k : f o c u s : t e x t - g r a y - 4 0 0   t r a n s i t i o n   d u r a t i o n - 1 5 0   e a s e - i n - o u t " > 
 
 +                         < ! - -   M o b i l e   M e n u   B u t t o n   - - > 
 
 +                         < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   s m : h i d d e n " > 
 
 +                                 < b u t t o n   @ c l i c k = " o p e n   =   ! o p e n "   c l a s s = " m o b i l e - m e n u - b t n " > 
 
                                           < s v g   c l a s s = " h - 6   w - 6 "   s t r o k e = " c u r r e n t C o l o r "   f i l l = " n o n e "   v i e w B o x = " 0   0   2 4   2 4 " > 
 
 -                                                 < p a t h   : c l a s s = " { ' h i d d e n ' :   o p e n ,   ' i n l i n e - f l e x ' :   !   o p e n   } "   c l a s s = " i n l i n e - f l e x "   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 4   6 h 1 6 M 4   1 2 h 1 6 M 4   1 8 h 1 6 "   / > 
 
 -                                                 < p a t h   : c l a s s = " { ' h i d d e n ' :   !   o p e n ,   ' i n l i n e - f l e x ' :   o p e n   } "   c l a s s = " h i d d e n "   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 6   1 8 L 1 8   6 M 6   6 l 1 2   1 2 "   / > 
 
 +                                                 < p a t h   : c l a s s = " { ' h i d d e n ' :   o p e n ,   ' i n l i n e - f l e x ' :   ! o p e n } "   c l a s s = " i n l i n e - f l e x "   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 4   6 h 1 6 M 4   1 2 h 1 6 M 4   1 8 h 1 6 "   / > 
 
 +                                                 < p a t h   : c l a s s = " { ' h i d d e n ' :   ! o p e n ,   ' i n l i n e - f l e x ' :   o p e n } "   c l a s s = " h i d d e n "   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 6   1 8 L 1 8   6 M 6   6 l 1 2   1 2 "   / > 
 
                                           < / s v g > 
 
                                   < / b u t t o n > 
 
                           < / d i v > 
 
                   < / d i v > 
 
           < / d i v > 
 
   
 
 -         < d i v   : c l a s s = " { ' b l o c k ' :   o p e n ,   ' h i d d e n ' :   !   o p e n } "   c l a s s = " h i d d e n   s m : h i d d e n   b g - w h i t e   d a r k : b g - g r a y - 8 0 0   b o r d e r - b   b o r d e r - g r a y - 1 0 0   d a r k : b o r d e r - g r a y - 7 0 0 " > 
 
 -                 < d i v   c l a s s = " p t - 2   p b - 3   s p a c e - y - 1 " > 
 
 +         < ! - -   M o b i l e   M e n u   - - > 
 
 +         < d i v   : c l a s s = " { ' b l o c k ' :   o p e n ,   ' h i d d e n ' :   ! o p e n } "   c l a s s = " h i d d e n   s m : h i d d e n   m o b i l e - m e n u " > 
 
 +                 < d i v   c l a s s = " m o b i l e - m e n u - h e a d e r " > 
 
 +                         < d i v   c l a s s = " m o b i l e - u s e r - a v a t a r " > 
 
 +                                 { {   s t r t o u p p e r ( s u b s t r ( A u t h : : u s e r ( ) - > n a m e ,   0 ,   1 ) )   } } 
 
 +                         < / d i v > 
 
 +                         < d i v > 
 
 +                                 < p   c l a s s = " m o b i l e - u s e r - n a m e " > { {   A u t h : : u s e r ( ) - > n a m e   } } < / p > 
 
 +                                 < p   c l a s s = " m o b i l e - u s e r - e m a i l " > { {   A u t h : : u s e r ( ) - > e m a i l   } } < / p > 
 
 +                         < / d i v > 
 
 +                 < / d i v > 
 
 + 
 
 +                 < d i v   c l a s s = " m o b i l e - n a v - l i n k s " > 
 
                           @ i f ( A u t h : : u s e r ( ) - > r o l e   = = =   ' a d m i n ' ) 
 
 -                                 < x - r e s p o n s i v e - n a v - l i n k   : h r e f = " r o u t e ( ' a d m i n . d a s h b o a r d ' ) "   : a c t i v e = " r e q u e s t ( ) - > r o u t e I s ( ' a d m i n . d a s h b o a r d ' ) " > 
 
 -                                         { {   _ _ ( ' D a s h b o a r d   A d m i n ' )   } } 
 
 -                                 < / x - r e s p o n s i v e - n a v - l i n k > 
 
 +                                 < a   h r e f = " { {   r o u t e ( ' a d m i n . d a s h b o a r d ' )   } } "   c l a s s = " m o b i l e - n a v - l i n k   { {   r e q u e s t ( ) - > r o u t e I s ( ' a d m i n . d a s h b o a r d ' )   ?   ' m o b i l e - n a v - a c t i v e '   :   ' '   } } " > 
 
 +                                         < s v g   c l a s s = " w - 5   h - 5 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 9   1 2 l 2   2   4 - 4 M 7 . 8 3 5   4 . 6 9 7 a 3 . 4 2   3 . 4 2   0   0 0 1 . 9 4 6 - . 8 0 6   3 . 4 2   3 . 4 2   0   0 1 4 . 4 3 8   0   3 . 4 2   3 . 4 2   0   0 0 1 . 9 4 6 . 8 0 6   3 . 4 2   3 . 4 2   0   0 1 3 . 1 3 8   3 . 1 3 8   3 . 4 2   3 . 4 2   0   0 0 . 8 0 6   1 . 9 4 6   3 . 4 2   3 . 4 2   0   0 1 0   4 . 4 3 8   3 . 4 2   3 . 4 2   0   0 0 - . 8 0 6   1 . 9 4 6   3 . 4 2   3 . 4 2   0   0 1 - 3 . 1 3 8   3 . 1 3 8   3 . 4 2   3 . 4 2   0   0 0 - 1 . 9 4 6 . 8 0 6   3 . 4 2   3 . 4 2   0   0 1 - 4 . 4 3 8   0   3 . 4 2   3 . 4 2   0   0 0 - 1 . 9 4 6 - . 8 0 6   3 . 4 2   3 . 4 2   0   0 1 - 3 . 1 3 8 - 3 . 1 3 8   3 . 4 2   3 . 4 2   0   0 0 - . 8 0 6 - 1 . 9 4 6   3 . 4 2   3 . 4 2   0   0 1 0 - 4 . 4 3 8   3 . 4 2   3 . 4 2   0   0 0 . 8 0 6 - 1 . 9 4 6   3 . 4 2   3 . 4 2   0   0 1 3 . 1 3 8 - 3 . 1 3 8 z " > < / p a t h > < / s v g > 
 
 +                                         D a s h b o a r d   A d m i n 
 
 +                                 < / a > 
 
                           @ e l s e 
 
 -                                 < x - r e s p o n s i v e - n a v - l i n k   : h r e f = " r o u t e ( ' c l i e n t . d a s h b o a r d ' ) "   : a c t i v e = " r e q u e s t ( ) - > r o u t e I s ( ' c l i e n t . d a s h b o a r d ' ) " > 
 
 -                                         { {   _ _ ( ' D a s h b o a r d ' )   } } 
 
 -                                 < / x - r e s p o n s i v e - n a v - l i n k > 
 
 +                                 < a   h r e f = " { {   r o u t e ( ' c l i e n t . d a s h b o a r d ' )   } } "   c l a s s = " m o b i l e - n a v - l i n k   { {   r e q u e s t ( ) - > r o u t e I s ( ' c l i e n t . d a s h b o a r d ' )   ?   ' m o b i l e - n a v - a c t i v e '   :   ' '   } } " > 
 
 +                                         < s v g   c l a s s = " w - 5   h - 5 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 3   1 2 l 2 - 2 m 0   0 l 7 - 7   7   7 M 5   1 0 v 1 0 a 1   1   0   0 0 1   1 h 3 m 1 0 - 1 1 l 2   2 m - 2 - 2 v 1 0 a 1   1   0   0 1 - 1   1 h - 3 m - 6   0 a 1   1   0   0 0 1 - 1 v - 4 a 1   1   0   0 1 1 - 1 h 2 a 1   1   0   0 1 1   1 v 4 a 1   1   0   0 0 1   1 m - 6   0 h 6 " > < / p a t h > < / s v g > 
 
 +                                         D a s h b o a r d 
 
 +                                 < / a > 
 
 +                                 < a   h r e f = " { {   r o u t e ( ' c l i e n t . s e t t i n g s ' )   } } "   c l a s s = " m o b i l e - n a v - l i n k   { {   r e q u e s t ( ) - > r o u t e I s ( ' c l i e n t . s e t t i n g s ' )   ?   ' m o b i l e - n a v - a c t i v e '   :   ' '   } } " > 
 
 +                                         < s v g   c l a s s = " w - 5   h - 5 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 1   5 H 6 a 2   2   0   0 0 - 2   2 v 1 1 a 2   2   0   0 0 2   2 h 1 1 a 2   2   0   0 0 2 - 2 v - 5 m - 1 . 4 1 4 - 9 . 4 1 4 a 2   2   0   1 1 2 . 8 2 8   2 . 8 2 8 L 1 1 . 8 2 8   1 5 H 9 v - 2 . 8 2 8 l 8 . 5 8 6 - 8 . 5 8 6 z " > < / p a t h > < / s v g > 
 
 +                                         E d i t   U n d a n g a n 
 
 +                                 < / a > 
 
                           @ e n d i f 
 
                   < / d i v > 
 
   
 
 -                 < d i v   c l a s s = " p t - 4   p b - 1   b o r d e r - t   b o r d e r - g r a y - 2 0 0   d a r k : b o r d e r - g r a y - 6 0 0 " > 
 
 -                         < d i v   c l a s s = " p x - 4 " > 
 
 -                                 < d i v   c l a s s = " f o n t - m e d i u m   t e x t - b a s e   t e x t - g r a y - 8 0 0   d a r k : t e x t - g r a y - 2 0 0 " > { {   A u t h : : u s e r ( ) - > n a m e   } } < / d i v > 
 
 -                                 < d i v   c l a s s = " f o n t - m e d i u m   t e x t - s m   t e x t - g r a y - 5 0 0 " > { {   A u t h : : u s e r ( ) - > e m a i l   } } < / d i v > 
 
 -                         < / d i v > 
 
 - 
 
 -                         < d i v   c l a s s = " m t - 3   s p a c e - y - 1 " > 
 
 -                                 @ i f ( A u t h : : u s e r ( ) - > r o l e   = = =   ' c l i e n t ' ) 
 
 -                                         < x - r e s p o n s i v e - n a v - l i n k   : h r e f = " r o u t e ( ' c l i e n t . s e t t i n g s ' ) " > 
 
 -                                                 { {   _ _ ( ' E d i t   D a t a   U n d a n g a n ' )   } } 
 
 -                                         < / x - r e s p o n s i v e - n a v - l i n k > 
 
 -                                 @ e n d i f 
 
 - 
 
 -                                 < f o r m   m e t h o d = " P O S T "   a c t i o n = " { {   r o u t e ( ' l o g o u t ' )   } } " > 
 
 -                                         @ c s r f 
 
 -                                         < x - r e s p o n s i v e - n a v - l i n k   : h r e f = " r o u t e ( ' l o g o u t ' ) " 
 
 -                                                         o n c l i c k = " e v e n t . p r e v e n t D e f a u l t ( ) ; 
 
 -                                                                                 t h i s . c l o s e s t ( ' f o r m ' ) . s u b m i t ( ) ; " > 
 
 -                                                 { {   _ _ ( ' L o g   O u t ' )   } } 
 
 -                                         < / x - r e s p o n s i v e - n a v - l i n k > 
 
 -                                 < / f o r m > 
 
 -                         < / d i v > 
 
 +                 < d i v   c l a s s = " m o b i l e - l o g o u t " > 
 
 +                         < f o r m   m e t h o d = " P O S T "   a c t i o n = " { {   r o u t e ( ' l o g o u t ' )   } } " > 
 
 +                                 @ c s r f 
 
 +                                 < b u t t o n   t y p e = " s u b m i t "   c l a s s = " m o b i l e - l o g o u t - b t n " > 
 
 +                                         < s v g   c l a s s = " w - 5   h - 5 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > 
 
 +                                                 < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 7   1 6 l 4 - 4 m 0   0 l - 4 - 4 m 4   4 H 7 m 6   4 v 1 a 3   3   0   0 1 - 3   3 H 6 a 3   3   0   0 1 - 3 - 3 V 7 a 3   3   0   0 1 3 - 3 h 4 a 3   3   0   0 1 3   3 v 1 " > < / p a t h > 
 
 +                                         < / s v g > 
 
 +                                         K e l u a r 
 
 +                                 < / b u t t o n > 
 
 +                         < / f o r m > 
 
                   < / d i v > 
 
           < / d i v > 
 
 + 
 
 +         < s t y l e > 
 
 +                 . n a v - c o n t a i n e r   { 
 
 +                         b a c k g r o u n d :   w h i t e ; 
 
 +                         b o r d e r - b o t t o m :   1 p x   s o l i d   r g b a ( 2 2 9 ,   2 3 1 ,   2 3 5 ,   0 . 8 ) ; 
 
 +                         b o x - s h a d o w :   0   1 p x   3 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 0 5 ) ; 
 
 +                         p o s i t i o n :   s t i c k y ; 
 
 +                         t o p :   0 ; 
 
 +                         z - i n d e x :   4 0 ; 
 
 +                         b a c k d r o p - f i l t e r :   b l u r ( 1 2 p x ) ; 
 
 +                         b a c k g r o u n d :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 9 5 ) ; 
 
 +                 } 
 
 +                 . d a r k   . n a v - c o n t a i n e r   { 
 
 +                         b a c k g r o u n d :   r g b a ( 1 7 ,   2 4 ,   3 9 ,   0 . 9 5 ) ; 
 
 +                         b o r d e r - c o l o r :   r g b a ( 5 5 ,   6 5 ,   8 1 ,   0 . 8 ) ; 
 
 +                 } 
 
 + 
 
 +                 / *   L o g o   * / 
 
 +                 . n a v - l o g o   { 
 
 +                         d i s p l a y :   f l e x ; 
 
 +                         a l i g n - i t e m s :   c e n t e r ; 
 
 +                         g a p :   0 . 7 5 r e m ; 
 
 +                         t e x t - d e c o r a t i o n :   n o n e ; 
 
 +                 } 
 
 +                 . l o g o - i c o n   { 
 
 +                         w i d t h :   2 . 2 5 r e m ; 
 
 +                         h e i g h t :   2 . 2 5 r e m ; 
 
 +                         b a c k g r o u n d :   l i n e a r - g r a d i e n t ( 1 3 5 d e g ,   # e c 4 8 9 9 ,   # 8 b 5 c f 6 ) ; 
 
 +                         b o r d e r - r a d i u s :   0 . 6 2 5 r e m ; 
 
 +                         d i s p l a y :   f l e x ; 
 
 +                         a l i g n - i t e m s :   c e n t e r ; 
 
 +                         j u s t i f y - c o n t e n t :   c e n t e r ; 
 
 +                         b o x - s h a d o w :   0   4 p x   1 2 p x   - 2 p x   r g b a ( 2 3 6 ,   7 2 ,   1 5 3 ,   0 . 4 ) ; 
 
 +                         t r a n s i t i o n :   t r a n s f o r m   0 . 2 s ,   b o x - s h a d o w   0 . 2 s ; 
 
 +                 } 
 
 +                 . n a v - l o g o : h o v e r   . l o g o - i c o n   { 
 
 +                         t r a n s f o r m :   s c a l e ( 1 . 0 5 )   r o t a t e ( - 3 d e g ) ; 
 
 +                         b o x - s h a d o w :   0   6 p x   1 6 p x   - 2 p x   r g b a ( 2 3 6 ,   7 2 ,   1 5 3 ,   0 . 5 ) ; 
 
 +                 } 
 
 +                 . l o g o - t e x t   { 
 
 +                         f o n t - s i z e :   1 . 2 5 r e m ; 
 
 +                         f o n t - w e i g h t :   8 0 0 ; 
 
 +                         b a c k g r o u n d :   l i n e a r - g r a d i e n t ( 1 3 5 d e g ,   # e c 4 8 9 9 ,   # 8 b 5 c f 6 ) ; 
 
 +                         - w e b k i t - b a c k g r o u n d - c l i p :   t e x t ; 
 
 +                         - w e b k i t - t e x t - f i l l - c o l o r :   t r a n s p a r e n t ; 
 
 +                         b a c k g r o u n d - c l i p :   t e x t ; 
 
 +                 } 
 
 + 
 
 +                 / *   N a v   L i n k s   * / 
 
 +                 . n a v - l i n k   { 
 
 +                         d i s p l a y :   f l e x ; 
 
 +                         a l i g n - i t e m s :   c e n t e r ; 
 
 +                         g a p :   0 . 3 7 5 r e m ; 
 
 +                         p a d d i n g :   0 . 5 r e m   0 . 8 7 5 r e m ; 
 
 +                         f o n t - s i z e :   0 . 8 7 5 r e m ; 
 
 +                         f o n t - w e i g h t :   6 0 0 ; 
 
 +                         c o l o r :   # 6 b 7 2 8 0 ; 
 
 +                         b o r d e r - r a d i u s :   0 . 6 2 5 r e m ; 
 
 +                         t r a n s i t i o n :   a l l   0 . 2 s ; 
 
 +                         t e x t - d e c o r a t i o n :   n o n e ; 
 
 +                 } 
 
 +                 . n a v - l i n k : h o v e r   { 
 
 +                         c o l o r :   # 1 f 2 9 3 7 ; 
 
 +                         b a c k g r o u n d :   r g b a ( 9 9 ,   1 0 2 ,   2 4 1 ,   0 . 0 8 ) ; 
 
 +                 } 
 
 +                 . d a r k   . n a v - l i n k   {   c o l o r :   # 9 c a 3 a f ;   } 
 
 +                 . d a r k   . n a v - l i n k : h o v e r   {   c o l o r :   w h i t e ;   b a c k g r o u n d :   r g b a ( 9 9 ,   1 0 2 ,   2 4 1 ,   0 . 1 5 ) ;   } 
 
 +                 . n a v - l i n k - a c t i v e   { 
 
 +                         c o l o r :   # 6 3 6 6 f 1   ! i m p o r t a n t ; 
 
 +                         b a c k g r o u n d :   r g b a ( 9 9 ,   1 0 2 ,   2 4 1 ,   0 . 1 ) ; 
 
 +                 } 
 
 +                 . d a r k   . n a v - l i n k - a c t i v e   { 
 
 +                         c o l o r :   # 8 1 8 c f 8   ! i m p o r t a n t ; 
 
 +                         b a c k g r o u n d :   r g b a ( 9 9 ,   1 0 2 ,   2 4 1 ,   0 . 2 ) ; 
 
 +                 } 
 
 + 
 
 +                 / *   U s e r   I n f o   * / 
 
 +                 . u s e r - i n f o   { 
 
 +                         d i s p l a y :   f l e x ; 
 
 +                         a l i g n - i t e m s :   c e n t e r ; 
 
 +                         g a p :   0 . 7 5 r e m ; 
 
 +                 } 
 
 +                 . u s e r - a v a t a r   { 
 
 +                         w i d t h :   2 . 2 5 r e m ; 
 
 +                         h e i g h t :   2 . 2 5 r e m ; 
 
 +                         b a c k g r o u n d :   l i n e a r - g r a d i e n t ( 1 3 5 d e g ,   # 6 3 6 6 f 1 ,   # 8 b 5 c f 6 ) ; 
 
 +                         b o r d e r - r a d i u s :   0 . 6 2 5 r e m ; 
 
 +                         d i s p l a y :   f l e x ; 
 
 +                         a l i g n - i t e m s :   c e n t e r ; 
 
 +                         j u s t i f y - c o n t e n t :   c e n t e r ; 
 
 +                         c o l o r :   w h i t e ; 
 
 +                         f o n t - w e i g h t :   7 0 0 ; 
 
 +                         f o n t - s i z e :   0 . 8 7 5 r e m ; 
 
 +                         b o x - s h a d o w :   0   2 p x   8 p x   - 2 p x   r g b a ( 9 9 ,   1 0 2 ,   2 4 1 ,   0 . 4 ) ; 
 
 +                 } 
 
 +                 . u s e r - d e t a i l s   { 
 
 +                         d i s p l a y :   f l e x ; 
 
 +                         f l e x - d i r e c t i o n :   c o l u m n ; 
 
 +                         a l i g n - i t e m s :   f l e x - e n d ; 
 
 +                 } 
 
 +                 . u s e r - n a m e   { 
 
 +                         f o n t - s i z e :   0 . 8 7 5 r e m ; 
 
 +                         f o n t - w e i g h t :   7 0 0 ; 
 
 +                         c o l o r :   # 1 f 2 9 3 7 ; 
 
 +                 } 
 
 +                 . d a r k   . u s e r - n a m e   {   c o l o r :   w h i t e ;   } 
 
 +                 . u s e r - r o l e   { 
 
 +                         f o n t - s i z e :   0 . 6 2 5 r e m ; 
 
 +                         f o n t - w e i g h t :   6 0 0 ; 
 
 +                         t e x t - t r a n s f o r m :   u p p e r c a s e ; 
 
 +                         l e t t e r - s p a c i n g :   0 . 0 5 e m ; 
 
 +                         p a d d i n g :   0 . 1 2 5 r e m   0 . 3 7 5 r e m ; 
 
 +                         b o r d e r - r a d i u s :   0 . 2 5 r e m ; 
 
 +                 } 
 
 +                 . r o l e - a d m i n   { 
 
 +                         b a c k g r o u n d :   r g b a ( 2 3 6 ,   7 2 ,   1 5 3 ,   0 . 1 ) ; 
 
 +                         c o l o r :   # d b 2 7 7 7 ; 
 
 +                 } 
 
 +                 . d a r k   . r o l e - a d m i n   { 
 
 +                         b a c k g r o u n d :   r g b a ( 2 3 6 ,   7 2 ,   1 5 3 ,   0 . 2 ) ; 
 
 +                         c o l o r :   # f 4 7 2 b 6 ; 
 
 +                 } 
 
 +                 . r o l e - c l i e n t   { 
 
 +                         b a c k g r o u n d :   r g b a ( 1 6 ,   1 8 5 ,   1 2 9 ,   0 . 1 ) ; 
 
 +                         c o l o r :   # 0 5 9 6 6 9 ; 
 
 +                 } 
 
 +                 . d a r k   . r o l e - c l i e n t   { 
 
 +                         b a c k g r o u n d :   r g b a ( 1 6 ,   1 8 5 ,   1 2 9 ,   0 . 2 ) ; 
 
 +                         c o l o r :   # 3 4 d 3 9 9 ; 
 
 +                 } 
 
 + 
 
 +                 . n a v - d i v i d e r   { 
 
 +                         w i d t h :   1 p x ; 
 
 +                         h e i g h t :   2 r e m ; 
 
 +                         b a c k g r o u n d :   # e 5 e 7 e b ; 
 
 +                 } 
 
 +                 . d a r k   . n a v - d i v i d e r   {   b a c k g r o u n d :   # 3 7 4 1 5 1 ;   } 
 
 + 
 
 +                 / *   L o g o u t   B u t t o n   * / 
 
 +                 . l o g o u t - b t n   { 
 
 +                         d i s p l a y :   f l e x ; 
 
 +                         a l i g n - i t e m s :   c e n t e r ; 
 
 +                         g a p :   0 . 3 7 5 r e m ; 
 
 +                         p a d d i n g :   0 . 5 r e m   0 . 8 7 5 r e m ; 
 
 +                         f o n t - s i z e :   0 . 8 7 5 r e m ; 
 
 +                         f o n t - w e i g h t :   6 0 0 ; 
 
 +                         c o l o r :   # e f 4 4 4 4 ; 
 
 +                         b o r d e r - r a d i u s :   0 . 6 2 5 r e m ; 
 
 +                         b o r d e r :   1 p x   s o l i d   t r a n s p a r e n t ; 
 
 +                         t r a n s i t i o n :   a l l   0 . 2 s ; 
 
 +                 } 
 
 +                 . l o g o u t - b t n : h o v e r   { 
 
 +                         b a c k g r o u n d :   r g b a ( 2 3 9 ,   6 8 ,   6 8 ,   0 . 1 ) ; 
 
 +                         b o r d e r - c o l o r :   r g b a ( 2 3 9 ,   6 8 ,   6 8 ,   0 . 2 ) ; 
 
 +                 } 
 
 +                 . d a r k   . l o g o u t - b t n   {   c o l o r :   # f 8 7 1 7 1 ;   } 
 
 +                 . d a r k   . l o g o u t - b t n : h o v e r   {   b a c k g r o u n d :   r g b a ( 2 3 9 ,   6 8 ,   6 8 ,   0 . 1 5 ) ;   b o r d e r - c o l o r :   r g b a ( 2 3 9 ,   6 8 ,   6 8 ,   0 . 3 ) ;   } 
 
 + 
 
 +                 / *   M o b i l e   M e n u   B u t t o n   * / 
 
 +                 . m o b i l e - m e n u - b t n   { 
 
 +                         p a d d i n g :   0 . 5 r e m ; 
 
 +                         b o r d e r - r a d i u s :   0 . 6 2 5 r e m ; 
 
 +                         c o l o r :   # 6 b 7 2 8 0 ; 
 
 +                         t r a n s i t i o n :   a l l   0 . 2 s ; 
 
 +                 } 
 
 +                 . m o b i l e - m e n u - b t n : h o v e r   { 
 
 +                         b a c k g r o u n d :   # f 3 f 4 f 6 ; 
 
 +                         c o l o r :   # 1 f 2 9 3 7 ; 
 
 +                 } 
 
 +                 . d a r k   . m o b i l e - m e n u - b t n   {   c o l o r :   # 9 c a 3 a f ;   } 
 
 +                 . d a r k   . m o b i l e - m e n u - b t n : h o v e r   {   b a c k g r o u n d :   # 3 7 4 1 5 1 ;   c o l o r :   w h i t e ;   } 
 
 + 
 
 +                 / *   M o b i l e   M e n u   * / 
 
 +                 . m o b i l e - m e n u   { 
 
 +                         b a c k g r o u n d :   w h i t e ; 
 
 +                         b o r d e r - t o p :   1 p x   s o l i d   # e 5 e 7 e b ; 
 
 +                         a n i m a t i o n :   s l i d e D o w n   0 . 2 s   e a s e ; 
 
 +                 } 
 
 +                 . d a r k   . m o b i l e - m e n u   {   b a c k g r o u n d :   r g b ( 1 7   2 4   3 9 ) ;   b o r d e r - c o l o r :   # 3 7 4 1 5 1 ;   } 
 
 +                 @ k e y f r a m e s   s l i d e D o w n   { 
 
 +                         f r o m   {   o p a c i t y :   0 ;   t r a n s f o r m :   t r a n s l a t e Y ( - 8 p x ) ;   } 
 
 +                         t o   {   o p a c i t y :   1 ;   t r a n s f o r m :   t r a n s l a t e Y ( 0 ) ;   } 
 
 +                 } 
 
 + 
 
 +                 . m o b i l e - m e n u - h e a d e r   { 
 
 +                         d i s p l a y :   f l e x ; 
 
 +                         a l i g n - i t e m s :   c e n t e r ; 
 
 +                         g a p :   0 . 7 5 r e m ; 
 
 +                         p a d d i n g :   1 r e m ; 
 
 +                         b a c k g r o u n d :   l i n e a r - g r a d i e n t ( t o   r i g h t ,   r g b a ( 9 9 ,   1 0 2 ,   2 4 1 ,   0 . 0 5 ) ,   t r a n s p a r e n t ) ; 
 
 +                         b o r d e r - b o t t o m :   1 p x   s o l i d   # e 5 e 7 e b ; 
 
 +                 } 
 
 +                 . d a r k   . m o b i l e - m e n u - h e a d e r   {   b o r d e r - c o l o r :   # 3 7 4 1 5 1 ;   b a c k g r o u n d :   l i n e a r - g r a d i e n t ( t o   r i g h t ,   r g b a ( 9 9 ,   1 0 2 ,   2 4 1 ,   0 . 1 ) ,   t r a n s p a r e n t ) ;   } 
 
 +                 . m o b i l e - u s e r - a v a t a r   { 
 
 +                         w i d t h :   2 . 7 5 r e m ; 
 
 +                         h e i g h t :   2 . 7 5 r e m ; 
 
 +                         b a c k g r o u n d :   l i n e a r - g r a d i e n t ( 1 3 5 d e g ,   # 6 3 6 6 f 1 ,   # 8 b 5 c f 6 ) ; 
 
 +                         b o r d e r - r a d i u s :   0 . 7 5 r e m ; 
 
 +                         d i s p l a y :   f l e x ; 
 
 +                         a l i g n - i t e m s :   c e n t e r ; 
 
 +                         j u s t i f y - c o n t e n t :   c e n t e r ; 
 
 +                         c o l o r :   w h i t e ; 
 
 +                         f o n t - w e i g h t :   7 0 0 ; 
 
 +                         f o n t - s i z e :   1 r e m ; 
 
 +                 } 
 
 +                 . m o b i l e - u s e r - n a m e   { 
 
 +                         f o n t - w e i g h t :   7 0 0 ; 
 
 +                         c o l o r :   # 1 f 2 9 3 7 ; 
 
 +                 } 
 
 +                 . d a r k   . m o b i l e - u s e r - n a m e   {   c o l o r :   w h i t e ;   } 
 
 +                 . m o b i l e - u s e r - e m a i l   { 
 
 +                         f o n t - s i z e :   0 . 7 5 r e m ; 
 
 +                         c o l o r :   # 6 b 7 2 8 0 ; 
 
 +                 } 
 
 +                 . d a r k   . m o b i l e - u s e r - e m a i l   {   c o l o r :   # 9 c a 3 a f ;   } 
 
 + 
 
 +                 . m o b i l e - n a v - l i n k s   { 
 
 +                         p a d d i n g :   0 . 5 r e m ; 
 
 +                 } 
 
 +                 . m o b i l e - n a v - l i n k   { 
 
 +                         d i s p l a y :   f l e x ; 
 
 +                         a l i g n - i t e m s :   c e n t e r ; 
 
 +                         g a p :   0 . 7 5 r e m ; 
 
 +                         p a d d i n g :   0 . 7 5 r e m   1 r e m ; 
 
 +                         f o n t - s i z e :   0 . 9 3 7 5 r e m ; 
 
 +                         f o n t - w e i g h t :   6 0 0 ; 
 
 +                         c o l o r :   # 3 7 4 1 5 1 ; 
 
 +                         b o r d e r - r a d i u s :   0 . 6 2 5 r e m ; 
 
 +                         t e x t - d e c o r a t i o n :   n o n e ; 
 
 +                         t r a n s i t i o n :   a l l   0 . 2 s ; 
 
 +                 } 
 
 +                 . m o b i l e - n a v - l i n k : h o v e r   {   b a c k g r o u n d :   # f 3 f 4 f 6 ;   } 
 
 +                 . d a r k   . m o b i l e - n a v - l i n k   {   c o l o r :   # d 1 d 5 d b ;   } 
 
 +                 . d a r k   . m o b i l e - n a v - l i n k : h o v e r   {   b a c k g r o u n d :   # 3 7 4 1 5 1 ;   } 
 
 +                 . m o b i l e - n a v - a c t i v e   { 
 
 +                         b a c k g r o u n d :   r g b a ( 9 9 ,   1 0 2 ,   2 4 1 ,   0 . 1 )   ! i m p o r t a n t ; 
 
 +                         c o l o r :   # 6 3 6 6 f 1   ! i m p o r t a n t ; 
 
 +                 } 
 
 +                 . d a r k   . m o b i l e - n a v - a c t i v e   { 
 
 +                         b a c k g r o u n d :   r g b a ( 9 9 ,   1 0 2 ,   2 4 1 ,   0 . 2 )   ! i m p o r t a n t ; 
 
 +                         c o l o r :   # 8 1 8 c f 8   ! i m p o r t a n t ; 
 
 +                 } 
 
 + 
 
 +                 . m o b i l e - l o g o u t   { 
 
 +                         p a d d i n g :   0 . 5 r e m ; 
 
 +                         b o r d e r - t o p :   1 p x   s o l i d   # e 5 e 7 e b ; 
 
 +                 } 
 
 +                 . d a r k   . m o b i l e - l o g o u t   {   b o r d e r - c o l o r :   # 3 7 4 1 5 1 ;   } 
 
 +                 . m o b i l e - l o g o u t - b t n   { 
 
 +                         d i s p l a y :   f l e x ; 
 
 +                         a l i g n - i t e m s :   c e n t e r ; 
 
 +                         g a p :   0 . 7 5 r e m ; 
 
 +                         w i d t h :   1 0 0 % ; 
 
 +                         p a d d i n g :   0 . 7 5 r e m   1 r e m ; 
 
 +                         f o n t - s i z e :   0 . 9 3 7 5 r e m ; 
 
 +                         f o n t - w e i g h t :   6 0 0 ; 
 
 +                         c o l o r :   # e f 4 4 4 4 ; 
 
 +                         b o r d e r - r a d i u s :   0 . 6 2 5 r e m ; 
 
 +                         t r a n s i t i o n :   a l l   0 . 2 s ; 
 
 +                 } 
 
 +                 . m o b i l e - l o g o u t - b t n : h o v e r   { 
 
 +                         b a c k g r o u n d :   r g b a ( 2 3 9 ,   6 8 ,   6 8 ,   0 . 1 ) ; 
 
 +                 } 
 
 +                 . d a r k   . m o b i l e - l o g o u t - b t n   {   c o l o r :   # f 8 7 1 7 1 ;   } 
 
 +                 . d a r k   . m o b i l e - l o g o u t - b t n : h o v e r   {   b a c k g r o u n d :   r g b a ( 2 3 9 ,   6 8 ,   6 8 ,   0 . 1 5 ) ;   } 
 
 +         < / s t y l e > 
 
   < / n a v > 
 
 \   N o   n e w l i n e   a t   e n d   o f   f i l e 
 
 d i f f   - - g i t   a / r e s o u r c e s / v i e w s / o r d e r / p a y m e n t . b l a d e . p h p   b / r e s o u r c e s / v i e w s / o r d e r / p a y m e n t . b l a d e . p h p 
 
 i n d e x   9 0 c f c d b . . c 7 f c e 7 e   1 0 0 6 4 4 
 
 - - -   a / r e s o u r c e s / v i e w s / o r d e r / p a y m e n t . b l a d e . p h p 
 
 + + +   b / r e s o u r c e s / v i e w s / o r d e r / p a y m e n t . b l a d e . p h p 
 
 @ @   - 1 , 8 3   + 1 , 3 5 7   @ @ 
 
   < ! D O C T Y P E   h t m l > 
 
 - < h t m l   l a n g = " i d " > 
 
 + < h t m l   l a n g = " i d "   c l a s s = " s c r o l l - s m o o t h " > 
 
   < h e a d > 
 
           < m e t a   c h a r s e t = " U T F - 8 " > 
 
           < m e t a   n a m e = " v i e w p o r t "   c o n t e n t = " w i d t h = d e v i c e - w i d t h ,   i n i t i a l - s c a l e = 1 . 0 " > 
 
 -         < t i t l e > S e l e s a i k a n   P e m b a y a r a n   -   B e b u n g a h < / t i t l e > 
 
 +         < t i t l e > S e l e s a i k a n   P e m b a y a r a n   -   T E M A N T E N < / t i t l e > 
 
           < s c r i p t   s r c = " h t t p s : / / c d n . t a i l w i n d c s s . c o m " > < / s c r i p t > 
 
 -         < l i n k   h r e f = " h t t p s : / / f o n t s . g o o g l e a p i s . c o m / c s s 2 ? f a m i l y = I n t e r : w g h t @ 3 0 0 ; 4 0 0 ; 6 0 0 ; 7 0 0 ; 8 0 0 & d i s p l a y = s w a p "   r e l = " s t y l e s h e e t " > 
 
 -         < s t y l e >   b o d y   {   f o n t - f a m i l y :   ' I n t e r ' ,   s a n s - s e r i f ;   }   < / s t y l e > 
 
 +         < l i n k   r e l = " i c o n "   t y p e = " i m a g e / s v g + x m l "   h r e f = " d a t a : i m a g e / s v g + x m l , < s v g   x m l n s = % 2 2 h t t p : / / w w w . w 3 . o r g / 2 0 0 0 / s v g % 2 2   v i e w B o x = % 2 2 0   0   4 8   4 8 % 2 2 > < r e c t   w i d t h = % 2 2 4 8 % 2 2   h e i g h t = % 2 2 4 8 % 2 2   r x = % 2 2 1 2 % 2 2   f i l l = % 2 2 % 2 3 4 F 4 6 E 5 % 2 2 / > < p a t h   d = % 2 2 M 1 5   1 3 h 1 8 v 6 h - 6 v 1 7 h - 6 v - 1 7 h - 6 v - 6 z % 2 2   f i l l = % 2 2 w h i t e % 2 2 / > < / s v g > " > 
 
 +         < l i n k   h r e f = " h t t p s : / / f o n t s . g o o g l e a p i s . c o m / c s s 2 ? f a m i l y = P l u s + J a k a r t a + S a n s : w g h t @ 3 0 0 ; 4 0 0 ; 5 0 0 ; 6 0 0 ; 7 0 0 ; 8 0 0 & f a m i l y = C o r m o r a n t + G a r a m o n d : w g h t @ 4 0 0 ; 6 0 0 ; 7 0 0 & d i s p l a y = s w a p "   r e l = " s t y l e s h e e t " > 
 
 +         < s t y l e > 
 
 +                 / *   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 +                       C O N F I G U R A T I O N   S E C T I O N   -   E D I T   V A L U E S   H E R E 
 
 +                       = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   * / 
 
 +                 : r o o t   { 
 
 +                         / *   B r a n d   C o l o r s   * / 
 
 +                         - - p r i m a r y :   # 4 F 4 6 E 5 ; 
 
 +                         - - p r i m a r y - d a r k :   # 4 3 3 8 C A ; 
 
 +                         - - s e c o n d a r y :   # E C 4 8 9 9 ; 
 
 +                         - - a c c e n t :   # 1 0 B 9 8 1 ; 
 
 +                         
 
 +                         / *   S t a t u s   C o l o r s   * / 
 
 +                         - - s u c c e s s :   # 1 0 B 9 8 1 ; 
 
 +                         - - w a r n i n g :   # F 5 9 E 0 B ; 
 
 +                         - - i n f o :   # 3 B 8 2 F 6 ; 
 
 +                         - - e r r o r :   # E F 4 4 4 4 ; 
 
 +                 } 
 
 +                 
 
 +                 / *   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 +                       C U S T O M   S T Y L E S   -   S A F E   T O   M O D I F Y 
 
 +                       = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   * / 
 
 +                 b o d y   {   
 
 +                         f o n t - f a m i l y :   ' P l u s   J a k a r t a   S a n s ' ,   s a n s - s e r i f ; 
 
 +                         - w e b k i t - f o n t - s m o o t h i n g :   a n t i a l i a s e d ; 
 
 +                         - m o z - o s x - f o n t - s m o o t h i n g :   g r a y s c a l e ; 
 
 +                 } 
 
 +                 
 
 +                 . f o n t - s e r i f   {   f o n t - f a m i l y :   ' C o r m o r a n t   G a r a m o n d ' ,   s e r i f ;   } 
 
 +                 
 
 +                 / *   A n i m a t i o n s   * / 
 
 +                 @ k e y f r a m e s   f a d e I n   { 
 
 +                         f r o m   {   o p a c i t y :   0 ;   } 
 
 +                         t o   {   o p a c i t y :   1 ;   } 
 
 +                 } 
 
 +                 
 
 +                 @ k e y f r a m e s   s l i d e U p   { 
 
 +                         f r o m   {   o p a c i t y :   0 ;   t r a n s f o r m :   t r a n s l a t e Y ( 3 0 p x ) ;   } 
 
 +                         t o   {   o p a c i t y :   1 ;   t r a n s f o r m :   t r a n s l a t e Y ( 0 ) ;   } 
 
 +                 } 
 
 +                 
 
 +                 @ k e y f r a m e s   s c a l e I n   { 
 
 +                         f r o m   {   o p a c i t y :   0 ;   t r a n s f o r m :   s c a l e ( 0 . 9 ) ;   } 
 
 +                         t o   {   o p a c i t y :   1 ;   t r a n s f o r m :   s c a l e ( 1 ) ;   } 
 
 +                 } 
 
 +                 
 
 +                 @ k e y f r a m e s   p u l s e - g l o w   { 
 
 +                         0 % ,   1 0 0 %   {   b o x - s h a d o w :   0   0   2 0 p x   r g b a ( 1 6 ,   1 8 5 ,   1 2 9 ,   0 . 4 ) ;   } 
 
 +                         5 0 %   {   b o x - s h a d o w :   0   0   3 0 p x   r g b a ( 1 6 ,   1 8 5 ,   1 2 9 ,   0 . 6 ) ;   } 
 
 +                 } 
 
 +                 
 
 +                 @ k e y f r a m e s   f l o a t   { 
 
 +                         0 % ,   1 0 0 %   {   t r a n s f o r m :   t r a n s l a t e Y ( 0 p x ) ;   } 
 
 +                         5 0 %   {   t r a n s f o r m :   t r a n s l a t e Y ( - 1 0 p x ) ;   } 
 
 +                 } 
 
 +                 
 
 +                 @ k e y f r a m e s   s h i m m e r   { 
 
 +                         0 %   {   b a c k g r o u n d - p o s i t i o n :   - 1 0 0 0 p x   0 ;   } 
 
 +                         1 0 0 %   {   b a c k g r o u n d - p o s i t i o n :   1 0 0 0 p x   0 ;   } 
 
 +                 } 
 
 +                 
 
 +                 . a n i m a t e - f a d e I n   {   a n i m a t i o n :   f a d e I n   0 . 8 s   e a s e - o u t ;   } 
 
 +                 . a n i m a t e - s l i d e U p   {   a n i m a t i o n :   s l i d e U p   0 . 6 s   e a s e - o u t ;   } 
 
 +                 . a n i m a t e - s c a l e I n   {   a n i m a t i o n :   s c a l e I n   0 . 5 s   e a s e - o u t ;   } 
 
 +                 . a n i m a t e - f l o a t   {   a n i m a t i o n :   f l o a t   3 s   e a s e - i n - o u t   i n f i n i t e ;   } 
 
 +                 . p u l s e - g l o w   {   a n i m a t i o n :   p u l s e - g l o w   2 s   i n f i n i t e ;   } 
 
 +                 
 
 +                 / *   G r a d i e n t   b a c k g r o u n d s   * / 
 
 +                 . g r a d i e n t - p r i m a r y   { 
 
 +                         b a c k g r o u n d :   l i n e a r - g r a d i e n t ( 1 3 5 d e g ,   # 6 6 7 e e a   0 % ,   # 7 6 4 b a 2   1 0 0 % ) ; 
 
 +                 } 
 
 +                 
 
 +                 . g r a d i e n t - s u c c e s s   { 
 
 +                         b a c k g r o u n d :   l i n e a r - g r a d i e n t ( 1 3 5 d e g ,   # 1 0 B 9 8 1   0 % ,   # 0 5 9 6 6 9   1 0 0 % ) ; 
 
 +                 } 
 
 +                 
 
 +                 / *   D o t   p a t t e r n   b a c k g r o u n d   * / 
 
 +                 . d o t - p a t t e r n   { 
 
 +                         b a c k g r o u n d - i m a g e :   r a d i a l - g r a d i e n t ( r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 1 5 )   1 p x ,   t r a n s p a r e n t   1 p x ) ; 
 
 +                         b a c k g r o u n d - s i z e :   2 0 p x   2 0 p x ; 
 
 +                 } 
 
 +                 
 
 +                 / *   Q R   C o d e   h o v e r   e f f e c t   * / 
 
 +                 . q r - c o n t a i n e r   { 
 
 +                         t r a n s i t i o n :   a l l   0 . 3 s   c u b i c - b e z i e r ( 0 . 4 ,   0 ,   0 . 2 ,   1 ) ; 
 
 +                 } 
 
 +                 
 
 +                 . q r - c o n t a i n e r : h o v e r   { 
 
 +                         t r a n s f o r m :   s c a l e ( 1 . 0 5 )   r o t a t e ( 2 d e g ) ; 
 
 +                 } 
 
 +                 
 
 +                 / *   S u c c e s s   c h e c k m a r k   a n i m a t i o n   * / 
 
 +                 @ k e y f r a m e s   c h e c k m a r k   { 
 
 +                         0 %   {   s t r o k e - d a s h o f f s e t :   1 0 0 ;   } 
 
 +                         1 0 0 %   {   s t r o k e - d a s h o f f s e t :   0 ;   } 
 
 +                 } 
 
 +                 
 
 +                 . c h e c k m a r k - p a t h   { 
 
 +                         s t r o k e - d a s h a r r a y :   1 0 0 ; 
 
 +                         a n i m a t i o n :   c h e c k m a r k   0 . 6 s   e a s e - o u t   0 . 3 s   f o r w a r d s ; 
 
 +                 } 
 
 +                 
 
 +                 / *   B u t t o n   s h i n e   e f f e c t   * / 
 
 +                 . b t n - s h i n e   { 
 
 +                         p o s i t i o n :   r e l a t i v e ; 
 
 +                         o v e r f l o w :   h i d d e n ; 
 
 +                 } 
 
 +                 
 
 +                 . b t n - s h i n e : : b e f o r e   { 
 
 +                         c o n t e n t :   ' ' ; 
 
 +                         p o s i t i o n :   a b s o l u t e ; 
 
 +                         t o p :   0 ; 
 
 +                         l e f t :   - 1 0 0 % ; 
 
 +                         w i d t h :   1 0 0 % ; 
 
 +                         h e i g h t :   1 0 0 % ; 
 
 +                         b a c k g r o u n d :   l i n e a r - g r a d i e n t ( 9 0 d e g ,   t r a n s p a r e n t ,   r g b a ( 2 5 5 , 2 5 5 , 2 5 5 , 0 . 3 ) ,   t r a n s p a r e n t ) ; 
 
 +                         t r a n s i t i o n :   l e f t   0 . 5 s ; 
 
 +                 } 
 
 +                 
 
 +                 . b t n - s h i n e : h o v e r : : b e f o r e   { 
 
 +                         l e f t :   1 0 0 % ; 
 
 +                 } 
 
 +         < / s t y l e > 
 
   < / h e a d > 
 
 - < b o d y   c l a s s = " b g - g r a y - 1 0 0   m i n - h - s c r e e n   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   p - 4   m d : p - 8 " > 
 
 + < b o d y   c l a s s = " b g - g r a d i e n t - t o - b r   f r o m - g r a y - 5 0   v i a - w h i t e   t o - i n d i g o - 5 0 / 3 0   m i n - h - s c r e e n   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   p - 4   m d : p - 8 " > 
 
   
 
 -         < d i v   c l a s s = " b g - w h i t e   r o u n d e d - 3 x l   s h a d o w - 2 x l   w - f u l l   m a x - w - 5 x l   o v e r f l o w - h i d d e n   f l e x   f l e x - c o l   m d : f l e x - r o w   m i n - h - [ 5 0 0 p x ] " > 
 
 +         < ! - -   M a i n   C o n t a i n e r   - - > 
 
 +         < d i v   c l a s s = " b g - w h i t e   r o u n d e d - 3 x l   s h a d o w - 2 x l   w - f u l l   m a x - w - 6 x l   o v e r f l o w - h i d d e n   a n i m a t e - f a d e I n " > 
 
 +                 
 
 +                 < ! - -   S u c c e s s   H e a d e r   B a r   ( M o b i l e )   - - > 
 
 +                 < d i v   c l a s s = " m d : h i d d e n   w - f u l l   h - 2   b g - g r a d i e n t - t o - r   f r o m - g r e e n - 5 0 0   v i a - e m e r a l d - 5 0 0   t o - t e a l - 5 0 0 " > < / d i v > 
 
                   
 
 -                 < d i v   c l a s s = " w - f u l l   m d : w - 1 / 2   b g - g r a y - 9 0 0   t e x t - w h i t e   p - 8   m d : p - 1 2   f l e x   f l e x - c o l   i t e m s - c e n t e r   j u s t i f y - c e n t e r   r e l a t i v e   o v e r f l o w - h i d d e n " > 
 
 -                         < d i v   c l a s s = " a b s o l u t e   i n s e t - 0   o p a c i t y - 1 0 "   s t y l e = " b a c k g r o u n d - i m a g e :   r a d i a l - g r a d i e n t ( # 6 3 6 6 f 1   1 p x ,   t r a n s p a r e n t   1 p x ) ;   b a c k g r o u n d - s i z e :   2 0 p x   2 0 p x ; " > < / d i v > 
 
 +                 < d i v   c l a s s = " f l e x   f l e x - c o l   m d : f l e x - r o w   m i n - h - [ 6 0 0 p x ] " > 
 
                           
 
 -                         < d i v   c l a s s = " r e l a t i v e   z - 1 0   t e x t - c e n t e r " > 
 
 -                                 < h 2   c l a s s = " t e x t - 2 x l   m d : t e x t - 3 x l   f o n t - b o l d   m b - 2 " > S c a n   u n t u k   M e m b a y a r < / h 2 > 
 
 -                                 < p   c l a s s = " t e x t - g r a y - 4 0 0   t e x t - s m   m b - 8 " > O t o m a t i s   d i c e k   m a n u a l   o l e h   A d m i n < / p > 
 
 +                         < ! - -   L e f t   P a n e l   -   Q R   C o d e   S e c t i o n   - - > 
 
 +                         < d i v   c l a s s = " w - f u l l   m d : w - 1 / 2   g r a d i e n t - p r i m a r y   t e x t - w h i t e   p - 8   m d : p - 1 2   f l e x   f l e x - c o l   i t e m s - c e n t e r   j u s t i f y - c e n t e r   r e l a t i v e   o v e r f l o w - h i d d e n " > 
 
 +                                 < ! - -   D e c o r a t i v e   B a c k g r o u n d   P a t t e r n   - - > 
 
 +                                 < d i v   c l a s s = " a b s o l u t e   i n s e t - 0   d o t - p a t t e r n   o p a c i t y - 1 0 0 " > < / d i v > 
 
 +                                 
 
 +                                 < ! - -   F l o a t i n g   D e c o r a t i o n   E l e m e n t s   - - > 
 
 +                                 < d i v   c l a s s = " a b s o l u t e   t o p - 1 0   l e f t - 1 0   w - 2 0   h - 2 0   b g - w h i t e / 1 0   r o u n d e d - f u l l   b l u r - 2 x l   a n i m a t e - f l o a t " > < / d i v > 
 
 +                                 < d i v   c l a s s = " a b s o l u t e   b o t t o m - 1 0   r i g h t - 1 0   w - 3 2   h - 3 2   b g - w h i t e / 1 0   r o u n d e d - f u l l   b l u r - 3 x l   a n i m a t e - f l o a t "   s t y l e = " a n i m a t i o n - d e l a y :   1 s ; " > < / d i v > 
 
 +                                 
 
 +                                 < ! - -   C o n t e n t   - - > 
 
 +                                 < d i v   c l a s s = " r e l a t i v e   z - 1 0   t e x t - c e n t e r   s p a c e - y - 8   a n i m a t e - s l i d e U p " > 
 
 +                                         < ! - -   H e a d e r   - - > 
 
 +                                         < d i v   c l a s s = " s p a c e - y - 3 " > 
 
 +                                                 < d i v   c l a s s = " i n l i n e - f l e x   i t e m s - c e n t e r   g a p - 2   b g - w h i t e / 2 0   b a c k d r o p - b l u r - s m   p x - 4   p y - 2   r o u n d e d - f u l l   t e x t - s m   f o n t - s e m i b o l d   m b - 2 " > 
 
 +                                                         < s v g   c l a s s = " w - 4   h - 4 "   f i l l = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 0   2 0 " > < p a t h   f i l l - r u l e = " e v e n o d d "   d = " M 1 0   1 8 a 8   8   0   1 0 0 - 1 6   8   8   0   0 0 0   1 6 z m 3 . 7 0 7 - 9 . 2 9 3 a 1   1   0   0 0 - 1 . 4 1 4 - 1 . 4 1 4 L 9   1 0 . 5 8 6   7 . 7 0 7   9 . 2 9 3 a 1   1   0   0 0 - 1 . 4 1 4   1 . 4 1 4 l 2   2 a 1   1   0   0 0 1 . 4 1 4   0 l 4 - 4 z "   c l i p - r u l e = " e v e n o d d " > < / p a t h > < / s v g > 
 
 +                                                         < s p a n > P e m b a y a r a n   M u d a h   &   A m a n < / s p a n > 
 
 +                                                 < / d i v > 
 
 +                                                 < h 2   c l a s s = " t e x t - 3 x l   m d : t e x t - 4 x l   f o n t - e x t r a b o l d   l e a d i n g - t i g h t " > S c a n   u n t u k < b r / > M e m b a y a r < / h 2 > 
 
 +                                                 < p   c l a s s = " t e x t - w h i t e / 8 0   t e x t - s m " > P e m b a y a r a n   a k a n   d i v e r i f i k a s i   o t o m a t i s   o l e h   s i s t e m   k a m i < / p > 
 
 +                                         < / d i v > 
 
   
 
 -                                 < d i v   c l a s s = " b g - w h i t e   p - 4   r o u n d e d - 2 x l   s h a d o w - l g   i n l i n e - b l o c k   t r a n s f o r m   h o v e r : s c a l e - 1 0 5   t r a n s i t i o n - t r a n s f o r m   d u r a t i o n - 3 0 0 " > 
 
 -                                         < i m g   s r c = " { {   a s s e t ( ' i m g / q r i s 1 . j p e g ' )   } } "   
 
 -                                                   a l t = " Q R I S   C o d e "   
 
 -                                                   c l a s s = " w - 6 4   h - 6 4   m d : w - 8 0   m d : h - 8 0   o b j e c t - c o n t a i n   m x - a u t o   m i x - b l e n d - m u l t i p l y " > 
 
 -                                 < / d i v > 
 
 +                                         < ! - -   Q R   C o d e   - - > 
 
 +                                         < d i v   c l a s s = " q r - c o n t a i n e r   i n l i n e - b l o c k " > 
 
 +                                                 < d i v   c l a s s = " b g - w h i t e   p - 6   r o u n d e d - 3 x l   s h a d o w - 2 x l " > 
 
 +                                                         < ! - -   
 
 +                                                                 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 +                                                                 Q R I S   I M A G E   -   E D I T   P A T H   H E R E 
 
 +                                                                 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 +                                                         - - > 
 
 +                                                         < i m g   s r c = " { {   a s s e t ( ' i m g / q r i s 1 . j p e g ' )   } } "   
 
 +                                                                   a l t = " Q R I S   P a y m e n t   C o d e "   
 
 +                                                                   c l a s s = " w - 6 4   h - 6 4   m d : w - 8 0   m d : h - 8 0   o b j e c t - c o n t a i n   m x - a u t o   r o u n d e d - x l " > 
 
 +                                                 < / d i v > 
 
 +                                         < / d i v > 
 
   
 
 -                                 < d i v   c l a s s = " m t - 8   f l e x   j u s t i f y - c e n t e r   g a p - 4   o p a c i t y - 7 0   g r a y s c a l e   h o v e r : g r a y s c a l e - 0   t r a n s i t i o n - a l l " > 
 
 -                                         < i m g   s r c = " h t t p s : / / u p l o a d . w i k i m e d i a . o r g / w i k i p e d i a / c o m m o n s / t h u m b / e / e 1 / Q R I S _ l o g o . s v g / 1 2 0 0 p x - Q R I S _ l o g o . s v g . p n g "   c l a s s = " h - 6   b g - w h i t e   r o u n d e d   p x - 1 " > 
 
 -                                         < s p a n   c l a s s = " t e x t - x s   t e x t - g r a y - 4 0 0   s e l f - c e n t e r " > +   S e m u a   E - W a l l e t < / s p a n > 
 
 +                                         < ! - -   P a y m e n t   M e t h o d s   - - > 
 
 +                                         < d i v   c l a s s = " s p a c e - y - 4 " > 
 
 +                                                 < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   g a p - 4   f l e x - w r a p " > 
 
 +                                                         < d i v   c l a s s = " b g - w h i t e / 2 0   b a c k d r o p - b l u r - s m   p x - 4   p y - 2   r o u n d e d - x l   f l e x   i t e m s - c e n t e r   g a p - 2 " > 
 
 +                                                                 < i m g   s r c = " h t t p s : / / u p l o a d . w i k i m e d i a . o r g / w i k i p e d i a / c o m m o n s / t h u m b / e / e 1 / Q R I S _ l o g o . s v g / 1 2 0 0 p x - Q R I S _ l o g o . s v g . p n g "   
 
 +                                                                           c l a s s = " h - 5   b r i g h t n e s s - 0   i n v e r t "   
 
 +                                                                           a l t = " Q R I S " > 
 
 +                                                                 < s p a n   c l a s s = " t e x t - x s   f o n t - s e m i b o l d " > Q R I S < / s p a n > 
 
 +                                                         < / d i v > 
 
 +                                                         < d i v   c l a s s = " b g - w h i t e / 2 0   b a c k d r o p - b l u r - s m   p x - 4   p y - 2   r o u n d e d - x l " > 
 
 +                                                                 < s p a n   c l a s s = " t e x t - x s   f o n t - s e m i b o l d " > +   S e m u a   E - W a l l e t < / s p a n > 
 
 +                                                         < / d i v > 
 
 +                                                 < / d i v > 
 
 +                                                 
 
 +                                                 < ! - -   S u p p o r t e d   E - W a l l e t s   - - > 
 
 +                                                 < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   g a p - 3   o p a c i t y - 8 0 " > 
 
 +                                                         < s p a n   c l a s s = " t e x t - x s " > M e n d u k u n g : < / s p a n > 
 
 +                                                         < d i v   c l a s s = " f l e x   g a p - 2 " > 
 
 +                                                                 < d i v   c l a s s = " w - 8   h - 8   b g - w h i t e / 2 0   b a c k d r o p - b l u r - s m   r o u n d e d - l g   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r " > 
 
 +                                                                         < s p a n   c l a s s = " t e x t - x s   f o n t - b o l d " > O V O < / s p a n > 
 
 +                                                                 < / d i v > 
 
 +                                                                 < d i v   c l a s s = " w - 8   h - 8   b g - w h i t e / 2 0   b a c k d r o p - b l u r - s m   r o u n d e d - l g   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r " > 
 
 +                                                                         < s p a n   c l a s s = " t e x t - x s   f o n t - b o l d " > G P < / s p a n > 
 
 +                                                                 < / d i v > 
 
 +                                                                 < d i v   c l a s s = " w - 8   h - 8   b g - w h i t e / 2 0   b a c k d r o p - b l u r - s m   r o u n d e d - l g   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r " > 
 
 +                                                                         < s p a n   c l a s s = " t e x t - x s   f o n t - b o l d " > D A < / s p a n > 
 
 +                                                                 < / d i v > 
 
 +                                                         < / d i v > 
 
 +                                                 < / d i v > 
 
 +                                         < / d i v > 
 
                                   < / d i v > 
 
                           < / d i v > 
 
 -                 < / d i v > 
 
   
 
 -                 < d i v   c l a s s = " w - f u l l   m d : w - 1 / 2   p - 8   m d : p - 1 2   f l e x   f l e x - c o l   j u s t i f y - c e n t e r   b g - w h i t e   r e l a t i v e " > 
 
 -                         < d i v   c l a s s = " a b s o l u t e   t o p - 0   l e f t - 0   w - f u l l   h - 1   b g - g r a d i e n t - t o - r   f r o m - i n d i g o - 5 0 0   t o - p u r p l e - 5 0 0   m d : h i d d e n " > < / d i v > 
 
 - 
 
 -                         < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 3   m b - 6 " > 
 
 -                                 < d i v   c l a s s = " w - 1 0   h - 1 0   b g - g r e e n - 1 0 0   r o u n d e d - f u l l   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r " > 
 
 -                                         < s v g   c l a s s = " w - 6   h - 6   t e x t - g r e e n - 6 0 0 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 5   1 3 l 4   4 L 1 9   7 " > < / p a t h > < / s v g > 
 
 -                                 < / d i v > 
 
 -                                 < d i v > 
 
 -                                         < h 1   c l a s s = " t e x t - x l   f o n t - b o l d   t e x t - g r a y - 8 0 0 " > P e s a n a n   D i b u a t ! < / h 1 > 
 
 -                                         < p   c l a s s = " t e x t - g r a y - 5 0 0   t e x t - x s " > M e n u n g g u   p e m b a y a r a n . < / p > 
 
 +                         < ! - -   R i g h t   P a n e l   -   O r d e r   D e t a i l s   &   C o n f i r m a t i o n   - - > 
 
 +                         < d i v   c l a s s = " w - f u l l   m d : w - 1 / 2   p - 8   m d : p - 1 2   f l e x   f l e x - c o l   j u s t i f y - c e n t e r   b g - w h i t e   r e l a t i v e " > 
 
 +                                 
 
 +                                 < ! - -   S u c c e s s   B a d g e   - - > 
 
 +                                 < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 4   m b - 8   a n i m a t e - s l i d e U p " > 
 
 +                                         < d i v   c l a s s = " r e l a t i v e " > 
 
 +                                                 < d i v   c l a s s = " w - 1 4   h - 1 4   b g - g r a d i e n t - t o - b r   f r o m - g r e e n - 4 0 0   t o - e m e r a l d - 6 0 0   r o u n d e d - 2 x l   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   s h a d o w - l g   s h a d o w - g r e e n - 2 0 0 " > 
 
 +                                                         < s v g   c l a s s = " w - 8   h - 8   t e x t - w h i t e   c h e c k m a r k - p a t h "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 "   s t r o k e - w i d t h = " 3 " > 
 
 +                                                                 < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   d = " M 5   1 3 l 4   4 L 1 9   7 " > < / p a t h > 
 
 +                                                         < / s v g > 
 
 +                                                 < / d i v > 
 
 +                                                 < d i v   c l a s s = " a b s o l u t e   - t o p - 1   - r i g h t - 1   w - 4   h - 4   b g - g r e e n - 5 0 0   r o u n d e d - f u l l   a n i m a t e - p i n g " > < / d i v > 
 
 +                                         < / d i v > 
 
 +                                         < d i v > 
 
 +                                                 < h 1   c l a s s = " t e x t - 2 x l   f o n t - e x t r a b o l d   t e x t - g r a y - 9 0 0 " > P e s a n a n   B e r h a s i l   D i b u a t ! < / h 1 > 
 
 +                                                 < p   c l a s s = " t e x t - g r a y - 5 0 0   t e x t - s m   m t - 1 " > M e n u n g g u   k o n f i r m a s i   p e m b a y a r a n   A n d a < / p > 
 
 +                                         < / d i v > 
 
                                   < / d i v > 
 
 -                         < / d i v > 
 
   
 
 -                         < d i v   c l a s s = " b o r d e r   b o r d e r - g r a y - 2 0 0   r o u n d e d - x l   p - 5   m b - 6   b g - g r a y - 5 0 / 5 0 " > 
 
 -                                 < d i v   c l a s s = " f l e x   j u s t i f y - b e t w e e n   i t e m s - c e n t e r   m b - 3   t e x t - s m " > 
 
 -                                         < s p a n   c l a s s = " t e x t - g r a y - 5 0 0 " > I D   P e s a n a n < / s p a n > 
 
 -                                         < s p a n   c l a s s = " f o n t - m o n o   f o n t - b o l d   t e x t - i n d i g o - 6 0 0   b g - i n d i g o - 5 0   p x - 2   p y - 0 . 5   r o u n d e d " > # I N V - { {   r a n d ( 1 0 0 0 , 9 9 9 9 )   } } < / s p a n > 
 
 -                                 < / d i v > 
 
 -                                 < d i v   c l a s s = " f l e x   j u s t i f y - b e t w e e n   i t e m s - c e n t e r   m b - 3   t e x t - s m " > 
 
 -                                         < s p a n   c l a s s = " t e x t - g r a y - 5 0 0 " > P a k e t < / s p a n > 
 
 -                                         < s p a n   c l a s s = " f o n t - s e m i b o l d   t e x t - g r a y - 8 0 0 " > U n d a n g a n   P r e m i u m < / s p a n > 
 
 +                                 < ! - -   O r d e r   S u m m a r y   C a r d   - - > 
 
 +                                 < d i v   c l a s s = " b o r d e r - 2   b o r d e r - g r a y - 1 0 0   r o u n d e d - 2 x l   p - 6   m b - 6   b g - g r a d i e n t - t o - b r   f r o m - g r a y - 5 0   t o - w h i t e   s h a d o w - l g   a n i m a t e - s c a l e I n   s p a c e - y - 4 " > 
 
 +                                         < h 3   c l a s s = " f o n t - b o l d   t e x t - g r a y - 9 0 0   t e x t - l g   m b - 4   f l e x   i t e m s - c e n t e r   g a p - 2 " > 
 
 +                                                 < s v g   c l a s s = " w - 5   h - 5   t e x t - i n d i g o - 6 0 0 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 9   1 2 h 6 m - 6   4 h 6 m 2   5 H 7 a 2   2   0   0 1 - 2 - 2 V 5 a 2   2   0   0 1 2 - 2 h 5 . 5 8 6 a 1   1   0   0 1 . 7 0 7 . 2 9 3 l 5 . 4 1 4   5 . 4 1 4 a 1   1   0   0 1 . 2 9 3 . 7 0 7 V 1 9 a 2   2   0   0 1 - 2   2 z " > < / p a t h > < / s v g > 
 
 +                                                 R i n g k a s a n   P e s a n a n 
 
 +                                         < / h 3 > 
 
 +                                         
 
 +                                         < ! - -   O r d e r   D e t a i l s   - - > 
 
 +                                         < d i v   c l a s s = " s p a c e - y - 3 " > 
 
 +                                                 < d i v   c l a s s = " f l e x   j u s t i f y - b e t w e e n   i t e m s - c e n t e r   t e x t - s m " > 
 
 +                                                         < s p a n   c l a s s = " t e x t - g r a y - 6 0 0 " > I D   P e s a n a n < / s p a n > 
 
 +                                                         < s p a n   c l a s s = " f o n t - m o n o   f o n t - b o l d   t e x t - i n d i g o - 6 0 0   b g - i n d i g o - 5 0   p x - 3   p y - 1   r o u n d e d - l g " > # I N V - { {   r a n d ( 1 0 0 0 , 9 9 9 9 )   } } < / s p a n > 
 
 +                                                 < / d i v > 
 
 +                                                 < d i v   c l a s s = " f l e x   j u s t i f y - b e t w e e n   i t e m s - c e n t e r   t e x t - s m " > 
 
 +                                                         < s p a n   c l a s s = " t e x t - g r a y - 6 0 0 " > P a k e t < / s p a n > 
 
 +                                                         < s p a n   c l a s s = " f o n t - s e m i b o l d   t e x t - g r a y - 9 0 0 " > U n d a n g a n   P r e m i u m < / s p a n > 
 
 +                                                 < / d i v > 
 
 +                                                 < d i v   c l a s s = " f l e x   j u s t i f y - b e t w e e n   i t e m s - c e n t e r   t e x t - s m " > 
 
 +                                                         < s p a n   c l a s s = " t e x t - g r a y - 6 0 0 " > S t a t u s < / s p a n > 
 
 +                                                         < s p a n   c l a s s = " i n l i n e - f l e x   i t e m s - c e n t e r   g a p - 1 . 5   b g - a m b e r - 5 0   t e x t - a m b e r - 7 0 0   p x - 3   p y - 1   r o u n d e d - l g   t e x t - x s   f o n t - b o l d " > 
 
 +                                                                 < d i v   c l a s s = " w - 2   h - 2   b g - a m b e r - 5 0 0   r o u n d e d - f u l l   a n i m a t e - p u l s e " > < / d i v > 
 
 +                                                                 M e n u n g g u   P e m b a y a r a n 
 
 +                                                         < / s p a n > 
 
 +                                                 < / d i v > 
 
 +                                         < / d i v > 
 
 +                                         
 
 +                                         < ! - -   D i v i d e r   - - > 
 
 +                                         < d i v   c l a s s = " w - f u l l   h - p x   b g - g r a d i e n t - t o - r   f r o m - t r a n s p a r e n t   v i a - g r a y - 3 0 0   t o - t r a n s p a r e n t   m y - 4 " > < / d i v > 
 
 +                                         
 
 +                                         < ! - -   T o t a l   - - > 
 
 +                                         < d i v   c l a s s = " f l e x   j u s t i f y - b e t w e e n   i t e m s - c e n t e r   b g - i n d i g o - 5 0   r o u n d e d - x l   p - 4 " > 
 
 +                                                 < s p a n   c l a s s = " t e x t - g r a y - 7 0 0   f o n t - b o l d   t e x t - b a s e " > T o t a l   P e m b a y a r a n < / s p a n > 
 
 +                                                 < s p a n   c l a s s = " t e x t - 3 x l   f o n t - e x t r a b o l d   t e x t - t r a n s p a r e n t   b g - c l i p - t e x t   b g - g r a d i e n t - t o - r   f r o m - i n d i g o - 6 0 0   t o - p u r p l e - 6 0 0 " > R p   9 9 . 0 0 0 < / s p a n > 
 
 +                                         < / d i v > 
 
                                   < / d i v > 
 
 -                                 < d i v   c l a s s = " w - f u l l   h - p x   b g - g r a y - 2 0 0   m y - 3 " > < / d i v > 
 
 -                                 < d i v   c l a s s = " f l e x   j u s t i f y - b e t w e e n   i t e m s - c e n t e r " > 
 
 -                                         < s p a n   c l a s s = " t e x t - g r a y - 6 0 0   f o n t - b o l d " > T o t a l   P e m b a y a r a n < / s p a n > 
 
 -                                         < s p a n   c l a s s = " t e x t - 2 x l   f o n t - e x t r a b o l d   t e x t - g r a y - 9 0 0 " > R p   9 9 . 0 0 0 < / s p a n > 
 
 + 
 
 +                                 < ! - -   I m p o r t a n t   N o t i c e   - - > 
 
 +                                 < d i v   c l a s s = " b g - b l u e - 5 0   b o r d e r - 2   b o r d e r - b l u e - 2 0 0   r o u n d e d - 2 x l   p - 5   m b - 8   a n i m a t e - s l i d e U p " > 
 
 +                                         < d i v   c l a s s = " f l e x   g a p - 4 " > 
 
 +                                                 < d i v   c l a s s = " f l e x - s h r i n k - 0 " > 
 
 +                                                         < d i v   c l a s s = " w - 1 0   h - 1 0   b g - b l u e - 6 0 0   r o u n d e d - x l   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r " > 
 
 +                                                                 < s v g   c l a s s = " w - 6   h - 6   t e x t - w h i t e "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 3   1 6 h - 1 v - 4 h - 1 m 1 - 4 h . 0 1 M 2 1   1 2 a 9   9   0   1 1 - 1 8   0   9   9   0   0 1 1 8   0 z " > < / p a t h > < / s v g > 
 
 +                                                         < / d i v > 
 
 +                                                 < / d i v > 
 
 +                                                 < d i v   c l a s s = " f l e x - 1   s p a c e - y - 2 " > 
 
 +                                                         < h 4   c l a s s = " f o n t - b o l d   t e x t - b l u e - 9 0 0   t e x t - s m " > L a n g k a h   S e l a n j u t n y a : < / h 4 > 
 
 +                                                         < o l   c l a s s = " t e x t - b l u e - 8 0 0   t e x t - s m   s p a c e - y - 1 . 5   l e a d i n g - r e l a x e d   l i s t - d e c i m a l   l i s t - i n s i d e " > 
 
 +                                                                 < l i > T r a n s f e r   s e s u a i   < s t r o n g > n o m i n a l   e x a c t < / s t r o n g >   ( R p   9 9 . 0 0 0 ) < / l i > 
 
 +                                                                 < l i > < s t r o n g > W a j i b   k i r i m   b u k t i   t r a n s f e r < / s t r o n g >   k e   W h a t s A p p   A d m i n < / l i > 
 
 +                                                                 < l i > A k u n   A n d a   a k a n   < s t r o n g > a k t i f   o t o m a t i s < / s t r o n g >   s e t e l a h   v e r i f i k a s i < / l i > 
 
 +                                                         < / o l > 
 
 +                                                 < / d i v > 
 
 +                                         < / d i v > 
 
                                   < / d i v > 
 
 -                         < / d i v > 
 
   
 
 -                         < d i v   c l a s s = " b g - b l u e - 5 0   t e x t - b l u e - 7 0 0   p x - 4   p y - 3   r o u n d e d - l g   t e x t - x s   m b - 8   f l e x   g a p - 2   l e a d i n g - r e l a x e d " > 
 
 -                                 < s v g   c l a s s = " w - 4   h - 4   f l e x - s h r i n k - 0   m t - 0 . 5 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 3   1 6 h - 1 v - 4 h - 1 m 1 - 4 h . 0 1 M 2 1   1 2 a 9   9   0   1 1 - 1 8   0   9   9   0   0 1 1 8   0 z " > < / p a t h > < / s v g > 
 
 -                                 < p > M o h o n   t r a n s f e r   s e s u a i   n o m i n a l .   S e t e l a h   i t u ,   < b > w a j i b   k i r i m   b u k t i   t r a n s f e r < / b >   k e   W h a t s A p p   A d m i n   a g a r   a k u n   s e g e r a   a k t i f . < / p > 
 
 -                         < / d i v > 
 
 +                                 < ! - -   
 
 +                                         = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 +                                         W H A T S A P P   C O N F I G U R A T I O N   -   E D I T   V A L U E S   H E R E 
 
 +                                         = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 +                                 - - > 
 
 +                                 @ p h p 
 
 +                                         $ e m a i l   =   s e s s i o n ( ' o r d e r _ e m a i l ' )   ? ?   ' - ' ; 
 
 +                                         
 
 +                                         / /   W h a t s A p p   A d m i n   N u m b e r   ( w i t h o u t   + ) 
 
 +                                         $ a d m i n W a   =   ' 6 2 8 2 2 2 0 3 1 2 1 9 5 ' ;   
 
 +                                         
 
 +                                         / /   W h a t s A p p   M e s s a g e   T e m p l a t e 
 
 +                                         $ p e s a n   =   " H a l o   A d m i n   B e b u n g a h , % 0 A % 0 A S a y a   s u d a h   o r d e r   u n d a n g a n   d a n   m e l a k u k a n   p e m b a y a r a n . % 0 A E m a i l   L o g i n :   $ e m a i l % 0 A T o t a l :   R p   9 9 . 0 0 0 % 0 A % 0 A M o h o n   s e g e r a   d i p r o s e s   d a n   k i r i m k a n   p a s s w o r d   a k u n   s a y a .   T e r i m a   k a s i h ! " ; 
 
 +                                 @ e n d p h p 
 
   
 
 -                         @ p h p 
 
 -                                 $ e m a i l   =   s e s s i o n ( ' o r d e r _ e m a i l ' )   ? ?   ' - ' ; 
 
 -                                 $ a d m i n W a   =   ' 6 2 8 2 2 2 0 3 1 2 1 9 5 ' ;   
 
 -                                 $ p e s a n   =   " H a l o   A d m i n   B e b u n g a h , % 0 A % 0 A S a y a   s u d a h   o r d e r   u n d a n g a n   d a n   m e l a k u k a n   p e m b a y a r a n . % 0 A E m a i l   L o g i n :   $ e m a i l % 0 A T o t a l :   R p   9 9 . 0 0 0 % 0 A % 0 A M o h o n   s e g e r a   d i p r o s e s   d a n   k i r i m k a n   p a s s w o r d   a k u n   s a y a .   T e r i m a   k a s i h ! " ; 
 
 -                         @ e n d p h p 
 
 +                                 < ! - -   W h a t s A p p   C o n f i r m a t i o n   B u t t o n   - - > 
 
 +                                 < a   h r e f = " h t t p s : / / w a . m e / { {   $ a d m i n W a   } } ? t e x t = { {   $ p e s a n   } } "   
 
 +                                       t a r g e t = " _ b l a n k "   
 
 +                                       c l a s s = " g r o u p   b t n - s h i n e   w - f u l l   g r a d i e n t - s u c c e s s   t e x t - w h i t e   f o n t - b o l d   p y - 5   r o u n d e d - 2 x l   t e x t - c e n t e r   s h a d o w - 2 x l   s h a d o w - g r e e n - 3 0 0   t r a n s i t i o n - a l l   t r a n s f o r m   h o v e r : s c a l e - [ 1 . 0 2 ]   a c t i v e : s c a l e - 9 5   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   g a p - 3   m b - 4   p u l s e - g l o w " > 
 
 +                                         < s v g   c l a s s = " w - 7   h - 7   a n i m a t e - p u l s e "   f i l l = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > 
 
 +                                                 < p a t h   d = " M . 0 5 7   2 4 l 1 . 6 8 7 - 6 . 1 6 3 c - 1 . 0 4 1 - 1 . 8 0 4 - 1 . 5 8 8 - 3 . 8 4 9 - 1 . 5 8 7 - 5 . 9 4 6 . 0 0 3 - 6 . 5 5 6   5 . 3 3 8 - 1 1 . 8 9 1   1 1 . 8 9 3 - 1 1 . 8 9 1   3 . 1 8 1 . 0 0 1   6 . 1 6 7   1 . 2 4   8 . 4 1 3   3 . 4 8 8   2 . 2 4 5   2 . 2 4 8   3 . 4 8 1   5 . 2 3 6   3 . 4 8   8 . 4 1 4 - . 0 0 3   6 . 5 5 7 - 5 . 3 3 8   1 1 . 8 9 2 - 1 1 . 8 9 3   1 1 . 8 9 2 - 1 . 9 9 - . 0 0 1 - 3 . 9 5 1 - . 5 - 5 . 6 8 8 - 1 . 4 4 8 l - 6 . 3 0 5   1 . 6 5 4 z m 6 . 5 9 7 - 3 . 8 0 7 c 1 . 6 7 6 . 9 9 5   3 . 2 7 6   1 . 5 9 1   5 . 3 9 2   1 . 5 9 2   5 . 4 4 8   0   9 . 8 8 6 - 4 . 4 3 4   9 . 8 8 9 - 9 . 8 8 5 . 0 0 2 - 5 . 4 6 2 - 4 . 4 1 5 - 9 . 8 9 - 9 . 8 8 1 - 9 . 8 9 2 - 5 . 4 5 2   0 - 9 . 8 8 7   4 . 4 3 4 - 9 . 8 8 9   9 . 8 8 4 - . 0 0 1   2 . 2 2 5 . 6 5 1   3 . 8 9 1   1 . 7 4 6   5 . 6 3 4 l - . 9 9 9   3 . 6 4 8   3 . 7 4 2 - . 9 8 1 z m 1 1 . 3 8 7 - 5 . 4 6 4 c - . 0 7 4 - . 1 2 4 - . 2 7 2 - . 1 9 8 - . 5 7 - . 3 4 7 - . 2 9 7 - . 1 4 9 - 1 . 7 5 8 - . 8 6 8 - 2 . 0 3 1 - . 9 6 7 - . 2 7 2 - . 0 9 9 - . 4 7 - . 1 4 9 - . 6 6 9 . 1 4 9 - . 1 9 8 . 2 9 7 - . 7 6 8 . 9 6 7 - . 9 4 1   1 . 1 6 5 - . 1 7 3 . 1 9 8 - . 3 4 7 . 2 2 3 - . 6 4 4 . 0 7 4 - . 2 9 7 - . 1 4 9 - 1 . 2 5 5 - . 4 6 3 - 2 . 3 9 - 1 . 4 7 5 - . 8 8 3 - . 7 8 8 - 1 . 4 8 - 1 . 7 6 1 - 1 . 6 5 3 - 2 . 0 5 9 - . 1 7 3 - . 2 9 7 - . 0 1 8 - . 4 5 8 . 1 3 - . 6 0 6 . 1 3 4 - . 1 3 3 . 2 9 7 - . 3 4 7 . 4 4 6 - . 5 2 1 . 1 5 1 - . 1 7 2 . 2 - . 2 9 6 . 3 - . 4 9 5 . 0 9 9 - . 1 9 8 . 0 5 - . 3 7 2 - . 0 2 5 - . 5 2 1 - . 0 7 5 - . 1 4 8 - . 6 6 9 - 1 . 6 1 1 - . 9 1 6 - 2 . 2 0 6 - . 2 4 2 - . 5 7 9 - . 4 8 7 - . 5 0 1 - . 6 6 9 - . 5 1 l - . 5 7 - . 0 1 c - . 1 9 8   0 - . 5 2 . 0 7 4 - . 7 9 2 . 3 7 2 - . 2 7 2 . 2 9 7 - 1 . 0 4   1 . 0 1 6 - 1 . 0 4   2 . 4 7 9   0   1 . 4 6 2   1 . 0 6 5   2 . 8 7 5   1 . 2 1 3   3 . 0 7 4 . 1 4 9 . 1 9 8   2 . 0 9 5   3 . 2   5 . 0 7 6   4 . 4 8 7 . 7 0 9 . 3 0 6   1 . 2 6 3 . 4 8 9   1 . 6 9 4 . 6 2 6 . 7 1 2 . 2 2 6   1 . 3 6 . 1 9 4   1 . 8 7 2 . 1 1 8 . 5 7 1 - . 0 8 5   1 . 7 5 8 - . 7 1 9   2 . 0 0 6 - 1 . 4 1 3 . 2 4 8 - . 6 9 5 . 2 4 8 - 1 . 2 9 . 1 7 3 - 1 . 4 1 4 z " / > 
 
 +                                         < / s v g > 
 
 +                                         < s p a n   c l a s s = " t e x t - l g " > K o n f i r m a s i   P e m b a y a r a n   v i a   W h a t s A p p < / s p a n > 
 
 +                                         < s v g   c l a s s = " w - 5   h - 5   g r o u p - h o v e r : t r a n s l a t e - x - 1   t r a n s i t i o n - t r a n s f o r m "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 3   7 l 5   5 m 0   0 l - 5   5 m 5 - 5 H 6 " > < / p a t h > < / s v g > 
 
 +                                 < / a > 
 
 +                                 
 
 +                                 < ! - -   
 
 +                                         = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 +                                         C A N C E L / B A C K   L I N K   -   E D I T   U R L   H E R E 
 
 +                                         = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 +                                 - - > 
 
 +                                 < a   h r e f = " / "   
 
 +                                       c l a s s = " g r o u p   t e x t - c e n t e r   t e x t - s m   t e x t - g r a y - 5 0 0   h o v e r : t e x t - i n d i g o - 6 0 0   t r a n s i t i o n - c o l o r s   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   g a p - 2 " > 
 
 +                                         < s v g   c l a s s = " w - 4   h - 4   g r o u p - h o v e r : - t r a n s l a t e - x - 1   t r a n s i t i o n - t r a n s f o r m "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d "   s t r o k e - w i d t h = " 2 "   d = " M 1 0   1 9 l - 7 - 7 m 0   0 l 7 - 7 m - 7   7 h 1 8 " > < / p a t h > < / s v g > 
 
 +                                         < s p a n > B a t a l k a n   &   K e m b a l i   k e   B e r a n d a < / s p a n > 
 
 +                                 < / a > 
 
   
 
 -                         < a   h r e f = " h t t p s : / / w a . m e / { {   $ a d m i n W a   } } ? t e x t = { {   $ p e s a n   } } "   t a r g e t = " _ b l a n k "   c l a s s = " g r o u p   w - f u l l   b g - g r e e n - 5 0 0   h o v e r : b g - g r e e n - 6 0 0   t e x t - w h i t e   f o n t - b o l d   p y - 4   r o u n d e d - x l   t e x t - c e n t e r   s h a d o w - l g   s h a d o w - g r e e n - 2 0 0   t r a n s i t i o n - a l l   t r a n s f o r m   h o v e r : - t r a n s l a t e - y - 1   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   g a p - 3 " > 
 
 -                                 < s v g   c l a s s = " w - 6   h - 6   a n i m a t e - p u l s e "   f i l l = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 4   2 4 " > < p a t h   d = " M . 0 5 7   2 4 l 1 . 6 8 7 - 6 . 1 6 3 c - 1 . 0 4 1 - 1 . 8 0 4 - 1 . 5 8 8 - 3 . 8 4 9 - 1 . 5 8 7 - 5 . 9 4 6 . 0 0 3 - 6 . 5 5 6   5 . 3 3 8 - 1 1 . 8 9 1   1 1 . 8 9 3 - 1 1 . 8 9 1   3 . 1 8 1 . 0 0 1   6 . 1 6 7   1 . 2 4   8 . 4 1 3   3 . 4 8 8   2 . 2 4 5   2 . 2 4 8   3 . 4 8 1   5 . 2 3 6   3 . 4 8   8 . 4 1 4 - . 0 0 3   6 . 5 5 7 - 5 . 3 3 8   1 1 . 8 9 2 - 1 1 . 8 9 3   1 1 . 8 9 2 - 1 . 9 9 - . 0 0 1 - 3 . 9 5 1 - . 5 - 5 . 6 8 8 - 1 . 4 4 8 l - 6 . 3 0 5   1 . 6 5 4 z m 6 . 5 9 7 - 3 . 8 0 7 c 1 . 6 7 6 . 9 9 5   3 . 2 7 6   1 . 5 9 1   5 . 3 9 2   1 . 5 9 2   5 . 4 4 8   0   9 . 8 8 6 - 4 . 4 3 4   9 . 8 8 9 - 9 . 8 8 5 . 0 0 2 - 5 . 4 6 2 - 4 . 4 1 5 - 9 . 8 9 - 9 . 8 8 1 - 9 . 8 9 2 - 5 . 4 5 2   0 - 9 . 8 8 7   4 . 4 3 4 - 9 . 8 8 9   9 . 8 8 4 - . 0 0 1   2 . 2 2 5 . 6 5 1   3 . 8 9 1   1 . 7 4 6   5 . 6 3 4 l - . 9 9 9   3 . 6 4 8   3 . 7 4 2 - . 9 8 1 z m 1 1 . 3 8 7 - 5 . 4 6 4 c - . 0 7 4 - . 1 2 4 - . 2 7 2 - . 1 9 8 - . 5 7 - . 3 4 7 - . 2 9 7 - . 1 4 9 - 1 . 7 5 8 - . 8 6 8 - 2 . 0 3 1 - . 9 6 7 - . 2 7 2 - . 0 9 9 - . 4 7 - . 1 4 9 - . 6 6 9 . 1 4 9 - . 1 9 8 . 2 9 7 - . 7 6 8 . 9 6 7 - . 9 4 1   1 . 1 6 5 - . 1 7 3 . 1 9 8 - . 3 4 7 . 2 2 3 - . 6 4 4 . 0 7 4 - . 2 9 7 - . 1 4 9 - 1 . 2 5 5 - . 4 6 3 - 2 . 3 9 - 1 . 4 7 5 - . 8 8 3 - . 7 8 8 - 1 . 4 8 - 1 . 7 6 1 - 1 . 6 5 3 - 2 . 0 5 9 - . 1 7 3 - . 2 9 7 - . 0 1 8 - . 4 5 8 . 1 3 - . 6 0 6 . 1 3 4 - . 1 3 3 . 2 9 7 - . 3 4 7 . 4 4 6 - . 5 2 1 . 1 5 1 - . 1 7 2 . 2 - . 2 9 6 . 3 - . 4 9 5 . 0 9 9 - . 1 9 8 . 0 5 - . 3 7 2 - . 0 2 5 - . 5 2 1 - . 0 7 5 - . 1 4 8 - . 6 6 9 - 1 . 6 1 1 - . 9 1 6 - 2 . 2 0 6 - . 2 4 2 - . 5 7 9 - . 4 8 7 - . 5 0 1 - . 6 6 9 - . 5 1 l - . 5 7 - . 0 1 c - . 1 9 8   0 - . 5 2 . 0 7 4 - . 7 9 2 . 3 7 2 - . 2 7 2 . 2 9 7 - 1 . 0 4   1 . 0 1 6 - 1 . 0 4   2 . 4 7 9   0   1 . 4 6 2   1 . 0 6 5   2 . 8 7 5   1 . 2 1 3   3 . 0 7 4 . 1 4 9 . 1 9 8   2 . 0 9 5   3 . 2   5 . 0 7 6   4 . 4 8 7 . 7 0 9 . 3 0 6   1 . 2 6 3 . 4 8 9   1 . 6 9 4 . 6 2 6 . 7 1 2 . 2 2 6   1 . 3 6 . 1 9 4   1 . 8 7 2 . 1 1 8 . 5 7 1 - . 0 8 5   1 . 7 5 8 - . 7 1 9   2 . 0 0 6 - 1 . 4 1 3 . 2 4 8 - . 6 9 5 . 2 4 8 - 1 . 2 9 . 1 7 3 - 1 . 4 1 4 z " / > < / s v g > 
 
 -                                 < s p a n > K o n f i r m a s i   P e m b a y a r a n < / s p a n > 
 
 -                         < / a > 
 
 -                         
 
 -                         < a   h r e f = " / "   c l a s s = " m t - 4   t e x t - c e n t e r   t e x t - x s   t e x t - g r a y - 4 0 0   h o v e r : t e x t - i n d i g o - 6 0 0   t r a n s i t i o n " > B a t a l k a n   &   K e m b a l i   k e   B e r a n d a < / a > 
 
 +                                 < ! - -   F e a t u r e s   I n f o   - - > 
 
 +                                 < d i v   c l a s s = " m t - 8   p t - 6   b o r d e r - t   b o r d e r - g r a y - 1 0 0 " > 
 
 +                                         < p   c l a s s = " t e x t - x s   t e x t - g r a y - 5 0 0   t e x t - c e n t e r   m b - 3   f o n t - s e m i b o l d " > Y a n g   A n d a   D a p a t k a n : < / p > 
 
 +                                         < d i v   c l a s s = " g r i d   g r i d - c o l s - 3   g a p - 2 " > 
 
 +                                                 < d i v   c l a s s = " t e x t - c e n t e r   s p a c e - y - 1 " > 
 
 +                                                         < d i v   c l a s s = " w - 8   h - 8   b g - i n d i g o - 5 0   r o u n d e d - l g   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   m x - a u t o " > 
 
 +                                                                 < s v g   c l a s s = " w - 4   h - 4   t e x t - i n d i g o - 6 0 0 "   f i l l = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 0   2 0 " > < p a t h   f i l l - r u l e = " e v e n o d d "   d = " M 1 0   1 8 a 8   8   0   1 0 0 - 1 6   8   8   0   0 0 0   1 6 z m 3 . 7 0 7 - 9 . 2 9 3 a 1   1   0   0 0 - 1 . 4 1 4 - 1 . 4 1 4 L 9   1 0 . 5 8 6   7 . 7 0 7   9 . 2 9 3 a 1   1   0   0 0 - 1 . 4 1 4   1 . 4 1 4 l 2   2 a 1   1   0   0 0 1 . 4 1 4   0 l 4 - 4 z "   c l i p - r u l e = " e v e n o d d " > < / p a t h > < / s v g > 
 
 +                                                         < / d i v > 
 
 +                                                         < p   c l a s s = " t e x t - x s   t e x t - g r a y - 6 0 0   f o n t - m e d i u m " > U n l i m i t e d   T a m u < / p > 
 
 +                                                 < / d i v > 
 
 +                                                 < d i v   c l a s s = " t e x t - c e n t e r   s p a c e - y - 1 " > 
 
 +                                                         < d i v   c l a s s = " w - 8   h - 8   b g - p u r p l e - 5 0   r o u n d e d - l g   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   m x - a u t o " > 
 
 +                                                                 < s v g   c l a s s = " w - 4   h - 4   t e x t - p u r p l e - 6 0 0 "   f i l l = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 0   2 0 " > < p a t h   f i l l - r u l e = " e v e n o d d "   d = " M 1 0   1 8 a 8   8   0   1 0 0 - 1 6   8   8   0   0 0 0   1 6 z m 3 . 7 0 7 - 9 . 2 9 3 a 1   1   0   0 0 - 1 . 4 1 4 - 1 . 4 1 4 L 9   1 0 . 5 8 6   7 . 7 0 7   9 . 2 9 3 a 1   1   0   0 0 - 1 . 4 1 4   1 . 4 1 4 l 2   2 a 1   1   0   0 0 1 . 4 1 4   0 l 4 - 4 z "   c l i p - r u l e = " e v e n o d d " > < / p a t h > < / s v g > 
 
 +                                                         < / d i v > 
 
 +                                                         < p   c l a s s = " t e x t - x s   t e x t - g r a y - 6 0 0   f o n t - m e d i u m " > E d i t   K a p a n   S a j a < / p > 
 
 +                                                 < / d i v > 
 
 +                                                 < d i v   c l a s s = " t e x t - c e n t e r   s p a c e - y - 1 " > 
 
 +                                                         < d i v   c l a s s = " w - 8   h - 8   b g - p i n k - 5 0   r o u n d e d - l g   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   m x - a u t o " > 
 
 +                                                                 < s v g   c l a s s = " w - 4   h - 4   t e x t - p i n k - 6 0 0 "   f i l l = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 0   2 0 " > < p a t h   f i l l - r u l e = " e v e n o d d "   d = " M 1 0   1 8 a 8   8   0   1 0 0 - 1 6   8   8   0   0 0 0   1 6 z m 3 . 7 0 7 - 9 . 2 9 3 a 1   1   0   0 0 - 1 . 4 1 4 - 1 . 4 1 4 L 9   1 0 . 5 8 6   7 . 7 0 7   9 . 2 9 3 a 1   1   0   0 0 - 1 . 4 1 4   1 . 4 1 4 l 2   2 a 1   1   0   0 0 1 . 4 1 4   0 l 4 - 4 z "   c l i p - r u l e = " e v e n o d d " > < / p a t h > < / s v g > 
 
 +                                                         < / d i v > 
 
 +                                                         < p   c l a s s = " t e x t - x s   t e x t - g r a y - 6 0 0   f o n t - m e d i u m " > A k s e s   S e l a m a n y a < / p > 
 
 +                                                 < / d i v > 
 
 +                                         < / d i v > 
 
 +                                 < / d i v > 
 
 +                         < / d i v > 
 
 +                 < / d i v > 
 
 +         < / d i v > 
 
 + 
 
 +         < ! - -   F o o t e r   I n f o   ( O p t i o n a l )   - - > 
 
 +         < d i v   c l a s s = " f i x e d   b o t t o m - 4   l e f t - 1 / 2   t r a n s f o r m   - t r a n s l a t e - x - 1 / 2   h i d d e n   m d : b l o c k " > 
 
 +                 < d i v   c l a s s = " b g - w h i t e / 9 0   b a c k d r o p - b l u r - s m   p x - 6   p y - 2   r o u n d e d - f u l l   s h a d o w - l g   b o r d e r   b o r d e r - g r a y - 2 0 0   f l e x   i t e m s - c e n t e r   g a p - 2   t e x t - x s   t e x t - g r a y - 6 0 0 " > 
 
 +                         < s v g   c l a s s = " w - 4   h - 4   t e x t - g r e e n - 6 0 0 "   f i l l = " c u r r e n t C o l o r "   v i e w B o x = " 0   0   2 0   2 0 " > < p a t h   f i l l - r u l e = " e v e n o d d "   d = " M 2 . 1 6 6   4 . 9 9 9 A 1 1 . 9 5 4   1 1 . 9 5 4   0   0 0 1 0   1 . 9 4 4   1 1 . 9 5 4   1 1 . 9 5 4   0   0 0 1 7 . 8 3 4   5 c . 1 1 . 6 5 . 1 6 6   1 . 3 2 . 1 6 6   2 . 0 0 1   0   5 . 2 2 5 - 3 . 3 4   9 . 6 7 - 8   1 1 . 3 1 7 C 5 . 3 4   1 6 . 6 7   2   1 2 . 2 2 5   2   7 c 0 - . 6 8 2 . 0 5 7 - 1 . 3 5 . 1 6 6 - 2 . 0 0 1 z m 1 1 . 5 4 1   3 . 7 0 8 a 1   1   0   0 0 - 1 . 4 1 4 - 1 . 4 1 4 L 9   1 0 . 5 8 6   7 . 7 0 7   9 . 2 9 3 a 1   1   0   0 0 - 1 . 4 1 4   1 . 4 1 4 l 2   2 a 1   1   0   0 0 1 . 4 1 4   0 l 4 - 4 z "   c l i p - r u l e = " e v e n o d d " > < / p a t h > < / s v g > 
 
 +                         < s p a n   c l a s s = " f o n t - m e d i u m " > P e m b a y a r a n   A m a n   &   T e r e n k r i p s i < / s p a n > 
 
                   < / d i v > 
 
           < / d i v > 
 
   
 
 d i f f   - - g i t   a / r e s o u r c e s / v i e w s / t h e m e s / f l o r a l - p a s t e l / i n d e x . b l a d e . p h p   b / r e s o u r c e s / v i e w s / t h e m e s / f l o r a l - p a s t e l / i n d e x . b l a d e . p h p 
 
 i n d e x   b b 5 2 a b a . . 2 c 3 1 f 8 2   1 0 0 6 4 4 
 
 - - -   a / r e s o u r c e s / v i e w s / t h e m e s / f l o r a l - p a s t e l / i n d e x . b l a d e . p h p 
 
 + + +   b / r e s o u r c e s / v i e w s / t h e m e s / f l o r a l - p a s t e l / i n d e x . b l a d e . p h p 
 
 @ @   - 4 , 1 7   + 4 , 1 7   @ @ 
 
           < m e t a   c h a r s e t = " U T F - 8 " > 
 
           < m e t a   n a m e = " v i e w p o r t "   c o n t e n t = " w i d t h = d e v i c e - w i d t h ,   i n i t i a l - s c a l e = 1 . 0 " > 
 
           < t i t l e > T h e   W e d d i n g   o f   { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' p a n g g i l a n ' ]   ? ?   ' P r i a '   } }   &   { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' p a n g g i l a n ' ]   ? ?   ' W a n i t a '   } } < / t i t l e > 
 
 -         
 
 + 
 
           < l i n k   r e l = " p r e c o n n e c t "   h r e f = " h t t p s : / / f o n t s . g o o g l e a p i s . c o m " > 
 
           < l i n k   r e l = " p r e c o n n e c t "   h r e f = " h t t p s : / / f o n t s . g s t a t i c . c o m "   c r o s s o r i g i n > 
 
           < l i n k   r e l = " i c o n "   t y p e = " i m a g e / s v g + x m l "   h r e f = " d a t a : i m a g e / s v g + x m l , < s v g   x m l n s = % 2 2 h t t p : / / w w w . w 3 . o r g / 2 0 0 0 / s v g % 2 2   v i e w B o x = % 2 2 0   0   4 8   4 8 % 2 2 > < r e c t   w i d t h = % 2 2 4 8 % 2 2   h e i g h t = % 2 2 4 8 % 2 2   r x = % 2 2 1 2 % 2 2   f i l l = % 2 2 % 2 3 4 F 4 6 E 5 % 2 2 / > < p a t h   d = % 2 2 M 1 5   1 3 h 1 8 v 6 h - 6 v 1 7 h - 6 v - 1 7 h - 6 v - 6 z % 2 2   f i l l = % 2 2 w h i t e % 2 2 / > < / s v g > " > 
 
           < l i n k   h r e f = " h t t p s : / / f o n t s . g o o g l e a p i s . c o m / c s s 2 ? f a m i l y = J o s t : w g h t @ 3 0 0 ; 4 0 0 ; 5 0 0 & f a m i l y = P i n y o n + S c r i p t & d i s p l a y = s w a p "   r e l = " s t y l e s h e e t " > 
 
           < s c r i p t   s r c = " h t t p s : / / u n p k g . c o m / @ p h o s p h o r - i c o n s / w e b " > < / s c r i p t > 
 
 -         
 
 + 
 
           @ v i t e ( [ ' r e s o u r c e s / c s s / f l o r a l - p a s t e l . c s s ' ] ) 
 
   
 
           < s t y l e > 
 
 -                 / *   F a l l b a c k   C S S   * / 
 
 + 
 
                   : r o o t   {   - - p r i m a r y :   # D 4 A 3 7 3 ;   - - s e c o n d a r y :   # A 9 8 4 6 7 ;   - - b g - c o l o r :   # F A F A F A ;   - - f o n t - h e a d i n g :   ' P i n y o n   S c r i p t ' ,   c u r s i v e ;   } 
 
                   b o d y   {   f o n t - f a m i l y :   ' J o s t ' ,   s a n s - s e r i f ;   b a c k g r o u n d :   v a r ( - - b g - c o l o r ) ;   m a r g i n :   0 ;   c o l o r :   # 5 5 5 ;   } 
 
                   . m o b i l e - c o n t a i n e r   {   m a x - w i d t h :   4 8 0 p x ;   m a r g i n :   0   a u t o ;   b a c k g r o u n d :   w h i t e ;   m i n - h e i g h t :   1 0 0 v h ;   p o s i t i o n :   r e l a t i v e ;   b o x - s h a d o w :   0   0   2 0 p x   r g b a ( 0 , 0 , 0 , 0 . 1 ) ;   } 
 
 @ @   - 4 1 , 1 1   + 4 1 , 1 0   @ @ 
 
                   . g a l l e r y - i t e m   {   w i d t h :   1 0 0 % ;   h e i g h t :   1 5 0 p x ;   o b j e c t - f i t :   c o v e r ;   b o r d e r - r a d i u s :   1 0 p x ;   } 
 
           < / s t y l e > 
 
   < / h e a d > 
 
 - < b o d y   s t y l e = " o v e r f l o w :   h i d d e n ; " >   
 
 + < b o d y   s t y l e = " o v e r f l o w :   h i d d e n ; " > 
 
   
 
           @ p h p 
 
 -                 / /   H e l p e r   S e d e r h a n a   u n t u k   C e k   U R L   ( D e m o   v s   L o k a l ) 
 
 -                 / /   J i k a   l i n k   d i m u l a i   " h t t p " ,   p a k a i   l a n g s u n g .   J i k a   t i d a k ,   b u n g k u s   a s s e t ( ) 
 
 + 
 
                   f u n c t i o n   g e t I m g U r l ( $ p a t h )   { 
 
                           i f   ( ! $ p a t h )   r e t u r n   ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 1 5 0 ' ; 
 
                           r e t u r n   \ I l l u m i n a t e \ S u p p o r t \ S t r : : s t a r t s W i t h ( $ p a t h ,   ' h t t p ' )   ?   $ p a t h   :   a s s e t ( $ p a t h ) ; 
 
 @ @   - 7 0 , 8   + 6 9 , 8   @ @   f u n c t i o n   g e t I m g U r l ( $ p a t h )   { 
 
                           < d i v   c l a s s = " h e r o - b o x " > 
 
                                   < p   s t y l e = " t e x t - t r a n s f o r m :   u p p e r c a s e ;   l e t t e r - s p a c i n g :   2 p x ;   f o n t - s i z e :   0 . 8 r e m ; " > T h e   W e d d i n g   O f < / p > 
 
                                   < h 1   c l a s s = " h e r o - n a m e s " > 
 
 -                                         { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' p a n g g i l a n ' ]   ? ?   ' P r i a '   } }   
 
 -                                         < b r >   &   < b r >   
 
 +                                         { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' p a n g g i l a n ' ]   ? ?   ' P r i a '   } } 
 
 +                                         < b r >   &   < b r > 
 
                                           { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' p a n g g i l a n ' ]   ? ?   ' W a n i t a '   } } 
 
                                   < / h 1 > 
 
                                   < p   s t y l e = " m a r g i n - b o t t o m :   2 0 p x ; " > 
 
 @ @   - 9 5 , 7   + 9 4 , 7   @ @   f u n c t i o n   g e t I m g U r l ( $ p a t h )   { 
 
                                           < p   s t y l e = " m a r g i n - t o p :   1 0 p x ; " > M o h o n   d o a   r e s t u   d a r i   B a p a k / I b u / S a u d a r a / i < / p > 
 
                                   < / d i v > 
 
                           < / d i v > 
 
 -                         
 
 + 
 
                           < s e c t i o n   c l a s s = " s e c t i o n "   s t y l e = " p a d d i n g - t o p :   0 ; " > 
 
                                   < d i v   c l a s s = " g l a s s - c a r d " > 
 
                                           < i   c l a s s = " p h - d u o t o n e   p h - f l o w e r - l o t u s "   s t y l e = " f o n t - s i z e :   2 . 5 r e m ;   c o l o r :   v a r ( - - p r i m a r y ) ; " > < / i > 
 
 @ @   - 1 1 6 , 9   + 1 1 5 , 9   @ @   f u n c t i o n   g e t I m g U r l ( $ p a t h )   { 
 
                                                   < / a > 
 
                                                   @ e n d i f 
 
                                           < / d i v > 
 
 -                                         
 
 + 
 
                                           < d i v   s t y l e = " f o n t - f a m i l y :   v a r ( - - f o n t - h e a d i n g ) ;   f o n t - s i z e :   2 . 5 r e m ;   c o l o r :   # c c c ; " > & < / d i v > 
 
 -                                         
 
 + 
 
                                           < d i v   s t y l e = " m a r g i n - t o p :   3 0 p x ; " > 
 
                                                   < i m g   s r c = " { {   g e t I m g U r l ( $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' f o t o ' ]   ? ?   ' ' )   } } "   c l a s s = " c o u p l e - i m g " > 
 
                                                   < h 3   s t y l e = " f o n t - s i z e :   2 r e m ;   c o l o r :   v a r ( - - p r i m a r y ) ;   f o n t - f a m i l y :   v a r ( - - f o n t - h e a d i n g ) ; " > { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' n a m a ' ]   ? ?   ' M e m p e l a i   W a n i t a '   } } < / h 3 > 
 
 @ @   - 1 5 4 , 7   + 1 5 3 , 7   @ @   f u n c t i o n   g e t I m g U r l ( $ p a t h )   { 
 
                           < s e c t i o n   c l a s s = " s e c t i o n "   s t y l e = " p a d d i n g - t o p :   0 ; " > 
 
                                   < h 2   c l a s s = " s e c t i o n - t i t l e " > S a v e   T h e   D a t e < / h 2 > 
 
                                   < d i v   c l a s s = " g l a s s - c a r d " > 
 
 -                                         
 
 + 
 
                                           < d i v   c l a s s = " c o u n t d o w n - b o x "   i d = " c o u n t d o w n " > 
 
                                                   < d i v   c l a s s = " t i m e r - i t e m " > < s p a n   i d = " d a y s " > 0 0 < / s p a n > < s m a l l > H A R I < / s m a l l > < / d i v > 
 
                                                   < d i v   c l a s s = " t i m e r - i t e m " > < s p a n   i d = " h o u r s " > 0 0 < / s p a n > < s m a l l > J A M < / s m a l l > < / d i v > 
 
 @ @   - 2 0 5 , 7   + 2 0 4 , 7   @ @   f u n c t i o n   g e t I m g U r l ( $ p a t h )   { 
 
                                   < h 2   c l a s s = " s e c t i o n - t i t l e " > W e d d i n g   G i f t < / h 2 > 
 
                                   < d i v   c l a s s = " g l a s s - c a r d " > 
 
                                           < p   s t y l e = " m a r g i n - b o t t o m :   2 0 p x ; " > D o a   r e s t u   A n d a   m e r u p a k a n   k a r u n i a   y a n g   s a n g a t   b e r a r t i   b a g i   k a m i . < / p > 
 
 -                                         
 
 + 
 
                                           @ i f ( ! e m p t y ( $ i n v i t a t i o n - > c o n t e n t [ ' a m p l o p ' ] [ ' b a n k _ n a m e ' ] ) ) 
 
                                           < d i v   c l a s s = " b a n k - c o n t a i n e r " > 
 
                                                   < h 3   s t y l e = " m a r g i n :   0 ; " > { {   $ i n v i t a t i o n - > c o n t e n t [ ' a m p l o p ' ] [ ' b a n k _ n a m e ' ]   } } < / h 3 > 
 
 @ @   - 2 1 8 , 1 1   + 2 1 7 , 1 1   @ @   f u n c t i o n   g e t I m g U r l ( $ p a t h )   { 
 
                                                   < / b u t t o n > 
 
                                           < / d i v > 
 
                                           @ e n d i f 
 
 -                                         
 
 + 
 
                                           < d i v   s t y l e = " m a r g i n - t o p :   2 5 p x ; " > 
 
                                                   < h 4   s t y l e = " t e x t - t r a n s f o r m :   u p p e r c a s e ;   f o n t - s i z e :   0 . 8 r e m ;   l e t t e r - s p a c i n g :   1 p x ; " > K i r i m   K a d o < / h 4 > 
 
                                                   < p   s t y l e = " m a r g i n :   5 p x   0 ;   f o n t - s i z e :   0 . 9 r e m ; " > { {   $ i n v i t a t i o n - > c o n t e n t [ ' a m p l o p ' ] [ ' a l a m a t _ k a d o ' ]   ? ?   ' - '   } } < / p > 
 
 -                                                 
 
 + 
 
                                                   @ i f ( ! e m p t y ( $ i n v i t a t i o n - > c o n t e n t [ ' a m p l o p ' ] [ ' m a p s _ k a d o ' ] ) ) 
 
                                                   < a   h r e f = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' a m p l o p ' ] [ ' m a p s _ k a d o ' ]   } } "   t a r g e t = " _ b l a n k "   s t y l e = " d i s p l a y : i n l i n e - b l o c k ;   m a r g i n - t o p : 5 p x ;   f o n t - s i z e : 0 . 8 r e m ;   c o l o r : v a r ( - - p r i m a r y ) ; " > 
 
                                                           L i h a t   L o k a s i   K a d o 
 
 @ @   - 2 4 4 , 7   + 2 4 3 , 7   @ @   f u n c t i o n   g e t I m g U r l ( $ p a t h )   { 
 
                                           < f o r m   a c t i o n = " { {   r o u t e ( ' k i r i m . u c a p a n ' )   } } "   m e t h o d = " P O S T " > 
 
                                                   @ c s r f 
 
                                                   < i n p u t   t y p e = " h i d d e n "   n a m e = " i n v i t a t i o n _ s l u g "   v a l u e = " { {   $ i n v i t a t i o n - > s l u g   } } " > 
 
 -                                                 
 
 + 
 
                                                   < i n p u t   t y p e = " t e x t "   n a m e = " n a m a "   c l a s s = " f o r m - c o n t r o l "   p l a c e h o l d e r = " N a m a   A n d a "   r e q u i r e d > 
 
                                                   < s e l e c t   n a m e = " k e h a d i r a n "   c l a s s = " f o r m - c o n t r o l "   r e q u i r e d > 
 
                                                           < o p t i o n   v a l u e = " h a d i r " > H a d i r < / o p t i o n > 
 
 @ @   - 2 9 5 , 7   + 2 9 4 , 7   @ @   f u n c t i o n   g e t I m g U r l ( $ p a t h )   { 
 
   
 
           < s c r i p t > 
 
                   d o c u m e n t . a d d E v e n t L i s t e n e r ( " D O M C o n t e n t L o a d e d " ,   f u n c t i o n ( )   { 
 
 -                         / /   1 .   P E T A L S   A N I M A T I O N 
 
 + 
 
                           f u n c t i o n   c r e a t e P e t a l s ( )   { 
 
                                   c o n s t   c o n t a i n e r   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' p e t a l s - c o n t a i n e r ' ) ; 
 
                                   i f ( ! c o n t a i n e r )   r e t u r n ; 
 
 @ @   - 3 1 1 , 9   + 3 1 0 , 9   @ @   f u n c t i o n   c r e a t e P e t a l s ( )   { 
 
                                           p e t a l . s t y l e . l e f t   =   ` $ { M a t h . r a n d o m ( )   *   1 0 0 } % ` ; 
 
                                           p e t a l . s t y l e . t o p   =   ` - 2 0 p x ` ; 
 
                                           p e t a l . s t y l e . t r a n s i t i o n   =   ` t o p   $ { M a t h . r a n d o m ( )   *   5   +   5 } s   l i n e a r ,   t r a n s f o r m   $ { M a t h . r a n d o m ( )   *   5   +   5 } s   l i n e a r ` ; 
 
 -                                         
 
 + 
 
                                           c o n t a i n e r . a p p e n d C h i l d ( p e t a l ) ; 
 
 -                                         
 
 + 
 
                                           s e t T i m e o u t ( ( )   = >   { 
 
                                                   p e t a l . s t y l e . t o p   =   ' 1 1 0 v h ' ; 
 
                                                   p e t a l . s t y l e . t r a n s f o r m   =   ` r o t a t e ( $ { M a t h . r a n d o m ( )   *   3 6 0 } d e g ) ` ; 
 
 @ @   - 3 3 0 , 1 5   + 3 2 9 , 1 4   @ @   f u n c t i o n   c r e a t e P e t a l s ( )   { 
 
                           } 
 
                           c r e a t e P e t a l s ( ) ; 
 
   
 
 -                         / /   2 .   A U D I O   &   O P E N 
 
                           c o n s t   a u d i o   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' b g M u s i c ' ) ; 
 
                           c o n s t   m u s i c B t n   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' m u s i c B t n ' ) ; 
 
   
 
                           w i n d o w . o p e n I n v i t a t i o n   =   f u n c t i o n ( )   { 
 
                                   c o n s t   c o v e r   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' h e r o C o v e r ' ) ; 
 
                                   i f ( c o v e r )   c o v e r . c l a s s L i s t . a d d ( ' o p e n ' ) ; 
 
 -                                 d o c u m e n t . b o d y . s t y l e . o v e r f l o w   =   ' a u t o ' ;   
 
 -                                 
 
 +                                 d o c u m e n t . b o d y . s t y l e . o v e r f l o w   =   ' a u t o ' ; 
 
 + 
 
                                   i f ( a u d i o   & &   m u s i c B t n )   { 
 
                                           m u s i c B t n . s t y l e . d i s p l a y   =   ' f l e x ' ; 
 
                                           a u d i o . p l a y ( ) . t h e n ( ( )   = >   { 
 
 @ @   - 3 4 9 , 1 7   + 3 4 7 , 1 6   @ @   f u n c t i o n   c r e a t e P e t a l s ( )   { 
 
   
 
                           w i n d o w . t o g g l e M u s i c   =   f u n c t i o n ( )   { 
 
                                   i f ( a u d i o   & &   m u s i c B t n )   { 
 
 -                                         i f ( a u d i o . p a u s e d )   {   
 
 -                                                 a u d i o . p l a y ( ) ;   
 
 -                                                 m u s i c B t n . c l a s s L i s t . a d d ( ' s p i n ' ) ;   
 
 -                                         }   e l s e   {   
 
 -                                                 a u d i o . p a u s e ( ) ;   
 
 -                                                 m u s i c B t n . c l a s s L i s t . r e m o v e ( ' s p i n ' ) ;   
 
 +                                         i f ( a u d i o . p a u s e d )   { 
 
 +                                                 a u d i o . p l a y ( ) ; 
 
 +                                                 m u s i c B t n . c l a s s L i s t . a d d ( ' s p i n ' ) ; 
 
 +                                         }   e l s e   { 
 
 +                                                 a u d i o . p a u s e ( ) ; 
 
 +                                                 m u s i c B t n . c l a s s L i s t . r e m o v e ( ' s p i n ' ) ; 
 
                                           } 
 
                                   } 
 
                           } 
 
   
 
 -                         / /   3 .   C O P Y   T E X T 
 
                           w i n d o w . c o p y T o C l i p b o a r d   =   f u n c t i o n ( i d )   { 
 
                                   c o n s t   e l   =   d o c u m e n t . g e t E l e m e n t B y I d ( i d ) ; 
 
                                   i f ( e l )   { 
 
 @ @   - 3 6 7 , 1 4   + 3 6 4 , 1 3   @ @   f u n c t i o n   c r e a t e P e t a l s ( )   { 
 
                                   } 
 
                           } 
 
   
 
 -                         / /   4 .   C O U N T D O W N 
 
                           c o n s t   t a r g e t S t r   =   " { {   \ C a r b o n \ C a r b o n : : p a r s e ( $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' a k a d ' ] [ ' w a k t u ' ]   ? ?   n o w ( ) ) - > f o r m a t ( ' Y - m - d   H : i : s ' )   } } " ; 
 
                           c o n s t   t a r g e t D a t e   =   n e w   D a t e ( t a r g e t S t r ) . g e t T i m e ( ) ; 
 
   
 
                           s e t I n t e r v a l ( f u n c t i o n ( )   { 
 
                                   c o n s t   n o w   =   n e w   D a t e ( ) . g e t T i m e ( ) ; 
 
                                   c o n s t   d i s t a n c e   =   t a r g e t D a t e   -   n o w ; 
 
 -                                 
 
 + 
 
                                   i f   ( d i s t a n c e   <   0 )   { 
 
                                           c o n s t   i d s   =   [ ' d a y s ' ,   ' h o u r s ' ,   ' m i n u t e s ' ,   ' s e c o n d s ' ] ; 
 
                                           i d s . f o r E a c h ( i d   = >   { 
 
 @ @   - 3 8 3 , 7   + 3 7 9 , 7   @ @   f u n c t i o n   c r e a t e P e t a l s ( )   { 
 
                                           } ) ; 
 
                                           r e t u r n ; 
 
                                   } 
 
 -                                 
 
 + 
 
                                   c o n s t   d   =   M a t h . f l o o r ( d i s t a n c e   /   ( 1 0 0 0   *   6 0   *   6 0   *   2 4 ) ) ; 
 
                                   c o n s t   h   =   M a t h . f l o o r ( ( d i s t a n c e   %   ( 1 0 0 0   *   6 0   *   6 0   *   2 4 ) )   /   ( 1 0 0 0   *   6 0   *   6 0 ) ) ; 
 
                                   c o n s t   m   =   M a t h . f l o o r ( ( d i s t a n c e   %   ( 1 0 0 0   *   6 0   *   6 0 ) )   /   ( 1 0 0 0   *   6 0 ) ) ; 
 
 d i f f   - - g i t   a / r e s o u r c e s / v i e w s / t h e m e s / r o y a l - g l a s s / i n d e x . b l a d e . p h p   b / r e s o u r c e s / v i e w s / t h e m e s / r o y a l - g l a s s / i n d e x . b l a d e . p h p 
 
 i n d e x   8 8 e 2 a f 4 . . 9 c 4 a 2 c 7   1 0 0 6 4 4 
 
 - - -   a / r e s o u r c e s / v i e w s / t h e m e s / r o y a l - g l a s s / i n d e x . b l a d e . p h p 
 
 + + +   b / r e s o u r c e s / v i e w s / t h e m e s / r o y a l - g l a s s / i n d e x . b l a d e . p h p 
 
 @ @   - 4 , 7   + 4 , 7   @ @ 
 
           < m e t a   c h a r s e t = " U T F - 8 " > 
 
           < m e t a   n a m e = " v i e w p o r t "   c o n t e n t = " w i d t h = d e v i c e - w i d t h ,   i n i t i a l - s c a l e = 1 . 0 " > 
 
           < t i t l e > T h e   W e d d i n g   o f   { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' p a n g g i l a n ' ]   ? ?   ' P r i a '   } }   &   { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' p a n g g i l a n ' ]   ? ?   ' W a n i t a '   } } < / t i t l e > 
 
 -         
 
 + 
 
           @ v i t e ( [ ' r e s o u r c e s / c s s / a p p . c s s ' ,   ' r e s o u r c e s / j s / a p p . j s ' ] ) 
 
           < s c r i p t   s r c = " h t t p s : / / u n p k g . c o m / @ p h o s p h o r - i c o n s / w e b " > < / s c r i p t > 
 
           < l i n k   r e l = " i c o n "   t y p e = " i m a g e / s v g + x m l "   h r e f = " d a t a : i m a g e / s v g + x m l , < s v g   x m l n s = % 2 2 h t t p : / / w w w . w 3 . o r g / 2 0 0 0 / s v g % 2 2   v i e w B o x = % 2 2 0   0   4 8   4 8 % 2 2 > < r e c t   w i d t h = % 2 2 4 8 % 2 2   h e i g h t = % 2 2 4 8 % 2 2   r x = % 2 2 1 2 % 2 2   f i l l = % 2 2 % 2 3 4 F 4 6 E 5 % 2 2 / > < p a t h   d = % 2 2 M 1 5   1 3 h 1 8 v 6 h - 6 v 1 7 h - 6 v - 1 7 h - 6 v - 6 z % 2 2   f i l l = % 2 2 w h i t e % 2 2 / > < / s v g > " > 
 
 @ @   - 1 7 , 7   + 1 7 , 7   @ @ 
 
           < d i v   c l a s s = " f i x e d   i n s e t - 0   z - [ 5 ]   p o i n t e r - e v e n t s - n o n e " > 
 
                   < d i v   c l a s s = " a b s o l u t e   i n s e t - 4   b o r d e r   b o r d e r - [ # D 4 A F 3 7 ] / 4 0   r o u n d e d - [ 2 0 p x ] " > < / d i v > 
 
                   < d i v   c l a s s = " a b s o l u t e   i n s e t - 5   b o r d e r   b o r d e r - [ # D 4 A F 3 7 ] / 1 0   r o u n d e d - [ 1 6 p x ] " > < / d i v > 
 
 -                 
 
 + 
 
                   < i m g   s r c = " { {   a s s e t ( ' f r a m e - a t a s . p n g ' )   } } "   c l a s s = " a b s o l u t e   t o p - 0   l e f t - 0   w - 3 2   m d : w - 4 8   o p a c i t y - 1 0 0   z - 1 0 "   a l t = " " > 
 
                   < i m g   s r c = " { {   a s s e t ( ' f r a m e - b a w a h . p n g ' )   } } "   c l a s s = " a b s o l u t e   b o t t o m - 0   r i g h t - 0   w - 3 2   m d : w - 4 8   o p a c i t y - 1 0 0   z - 1 0 "   a l t = " " > 
 
           < / d i v > 
 
 @ @   - 3 4 , 7   + 3 4 , 7   @ @ 
 
                           < i   c l a s s = " p h   p h - m u s i c - n o t e s   t e x t - s m " > < / i > 
 
                   < / b u t t o n > 
 
           < / d i v > 
 
 -         
 
 + 
 
           < a u d i o   i d = " b g - m u s i c "   l o o p > 
 
                   < s o u r c e   s r c = " { {   a s s e t ( $ i n v i t a t i o n - > c o n t e n t [ ' m e d i a ' ] [ ' m u s i c ' ] )   } } "   t y p e = " a u d i o / m p 3 " > 
 
           < / a u d i o > 
 
 @ @   - 4 4 , 1 3   + 4 4 , 1 3   @ @ 
 
                   < d i v   c l a s s = " a b s o l u t e   i n s e t - 0   b g - b l a c k / 8 0 " > < / d i v > 
 
                   < d i v   c l a s s = " r e l a t i v e   z - 1 0   s p a c e - y - 6 " > 
 
                           < p   c l a s s = " f o n t - r o y a l   t e x t - x s   t r a c k i n g - [ 0 . 4 e m ]   t e x t - g r a y - 4 0 0   u p p e r c a s e " > T h e   W e d d i n g   O f < / p > 
 
 -                         
 
 + 
 
                           < h 1   c l a s s = " f o n t - r o y a l   t e x t - 6 x l   m d : t e x t - 8 x l   t e x t - [ # D 4 A F 3 7 ]   d r o p - s h a d o w - l g " > 
 
                                   { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' p a n g g i l a n ' ]   ? ?   ' R o m e o '   } }   &   { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' p a n g g i l a n ' ]   ? ?   ' J u l i e t '   } } 
 
                           < / h 1 > 
 
 -                         
 
 + 
 
                           < d i v   c l a s s = " w - 2 4   h - p x   b g - w h i t e / 3 0   m x - a u t o " > < / d i v > 
 
 -                         
 
 + 
 
                           < d i v   c l a s s = " g l a s s - c a r d   p x - 6   p y - 4   i n l i n e - b l o c k   b o r d e r   b o r d e r - [ # D 4 A F 3 7 ] / 3 0 " > 
 
                                   < p   c l a s s = " t e x t - [ 1 0 p x ]   t e x t - g r a y - 4 0 0   t r a c k i n g - w i d e s t   u p p e r c a s e   m b - 1 " > K e p a d a   Y t h . < / p > 
 
                                   < h 3   c l a s s = " f o n t - r o y a l   t e x t - x l   m d : t e x t - 2 x l   t e x t - w h i t e   f o n t - b o l d   t r a c k i n g - w i d e r   c a p i t a l i z e " > 
 
 @ @   - 7 1 , 1 2   + 7 1 , 1 2   @ @ 
 
                           < i m g   s r c = " { {   a s s e t ( $ i n v i t a t i o n - > c o n t e n t [ ' m e d i a ' ] [ ' c o v e r ' ]   ? ?   ' ' )   } } "   c l a s s = " w - f u l l   h - f u l l   o b j e c t - c o v e r   r o u n d e d - [ 2 . 5 r e m ]   b r i g h t n e s s - 9 0   g r o u p - h o v e r : b r i g h t n e s s - 1 0 0   t r a n s i t i o n   d u r a t i o n - 7 0 0 " > 
 
                           < d i v   c l a s s = " a b s o l u t e   i n s e t - 0   b o r d e r   b o r d e r - w h i t e / 1 0   r o u n d e d - [ 3 r e m ]   s c a l e - 1 1 0   p o i n t e r - e v e n t s - n o n e " > < / d i v > 
 
                   < / d i v > 
 
 -                 
 
 + 
 
                   < p   c l a s s = " f o n t - s c r i p t   t e x t - 2 x l   t e x t - [ # D 4 A F 3 7 ]   m b - 2 " > W e   A r e   G e t t i n g   M a r r i e d < / p > 
 
                   < h 1   c l a s s = " f o n t - r o y a l   t e x t - 5 x l   m d : t e x t - 7 x l   t e x t - w h i t e   m b - 2   d r o p - s h a d o w - 2 x l " > 
 
                           { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' p a n g g i l a n ' ]   ? ?   ' R o m e o '   } }   &   { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' p a n g g i l a n ' ]   ? ?   ' J u l i e t '   } } 
 
                   < / h 1 > 
 
 -                 
 
 + 
 
                   < d i v   c l a s s = " f l e x   i t e m s - c e n t e r   g a p - 4   t e x t - g r a y - 4 0 0   t e x t - x s   t r a c k i n g - [ 0 . 2 e m ]   u p p e r c a s e   m t - 2 " > 
 
                           < s p a n > { {   \ C a r b o n \ C a r b o n : : p a r s e ( $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' a k a d ' ] [ ' w a k t u ' ]   ? ?   n o w ( ) ) - > t r a n s l a t e d F o r m a t ( ' l ' )   } } < / s p a n > 
 
                           < d i v   c l a s s = " w - 1   h - 1   b g - [ # D 4 A F 3 7 ]   r o u n d e d - f u l l " > < / d i v > 
 
 @ @   - 8 8 , 7   + 8 8 , 7   @ @ 
 
                   < d i v   c l a s s = " m a x - w - 4 x l   m x - a u t o   t e x t - c e n t e r   p b - 8 " > 
 
                           < h 2   c l a s s = " f o n t - r o y a l   t e x t - 3 x l   t e x t - [ # D 4 A F 3 7 ]   m b - 2 " > T h e   C o u p l e < / h 2 > 
 
                           < p   c l a s s = " t e x t - [ 1 0 p x ]   u p p e r c a s e   t r a c k i n g - w i d e s t   t e x t - g r a y - 5 0 0   m b - 8 " > A r - R u m   A y a t   2 1 < / p > 
 
 -                         
 
 + 
 
                           < d i v   c l a s s = " f l e x   f l e x - c o l   m d : f l e x - r o w   g a p - 6   j u s t i f y - c e n t e r   i t e m s - c e n t e r   m t - 4 " > 
 
                                   < d i v   c l a s s = " g l a s s - c a r d   p - 6   w - f u l l   m a x - w - x s   r e l a t i v e   o v e r f l o w - h i d d e n   g r o u p " > 
 
                                           < d i v   c l a s s = " a b s o l u t e   i n s e t - 0   b g - [ # D 4 A F 3 7 ] / 5   t r a n s f o r m   s c a l e - x - 0   g r o u p - h o v e r : s c a l e - x - 1 0 0   t r a n s i t i o n   o r i g i n - l e f t   d u r a t i o n - 5 0 0 " > < / d i v > 
 
 @ @   - 9 6 , 2 7   + 9 6 , 2 7   @ @ 
 
                                           < h 3   c l a s s = " f o n t - r o y a l   t e x t - 2 x l   t e x t - w h i t e   r e l a t i v e   z - 1 0 " > { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' n a m a ' ]   ? ?   ' M e m p e l a i   P r i a '   } } < / h 3 > 
 
                                           < p   c l a s s = " t e x t - [ 1 0 p x ]   u p p e r c a s e   t r a c k i n g - w i d e s t   t e x t - [ # D 4 A F 3 7 ]   m t - 1   r e l a t i v e   z - 1 0 " > T h e   G r o o m < / p > 
 
                                           < p   c l a s s = " t e x t - x s   t e x t - g r a y - 3 0 0   m t - 3   r e l a t i v e   z - 1 0 " > P u t r a   d a r i < b r > { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' a y a h ' ]   ? ?   ' . . . '   } }   &   { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' i b u ' ]   ? ?   ' . . . '   } } < / p > 
 
 -                                         
 
 + 
 
                                           @ i f ( ! e m p t y ( $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' i n s t a g r a m ' ] ) ) 
 
                                           < a   h r e f = " h t t p s : / / i n s t a g r a m . c o m / { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' i n s t a g r a m ' ]   } } "   t a r g e t = " _ b l a n k "   c l a s s = " r e l a t i v e   z - 1 0   i n l i n e - b l o c k   m t - 4   t e x t - [ # D 4 A F 3 7 ]   h o v e r : t e x t - w h i t e " > < i   c l a s s = " p h   p h - i n s t a g r a m - l o g o   t e x t - x l " > < / i > < / a > 
 
                                           @ e n d i f 
 
                                   < / d i v > 
 
 -                                 
 
 + 
 
                                   < d i v   c l a s s = " t e x t - 3 x l   f o n t - s c r i p t   t e x t - [ # D 4 A F 3 7 ]   o p a c i t y - 8 0 " > & < / d i v > 
 
 -                                 
 
 + 
 
                                   < d i v   c l a s s = " g l a s s - c a r d   p - 6   w - f u l l   m a x - w - x s   r e l a t i v e   o v e r f l o w - h i d d e n   g r o u p " > 
 
                                           < d i v   c l a s s = " a b s o l u t e   i n s e t - 0   b g - [ # D 4 A F 3 7 ] / 5   t r a n s f o r m   s c a l e - x - 0   g r o u p - h o v e r : s c a l e - x - 1 0 0   t r a n s i t i o n   o r i g i n - r i g h t   d u r a t i o n - 5 0 0 " > < / d i v > 
 
                                           < i m g   s r c = " { {   a s s e t ( $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' f o t o ' ]   ? ?   ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 1 5 0 ' )   } } "   c l a s s = " w - 2 8   h - 2 8   m x - a u t o   r o u n d e d - f u l l   b o r d e r   b o r d e r - [ # D 4 A F 3 7 ]   p - 1   m b - 4   o b j e c t - c o v e r   r e l a t i v e   z - 1 0 " > 
 
                                           < h 3   c l a s s = " f o n t - r o y a l   t e x t - 2 x l   t e x t - w h i t e   r e l a t i v e   z - 1 0 " > { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' n a m a ' ]   ? ?   ' M e m p e l a i   W a n i t a '   } } < / h 3 > 
 
                                           < p   c l a s s = " t e x t - [ 1 0 p x ]   u p p e r c a s e   t r a c k i n g - w i d e s t   t e x t - [ # D 4 A F 3 7 ]   m t - 1   r e l a t i v e   z - 1 0 " > T h e   B r i d e < / p > 
 
                                           < p   c l a s s = " t e x t - x s   t e x t - g r a y - 3 0 0   m t - 3   r e l a t i v e   z - 1 0 " > P u t r i   d a r i < b r > { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' a y a h ' ]   ? ?   ' . . . '   } }   &   { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' i b u ' ]   ? ?   ' . . . '   } } < / p > 
 
 -                                         
 
 + 
 
                                           @ i f ( ! e m p t y ( $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' i n s t a g r a m ' ] ) ) 
 
                                           < a   h r e f = " h t t p s : / / i n s t a g r a m . c o m / { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' i n s t a g r a m ' ]   } } "   t a r g e t = " _ b l a n k "   c l a s s = " r e l a t i v e   z - 1 0   i n l i n e - b l o c k   m t - 4   t e x t - [ # D 4 A F 3 7 ]   h o v e r : t e x t - w h i t e " > < i   c l a s s = " p h   p h - i n s t a g r a m - l o g o   t e x t - x l " > < / i > < / a > 
 
                                           @ e n d i f 
 
                                   < / d i v > 
 
                           < / d i v > 
 
 -                         
 
 + 
 
                           < p   c l a s s = " f o n t - s c r i p t   t e x t - l g   t e x t - g r a y - 5 0 0   m t - 1 2 " > " { {   $ i n v i t a t i o n - > c o n t e n t [ ' q u o t e ' ]   ? ?   ' M o h o n   d o a   r e s t u . . . '   } } " < / p > 
 
                   < / d i v > 
 
           < / s e c t i o n > 
 
 @ @   - 1 2 6 , 7   + 1 2 6 , 7   @ @ 
 
                           < h 2   c l a s s = " f o n t - r o y a l   t e x t - 3 x l   t e x t - c e n t e r   t e x t - [ # D 4 A F 3 7 ]   m b - 1 2 " > O u r   J o u r n e y < / h 2 > 
 
                           < d i v   c l a s s = " r e l a t i v e " > 
 
                                   < d i v   c l a s s = " a b s o l u t e   l e f t - 4   m d : l e f t - 1 / 2   t o p - 0   b o t t o m - 0   w - p x   b g - g r a d i e n t - t o - b   f r o m - t r a n s p a r e n t   v i a - [ # D 4 A F 3 7 ] / 5 0   t o - t r a n s p a r e n t " > < / d i v > 
 
 -                                 
 
 + 
 
                                   @ i f ( i s s e t ( $ i n v i t a t i o n - > c o n t e n t [ ' l o v e _ s t o r i e s ' ] )   & &   i s _ a r r a y ( $ i n v i t a t i o n - > c o n t e n t [ ' l o v e _ s t o r i e s ' ] ) ) 
 
                                           @ f o r e a c h ( $ i n v i t a t i o n - > c o n t e n t [ ' l o v e _ s t o r i e s ' ]   a s   $ i n d e x   = >   $ s t o r y ) 
 
                                           @ i f ( ! e m p t y ( $ s t o r y [ ' t i t l e ' ] ) )   < d i v   c l a s s = " r e l a t i v e   f l e x   f l e x - c o l   m d : f l e x - r o w   i t e m s - c e n t e r   m b - 1 0 " > 
 
 @ @   - 1 6 7 , 1 2   + 1 6 7 , 1 2   @ @ 
 
                                           < p   c l a s s = " t e x t - x s   t e x t - g r a y - 4 0 0 " > { {   \ C a r b o n \ C a r b o n : : p a r s e ( $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' a k a d ' ] [ ' w a k t u ' ]   ? ?   n o w ( ) ) - > f o r m a t ( ' H : i ' )   } }   W I B   -   S e l e s a i < / p > 
 
                                           < p   c l a s s = " t e x t - x s   t e x t - g r a y - 3 0 0   m t - 2   f o n t - b o l d " > { {   $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' a k a d ' ] [ ' t e m p a t ' ]   ? ?   ' L o k a s i   A k a d '   } } < / p > 
 
                                           < p   c l a s s = " t e x t - [ 1 0 p x ]   t e x t - g r a y - 5 0 0   m t - 1 " > { {   $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' a k a d ' ] [ ' a l a m a t ' ]   ? ?   ' '   } } < / p > 
 
 -                                         
 
 + 
 
                                           @ i f ( ! e m p t y ( $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' a k a d ' ] [ ' m a p s ' ] ) ) 
 
                                           < a   h r e f = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' a k a d ' ] [ ' m a p s ' ]   } } "   t a r g e t = " _ b l a n k "   c l a s s = " i n l i n e - f l e x   i t e m s - c e n t e r   g a p - 1   m t - 3   t e x t - [ # D 4 A F 3 7 ]   t e x t - [ 1 0 p x ]   u p p e r c a s e   t r a c k i n g - w i d e s t   h o v e r : t e x t - w h i t e   t r a n s i t i o n " > < i   c l a s s = " p h   p h - m a p - p i n " > < / i >   G o o g l e   M a p s < / a > 
 
                                           @ e n d i f 
 
                                   < / d i v > 
 
 -                                 
 
 + 
 
                                   < d i v   c l a s s = " g l a s s - c a r d   p - 6   b o r d e r - l - 4   b o r d e r - l - [ # D 4 A F 3 7 ]   t e x t - l e f t " > 
 
                                           < h 3   c l a s s = " f o n t - r o y a l   t e x t - l g   t e x t - w h i t e " > { {   $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' r e s e p s i ' ] [ ' j u d u l ' ]   ? ?   ' R e s e p s i '   } } < / h 3 > 
 
                                           < p   c l a s s = " t e x t - x s   t e x t - g r a y - 4 0 0 " > { {   \ C a r b o n \ C a r b o n : : p a r s e ( $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' r e s e p s i ' ] [ ' w a k t u ' ]   ? ?   n o w ( ) ) - > f o r m a t ( ' H : i ' )   } }   W I B   -   S e l e s a i < / p > 
 
 @ @   - 1 8 5 , 7   + 1 8 5 , 7   @ @ 
 
                                   < / d i v > 
 
                           < / d i v > 
 
   
 
 -                         < a   h r e f = " h t t p s : / / c a l e n d a r . g o o g l e . c o m / c a l e n d a r / r e n d e r ? a c t i o n = T E M P L A T E & t e x t = W e d d i n g + { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' p a n g g i l a n ' ]   ? ?   ' G r o o m '   } } + % 2 6 + { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' p a n g g i l a n ' ]   ? ?   ' B r i d e '   } } "   t a r g e t = " _ b l a n k "   
 
 +                         < a   h r e f = " h t t p s : / / c a l e n d a r . g o o g l e . c o m / c a l e n d a r / r e n d e r ? a c t i o n = T E M P L A T E & t e x t = W e d d i n g + { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' p a n g g i l a n ' ]   ? ?   ' G r o o m '   } } + % 2 6 + { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' p a n g g i l a n ' ]   ? ?   ' B r i d e '   } } "   t a r g e t = " _ b l a n k " 
 
                                 c l a s s = " b g - [ # D 4 A F 3 7 ]   t e x t - b l a c k   p x - 6   p y - 3   r o u n d e d - f u l l   f o n t - b o l d   t e x t - [ 1 0 p x ]   u p p e r c a s e   t r a c k i n g - [ 0 . 2 e m ]   h o v e r : b g - w h i t e   t r a n s i t i o n   i n l i n e - f l e x   i t e m s - c e n t e r   g a p - 2   s h a d o w - [ 0 _ 0 _ 1 5 p x _ # D 4 A F 3 7 ] " > 
 
                                 < i   c l a s s = " p h   p h - c a l e n d a r - p l u s " > < / i >   S i m p a n   d i   K a l e n d e r 
 
                           < / a > 
 
 @ @   - 1 9 6 , 7   + 1 9 6 , 7   @ @   c l a s s = " b g - [ # D 4 A F 3 7 ]   t e x t - b l a c k   p x - 6   p y - 3   r o u n d e d - f u l l   f o n t - b o l d   t e x t - [ 1 0 p x ]   u p p e 
 
                   < d i v   c l a s s = " m a x - w - 5 x l   m x - a u t o   t e x t - c e n t e r   p b - 8 " > 
 
                           < h 2   c l a s s = " f o n t - r o y a l   t e x t - 3 x l   t e x t - [ # D 4 A F 3 7 ]   m b - 2 " > G a l l e r y < / h 2 > 
 
                           < p   c l a s s = " t e x t - [ 1 0 p x ]   u p p e r c a s e   t r a c k i n g - w i d e s t   t e x t - g r a y - 5 0 0   m b - 8 " > M e m o r i e s   C a p t u r e d   i n   T i m e < / p > 
 
 -                         
 
 + 
 
                           < d i v   c l a s s = " c o l u m n s - 2   m d : c o l u m n s - 3   g a p - 3   s p a c e - y - 3 " > 
 
                                   @ i f ( i s s e t ( $ i n v i t a t i o n - > c o n t e n t [ ' m e d i a ' ] [ ' g a l l e r y ' ] )   & &   i s _ a r r a y ( $ i n v i t a t i o n - > c o n t e n t [ ' m e d i a ' ] [ ' g a l l e r y ' ] ) ) 
 
                                           @ f o r e a c h ( $ i n v i t a t i o n - > c o n t e n t [ ' m e d i a ' ] [ ' g a l l e r y ' ]   a s   $ p h o t o ) 
 
 @ @   - 2 1 9 , 7   + 2 1 9 , 7   @ @   c l a s s = " b g - [ # D 4 A F 3 7 ]   t e x t - b l a c k   p x - 6   p y - 3   r o u n d e d - f u l l   f o n t - b o l d   t e x t - [ 1 0 p x ]   u p p e 
 
                                   @ i f ( ! e m p t y ( $ i n v i t a t i o n - > c o n t e n t [ ' a m p l o p ' ] [ ' b a n k _ n a m e ' ] ) ) 
 
                                   < d i v   c l a s s = " g l a s s - c a r d   p - 5   f l e x   i t e m s - c e n t e r   j u s t i f y - b e t w e e n   t e x t - l e f t   r e l a t i v e   o v e r f l o w - h i d d e n   g r o u p " > 
 
                                           < d i v   c l a s s = " a b s o l u t e   r i g h t - 0   t o p - 0   w - 2 4   h - 2 4   b g - [ # D 4 A F 3 7 ]   o p a c i t y - 1 0   r o u n d e d - f u l l   b l u r - x l   p o i n t e r - e v e n t s - n o n e " > < / d i v > 
 
 -                                         
 
 + 
 
                                           < d i v   c l a s s = " r e l a t i v e   z - 1 0 " > 
 
                                                   < p   c l a s s = " t e x t - [ 1 0 p x ]   u p p e r c a s e   t r a c k i n g - w i d e s t   t e x t - g r a y - 4 0 0   m b - 1 " > B a n k   { {   $ i n v i t a t i o n - > c o n t e n t [ ' a m p l o p ' ] [ ' b a n k _ n a m e ' ]   } } < / p > 
 
                                                   < p   i d = " r e k 1 "   c l a s s = " f o n t - r o y a l   t e x t - x l   t e x t - w h i t e   t r a c k i n g - w i d e s t " > { {   $ i n v i t a t i o n - > c o n t e n t [ ' a m p l o p ' ] [ ' a c c o u n t _ n u m b e r ' ]   ? ?   ' 0 0 0 0 '   } } < / p > 
 
 @ @   - 2 3 7 , 7   + 2 3 7 , 7   @ @   c l a s s = " b g - [ # D 4 A F 3 7 ]   t e x t - b l a c k   p x - 6   p y - 3   r o u n d e d - f u l l   f o n t - b o l d   t e x t - [ 1 0 p x ]   u p p e 
 
                                   < i   c l a s s = " p h   p h - g i f t   t e x t - 2 x l   t e x t - [ # D 4 A F 3 7 ]   m b - 2 " > < / i > 
 
                                   < p   c l a s s = " t e x t - s m   f o n t - b o l d   t e x t - w h i t e " > K i r i m   K a d o   F i s i k < / p > 
 
                                   < p   c l a s s = " t e x t - x s   t e x t - g r a y - 4 0 0   m t - 1   m b - 4 " > { {   $ i n v i t a t i o n - > c o n t e n t [ ' a m p l o p ' ] [ ' a l a m a t _ k a d o ' ]   ? ?   ' A l a m a t   b e l u m   d i i s i '   } } < / p > 
 
 -                                 
 
 + 
 
                                   @ i f ( ! e m p t y ( $ i n v i t a t i o n - > c o n t e n t [ ' a m p l o p ' ] [ ' m a p s _ k a d o ' ] ) ) 
 
                                   < a   h r e f = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' a m p l o p ' ] [ ' m a p s _ k a d o ' ]   } } "   t a r g e t = " _ b l a n k "   c l a s s = " b g - w h i t e / 5   b o r d e r   b o r d e r - w h i t e / 1 0   t e x t - w h i t e   p x - 4   p y - 2   r o u n d e d - f u l l   t e x t - [ 1 0 p x ]   u p p e r c a s e   t r a c k i n g - w i d e s t   h o v e r : b g - [ # D 4 A F 3 7 ]   h o v e r : t e x t - b l a c k   h o v e r : b o r d e r - [ # D 4 A F 3 7 ]   t r a n s i t i o n " > 
 
                                           L i h a t   A l a m a t 
 
 @ @   - 2 5 1 , 3 7   + 2 5 1 , 3 7   @ @   c l a s s = " b g - [ # D 4 A F 3 7 ]   t e x t - b l a c k   p x - 6   p y - 3   r o u n d e d - f u l l   f o n t - b o l d   t e x t - [ 1 0 p x ]   u p p e 
 
           < s e c t i o n   i d = " r s v p "   c l a s s = " p a g e - s e c t i o n   s c r o l l a b l e   p x - 6 " > 
 
                   < d i v   c l a s s = " m a x - w - x l   m x - a u t o   p b - 8 " > 
 
                           < h 2   c l a s s = " f o n t - r o y a l   t e x t - 3 x l   t e x t - c e n t e r   t e x t - [ # D 4 A F 3 7 ]   m b - 8 " > W i s h e s < / h 2 > 
 
 -                         
 
 + 
 
                           @ i f ( s e s s i o n ( ' s u c c e s s ' ) ) 
 
                                   < d i v   c l a s s = " g l a s s - c a r d   b g - g r e e n - 9 0 0 / 3 0   b o r d e r - g r e e n - 5 0 0 / 3 0   t e x t - g r e e n - 2 0 0   p x - 4   p y - 3   r o u n d e d - l g   m b - 6   t e x t - c e n t e r   t e x t - x s " > 
 
                                           < i   c l a s s = " p h   p h - c h e c k - c i r c l e   t e x t - l g   m b - 1   b l o c k " > < / i > 
 
                                           { {   s e s s i o n ( ' s u c c e s s ' )   } } 
 
                                   < / d i v > 
 
                           @ e n d i f 
 
 -                         
 
 + 
 
                           < f o r m   a c t i o n = " { {   r o u t e ( ' k i r i m . u c a p a n ' )   } } "   m e t h o d = " P O S T "   c l a s s = " g l a s s - c a r d   p - 6   s p a c e - y - 4   m b - 8 " > 
 
                                   @ c s r f 
 
                                   < i n p u t   t y p e = " h i d d e n "   n a m e = " i n v i t a t i o n _ s l u g "   v a l u e = " { {   $ i n v i t a t i o n - > s l u g   } } " > 
 
 -                                 
 
 + 
 
                                   < i n p u t   t y p e = " t e x t "   n a m e = " n a m a "   r e q u i r e d   p l a c e h o l d e r = " N a m a   A n d a "   c l a s s = " w - f u l l   b g - b l a c k / 4 0   b o r d e r   b o r d e r - w h i t e / 1 0   r o u n d e d - l g   p - 3   t e x t - w h i t e   t e x t - x s   f o c u s : b o r d e r - [ # D 4 A F 3 7 ]   o u t l i n e - n o n e " > 
 
 -                                 
 
 + 
 
                                   < s e l e c t   n a m e = " k e h a d i r a n "   c l a s s = " f o r m - c o n t r o l "   r e q u i r e d > 
 
                                           < o p t i o n   v a l u e = " h a d i r " > H a d i r < / o p t i o n > 
 
                                           < o p t i o n   v a l u e = " t i d a k _ h a d i r " > T i d a k   H a d i r < / o p t i o n > 
 
                                           < o p t i o n   v a l u e = " r a g u " > R a g u - r a g u < / o p t i o n > 
 
 -                                 < / s e l e c t >                               
 
 +                                 < / s e l e c t > 
 
                                   < t e x t a r e a   n a m e = " u c a p a n "   r o w s = " 3 "   r e q u i r e d   p l a c e h o l d e r = " T u l i s   d o a   &   u c a p a n . . . "   c l a s s = " w - f u l l   b g - b l a c k / 4 0   b o r d e r   b o r d e r - w h i t e / 1 0   r o u n d e d - l g   p - 3   t e x t - w h i t e   t e x t - x s   f o c u s : b o r d e r - [ # D 4 A F 3 7 ]   o u t l i n e - n o n e " > < / t e x t a r e a > 
 
 -                                 
 
 + 
 
                                   < b u t t o n   t y p e = " s u b m i t "   c l a s s = " w - f u l l   b g - [ # D 4 A F 3 7 ]   t e x t - b l a c k   f o n t - b o l d   p y - 3   r o u n d e d - l g   h o v e r : b g - w h i t e   t r a n s i t i o n   u p p e r c a s e   t e x t - [ 1 0 p x ]   t r a c k i n g - w i d e s t   s h a d o w - [ 0 _ 0 _ 1 5 p x _ # D 4 A F 3 7 ] / 5 0 " > 
 
                                           K i r i m   U c a p a n 
 
                                   < / b u t t o n > 
 
                           < / f o r m > 
 
 -                         
 
 + 
 
                           < d i v   c l a s s = " s p a c e - y - 3   m a x - h - 8 0   o v e r f l o w - y - a u t o   p r - 2   c u s t o m - s c r o l l b a r " > 
 
                                   @ i f ( $ i n v i t a t i o n - > c o m m e n t s - > c o u n t ( )   >   0 ) 
 
                                           @ f o r e a c h ( $ i n v i t a t i o n - > c o m m e n t s - > s o r t B y D e s c ( ' c r e a t e d _ a t ' )   a s   $ c o m m e n t ) 
 
                                                   < d i v   c l a s s = " g l a s s - c a r d   p - 3   f l e x   g a p - 3   i t e m s - s t a r t   a n i m a t e - f a d e - i n - u p " > 
 
 -                                                         < d i v   c l a s s = " w - 8   h - 8   r o u n d e d - f u l l   
 
 +                                                         < d i v   c l a s s = " w - 8   h - 8   r o u n d e d - f u l l 
 
                                                                   { {   $ c o m m e n t - > r s v p _ s t a t u s   = =   ' h a d i r '   ?   ' b g - g r e e n - 6 0 0 '   :   ( $ c o m m e n t - > r s v p _ s t a t u s   = =   ' t i d a k _ h a d i r '   ?   ' b g - r e d - 6 0 0 '   :   ' b g - g r a y - 6 0 0 ' )   } } 
 
                                                                   t e x t - w h i t e   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   f o n t - b o l d   t e x t - x s   s h r i n k - 0   s h a d o w - l g " > 
 
                                                                   { {   s u b s t r ( $ c o m m e n t - > n a m e ,   0 ,   1 )   } } 
 
 @ @   - 3 4 5 , 7   + 3 4 5 , 7   @ @   c l a s s = " b g - [ # D 4 A F 3 7 ]   t e x t - b l a c k   p x - 6   p y - 3   r o u n d e d - f u l l   f o n t - b o l d   t e x t - [ 1 0 p x ]   u p p e 
 
   
 
           < s c r i p t > 
 
                   d o c u m e n t . a d d E v e n t L i s t e n e r ( " D O M C o n t e n t L o a d e d " ,   ( )   = >   { 
 
 -                         / /   P a r t i k e l 
 
 + 
 
                           c o n s t   c o n t a i n e r   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' o r n a m e n t s - c o n t a i n e r ' ) ; 
 
                           i f ( c o n t a i n e r )   { 
 
                                   f o r   ( l e t   i   =   0 ;   i   <   2 0 ;   i + + )   { 
 
 @ @   - 4 0 6 , 1 5   + 4 0 6 , 1 3   @ @   f u n c t i o n   s w i t c h P a g e ( p a g e I d )   { 
 
                           t o g g l e N a v ( ) ; 
 
                   } 
 
   
 
 -                 / /   C O U N T D O W N   J S   D I N A M I S   ( M e n g g u n a k a n   D a t a   J S O N ) 
 
 -                 / /   P a s t i k a n   f o r m a t   t a n g g a l   P H P   b i s a   d i b a c a   J S   ( Y - m - d   H : i : s ) 
 
                   c o n s t   w e d d i n g D a t e S t r   =   " { {   \ C a r b o n \ C a r b o n : : p a r s e ( $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' a k a d ' ] [ ' w a k t u ' ]   ? ?   n o w ( ) ) - > f o r m a t ( ' Y - m - d   H : i : s ' )   } } " ; 
 
                   c o n s t   w e d d i n g D a t e   =   n e w   D a t e ( w e d d i n g D a t e S t r ) . g e t T i m e ( ) ; 
 
 -                 
 
 + 
 
                   s e t I n t e r v a l ( ( )   = >   { 
 
                           c o n s t   n o w   =   n e w   D a t e ( ) . g e t T i m e ( ) ; 
 
                           c o n s t   d i f f   =   w e d d i n g D a t e   -   n o w ; 
 
 -                         
 
 + 
 
                           i f   ( d i f f   <   0 )   { 
 
                                     d o c u m e n t . g e t E l e m e n t B y I d ( " d a y s " ) . i n n e r T e x t   =   " 0 0 " ; 
 
                                     d o c u m e n t . g e t E l e m e n t B y I d ( " h o u r s " ) . i n n e r T e x t   =   " 0 0 " ; 
 
 d i f f   - - g i t   a / r e s o u r c e s / v i e w s / t h e m e s / r u s t i c - g r e e n / i n d e x . b l a d e . p h p   b / r e s o u r c e s / v i e w s / t h e m e s / r u s t i c - g r e e n / i n d e x . b l a d e . p h p 
 
 i n d e x   6 9 9 7 7 c 3 . . 2 1 f d 0 8 f   1 0 0 6 4 4 
 
 - - -   a / r e s o u r c e s / v i e w s / t h e m e s / r u s t i c - g r e e n / i n d e x . b l a d e . p h p 
 
 + + +   b / r e s o u r c e s / v i e w s / t h e m e s / r u s t i c - g r e e n / i n d e x . b l a d e . p h p 
 
 @ @   - 4 , 5 2   + 4 , 4 4   @ @ 
 
           < m e t a   c h a r s e t = " U T F - 8 " > 
 
           < m e t a   n a m e = " v i e w p o r t "   c o n t e n t = " w i d t h = d e v i c e - w i d t h ,   i n i t i a l - s c a l e = 1 . 0 " > 
 
           < t i t l e > T h e   W e d d i n g   o f   { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' p a n g g i l a n ' ]   ? ?   ' P r i a '   } }   &   { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' p a n g g i l a n ' ]   ? ?   ' W a n i t a '   } } < / t i t l e > 
 
 -         
 
 + 
 
           < l i n k   h r e f = " h t t p s : / / f o n t s . g o o g l e a p i s . c o m / c s s 2 ? f a m i l y = P i n y o n + S c r i p t & f a m i l y = P l a y f a i r + D i s p l a y : i t a l , w g h t @ 0 , 4 0 0 ; 0 , 6 0 0 ; 1 , 4 0 0 & f a m i l y = L a t o : w g h t @ 3 0 0 ; 4 0 0 ; 7 0 0 & d i s p l a y = s w a p "   r e l = " s t y l e s h e e t " > 
 
 -         
 
 -         { { - -   F a v i c o n   - - } } 
 
 + 
 
           < l i n k   r e l = " i c o n "   t y p e = " i m a g e / s v g + x m l "   h r e f = " d a t a : i m a g e / s v g + x m l , < s v g   x m l n s = % 2 2 h t t p : / / w w w . w 3 . o r g / 2 0 0 0 / s v g % 2 2   v i e w B o x = % 2 2 0   0   4 8   4 8 % 2 2 > < r e c t   w i d t h = % 2 2 4 8 % 2 2   h e i g h t = % 2 2 4 8 % 2 2   r x = % 2 2 1 2 % 2 2   f i l l = % 2 2 % 2 3 4 F 4 6 E 5 % 2 2 / > < p a t h   d = % 2 2 M 1 5   1 3 h 1 8 v 6 h - 6 v 1 7 h - 6 v - 1 7 h - 6 v - 6 z % 2 2   f i l l = % 2 2 w h i t e % 2 2 / > < / s v g > " > 
 
 -         
 
 + 
 
           < s c r i p t   s r c = " h t t p s : / / u n p k g . c o m / @ p h o s p h o r - i c o n s / w e b " > < / s c r i p t > 
 
   
 
           @ v i t e ( [ ' r e s o u r c e s / c s s / r u s t i c . c s s ' ,   ' r e s o u r c e s / j s / a p p . j s ' ] ) 
 
   < / h e a d > 
 
   < b o d y   c l a s s = " b g - t e x t u r e   t e x t - c h a r c o a l   f o n t - s a n s   a n t i a l i a s e d   o v e r f l o w - x - h i d d e n   n o - s c r o l l "   i d = " m a i n B o d y " > 
 
           @ p h p 
 
 -                 / /   H e l p e r   P i n t a r   u n t u k   U R L   G a m b a r / M u s i k 
 
 + 
 
                   f u n c t i o n   g e t F i l e U r l ( $ p a t h ,   $ d e f a u l t   =   ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 3 0 0 ' )   { 
 
 -                         / /   1 .   J i k a   p a t h   k o s o n g ,   p a k a i   d e f a u l t 
 
 + 
 
                           i f   ( e m p t y ( $ p a t h ) )   r e t u r n   $ d e f a u l t ; 
 
 -                         
 
 -                         / /   2 .   J i k a   p a t h   a d a l a h   U R L   l e n g k a p   ( h t t p s : / / . . . ) ,   p a k a i   l a n g s u n g 
 
 + 
 
                           i f   ( f i l t e r _ v a r ( $ p a t h ,   F I L T E R _ V A L I D A T E _ U R L ) )   r e t u r n   $ p a t h ; 
 
 -                         
 
 -                         / /   3 .   J i k a   p a t h   S U D A H   m e n g a n d u n g   ' s t o r a g e / '   d i   d e p a n n y a ,   j a n g a n   d i t a m b a h   l a g i 
 
 -                         / /   ( I n i   p e n y e b a b   u t a m a   e r r o r   A n d a   s e b e l u m n y a ) 
 
 + 
 
                           i f   ( s t r p o s ( $ p a t h ,   ' s t o r a g e / ' )   = = =   0 )   { 
 
                                   r e t u r n   a s s e t ( $ p a t h ) ; 
 
                           } 
 
 -                         
 
 -                         / /   4 .   J i k a   p a t h   d i m u l a i   d e n g a n   ' a s s e t s / '   ( f i l e   b a w a a n   t e m a ) ,   p a k a i   l a n g s u n g 
 
 + 
 
                           i f   ( s t r p o s ( $ p a t h ,   ' a s s e t s / ' )   = = =   0 )   { 
 
                                   r e t u r n   a s s e t ( $ p a t h ) ; 
 
                           } 
 
 -                         
 
 -                         / /   5 .   J i k a   h a n y a   n a m a   f i l e   ( c o n t o h :   f o t o . j p g ) ,   a n g g a p   a d a   d i   s t o r a g e 
 
 + 
 
                           r e t u r n   a s s e t ( ' s t o r a g e / '   .   $ p a t h ) ; 
 
                   } 
 
   
 
 -                 / /   L o g i k a   M u s i k   ( F a l l b a c k ) 
 
                   $ u s e r M u s i c   =   $ i n v i t a t i o n - > c o n t e n t [ ' m e d i a ' ] [ ' m u s i c ' ]   ? ?   n u l l ; 
 
                   i f   ( $ u s e r M u s i c )   { 
 
 -                         / /   G u n a k a n   h e l p e r   y a n g   s a m a   a g a r   a m a n 
 
 + 
 
                           $ m u s i c U r l   =   g e t F i l e U r l ( $ u s e r M u s i c ,   a s s e t ( ' a s s e t s / m u s i c / r u s t i c - g r e e n . m p 3 ' ) ) ; 
 
                   }   e l s e   { 
 
 -                         $ m u s i c U r l   =   a s s e t ( ' a s s e t s / m u s i c / r u s t i c - g r e e n . m p 3 ' ) ;   
 
 +                         $ m u s i c U r l   =   a s s e t ( ' a s s e t s / m u s i c / r u s t i c - g r e e n . m p 3 ' ) ; 
 
                   } 
 
           @ e n d p h p 
 
   
 
 -         { { - -   C O V E R   D E P A N   ( G A T E )   - - } } 
 
           < d i v   i d = " g a t e "   c l a s s = " f i x e d   i n s e t - 0   z - [ 9 9 9 ]   b g - t e x t u r e   f l e x   f l e x - c o l   i t e m s - c e n t e r   j u s t i f y - c e n t e r   t e x t - c e n t e r   p - 6   t r a n s i t i o n - a l l   d u r a t i o n - 1 0 0 0   b g - c o v e r   b g - c e n t e r "   s t y l e = " b a c k g r o u n d - i m a g e :   u r l ( ' { {   g e t F i l e U r l ( $ i n v i t a t i o n - > c o n t e n t [ ' m e d i a ' ] [ ' c o v e r ' ]   ? ?   n u l l )   } } ' ) ; " > 
 
                   < d i v   c l a s s = " a b s o l u t e   i n s e t - 0   b g - b l a c k / 6 0   b a c k d r o p - b l u r - [ 2 p x ] " > < / d i v > 
 
                   < d i v   c l a s s = " r e l a t i v e   z - 1 0   t e x t - c r e a m   a n i m a t e - f l o a t " > 
 
 @ @   - 6 4 , 1 9   + 5 6 , 1 8   @ @   f u n c t i o n   g e t F i l e U r l ( $ p a t h ,   $ d e f a u l t   =   ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 3 0 0 ' )   { 
 
                           < p   c l a s s = " f o n t - s e r i f   i t a l i c   m b - 8   b o r d e r - y   b o r d e r - w h i t e / 5 0   p y - 2   i n l i n e - b l o c k " > 
 
                                   { {   \ C a r b o n \ C a r b o n : : p a r s e ( $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' a k a d ' ] [ ' w a k t u ' ]   ? ?   n o w ( ) ) - > t r a n s l a t e d F o r m a t ( ' l ,   d   F   Y ' )   } } 
 
                           < / p > 
 
 -                         
 
 + 
 
                           < d i v   c l a s s = " g l a s s - c a r d   t e x t - c h a r c o a l   p x - 6   p y - 4   r o u n d e d - x l   m b - 8   m x - a u t o   m a x - w - x s   b g - w h i t e / 9 0 " > 
 
                                   < p   c l a s s = " t e x t - x s   u p p e r c a s e   m b - 1 " > K e p a d a   Y t h : < / p > 
 
                                   < h 3   c l a s s = " f o n t - b o l d   t e x t - l g " > { {   i s s e t ( $ g u e s t )   ?   $ g u e s t - > n a m e   :   ' T a m u   U n d a n g a n '   } } < / h 3 > 
 
                           < / d i v > 
 
 -                         
 
 + 
 
                           < b u t t o n   o n c l i c k = " b u k a U n d a n g a n ( ) "   c l a s s = " b g - s a g e   t e x t - w h i t e   p x - 8   p y - 3   r o u n d e d - f u l l   u p p e r c a s e   t r a c k i n g - w i d e s t   t e x t - s m   f o n t - b o l d   h o v e r : b g - s a g e - d a r k   t r a n s i t i o n   s h a d o w - l g   f l e x   i t e m s - c e n t e r   g a p - 2   m x - a u t o   a n i m a t e - p u l s e " > 
 
                                   < i   c l a s s = " p h - f i l l   p h - e n v e l o p e - o p e n " > < / i >   B u k a   U n d a n g a n 
 
                           < / b u t t o n > 
 
                   < / d i v > 
 
           < / d i v > 
 
   
 
 -         { { - -   A U D I O   P L A Y E R   ( S E L A L U   D I - R E N D E R )   - - } } 
 
           < b u t t o n   o n c l i c k = " t o g g l e M u s i c ( ) "   i d = " m u s i c B t n "   c l a s s = " f i x e d   b o t t o m - 4   r i g h t - 4   z - 5 0   b g - s a g e - d a r k   t e x t - w h i t e   w - 1 0   h - 1 0   r o u n d e d - f u l l   s h a d o w - x l   f l e x   i t e m s - c e n t e r   j u s t i f y - c e n t e r   h i d d e n   b o r d e r - 2   b o r d e r - c r e a m " > 
 
                   < i   c l a s s = " p h - f i l l   p h - m u s i c - n o t e s   t e x t - l g " > < / i > 
 
           < / b u t t o n > 
 
 @ @   - 8 4 , 1 1   + 7 5 , 1 0   @ @   f u n c t i o n   g e t F i l e U r l ( $ p a t h ,   $ d e f a u l t   =   ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 3 0 0 ' )   { 
 
                   < s o u r c e   s r c = " { {   $ m u s i c U r l   } } "   t y p e = " a u d i o / m p 3 " > 
 
           < / a u d i o > 
 
   
 
 -         { { - -   H E R O   S E C T I O N   - - } } 
 
           < s e c t i o n   c l a s s = " r e l a t i v e   m i n - h - s c r e e n   w - f u l l   o v e r f l o w - h i d d e n   f l e x   f l e x - c o l   i t e m s - c e n t e r   j u s t i f y - c e n t e r   t e x t - c e n t e r   p x - 4   p t - 2 0 " > 
 
                   < d i v   c l a s s = " a b s o l u t e   i n s e t - 0   b g - c o v e r   b g - c e n t e r   o p a c i t y - 1 0 0 "   s t y l e = " b a c k g r o u n d - i m a g e :   u r l ( ' { {   g e t F i l e U r l ( $ i n v i t a t i o n - > c o n t e n t [ ' m e d i a ' ] [ ' c o v e r ' ]   ? ?   n u l l )   } } ' ) ; " > < / d i v > 
 
                   < d i v   c l a s s = " a b s o l u t e   i n s e t - 0   b g - b l a c k / 3 0 " > < / d i v > 
 
 -                 
 
 + 
 
                   < d i v   c l a s s = " r e l a t i v e   z - 1 0   m t - 1 0   t e x t - c r e a m " > 
 
                           < p   c l a s s = " f o n t - s a n s   t r a c k i n g - [ 0 . 5 e m ]   t e x t - x s   u p p e r c a s e   m b - 4   d r o p - s h a d o w - m d " > S a v e   T h e   D a t e < / p > 
 
                           < h 1   c l a s s = " f o n t - r u s t i c - s c r i p t   t e x t - 7 x l   m d : t e x t - 9 x l   m b - 2   t e x t - c r e a m   d r o p - s h a d o w - l g " > 
 
 @ @   - 9 9 , 1 4   + 8 9 , 1 3   @ @   f u n c t i o n   g e t F i l e U r l ( $ p a t h ,   $ d e f a u l t   =   ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 3 0 0 ' )   { 
 
                   < d i v   c l a s s = " a b s o l u t e   b o t t o m - 0   l e f t - 0   w - f u l l   h - 3 2   b g - g r a d i e n t - t o - t   f r o m - [ # F 9 F 9 F 2 ]   t o - t r a n s p a r e n t   z - 2 0 " > < / d i v > 
 
           < / s e c t i o n > 
 
   
 
 -         { { - -   C O U P L E   S E C T I O N   - - } } 
 
           < s e c t i o n   c l a s s = " p t - 1 2   p b - 0   p x - 6   r e l a t i v e   b g - t e x t u r e " > 
 
                   < d i v   c l a s s = " m a x - w - 5 x l   m x - a u t o   t e x t - c e n t e r   r e l a t i v e   z - 1 0 " > 
 
                           < p   c l a s s = " t e x t - t e r r a c o t t a   f o n t - b o l d   t r a c k i n g - w i d e s t   t e x t - x s   u p p e r c a s e   m b - 2 " > T h e   H a p p y   C o u p l e < / p > 
 
                           < h 2   c l a s s = " f o n t - r u s t i c - s e r i f   t e x t - 5 x l   t e x t - g r a y - 8 0 0   m b - 1 6 " > G r o o m   &   B r i d e < / h 2 > 
 
 -                         
 
 + 
 
                           < d i v   c l a s s = " g r i d   g r i d - c o l s - 1   m d : g r i d - c o l s - 2   g a p - 1 6   i t e m s - c e n t e r " > 
 
 -                                 { { - -   P R I A   - - } } 
 
 + 
 
                                   < d i v   c l a s s = " g r o u p   r e l a t i v e   f l e x   f l e x - c o l   i t e m s - c e n t e r " > 
 
                                           < d i v   c l a s s = " r e l a t i v e   w - f u l l   m a x - w - s m   a s p e c t - [ 3 / 4 ]   m b - 6 " > 
 
                                                   < d i v   c l a s s = " a b s o l u t e   i n s e t - 0   b g - s a g e - d a r k   r o u n d e d - t - [ 1 0 r e m ]   r o u n d e d - b - [ 2 r e m ]   t r a n s f o r m   r o t a t e - 3   t r a n s i t i o n   d u r a t i o n - 5 0 0 " > < / d i v > 
 
 @ @   - 1 1 5 , 7   + 1 0 4 , 7   @ @   f u n c t i o n   g e t F i l e U r l ( $ p a t h ,   $ d e f a u l t   =   ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 3 0 0 ' )   { 
 
                                           < d i v   c l a s s = " r e l a t i v e   z - 2 0   t e x t - c e n t e r " > 
 
                                                   < h 3   c l a s s = " f o n t - r u s t i c - s c r i p t   t e x t - 5 x l   t e x t - c h a r c o a l   m b - 1 " > { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' n a m a ' ]   ? ?   ' M e m p e l a i   P r i a '   } } < / h 3 > 
 
                                                   < p   c l a s s = " t e x t - x s   f o n t - b o l d   t e x t - s a g e   u p p e r c a s e   t r a c k i n g - w i d e s t   m b - 3 " > P u t r a   B p k .   { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' a y a h ' ]   ? ?   ' . . . '   } } < / p > 
 
 -                                                 
 
 + 
 
                                                   @ i f ( ! e m p t y ( $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' i n s t a g r a m ' ] ) ) 
 
                                                   < a   h r e f = " h t t p s : / / i n s t a g r a m . c o m / { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' i n s t a g r a m ' ]   } } "   t a r g e t = " _ b l a n k "   c l a s s = " i n l i n e - f l e x   i t e m s - c e n t e r   g a p - 1   t e x t - x s   b g - w h i t e   b o r d e r   b o r d e r - s a g e   p x - 3   p y - 1   r o u n d e d - f u l l   h o v e r : b g - s a g e   h o v e r : t e x t - w h i t e   t r a n s i t i o n   c u r s o r - p o i n t e r   z - 3 0   r e l a t i v e   t e x t - s a g e - d a r k " > 
 
                                                           < i   c l a s s = " p h - f i l l   p h - i n s t a g r a m - l o g o " > < / i >   < s p a n > I n s t a g r a m < / s p a n > 
 
 @ @   - 1 2 3 , 8   + 1 1 2 , 7   @ @   f u n c t i o n   g e t F i l e U r l ( $ p a t h ,   $ d e f a u l t   =   ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 3 0 0 ' )   { 
 
                                                   @ e n d i f 
 
                                           < / d i v > 
 
                                   < / d i v > 
 
 -                                 
 
 -                                 { { - -   W A N I T A   - - } } 
 
 + 
 
                                   < d i v   c l a s s = " g r o u p   r e l a t i v e   f l e x   f l e x - c o l   i t e m s - c e n t e r " > 
 
                                           < d i v   c l a s s = " r e l a t i v e   w - f u l l   m a x - w - s m   a s p e c t - [ 3 / 4 ]   m b - 6 " > 
 
                                                   < d i v   c l a s s = " a b s o l u t e   i n s e t - 0   b g - t e r r a c o t t a / 8 0   r o u n d e d - t - [ 1 0 r e m ]   r o u n d e d - b - [ 2 r e m ]   t r a n s f o r m   - r o t a t e - 3   t r a n s i t i o n   d u r a t i o n - 5 0 0 " > < / d i v > 
 
 @ @   - 1 3 3 , 7   + 1 2 1 , 7   @ @   f u n c t i o n   g e t F i l e U r l ( $ p a t h ,   $ d e f a u l t   =   ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 3 0 0 ' )   { 
 
                                           < d i v   c l a s s = " r e l a t i v e   z - 2 0   t e x t - c e n t e r " > 
 
                                                   < h 3   c l a s s = " f o n t - r u s t i c - s c r i p t   t e x t - 5 x l   t e x t - c h a r c o a l   m b - 1 " > { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' n a m a ' ]   ? ?   ' M e m p e l a i   W a n i t a '   } } < / h 3 > 
 
                                                   < p   c l a s s = " t e x t - x s   f o n t - b o l d   t e x t - s a g e   u p p e r c a s e   t r a c k i n g - w i d e s t   m b - 3 " > P u t r a   B p k .   { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' a y a h ' ]   ? ?   ' . . . '   } } < / p > 
 
 -                                                 
 
 + 
 
                                                   @ i f ( ! e m p t y ( $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' i n s t a g r a m ' ] ) ) 
 
                                                   < a   h r e f = " h t t p s : / / i n s t a g r a m . c o m / { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' i n s t a g r a m ' ]   } } "   t a r g e t = " _ b l a n k "   c l a s s = " i n l i n e - f l e x   i t e m s - c e n t e r   g a p - 1   t e x t - x s   b g - w h i t e   b o r d e r   b o r d e r - s a g e   p x - 3   p y - 1   r o u n d e d - f u l l   h o v e r : b g - s a g e   h o v e r : t e x t - w h i t e   t r a n s i t i o n   c u r s o r - p o i n t e r   z - 3 0   r e l a t i v e   t e x t - s a g e - d a r k " > 
 
                                                           < i   c l a s s = " p h - f i l l   p h - i n s t a g r a m - l o g o " > < / i >   < s p a n > I n s t a g r a m < / s p a n > 
 
 @ @   - 1 4 5 , 7   + 1 3 3 , 6   @ @   f u n c t i o n   g e t F i l e U r l ( $ p a t h ,   $ d e f a u l t   =   ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 3 0 0 ' )   { 
 
                   < / d i v > 
 
           < / s e c t i o n > 
 
   
 
 -         { { - -   D I V I D E R   - - } } 
 
           < d i v   c l a s s = " b g - t e x t u r e   p y - 2 " > 
 
                   < d i v   c l a s s = " s e c t i o n - d i v i d e r " > 
 
                           < s v g   w i d t h = " 1 0 0 % "   h e i g h t = " 2 0 "   v i e w B o x = " 0   0   5 0 0   2 0 "   p r e s e r v e A s p e c t R a t i o = " n o n e " > 
 
 @ @   - 1 5 8 , 7   + 1 4 5 , 6   @ @   f u n c t i o n   g e t F i l e U r l ( $ p a t h ,   $ d e f a u l t   =   ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 3 0 0 ' )   { 
 
                   < / d i v > 
 
           < / d i v > 
 
   
 
 -         { { - -   L O V E   S T O R Y   - - } } 
 
           @ i f ( i s s e t ( $ i n v i t a t i o n - > c o n t e n t [ ' l o v e _ s t o r i e s ' ] )   & &   i s _ a r r a y ( $ i n v i t a t i o n - > c o n t e n t [ ' l o v e _ s t o r i e s ' ] ) ) 
 
           < s e c t i o n   c l a s s = " r e l a t i v e   b g - t e x t u r e   p t - 0   p b - 3 2   p x - 6 " > 
 
                   < d i v   c l a s s = " m a x - w - 3 x l   m x - a u t o   r e l a t i v e   z - 1 0 " > 
 
 @ @   - 1 6 8 , 7   + 1 5 4 , 7   @ @   f u n c t i o n   g e t F i l e U r l ( $ p a t h ,   $ d e f a u l t   =   ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 3 0 0 ' )   { 
 
                                   @ i f ( ! e m p t y ( $ s t o r y [ ' t i t l e ' ] ) ) 
 
                                   < d i v   c l a s s = " r e l a t i v e   m d : f l e x   i t e m s - c e n t e r   j u s t i f y - b e t w e e n   g r o u p " > 
 
                                           < d i v   c l a s s = " a b s o l u t e   - l e f t - [ 3 9 p x ]   m d : l e f t - 1 / 2   m d : - m l - [ 9 p x ]   w - 5   h - 5   b g - t e r r a c o t t a   r o u n d e d - f u l l   b o r d e r - 4   b o r d e r - w h i t e   z - 1 0 " > < / d i v > 
 
 -                                         
 
 + 
 
                                           < d i v   c l a s s = " m d : w - [ 4 5 % ]   { {   $ i n d e x   %   2   = =   0   ?   ' m d : m l - a u t o   m d : t e x t - l e f t '   :   ' m d : m r - a u t o   m d : t e x t - r i g h t '   } }   b g - w h i t e   p - 6   r o u n d e d - l g   s h a d o w - m d   h o v e r : s h a d o w - x l   t r a n s i t i o n   b o r d e r - t - 4   b o r d e r - s a g e " > 
 
                                                   < s p a n   c l a s s = " t e x t - t e r r a c o t t a   f o n t - b o l d   t e x t - s m " > { {   $ s t o r y [ ' y e a r ' ]   ? ?   ' '   } } < / s p a n > 
 
                                                   < h 3   c l a s s = " f o n t - s e r i f   t e x t - x l   f o n t - b o l d   m b - 2 " > { {   $ s t o r y [ ' t i t l e ' ]   ? ?   ' '   } } < / h 3 > 
 
 @ @   - 1 7 9 , 7   + 1 6 5 , 7   @ @   f u n c t i o n   g e t F i l e U r l ( $ p a t h ,   $ d e f a u l t   =   ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 3 0 0 ' )   { 
 
                                   @ e n d f o r e a c h 
 
                           < / d i v > 
 
                   < / d i v > 
 
 -                 
 
 + 
 
                   < d i v   c l a s s = " w a v e - w r a p p e r   w a v e - b u k i t   t e x t - s a g e - d a r k " > 
 
                           < s v g   c l a s s = " w a v e - s v g "   v i e w B o x = " 0   0   1 2 0 0   1 2 0 "   p r e s e r v e A s p e c t R a t i o = " n o n e " > 
 
                                   < p a t h   d = " M 3 2 1 . 3 9 , 5 6 . 4 4 c 5 8 - 1 0 . 7 9 , 1 1 4 . 1 6 - 3 0 . 1 3 , 1 7 2 - 4 1 . 8 6 , 8 2 . 3 9 - 1 6 . 7 2 , 1 6 8 . 1 9 - 1 7 . 7 3 , 2 5 0 . 4 5 - . 3 9 C 8 2 3 . 7 8 , 3 1 , 9 0 6 . 6 7 , 7 2 , 9 8 5 . 6 6 , 9 2 . 8 3 c 7 0 . 0 5 , 1 8 . 4 8 , 1 4 6 . 5 3 , 2 6 . 0 9 , 2 1 4 . 3 4 , 3 V 0 H 0 V 2 7 . 3 5 A 6 0 0 . 2 1 , 6 0 0 . 2 1 , 0 , 0 , 0 , 3 2 1 . 3 9 , 5 6 . 4 4 Z "   f i l l = " c u r r e n t C o l o r " > < / p a t h > 
 
 @ @   - 1 8 8 , 1 0   + 1 7 4 , 9   @ @   f u n c t i o n   g e t F i l e U r l ( $ p a t h ,   $ d e f a u l t   =   ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 3 0 0 ' )   { 
 
           < / s e c t i o n > 
 
           @ e n d i f 
 
   
 
 -         { { - -   E V E N T S   - - } } 
 
           < s e c t i o n   c l a s s = " r e l a t i v e   b g - s a g e - d a r k   t e x t - c r e a m   p t - 1 2   p b - 1 2   p x - 6 " > 
 
                   < d i v   c l a s s = " m a x - w - 5 x l   m x - a u t o   g r i d   g r i d - c o l s - 1   m d : g r i d - c o l s - 2   g a p - 8   r e l a t i v e   z - 1 0 " > 
 
 -                         { { - -   A K A D   - - } } 
 
 + 
 
                           < d i v   c l a s s = " b g - w h i t e / 5   p - 8   b o r d e r   b o r d e r - w h i t e / 1 0   r o u n d e d - t r - [ 3 r e m ]   r o u n d e d - b l - [ 3 r e m ]   t e x t - c e n t e r   t r a n s f o r m   h o v e r : - t r a n s l a t e - y - 2   t r a n s i t i o n   d u r a t i o n - 3 0 0 " > 
 
                                   < i   c l a s s = " p h - f i l l   p h - h a n d s - p r a y i n g   t e x t - 4 x l   m b - 4   t e x t - t e r r a c o t t a " > < / i > 
 
                                   < h 3   c l a s s = " f o n t - s e r i f   t e x t - 2 x l   m b - 2 " > { {   $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' a k a d ' ] [ ' j u d u l ' ]   ? ?   ' A k a d   N i k a h '   } } < / h 3 > 
 
 @ @   - 2 0 1 , 8   + 1 8 6 , 7   @ @   f u n c t i o n   g e t F i l e U r l ( $ p a t h ,   $ d e f a u l t   =   ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 3 0 0 ' )   { 
 
                                   < a   h r e f = " { {   $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' a k a d ' ] [ ' m a p s ' ]   } } "   t a r g e t = " _ b l a n k "   c l a s s = " i n l i n e - b l o c k   b o r d e r   b o r d e r - c r e a m   p x - 6   p y - 2   t e x t - x s   u p p e r c a s e   h o v e r : b g - c r e a m   h o v e r : t e x t - s a g e - d a r k   t r a n s i t i o n   r o u n d e d - f u l l " > G o o g l e   M a p s < / a > 
 
                                   @ e n d i f 
 
                           < / d i v > 
 
 -                         
 
 -                         { { - -   R E S E P S I   - - } } 
 
 + 
 
                           < d i v   c l a s s = " b g - w h i t e / 5   p - 8   b o r d e r   b o r d e r - w h i t e / 1 0   r o u n d e d - t l - [ 3 r e m ]   r o u n d e d - b r - [ 3 r e m ]   t e x t - c e n t e r   t r a n s f o r m   h o v e r : - t r a n s l a t e - y - 2   t r a n s i t i o n   d u r a t i o n - 3 0 0 " > 
 
                                   < i   c l a s s = " p h - f i l l   p h - w i n e   t e x t - 4 x l   m b - 4   t e x t - t e r r a c o t t a " > < / i > 
 
                                   < h 3   c l a s s = " f o n t - s e r i f   t e x t - 2 x l   m b - 2 " > { {   $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' r e s e p s i ' ] [ ' j u d u l ' ]   ? ?   ' R e s e p s i '   } } < / h 3 > 
 
 @ @   - 2 1 5 , 7   + 1 9 9 , 6   @ @   f u n c t i o n   g e t F i l e U r l ( $ p a t h ,   $ d e f a u l t   =   ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 3 0 0 ' )   { 
 
                   < / d i v > 
 
           < / s e c t i o n > 
 
   
 
 -         { { - -   G A L L E R Y   - - } } 
 
           < s e c t i o n   c l a s s = " r e l a t i v e   b g - t e x t u r e   p t - 3 2   p b - 3 2   p x - 6 " > 
 
                   < d i v   c l a s s = " w a v e - w r a p p e r   w a v e - t e t e s a n   t e x t - s a g e - d a r k " > 
 
                           < s v g   c l a s s = " w a v e - s v g "   v i e w B o x = " 0   0   1 2 0 0   1 2 0 "   p r e s e r v e A s p e c t R a t i o = " n o n e " > 
 
 @ @   - 2 3 5 , 1 2   + 2 1 8 , 1 1   @ @   f u n c t i o n   g e t F i l e U r l ( $ p a t h ,   $ d e f a u l t   =   ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 3 0 0 ' )   { 
 
                   < / d i v > 
 
           < / s e c t i o n > 
 
   
 
 -         { { - -   G I F T   S E C T I O N   - - } } 
 
           < s e c t i o n   c l a s s = " r e l a t i v e   b g - s a g e - d a r k   t e x t - c r e a m   p t - 1 2   p b - 1 2   p x - 6 " > 
 
                   < d i v   c l a s s = " m a x - w - 2 x l   m x - a u t o   t e x t - c e n t e r   r e l a t i v e   z - 1 0 " > 
 
                           < h 2   c l a s s = " f o n t - r u s t i c - s e r i f   t e x t - 3 x l   m b - 4 " > W e d d i n g   G i f t < / h 2 > 
 
                           < p   c l a s s = " t e x t - s m   o p a c i t y - 8 0   m b - 8 " > D o a   r e s t u   A n d a   m e r u p a k a n   k a r u n i a   y a n g   s a n g a t   b e r a r t i   b a g i   k a m i .   N a m u n   j i k a   m e m b e r i   a d a l a h   u n g k a p a n   t a n d a   k a s i h   A n d a ,   k a m i   m e n e r i m a   k a d o   s e c a r a   c a s h l e s s . < / p > 
 
 -                         
 
 + 
 
                           @ i f ( ! e m p t y ( $ i n v i t a t i o n - > c o n t e n t [ ' a m p l o p ' ] [ ' b a n k _ n a m e ' ] ) ) 
 
                           < d i v   c l a s s = " b g - w h i t e / 1 0   b a c k d r o p - b l u r - s m   p - 8   r o u n d e d - x l   s h a d o w - l g   b o r d e r   b o r d e r - w h i t e / 2 0   r e l a t i v e   o v e r f l o w - h i d d e n " > 
 
                                   < d i v   c l a s s = " a b s o l u t e   t o p - 0   l e f t - 0   w - f u l l   h - 2   b g - t e r r a c o t t a " > < / d i v > 
 
 @ @   - 2 5 2 , 7   + 2 3 4 , 7   @ @   f u n c t i o n   g e t F i l e U r l ( $ p a t h ,   $ d e f a u l t   =   ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 3 0 0 ' )   { 
 
                                   < / b u t t o n > 
 
                           < / d i v > 
 
                           @ e n d i f 
 
 -                         
 
 + 
 
                           < d i v   c l a s s = " m t - 8   b g - w h i t e / 1 0   b a c k d r o p - b l u r - s m   p - 6   r o u n d e d - x l   s h a d o w   b o r d e r   b o r d e r - w h i t e / 2 0 " > 
 
                                   < i   c l a s s = " p h - f i l l   p h - g i f t   t e x t - 3 x l   t e x t - t e r r a c o t t a   m b - 2 " > < / i > 
 
                                   < p   c l a s s = " t e x t - s m   f o n t - b o l d   m b - 1 " > A l a m a t   K i r i m   K a d o : < / p > 
 
 @ @   - 2 6 1 , 2 1   + 2 4 3 , 1 8   @ @   f u n c t i o n   g e t F i l e U r l ( $ p a t h ,   $ d e f a u l t   =   ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 3 0 0 ' )   { 
 
                   < / d i v > 
 
           < / s e c t i o n > 
 
   
 
 -         { { - -   W I S H E S   S E C T I O N   ( F I X E D )   - - } } 
 
           < s e c t i o n   c l a s s = " r e l a t i v e   b g - t e x t u r e   p t - 3 2   p b - 3 2   p x - 6 " > 
 
 -                 
 
 -                 { { - -   P E R B A I K A N :   T a m b a h k a n   ' p o i n t e r - e v e n t s - n o n e '   a g a r   g e l o m b a n g   t i d a k   m e m b l o k i r   k l i k   - - } } 
 
 + 
 
                   < d i v   c l a s s = " w a v e - w r a p p e r   w a v e - b u k i t   t e x t - s a g e - d a r k   p o i n t e r - e v e n t s - n o n e "   s t y l e = " t r a n s f o r m :   r o t a t e ( 1 8 0 d e g ) ;   t o p :   - 1 p x ; " > 
 
                             < s v g   c l a s s = " w a v e - s v g "   v i e w B o x = " 0   0   1 2 0 0   1 2 0 "   p r e s e r v e A s p e c t R a t i o = " n o n e " > 
 
                                   < p a t h   d = " M 3 2 1 . 3 9 , 5 6 . 4 4 c 5 8 - 1 0 . 7 9 , 1 1 4 . 1 6 - 3 0 . 1 3 , 1 7 2 - 4 1 . 8 6 , 8 2 . 3 9 - 1 6 . 7 2 , 1 6 8 . 1 9 - 1 7 . 7 3 , 2 5 0 . 4 5 - . 3 9 C 8 2 3 . 7 8 , 3 1 , 9 0 6 . 6 7 , 7 2 , 9 8 5 . 6 6 , 9 2 . 8 3 c 7 0 . 0 5 , 1 8 . 4 8 , 1 4 6 . 5 3 , 2 6 . 0 9 , 2 1 4 . 3 4 , 3 V 0 H 0 V 2 7 . 3 5 A 6 0 0 . 2 1 , 6 0 0 . 2 1 , 0 , 0 , 0 , 3 2 1 . 3 9 , 5 6 . 4 4 Z "   f i l l = " c u r r e n t C o l o r " > < / p a t h > 
 
                           < / s v g > 
 
                   < / d i v > 
 
   
 
 -                 { { - -   P E R B A I K A N :   P a s t i k a n   z - i n d e x   t i n g g i   ( z - 2 0 )   a g a r   f o r m   b e r a d a   d i   A T A S   e l e m e n   l a i n   - - } } 
 
                   < d i v   c l a s s = " m a x - w - 3 x l   m x - a u t o   r e l a t i v e   z - 2 0 " > 
 
                           < h 2   c l a s s = " f o n t - r u s t i c - s e r i f   t e x t - 4 x l   m b - 2   t e x t - c e n t e r   t e x t - s a g e - d a r k " > W e d d i n g   W i s h e s < / h 2 > 
 
                           < p   c l a s s = " t e x t - c e n t e r   t e x t - s m   t e x t - g r a y - 5 0 0   m b - 1 0   i t a l i c " > B e r i k a n   d o a   &   u c a p a n   t e r b a i k   u n t u k   k a m i < / p > 
 
 -                         
 
 + 
 
                           @ i f ( s e s s i o n ( ' s u c c e s s ' ) ) 
 
                                   < d i v   c l a s s = " b g - g r e e n - 1 0 0   b o r d e r   b o r d e r - g r e e n - 4 0 0   t e x t - g r e e n - 7 0 0   p x - 4   p y - 3   r o u n d e d   r e l a t i v e   m b - 4   t e x t - c e n t e r " > 
 
                                           { {   s e s s i o n ( ' s u c c e s s ' )   } } 
 
 @ @   - 2 9 3 , 1 9   + 2 7 2 , 1 6   @ @   f u n c t i o n   g e t F i l e U r l ( $ p a t h ,   $ d e f a u l t   =   ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 3 0 0 ' )   { 
 
                           @ e n d i f 
 
   
 
                           < d i v   c l a s s = " g r i d   g r i d - c o l s - 1   m d : g r i d - c o l s - 2   g a p - 1 0 " > 
 
 -                                 
 
 -                                 { { - -   F O R M   I N P U T   - - } } 
 
 + 
 
                                   < d i v > 
 
                                           < f o r m   a c t i o n = " { {   r o u t e ( ' k i r i m . u c a p a n ' )   } } "   m e t h o d = " P O S T "   c l a s s = " s p a c e - y - 4 " > 
 
                                                   @ c s r f 
 
                                                   < i n p u t   t y p e = " h i d d e n "   n a m e = " i n v i t a t i o n _ s l u g "   v a l u e = " { {   $ i n v i t a t i o n - > s l u g   } } " > 
 
 -                                                 
 
 -                                                 { { - -   I n p u t   N a m a   - - } } 
 
 -                                                 < d i v   c l a s s = " r e l a t i v e   z - 3 0 " >   { { - -   T a m b a h a n   z - 3 0   u n t u k   m e m a s t i k a n   i n p u t   b i s a   d i k l i k   - - } } 
 
 + 
 
 +                                                 < d i v   c l a s s = " r e l a t i v e   z - 3 0 " > 
 
                                                           < i n p u t   t y p e = " t e x t "   n a m e = " n a m a "   p l a c e h o l d e r = " N a m a   A n d a "   c l a s s = " w - f u l l   b g - w h i t e   b o r d e r - b - 2   b o r d e r - s a g e / 3 0   p - 3   t e x t - s a g e - d a r k   p l a c e h o l d e r - g r a y - 4 0 0   f o c u s : o u t l i n e - n o n e   f o c u s : b o r d e r - t e r r a c o t t a   t r a n s i t i o n   b g - t r a n s p a r e n t "   r e q u i r e d > 
 
                                                   < / d i v > 
 
 -                                                 
 
 -                                                 { { - -   S e l e c t   K e h a d i r a n   - - } } 
 
 + 
 
                                                   < d i v   c l a s s = " r e l a t i v e   z - 3 0 " > 
 
                                                           < s e l e c t   n a m e = " k e h a d i r a n "   c l a s s = " w - f u l l   b g - w h i t e   b o r d e r - b - 2   b o r d e r - s a g e / 3 0   p - 3   t e x t - s a g e - d a r k   f o c u s : o u t l i n e - n o n e   f o c u s : b o r d e r - t e r r a c o t t a   t r a n s i t i o n   b g - t r a n s p a r e n t   c u r s o r - p o i n t e r "   r e q u i r e d > 
 
                                                                   < o p t i o n   v a l u e = " h a d i r " > H a d i r < / o p t i o n > 
 
 @ @   - 3 1 4 , 1 1   + 2 9 0 , 1 0   @ @   f u n c t i o n   g e t F i l e U r l ( $ p a t h ,   $ d e f a u l t   =   ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 3 0 0 ' )   { 
 
                                                           < / s e l e c t > 
 
                                                   < / d i v > 
 
   
 
 -                                                 { { - -   T e x t a r e a   U c a p a n   - - } } 
 
                                                   < d i v   c l a s s = " r e l a t i v e   z - 3 0 " > 
 
                                                           < t e x t a r e a   n a m e = " u c a p a n "   p l a c e h o l d e r = " T u l i s   u c a p a n   &   d o a . . . "   r o w s = " 4 "   c l a s s = " w - f u l l   b g - w h i t e   b o r d e r - 2   b o r d e r - s a g e / 2 0   p - 3   r o u n d e d - x l   t e x t - s a g e - d a r k   p l a c e h o l d e r - g r a y - 4 0 0   f o c u s : o u t l i n e - n o n e   f o c u s : b o r d e r - t e r r a c o t t a   f o c u s : r i n g - 0   t r a n s i t i o n   r e s i z e - n o n e "   r e q u i r e d > < / t e x t a r e a > 
 
                                                   < / d i v > 
 
 -                                                 
 
 + 
 
                                                   < d i v   c l a s s = " r e l a t i v e   z - 3 0 " > 
 
                                                           < b u t t o n   t y p e = " s u b m i t "   c l a s s = " w - f u l l   b g - s a g e - d a r k   t e x t - w h i t e   f o n t - b o l d   p y - 3   r o u n d e d - f u l l   h o v e r : b g - t e r r a c o t t a   h o v e r : s h a d o w - l g   t r a n s f o r m   h o v e r : - t r a n s l a t e - y - 1   t r a n s i t i o n   d u r a t i o n - 3 0 0   t r a c k i n g - w i d e s t   t e x t - s m   c u r s o r - p o i n t e r " > 
 
                                                                   K I R I M   U C A P A N 
 
 @ @   - 3 2 7 , 1 2   + 3 0 2 , 1 1   @ @   f u n c t i o n   g e t F i l e U r l ( $ p a t h ,   $ d e f a u l t   =   ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 3 0 0 ' )   { 
 
                                           < / f o r m > 
 
                                   < / d i v > 
 
   
 
 -                                 { { - -   L I S T   U C A P A N   - - } } 
 
                                   < d i v   c l a s s = " r e l a t i v e   z - 3 0 " > 
 
                                           < d i v   c l a s s = " r u s t i c - s c r o l l   h - [ 4 0 0 p x ]   o v e r f l o w - y - a u t o   p r - 2 " > 
 
                                                   @ i f ( $ i n v i t a t i o n - > c o m m e n t s - > c o u n t ( )   >   0 ) 
 
                                                           @ f o r e a c h ( $ i n v i t a t i o n - > c o m m e n t s - > s o r t B y D e s c ( ' c r e a t e d _ a t ' )   a s   $ c o m m e n t ) 
 
 -                                                                 < d i v   c l a s s = " r u s t i c - c o m m e n t - c a r d   g r o u p   b g - w h i t e / 5 0   b a c k d r o p - b l u r - s m " >   { { - -   T a m b a h   b g   a g a r   l e b i h   t e r b a c a   - - } } 
 
 +                                                                 < d i v   c l a s s = " r u s t i c - c o m m e n t - c a r d   g r o u p   b g - w h i t e / 5 0   b a c k d r o p - b l u r - s m " > 
 
                                                                           < d i v   c l a s s = " f l e x   j u s t i f y - b e t w e e n   i t e m s - s t a r t   m b - 2 " > 
 
                                                                                   < d i v > 
 
                                                                                           < h 4   c l a s s = " f o n t - b o l d   t e x t - s a g e - d a r k   f o n t - s e r i f   t e x t - l g " > { {   $ c o m m e n t - > n a m e   } } < / h 4 > 
 
 @ @   - 3 4 6 , 7   + 3 2 0 , 7   @ @   f u n c t i o n   g e t F i l e U r l ( $ p a t h ,   $ d e f a u l t   =   ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 3 0 0 ' )   { 
 
                                                                                           < s p a n   c l a s s = " b g - g r a y - 1 0 0   t e x t - g r a y - 5 0 0   t e x t - [ 1 0 p x ]   f o n t - b o l d   p x - 2   p y - 1   r o u n d e d - f u l l " > R A G U < / s p a n > 
 
                                                                                   @ e n d i f 
 
                                                                           < / d i v > 
 
 -                                                                         
 
 + 
 
                                                                           < p   c l a s s = " t e x t - s m   t e x t - g r a y - 6 0 0   i t a l i c   l e a d i n g - r e l a x e d   f o n t - s e r i f   b o r d e r - t   b o r d e r - d a s h e d   b o r d e r - g r a y - 2 0 0   p t - 2   m t - 2 " > 
 
                                                                                   " { {   $ c o m m e n t - > c o m m e n t   } } " 
 
                                                                           < / p > 
 
 @ @   - 3 6 4 , 8   + 3 3 8 , 7   @ @   f u n c t i o n   g e t F i l e U r l ( $ p a t h ,   $ d e f a u l t   =   ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 3 0 0 ' )   { 
 
   
 
                           < / d i v > 
 
                   < / d i v > 
 
 -                 
 
 -                 { { - -   W A V E   B A W A H   ( J u g a   d i k a s i h   p o i n t e r - e v e n t s - n o n e )   - - } } 
 
 + 
 
                   < d i v   c l a s s = " w a v e - w r a p p e r   w a v e - b u k i t   t e x t - c h a r c o a l   p o i n t e r - e v e n t s - n o n e " > 
 
                           < s v g   c l a s s = " w a v e - s v g "   v i e w B o x = " 0   0   1 2 0 0   1 2 0 "   p r e s e r v e A s p e c t R a t i o = " n o n e " > 
 
                                   < p a t h   d = " M 3 2 1 . 3 9 , 5 6 . 4 4 c 5 8 - 1 0 . 7 9 , 1 1 4 . 1 6 - 3 0 . 1 3 , 1 7 2 - 4 1 . 8 6 , 8 2 . 3 9 - 1 6 . 7 2 , 1 6 8 . 1 9 - 1 7 . 7 3 , 2 5 0 . 4 5 - . 3 9 C 8 2 3 . 7 8 , 3 1 , 9 0 6 . 6 7 , 7 2 , 9 8 5 . 6 6 , 9 2 . 8 3 c 7 0 . 0 5 , 1 8 . 4 8 , 1 4 6 . 5 3 , 2 6 . 0 9 , 2 1 4 . 3 4 , 3 V 0 H 0 V 2 7 . 3 5 A 6 0 0 . 2 1 , 6 0 0 . 2 1 , 0 , 0 , 0 , 3 2 1 . 3 9 , 5 6 . 4 4 Z "   f i l l = " c u r r e n t C o l o r " > < / p a t h > 
 
 @ @   - 3 7 7 , 3 2   + 3 5 0 , 2 9   @ @   f u n c t i o n   g e t F i l e U r l ( $ p a t h ,   $ d e f a u l t   =   ' h t t p s : / / v i a . p l a c e h o l d e r . c o m / 3 0 0 ' )   { 
 
                   { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' p r i a ' ] [ ' p a n g g i l a n ' ]   ? ?   ' P r i a '   } }   &   { {   $ i n v i t a t i o n - > c o n t e n t [ ' m e m p e l a i ' ] [ ' w a n i t a ' ] [ ' p a n g g i l a n ' ]   ? ?   ' W a n i t a '   } } 
 
           < / f o o t e r > 
 
   
 
 -         { { - -   S C R I P T   - - } } 
 
           < s c r i p t > 
 
                   d o c u m e n t . a d d E v e n t L i s t e n e r ( " D O M C o n t e n t L o a d e d " ,   f u n c t i o n ( )   { 
 
                           c o n s t   a u d i o   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' b g - m u s i c ' ) ; 
 
                           c o n s t   m u s i c B t n   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' m u s i c B t n ' ) ; 
 
                           c o n s t   m u s i c I c o n   =   m u s i c B t n   ?   m u s i c B t n . q u e r y S e l e c t o r ( ' i ' )   :   n u l l ; 
 
   
 
 -                         / /   F U N G S I   B U K A   U N D A N G A N 
 
 -                         w i n d o w . b u k a U n d a n g a n   =   f u n c t i o n ( )   {   
 
 -                                 c o n s t   g a t e   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' g a t e ' ) ;   
 
 -                                 c o n s t   b o d y   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' m a i n B o d y ' ) ;   
 
 -                                 
 
 -                                 g a t e . c l a s s L i s t . a d d ( ' s l i d e - u p ' ) ;   
 
 -                                 b o d y . c l a s s L i s t . r e m o v e ( ' n o - s c r o l l ' ) ;   
 
 -                                 
 
 +                         w i n d o w . b u k a U n d a n g a n   =   f u n c t i o n ( )   { 
 
 +                                 c o n s t   g a t e   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' g a t e ' ) ; 
 
 +                                 c o n s t   b o d y   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' m a i n B o d y ' ) ; 
 
 + 
 
 +                                 g a t e . c l a s s L i s t . a d d ( ' s l i d e - u p ' ) ; 
 
 +                                 b o d y . c l a s s L i s t . r e m o v e ( ' n o - s c r o l l ' ) ; 
 
 + 
 
                                   i f   ( m u s i c B t n )   { 
 
 -                                         s e t T i m e o u t ( ( )   = >   {   
 
 -                                                 m u s i c B t n . c l a s s L i s t . r e m o v e ( ' h i d d e n ' ) ;   
 
 +                                         s e t T i m e o u t ( ( )   = >   { 
 
 +                                                 m u s i c B t n . c l a s s L i s t . r e m o v e ( ' h i d d e n ' ) ; 
 
                                                   m u s i c B t n . c l a s s L i s t . a d d ( ' a n i m a t e - s p i n - s l o w ' ) ; 
 
 -                                         } ,   1 0 0 0 ) ;   
 
 +                                         } ,   1 0 0 0 ) ; 
 
                                   } 
 
 -                                 
 
 + 
 
                                   p l a y A u d i o ( ) ; 
 
                           } 
 
   
 
 -                         / /   F U N G S I   A U D I O   ( A M A N ) 
 
                           f u n c t i o n   p l a y A u d i o ( )   { 
 
                                   i f ( a u d i o   & &   m u s i c B t n )   { 
 
                                           a u d i o . p l a y ( ) . t h e n ( ( )   = >   { 
 
 @ @   - 4 1 3 , 7   + 3 8 3 , 7   @ @   f u n c t i o n   p l a y A u d i o ( )   { 
 
                                                   m u s i c B t n . c l a s s L i s t . a d d ( ' a n i m a t e - s p i n - s l o w ' ) ; 
 
                                           } ) . c a t c h ( e r r o r   = >   { 
 
                                                   c o n s o l e . l o g ( " A u t o p l a y   d i b l o k i r   b r o w s e r ,   m e n u n g g u   i n t e r a k s i   u s e r . " ) ; 
 
 -                                                 m u s i c B t n . c l a s s L i s t . r e m o v e ( ' h i d d e n ' ) ;   
 
 +                                                 m u s i c B t n . c l a s s L i s t . r e m o v e ( ' h i d d e n ' ) ; 
 
                                           } ) ; 
 
                                   } 
 
                           } 
 
 @ @   - 4 2 9 , 4 0   + 3 9 9 , 3 9   @ @   f u n c t i o n   p a u s e A u d i o ( )   { 
 
                                   } 
 
                           } 
 
   
 
 -                         w i n d o w . t o g g l e M u s i c   =   f u n c t i o n ( )   {   
 
 +                         w i n d o w . t o g g l e M u s i c   =   f u n c t i o n ( )   { 
 
                                   i f   ( a u d i o )   { 
 
 -                                         i f   ( a u d i o . p a u s e d )   {   
 
 +                                         i f   ( a u d i o . p a u s e d )   { 
 
                                                   p l a y A u d i o ( ) ; 
 
 -                                         }   e l s e   {   
 
 +                                         }   e l s e   { 
 
                                                   p a u s e A u d i o ( ) ; 
 
 -                                         }   
 
 +                                         } 
 
                                   } 
 
                           } 
 
   
 
 -                         / /   C O U N T D O W N   L O G I C 
 
                           c o n s t   a k a d D a t e S t r   =   " { {   \ C a r b o n \ C a r b o n : : p a r s e ( $ i n v i t a t i o n - > c o n t e n t [ ' a c a r a ' ] [ ' a k a d ' ] [ ' w a k t u ' ]   ? ?   n o w ( ) ) - > f o r m a t ( ' Y - m - d   H : i : s ' )   } } " ; 
 
                           c o n s t   a k a d D a t e   =   n e w   D a t e ( a k a d D a t e S t r ) . g e t T i m e ( ) ; 
 
 -                         
 
 -                         c o n s t   t i m e r   =   s e t I n t e r v a l ( f u n c t i o n ( )   {   
 
 -                                 c o n s t   n o w   =   n e w   D a t e ( ) . g e t T i m e ( ) ;   
 
 -                                 c o n s t   d i s t a n c e   =   a k a d D a t e   -   n o w ;   
 
 -                                 
 
 -                                 i f   ( d i s t a n c e   <   0 )   {   
 
 + 
 
 +                         c o n s t   t i m e r   =   s e t I n t e r v a l ( f u n c t i o n ( )   { 
 
 +                                 c o n s t   n o w   =   n e w   D a t e ( ) . g e t T i m e ( ) ; 
 
 +                                 c o n s t   d i s t a n c e   =   a k a d D a t e   -   n o w ; 
 
 + 
 
 +                                 i f   ( d i s t a n c e   <   0 )   { 
 
                                           c o n s t   e l   =   d o c u m e n t . g e t E l e m e n t B y I d ( " c o u n t d o w n " ) ; 
 
 -                                         i f ( e l )   e l . i n n e r H T M L   =   " < s p a n   c l a s s = ' t e x t - x l ' > A c a r a   T e l a h   S e l e s a i < / s p a n > " ;   
 
 -                                         c l e a r I n t e r v a l ( t i m e r ) ;   
 
 -                                         r e t u r n ;   
 
 -                                 }   
 
 -                                 
 
 -                                 c o n s t   d a y s   =   M a t h . f l o o r ( d i s t a n c e   /   ( 1 0 0 0   *   6 0   *   6 0   *   2 4 ) ) ;   
 
 -                                 c o n s t   h o u r s   =   M a t h . f l o o r ( ( d i s t a n c e   %   ( 1 0 0 0   *   6 0   *   6 0   *   2 4 ) )   /   ( 1 0 0 0   *   6 0   *   6 0 ) ) ;   
 
 -                                 c o n s t   m i n u t e s   =   M a t h . f l o o r ( ( d i s t a n c e   %   ( 1 0 0 0   *   6 0   *   6 0 ) )   /   ( 1 0 0 0   *   6 0 ) ) ;   
 
 -                                 c o n s t   s e c o n d s   =   M a t h . f l o o r ( ( d i s t a n c e   %   ( 1 0 0 0   *   6 0 ) )   /   1 0 0 0 ) ;   
 
 -                                 
 
 -                                 c o n s t   b o x C l a s s   =   " b g - w h i t e / 1 0   b a c k d r o p - b l u r - m d   b o r d e r   b o r d e r - w h i t e / 3 0   p x - 3   p y - 2   r o u n d e d   t e x t - c e n t e r   m i n - w - [ 6 0 p x ]   m d : m i n - w - [ 7 0 p x ] " ;   
 
 -                                 c o n s t   n u m C l a s s   =   " t e x t - x l   m d : t e x t - 2 x l   f o n t - b o l d   b l o c k " ;   
 
 -                                 c o n s t   l a b e l C l a s s   =   " t e x t - [ 8 p x ]   m d : t e x t - [ 1 0 p x ]   u p p e r c a s e   t r a c k i n g - w i d e s t   o p a c i t y - 8 0 " ;   
 
 -                                 
 
 +                                         i f ( e l )   e l . i n n e r H T M L   =   " < s p a n   c l a s s = ' t e x t - x l ' > A c a r a   T e l a h   S e l e s a i < / s p a n > " ; 
 
 +                                         c l e a r I n t e r v a l ( t i m e r ) ; 
 
 +                                         r e t u r n ; 
 
 +                                 } 
 
 + 
 
 +                                 c o n s t   d a y s   =   M a t h . f l o o r ( d i s t a n c e   /   ( 1 0 0 0   *   6 0   *   6 0   *   2 4 ) ) ; 
 
 +                                 c o n s t   h o u r s   =   M a t h . f l o o r ( ( d i s t a n c e   %   ( 1 0 0 0   *   6 0   *   6 0   *   2 4 ) )   /   ( 1 0 0 0   *   6 0   *   6 0 ) ) ; 
 
 +                                 c o n s t   m i n u t e s   =   M a t h . f l o o r ( ( d i s t a n c e   %   ( 1 0 0 0   *   6 0   *   6 0 ) )   /   ( 1 0 0 0   *   6 0 ) ) ; 
 
 +                                 c o n s t   s e c o n d s   =   M a t h . f l o o r ( ( d i s t a n c e   %   ( 1 0 0 0   *   6 0 ) )   /   1 0 0 0 ) ; 
 
 + 
 
 +                                 c o n s t   b o x C l a s s   =   " b g - w h i t e / 1 0   b a c k d r o p - b l u r - m d   b o r d e r   b o r d e r - w h i t e / 3 0   p x - 3   p y - 2   r o u n d e d   t e x t - c e n t e r   m i n - w - [ 6 0 p x ]   m d : m i n - w - [ 7 0 p x ] " ; 
 
 +                                 c o n s t   n u m C l a s s   =   " t e x t - x l   m d : t e x t - 2 x l   f o n t - b o l d   b l o c k " ; 
 
 +                                 c o n s t   l a b e l C l a s s   =   " t e x t - [ 8 p x ]   m d : t e x t - [ 1 0 p x ]   u p p e r c a s e   t r a c k i n g - w i d e s t   o p a c i t y - 8 0 " ; 
 
 + 
 
                                   c o n s t   c o u n t d o w n E l   =   d o c u m e n t . g e t E l e m e n t B y I d ( " c o u n t d o w n " ) ; 
 
                                   i f ( c o u n t d o w n E l )   { 
 
                                           c o u n t d o w n E l . i n n e r H T M L   =   ` 
 
 @ @   - 4 7 0 , 1 5   + 4 3 9 , 1 5   @ @   f u n c t i o n   p a u s e A u d i o ( )   { 
 
                                                   < d i v   c l a s s = " $ { b o x C l a s s } " > < s p a n   c l a s s = " $ { n u m C l a s s } " > $ { h o u r s } < / s p a n > < s p a n   c l a s s = " $ { l a b e l C l a s s } " > J a m < / s p a n > < / d i v > 
 
                                                   < d i v   c l a s s = " $ { b o x C l a s s } " > < s p a n   c l a s s = " $ { n u m C l a s s } " > $ { m i n u t e s } < / s p a n > < s p a n   c l a s s = " $ { l a b e l C l a s s } " > M e n i t < / s p a n > < / d i v > 
 
                                                   < d i v   c l a s s = " $ { b o x C l a s s } " > < s p a n   c l a s s = " $ { n u m C l a s s } " > $ { s e c o n d s } < / s p a n > < s p a n   c l a s s = " $ { l a b e l C l a s s } " > D e t i k < / s p a n > < / d i v > 
 
 -                                         ` ;   
 
 +                                         ` ; 
 
                                   } 
 
                           } ,   1 0 0 0 ) ; 
 
   
 
 -                         w i n d o w . c o p y T o C l i p b o a r d   =   f u n c t i o n ( e l e m e n t I d )   {   
 
 +                         w i n d o w . c o p y T o C l i p b o a r d   =   f u n c t i o n ( e l e m e n t I d )   { 
 
                                   c o n s t   e l   =   d o c u m e n t . g e t E l e m e n t B y I d ( e l e m e n t I d ) ; 
 
                                   i f ( e l )   { 
 
 -                                         c o n s t   t e x t   =   e l . i n n e r T e x t ;   
 
 -                                         n a v i g a t o r . c l i p b o a r d . w r i t e T e x t ( t e x t ) . t h e n ( ( )   = >   {   a l e r t ( " N o m o r   R e k e n i n g   B e r h a s i l   D i s a l i n ! " ) ;   } ) ;   
 
 +                                         c o n s t   t e x t   =   e l . i n n e r T e x t ; 
 
 +                                         n a v i g a t o r . c l i p b o a r d . w r i t e T e x t ( t e x t ) . t h e n ( ( )   = >   {   a l e r t ( " N o m o r   R e k e n i n g   B e r h a s i l   D i s a l i n ! " ) ;   } ) ; 
 
                                   } 
 
                           } 
 
                   } ) ; 
 
 d i f f   - - g i t   a / r o u t e s / w e b . p h p   b / r o u t e s / w e b . p h p 
 
 i n d e x   8 0 8 7 5 a e . . 0 b 9 4 6 f 3   1 0 0 6 4 4 
 
 - - -   a / r o u t e s / w e b . p h p 
 
 + + +   b / r o u t e s / w e b . p h p 
 
 @ @   - 5 , 6   + 5 , 7   @ @ 
 
   u s e   I l l u m i n a t e \ S u p p o r t \ F a c a d e s \ R e s p o n s e ; 
 
   u s e   A p p \ H t t p \ C o n t r o l l e r s \ A d m i n C o n t r o l l e r ; 
 
   u s e   A p p \ H t t p \ C o n t r o l l e r s \ O r d e r C o n t r o l l e r ; 
 
 + u s e   A p p \ H t t p \ C o n t r o l l e r s \ T h e m e C o n t r o l l e r ; 
 
   u s e   A p p \ H t t p \ C o n t r o l l e r s \ C l i e n t C o n t r o l l e r ; 
 
   u s e   A p p \ H t t p \ C o n t r o l l e r s \ I n v i t a t i o n C o n t r o l l e r ; 
 
   
 
 @ @   - 3 5 , 6   + 3 6 , 1 1   @ @ 
 
           r e t u r n   v i e w ( ' l a n d i n g ' ) ; 
 
   } ) - > n a m e ( ' h o m e ' ) ; 
 
   
 
 + / /   T h e m e   C a t a l o g 
 
 + R o u t e : : g e t ( ' / t h e m e s ' ,   [ T h e m e C o n t r o l l e r : : c l a s s ,   ' i n d e x ' ] ) - > n a m e ( ' t h e m e s . i n d e x ' ) ; 
 
 + R o u t e : : g e t ( ' / t h e m e s / { s l u g } ' ,   [ T h e m e C o n t r o l l e r : : c l a s s ,   ' s h o w ' ] ) - > n a m e ( ' t h e m e s . s h o w ' ) ; 
 
 + 
 
 + 
 
   
 
   / /   = = = = = = = = = = = = = = = = = = = = = 
 
   / /   3 .   P U B L I C   R O U T E S   ( O r d e r   &   U n d a n g a n ) 
 
 @ @   - 8 8 , 1 1   + 9 4 , 1 9   @ @ 
 
           R o u t e : : p o s t ( ' / i m p o r t - g u e s t s ' ,   [ C l i e n t C o n t r o l l e r : : c l a s s ,   ' i m p o r t G u e s t s ' ] ) - > n a m e ( ' c l i e n t . i m p o r t G u e s t s ' ) ; 
 
           R o u t e : : g e t ( ' / d o w n l o a d - t e m p l a t e ' ,   [ C l i e n t C o n t r o l l e r : : c l a s s ,   ' d o w n l o a d T e m p l a t e ' ] ) - > n a m e ( ' c l i e n t . d o w n l o a d T e m p l a t e ' ) ; 
 
           
 
 -         / /   F i t u r   T a m u   ( I n p u t   M a n u a l )   - -   P E R B A I K A N   D I   S I N I 
 
 -         / /   H a p u s   ' / c l i e n t '   d i   d e p a n ,   d a n   s e d e r h a n a k a n   p e m a n g g i l a n   c o n t r o l l e r n y a 
 
 +         / /   F i t u r   T a m u   ( I n p u t   M a n u a l ) 
 
           R o u t e : : p o s t ( ' / s t o r e - g u e s t ' ,   [ C l i e n t C o n t r o l l e r : : c l a s s ,   ' s t o r e G u e s t ' ] ) - > n a m e ( ' c l i e n t . s t o r e G u e s t ' ) ; 
 
           
 
           / /   E d i t   U n d a n g a n   ( S e t t i n g s ) 
 
           R o u t e : : g e t ( ' / s e t t i n g s ' ,   [ C l i e n t C o n t r o l l e r : : c l a s s ,   ' s e t t i n g s ' ] ) - > n a m e ( ' c l i e n t . s e t t i n g s ' ) ; 
 
           R o u t e : : p u t ( ' / s e t t i n g s ' ,   [ C l i e n t C o n t r o l l e r : : c l a s s ,   ' u p d a t e S e t t i n g s ' ] ) - > n a m e ( ' c l i e n t . u p d a t e S e t t i n g s ' ) ; 
 
 - } ) ; 
 
 \   N o   n e w l i n e   a t   e n d   o f   f i l e 
 
 + } ) ; 
 
 + 
 
 + R o u t e : : g e t ( ' / d e b u g - s e s s i o n ' ,   f u n c t i o n   ( )   { 
 
 +         r e t u r n   r e s p o n s e ( ) - > j s o n ( [ 
 
 +                 ' a u t h '   = >   a u t h ( ) - > c h e c k ( ) , 
 
 +                 ' s e s s i o n _ i d '   = >   s e s s i o n ( ) - > g e t I d ( ) , 
 
 +                 ' l i f e t i m e '   = >   c o n f i g ( ' s e s s i o n . l i f e t i m e ' ) , 
 
 +                 ' d r i v e r '   = >   c o n f i g ( ' s e s s i o n . d r i v e r ' ) , 
 
 +         ] ) ; 
 
 + } ) - > m i d d l e w a r e ( ' w e b ' ) ; 
 
 d i f f   - - g i t   a / v i t e . c o n f i g . j s   b / v i t e . c o n f i g . j s 
 
 i n d e x   4 2 1 b 5 6 9 . . 8 7 8 d 2 6 7   1 0 0 6 4 4 
 
 - - -   a / v i t e . c o n f i g . j s 
 
 + + +   b / v i t e . c o n f i g . j s 
 
 @ @   - 4 , 7   + 4 , 1 6   @ @   i m p o r t   l a r a v e l   f r o m   ' l a r a v e l - v i t e - p l u g i n ' ; 
 
   e x p o r t   d e f a u l t   d e f i n e C o n f i g ( { 
 
           p l u g i n s :   [ 
 
                   l a r a v e l ( { 
 
 -                         i n p u t :   [ ' r e s o u r c e s / c s s / a p p . c s s ' ,   ' r e s o u r c e s / j s / a p p . j s ' ] , 
 
 +                         i n p u t :   [ 
 
 +                                 ' r e s o u r c e s / c s s / a p p . c s s ' , 
 
 +                                 ' r e s o u r c e s / c s s / b o h o . c s s ' , 
 
 +                                 ' r e s o u r c e s / c s s / e m e r a l d . c s s ' , 
 
 +                                 ' r e s o u r c e s / c s s / o c e a n . c s s ' , 
 
 +                                 ' r e s o u r c e s / c s s / w a t e r c o l o r . c s s ' , 
 
 +                                 ' r e s o u r c e s / c s s / r u s t i c . c s s ' , 
 
 +                                 ' r e s o u r c e s / c s s / f l o r a l - p a s t e l . c s s ' , 
 
 +                                 ' r e s o u r c e s / j s / a p p . j s ' 
 
 +                         ] , 
 
                           r e f r e s h :   t r u e , 
 
                   } ) , 
 
           ] , 
 
 