| @@ -687,25 +687,9 @@ | ||
| 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 | -} | |
| 703 | 691 | |
| 704 | -.swal2-cancel{ | |
| 705 | - display: inline-block !important; | |
| 706 | -} | |
| 707 | - | |
| 708 | 692 | div.ays-top-menu-wrapper { |
| 709 | 693 | position: relative; |
| 710 | 694 | display: flex; |
| 711 | 695 | align-items: center; |
| @@ -1360,11 +1344,8 @@ | ||
| 1360 | 1344 | p.ays-subtitle{ |
| 1361 | 1345 | margin-top: 20px; |
| 1362 | 1346 | font-size: 18px; |
| 1363 | 1347 | font-weight: 500; |
| 1364 | - display:flex; | |
| 1365 | - gap:20px; | |
| 1366 | - align-items: center; | |
| 1367 | 1348 | } |
| 1368 | 1349 | |
| 1369 | 1350 | p.submit{ |
| 1370 | 1351 | display: inline; |
| @@ -3126,61 +3107,4 @@ | ||
| 3126 | 3107 | position: relative; |
| 3127 | 3108 | } |
| 3128 | 3109 | |
| 3129 | 3110 | /* 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 */ | |