@charset "UTF-8";*{box-sizing:border-box;font-family:Nunito,sans-serif}html,body{margin:0;padding:0;height:100%;position:absolute;width:100%}.light-mode{--color-grey1: #626262;--color-grey2: #D3D2D7;--color-grey3: #EEEEEE;--color-grey4: #DDDDDD;--color-purple1: #1F1D31;--color-purple2: #4D2AFF;--color-purple3: #B394F6;--color-blue1: #06113C;--color-pink1: #FC2580;--color-orange1: #FF8C32;--color-background-card: #FFFFFF;background-color:var(--color-grey3)}.flex{display:flex}.justify-content-start{justify-content:start}.justify-content-center{justify-content:center}.justify-content-end{justify-content:end}.justify-content-between{justify-content:space-between}.align-items-center{align-items:center}.align-items-end{align-items:end}.flex-direction-row{flex-direction:row}.flex-direction-column{flex-direction:column}.gap-10{gap:10px}.gap-20{gap:20px}.alert-input,.alert-textarea,.alert-selectoption{font-size:12px;color:var(--color-orange1)}.title-card{padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid var(--color-orange1)}app-input{width:100%}app-button{width:100%}
