| @@ -687,9 +687,25 @@ | ||
| 687 | 687 | .swal2-container { |
| 688 | 688 | z-index: 9999999999!important; |
| 689 | 689 | } |
| 690 | 690 | |
| 691 | +.swal2-confirm{ | |
| 692 | + background-color: #fff !important; | |
| 693 | + color: #007DCB !important; | |
| 694 | + border: 1px solid #007DCB !important; | |
| 695 | + border-radius: 6px !important; | |
| 696 | + display: flex; | |
| 697 | + justify-content: center; | |
| 698 | + align-items: center; | |
| 699 | + gap: 6px; | |
| 700 | + padding: .75em .875em !important; | |
| 701 | + min-width: 152px; | |
| 702 | +} | |
| 691 | 703 | |
| 704 | +.swal2-cancel{ | |
| 705 | + display: inline-block !important; | |
| 706 | +} | |
| 707 | + | |
| 692 | 708 | div.ays-top-menu-wrapper { |
| 693 | 709 | position: relative; |
| 694 | 710 | display: flex; |
| 695 | 711 | align-items: center; |
| @@ -1344,8 +1360,11 @@ | ||
| 1344 | 1360 | p.ays-subtitle{ |
| 1345 | 1361 | margin-top: 20px; |
| 1346 | 1362 | font-size: 18px; |
| 1347 | 1363 | font-weight: 500; |
| 1364 | + display:flex; | |
| 1365 | + gap:20px; | |
| 1366 | + align-items: center; | |
| 1348 | 1367 | } |
| 1349 | 1368 | |
| 1350 | 1369 | p.submit{ |
| 1351 | 1370 | display: inline; |
| @@ -3107,4 +3126,61 @@ | ||
| 3107 | 3126 | position: relative; |
| 3108 | 3127 | } |
| 3109 | 3128 | |
| 3110 | 3129 | /* chart Footer Support box end */ |
| 3130 | + | |
| 3131 | +/* Chart Top Banner Coupon Button | Start */ | |
| 3132 | + | |
| 3133 | +.ays-chart-coupon-container .ays-chart-coupon-box { | |
| 3134 | + display: flex; | |
| 3135 | + align-items: center; | |
| 3136 | + border: 2px dashed #000; | |
| 3137 | + text-decoration: none; | |
| 3138 | + font-size: 13px; | |
| 3139 | + font-weight: 700; | |
| 3140 | + /*color: #0B328E;*/ | |
| 3141 | + padding: 5px 15px; | |
| 3142 | + border-radius: 20px; | |
| 3143 | + color: #000; | |
| 3144 | + background-color: #f9dc6c; | |
| 3145 | + cursor: pointer; | |
| 3146 | +} | |
| 3147 | + | |
| 3148 | +.ays-chart-logo-container-upgrade span.ays-chart-logo-container-one-time-text{ | |
| 3149 | + font-size: 10px; | |
| 3150 | + font-style: normal; | |
| 3151 | + font-weight: 600; | |
| 3152 | + line-height: normal; | |
| 3153 | +} | |
| 3154 | + | |
| 3155 | +.ays-chart-coupon-container { | |
| 3156 | + display: flex; | |
| 3157 | + justify-content: center; | |
| 3158 | + align-items: center; | |
| 3159 | + flex-direction: column; | |
| 3160 | +} | |
| 3161 | + | |
| 3162 | +.ays-chart-coupon-container .ays-chart-coupon-box span { | |
| 3163 | + margin-left: 5px; | |
| 3164 | +} | |
| 3165 | + | |
| 3166 | +.ays-chart-coupon-container .ays-chart-coupon-box img { | |
| 3167 | + width: 10px; | |
| 3168 | +} | |
| 3169 | + | |
| 3170 | +.ays-chart-coupon-container .ays-chart-coupon-box img { | |
| 3171 | + width: 8px; | |
| 3172 | +} | |
| 3173 | + | |
| 3174 | +.ays-chart-coupon-container .ays-chart-coupon-box:hover { | |
| 3175 | + color: #000; | |
| 3176 | + background-color: #f1c51b; | |
| 3177 | +} | |
| 3178 | + | |
| 3179 | +.ays-chart-coupon-container .ays-chart-coupon-box:focus { | |
| 3180 | + box-shadow: unset; | |
| 3181 | +} | |
| 3182 | + | |
| 3183 | +.ays-chart-coupon-container .ays-chart-coupon-box:hover .ays-chart-svg-light-hover{ | |
| 3184 | + display: flex; | |
| 3185 | +} | |
| 3186 | +/* Chart Top Banner Coupon Button | End */ | |