body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}html{scroll-behavior:smooth}body,html{position:fixed;top:0;left:0;right:0}.App{text-align:center;font-family:sans-serif;background-color:#f0f1f5;margin:auto}@media (min-width:600px){.App{max-width:600px}}.stripe-custom-form{font-size:16px}.stripe-custom-form>button{color:#fff;background-color:#6e5bb1;width:100%;box-shadow:0 12px 22px rgb(0 0 0/16%),inset 0 -3px 0 rgb(0 0 0/20%);height:53px;padding:6px 16px;font-size:15px;min-width:64px;box-sizing:border-box;font-style:normal;transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms,border .25s cubic-bezier(.4,0,.2,1) 0ms;font-family:Roboto,Helvetica,Montserrat,Arial,sans-serif;font-weight:600;line-height:145%;border-radius:13px;text-transform:capitalize;border:unset}hr{display:block;height:1px;border:0;border-top:1px solid rgba(0,0,0,.05)}button:active{color:#fff}button{-webkit-appearance:none;appearance:none}.dashboard{display:flex;justify-content:space-around;align-items:center;height:75vh}.dashboard .dashboard-card-wrapper{border-radius:25px;border:25px solid #e1b65b;width:350px;height:350px;display:flex;justify-content:center;align-items:center}.dashboard .dashboard-card-wrapper .fa{font-size:8em}.dashboard .dashboard-card-wrapper a{text-decoration:none;color:#8944a9}.dashboard-tablet{display:flex;justify-content:space-around;align-items:center;height:75vh;flex-wrap:wrap}.dashboard-tablet .dashboard-card-wrapper{border-radius:25px;border:25px solid #e1b65b;width:250px;height:250px;display:flex;justify-content:center;align-items:center}.dashboard-tablet .dashboard-card-wrapper .fa{font-size:8em}.dashboard-tablet .dashboard-card-wrapper a{text-decoration:none;color:#8944a9}.dashboard-mobile{display:flex;flex-direction:column;align-items:center;justify-content:space-around}.dashboard-mobile .dashboard-card-wrapper{border-radius:25px;border:25px solid #e1b65b;width:250px;height:250px;display:flex;justify-content:center;align-items:center;margin:20px auto}.dashboard-mobile .dashboard-card-wrapper .fa{font-size:8em}.dashboard-mobile .dashboard-card-wrapper a{text-decoration:none;color:#8944a9}.indicator-component{display:flex}.indicator-component .indicator-item{border-radius:2px;height:5px;width:100%;background-color:rgba(0,0,0,.05);margin-right:6px;min-width:5px}.indicator-component .indicator-item:last-child{margin-right:0}.indicator-component .selected{background-color:#6e5bb1}