:root{--main-color:#5d60ef !important;--main-font-color:#1a1c63}body{background-color:#eef1f5}.flex-row-center-center{display:flex;flex-direction:row;justify-content:center;align-items:center}.flex-row-center-start{display:flex;flex-direction:row;justify-content:center;align-items:start}.flex-row-center-end{display:flex;flex-direction:row;justify-content:center;align-items:end}.flex-row-start-center{display:flex;flex-direction:row;justify-content:start;align-items:center}.flex-row-start-start{display:flex;flex-direction:row;justify-content:start;align-items:start}.flex-row-start-end{display:flex;flex-direction:row;justify-content:start;align-items:end}.flex-row-end-center{display:flex;flex-direction:row;justify-content:end;align-items:center}.flex-row-end-start{display:flex;flex-direction:row;justify-content:end;align-items:start}.flex-row-end-end{display:flex;flex-direction:row;justify-content:end;align-items:end}.flex-col-center-center{display:flex;flex-direction:column;justify-content:center;align-items:center}.flex-col-center-start{display:flex;flex-direction:column;justify-content:center;align-items:start}.flex-col-center-end{display:flex;flex-direction:column;justify-content:center;align-items:end}.flex-col-start-center{display:flex;flex-direction:column;justify-content:start;align-items:center}.flex-col-start-start{display:flex;flex-direction:column;justify-content:start;align-items:start}.flex-col-start-end{display:flex;flex-direction:column;justify-content:start;align-items:end}.flex-col-end-center{display:flex;flex-direction:column;justify-content:end;align-items:center}.flex-col-end-start{display:flex;flex-direction:column;justify-content:end;align-items:start}.flex-col-end-end{display:flex;flex-direction:column;justify-content:end;align-items:end}.flex-row-between-center{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.flex-row-between-start{display:flex;flex-direction:row;justify-content:space-between;align-items:start}.flex-col-between-center{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.flex-col-center-between{display:flex;flex-direction:column;justify-content:center;align-items:space-between}.flex-row-evenly-center{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.portlet{border-radius:20px;background-color:#fff;box-shadow:0 1px 0 0 rgba(50,50,50,.2)}.portlet-title{color:var(--main-font-color);font-size:18px;font-weight:600;padding:18px 25px}.portlet-title-guideline{width:4px;height:1em;margin-right:6px;background-color:var(--main-font-color)}.portlet-body{padding:0 25px 20px 25px}.project-button{border:0 !important;border-radius:6px !important;background-color:var(--main-color) !important;color:#fff !important;font-size:16px !important}.project-button:not([disabled]):hover{background-color:#3135f6 !important;color:#fff !important}.project-button:not([disabled]):active{outline:none !important;box-shadow:none !important;background-color:#3135f6 !important;color:#fff !important}.div-scrollbar{overflow-y:auto;height:100%}.div-scrollbar::-webkit-scrollbar{width:10px;height:10px}.div-scrollbar::-webkit-scrollbar-thumb{border-radius:10px;background:#acbeff;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2)}.div-scrollbar::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2)}