JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr.sms-card-wrapper *, .sms-card-wrapper :after, .sms-card-wrapper :before { box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-decoration: inherit; vertical-align: inherit; } html { outline: none; scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; } .smsTemplate h1, .smsTemplate .h1 { font: var(--h1); } .smsTemplate h2, .smsTemplate .h2 { font: var(--h2); } .smsTemplate h3, .smsTemplate .h3 { font: var(--h3); } .smsTemplate h4, .smsTemplate .h4 { font: var(--h4); } .smsTemplate h5, .smsTemplate .h5 { font: var(--h5); } .smsTemplate h6, .smsTemplate .h6 { font: var(--h6); } .smsTemplate h1, .smsTemplate h2, .smsTemplate h3, .smsTemplate h4, .smsTemplate h5, .smsTemplate h6 { margin: 0; } body { margin: 0; padding: 0; height: 100%; width: 100%; overflow-x: hidden; } .smsTemplate p, .smsTemplate li, .smsTemplate ul, .smsTemplate ol { margin: 0; padding: 0; list-style: none; font: var(--common-text); } .smsTemplate a { text-decoration: none; } .smsTemplate .d-flex { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; box-sizing: border-box; } .smsTemplate .align-items-start { -ms-flex-align: start; align-items: flex-start; } .smsTemplate .align-items-end { -ms-flex-align: end; align-items: flex-end; } .smsTemplate .align-items-center { -ms-flex-align: center; align-items: center; } .smsTemplate .justify-content-around { -ms-flex-pack: distribute; justify-content: space-around; } .smsTemplate .justify-content-between { -ms-flex-pack: justify; justify-content: space-between; } .smsTemplate .justify-content-start { -ms-flex-pack: start; justify-content: flex-start; } .smsTemplate .justify-content-center { -ms-flex-pack: center; justify-content: center; } .smsTemplate .justify-content-end { -ms-flex-pack: end; justify-content: flex-end; } .smsTemplate .row-reverse { flex-direction: row-reverse; } .smsTemplate .direction-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .smsTemplate .no-wrap { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .smsTemplate .text-center { text-align: center; } .smsTemplate .btn { padding: 12px 20px; border-radius: 30px; font-size: 20px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; display: inline-block; font-family: var(--first-font); font-weight: 500; pointer-events: none; } body.sms-card-wrapper::-webkit-scrollbar { width: 7px; height: 100%; overflow: hidden; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; } body.sms-card-wrapper::-webkit-scrollbar-thumb { background-color: #a3a3a3; } body.sms-card-wrapper::-webkit-scrollbar-track { background-color: #DEDEDE; } /* ============================================= */ /* !!!! sms layout 1 css !!!! */ /* ============================================= */ :root { --first-font: 'Poppins'; --h2: normal 500 40px/1.2 var(--first-font); --h3: normal 500 30px/1.2 var(--first-font); --h4: normal 500 24px/1.2 var(--first-font); --h5: normal 500 20px/1.2 var(--first-font); --h6: normal 500 18px/1.2 var(--first-font); --common-text: normal 500 18px/1.4 var(--first-font); --black: #000000; --white: #FFFFFF; } /* sms layout 1 color variables 1 css start */ :root .sms-layout-1.sms-color-v1 { --theme-color: #369A3D; --second-color: #48CC50; } /* sms layout 1 color variables 1 css end */ /* sms layout 1 color variables 2 css start */ :root .sms-layout-1.sms-color-v2 { --theme-color: #815E4A; --second-color: #C0896E; } /* sms layout 1 color variables 2 css end */ /* sms layout 1 color variables 3 css start */ :root .sms-layout-1.sms-color-v3 { --theme-color: #C8C866; --second-color: #E3E274; } /* sms layout 1 color variables 3 css end */ /* sms layout 1 color variables 4 css start */ :root .sms-layout-1.sms-color-v4 { --theme-color: #87A2B0; --second-color: #A6C7D7; } /* sms layout 1 color variables 4 css end */ /* sms layout 1 color variables 5 css start */ :root .sms-layout-1.sms-color-v5 { --theme-color: #C88DAC; --second-color: #E3A1C4; } /* sms layout 1 color variables 5 css end */ .sms-layout-1,.sms-layout-2,.sms-layout-3, .sms-layout-4,.sms-layout-5{ display: flex; justify-content: center; height: 100vh; } .sms-card { max-width:500px; width: 100%; margin: auto 15px; background-color: var(--theme-color); position: relative; z-index: 1; text-align: center; box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px; overflow: hidden; } .sms-layout-1 .sms-card .sms-card-title { padding: 40px 30px 250px; clip-path: polygon(50% 0%, 100% 0, 100% 75%, 48% 100%, 0 75%, 0 0, 0 0); background-color: var(--second-color); position: relative; text-transform: uppercase; color: var(--white); z-index: -1; } .sms-layout-1 .sms-card .sms-card-inner{ max-width: calc(100% - 60px); width: 100%; margin: -150px auto 40px; background-color: var(--white); border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; padding: 30px; } .sms-layout-1 .btn, .sms-layout-1 .btn:hover { color: var(--white); background-color: var(--theme-color); } .sms-layout-1 .shareqrcode { max-width: 300px; width: 100%; margin: 0 auto 20px; } .sms-layout-1 .shareqrcode img{ width: 100%; height: 100%; } .sms-layout-1 .shareqrcode canvas{ width: 100%; height: 100%; } /* ============================================= */ /* !!!! sms layout 2 css !!!! */ /* ============================================= */ /* sms layout 2 color variables 1 css start */ :root .sms-layout-2.sms-color-v1 { --theme-color: #CFADCF; --second-color: #BE87BE; } /* sms layout 2 color variables 1 css start */ /* sms layout 2 color variables 2 css start */ :root .sms-layout-2.sms-color-v2 { --theme-color: #ABE4DA; --second-color: #6DD0BE; } /* sms layout 2 color variables 2 css start */ /* sms layout 2 color variables 3 css start */ :root .sms-layout-2.sms-color-v3 { --theme-color: #C4D8D5; --second-color: #99B3B0; } /* sms layout 2 color variables 3 css start */ /* sms layout 2 color variables 3 css start */ :root .sms-layout-2.sms-color-v4 { --theme-color: #F9C183; --second-color: #E8902C; } /* sms layout 2 color variables 4 css start */ /* sms layout 2 color variables 5 css start */ :root .sms-layout-2.sms-color-v5 { --theme-color: #E0DCCA; --second-color: #C8C4B0; } /* sms layout 2 color variables 5 css start */ .sms-layout-2 .sms-card{ padding: 40px 30px 60px; background: linear-gradient(124deg, var(--theme-color) 50%, var(--second-color) 50%); } .sms-layout-2 .sms-card .sms-card-title { text-transform: uppercase; padding-bottom: 60px; } .sms-layout-2 .sms-card .shareqrcode{ padding: 20px; background-color: var(--white); width: 100%; height: 100%; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; margin-bottom: 30px; } .sms-layout-2 .sms-card .shareqrcode img{ width: 100%; height: 100%; } .sms-layout-2 .sms-card .shareqrcode canvas{ width: 100%; height: 100%; } .sms-layout-2 .btn, .sms-layout-2 .btn:hover { color: var(--black); background-color: var(--white); } /* ============================================= */ /* !!!! sms layout 3 css !!!! */ /* ============================================= */ /* sms layout 3 color variables 1 css start */ :root .sms-layout-3.sms-color-v1 { --theme-color: linear-gradient( 180deg, rgba(87, 234, 234, 1) 0%, rgba(44, 202, 254, 1) 100% ); } /* sms layout 3 color variables 1 css start */ /* sms layout 3 color variables 2 css start */ :root .sms-layout-3.sms-color-v2 { --theme-color: linear-gradient( 180deg, rgba(248, 87, 164, 1) 0%, rgba(255, 88, 90, 1) 100% ); } /* sms layout 3 color variables 2 css start */ /* sms layout 3 color variables 3 css start */ :root .sms-layout-3.sms-color-v3 { --theme-color:linear-gradient( 180deg, rgba(243, 117, 53, 1) 0%, rgba(253, 199, 48, 1) 100% ); } /* sms layout 3 color variables 3 css start */ /* sms layout 3 color variables 4 css start */ :root .sms-layout-3.sms-color-v4 { --theme-color: linear-gradient( 180deg, rgba(244, 117, 148, 1) 0%, rgba(98, 58, 162, 1) 100% ); } /* sms layout 3 color variables 4 css start */ /* sms layout 3 color variables 5 css start */ :root .sms-layout-3.sms-color-v5 { --theme-color: linear-gradient( 180deg, rgba(129, 221, 89, 1) 0%, rgba(82, 120, 83, 1) 100% ); } /* sms layout 3 color variables 5 css start */ .sms-layout-3 .sms-bg-image{ position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .sms-layout-3 .sms-card::after{ content: ''; position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; background: var(--theme-color); z-index: -2; } .sms-layout-3 .sms-card { padding: 60px 20px; } .sms-layout-3 .sms-card-inner{ background: rgba(255, 255, 255, 0.5); padding: 50px 20px; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); } .sms-layout-3 .sms-card .sms-card-title{ margin-bottom: 30px; text-transform: uppercase; } .sms-layout-3 .sms-card .shareqrcode { max-width: calc(100% - 40px); width: 100%; margin: 0 auto 30px; } .sms-layout-3 .sms-card .shareqrcode img{ width: 100%; height: 100%; } .sms-layout-3 .sms-card .shareqrcode canvas{ width: 100%; height: 100%; } .sms-layout-3 .sms-card .btn,.sms-layout-3 .sms-card .btn:hover{ background-color: var(--white); color: var(--black); } /* ============================================= */ /* !!!! sms layout 4 css !!!! */ /* ============================================= */ /* sms layout 4 color variables 1 css start */ :root .sms-layout-4.sms-color-v1 { --theme-color: #F7956E; } /* sms layout 4 color variables 1 css start */ /* sms layout 4 color variables 2 css start */ :root .sms-layout-4.sms-color-v2 { --theme-color: #91C16D; } /* sms layout 4 color variables 2 css start */ /* sms layout 4 color variables 3 css start */ :root .sms-layout-4.sms-color-v3 { --theme-color: #D9B15B; } /* sms layout 4 color variables 3 css start */ /* sms layout 4 color variables 4 css start */ :root .sms-layout-4.sms-color-v4 { --theme-color: #8CBBB1; } /* sms layout 4 color variables 4 css start */ /* sms layout 4 color variables 5 css start */ :root .sms-layout-4.sms-color-v5 { --theme-color: #F8AC56; } /* sms layout 4 color variables 5 css start */ .sms-layout-4 .sms-card-title { padding: 60px 20px 80px; text-transform: uppercase; } .sms-layout-4 .sms-card .sms-card-inner{ background: var(--white); margin-left: 40px; border-radius: 30px 0 0 0; box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.3); padding: 60px 30px; } .sms-layout-4 .sms-card .shareqrcode img{ width: 100%; height: 100%; } .sms-layout-4 .sms-card .shareqrcode canvas{ width: 100%; height: 100%; } .sms-layout-4 .sms-card .shareqrcode{ max-width: 80%; width: 100%; margin: 0 auto 40px; } .sms-layout-4 .sms-card .btn{ background-color: var(--theme-color); color: var(--black); } /* ============================================= */ /* !!!! sms layout 5 css !!!! */ /* ============================================= */ /* sms layout 5 color variables 1 css start */ :root .sms-layout-5.sms-color-v1 { --theme-color: #FFEEE8; --second-color: #DC8665; } /* sms layout 5 color variables 1 css start */ /* sms layout 5 color variables 2 css start */ :root .sms-layout-5.sms-color-v2 { --theme-color: #ECFEFF; --second-color: #138085; } /* sms layout 5 color variables 2 css start */ /* sms layout 5 color variables 3 css start */ :root .sms-layout-5.sms-color-v3 { --theme-color: #F0E8FC; --second-color: #544667; } /* sms layout 5 color variables 3 css start */ /* sms layout 5 color variables 4 css start */ :root .sms-layout-5.sms-color-v4{ --theme-color: #FFEBEA; --second-color: #CE7672; } /* sms layout 5 color variables 4 css start */ /* sms layout 5 color variables 5 css start */ :root .sms-layout-5.sms-color-v5{ --theme-color: #ECECFF; --second-color: #5755FE; } /* sms layout 5 color variables 5 css start */ .sms-layout-5 .sms-card-inner { margin-top: 100px; background: var(--second-color); border-radius: 170px 0 0 0; -webkit-border-radius: 170px 0 0 0; -moz-border-radius: 170px 0 0 0; -ms-border-radius: 170px 0 0 0; -o-border-radius: 170px 0 0 0; padding: 40px; } .sms-layout-5 .sms-card-inner .sms-card-title { max-width: 80%; width: 100%; margin: 0 auto 30px; color: var(--white); text-transform: uppercase; } .sms-layout-5 .sms-card-inner .shareqrcode { max-width: 80%; width: 100%; margin: 0 auto 30px; background-color: var(--white); border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; padding: 20px; } .sms-layout-5 .sms-card-inner .shareqrcode img{ width: 100%; height: 100%; } .sms-layout-5 .sms-card-inner .shareqrcode canvas{ width: 100%; height: 100%; } .sms-layout-5 .sms-card-inner .btn{ background-color: var(--white); color: var(--black); } .sms-preview .sms-layout-1, .sms-preview .sms-layout-2, .sms-preview .sms-layout-3, .sms-preview .sms-layout-4, .sms-preview .sms-layout-5 { height: 100%; } .qrcode-wrap .d-none { display: none; } .sms-layout-5 .sms-card-inner .sms-card-title h2,.sms-layout-1 .sms-card .sms-card-title h2 { color: var(--white); } .sms-theme-preview .theme-preview-body { height: auto; max-height: unset; } .preview-height.sms-preview { overflow: hidden; } .preview-height.sms-preview .theme-preview-body { overflow: auto; }