body{margin:0}.notFound-container{align-items:center;display:flex;flex-direction:column;font-family:Manrope Medium,sans-serif;justify-content:center;min-height:90vh;overflow:hidden;padding:16px;text-align:center}.notFound-img{height:auto;margin-top:20px;max-width:90%;width:300px}.notFound-text{color:#3b21ee;font-size:24px;margin-bottom:16px;margin-top:0}.notFound-link{border:1px solid #5c46f4;border-radius:8px;color:#3b21ee;display:inline-block;font-size:1rem;padding:12px 24px;text-decoration:none;transition:background-color .3s ease}.notFound-link:hover{background-color:#f1eefe}@media (max-width:768px){.notFound-img{width:300px}.notFound-text{font-size:1.25rem}.notFound-link{font-size:.9rem;padding:10px 20px}}@media (max-width:480px){.notFound-img{width:250px}.notFound-text{font-size:1rem}.notFound-link{font-size:.85rem;padding:8px 16px}}.streamsPage-layout{padding:20px 40px}.streamsPage-header{align-items:center;display:flex;justify-content:center;margin-bottom:20px;width:100%}.streamsPage-logo{left:43px;position:absolute}.streamsPage-logo img{height:70px}.streamsPage-title{color:#575757;flex-grow:1;font-family:Manrope Medium,sans-serif;font-size:36px;font-weight:300;text-align:center}.streamsPage-infoContainer{background:linear-gradient(180deg,#bf91f10a,#3b20ee0a);border-radius:20px;min-height:710px;padding:20px}.streamsPage-filters{display:flex;gap:10px;justify-content:space-between;margin-bottom:20px;margin-top:20px}.streamsPage-filterGroup{display:flex;flex-direction:column}.streamsPage-filterLabel{color:#4b4b4b;font-family:Manrope Regular,sans-serif;font-size:20px;font-weight:400;margin-bottom:7px}.streamsPage-filterInput{background-color:initial;border:1px solid #00000036;border-radius:10px;font-size:14px;padding:8px 10px;width:200px}.streamsPage-checkboxGroup{color:#4b4b4b;font-family:Manrope Regular,sans-serif;font-size:16px;margin-top:42px}.streamsPage-checkbox{height:20px;margin-right:10px;width:20px}.streamsPage-filterGroup2{display:flex;flex-direction:row;gap:40px}.streamsPage-tableContainer{border-radius:8px}.streamsPage-table{border-collapse:initial;border-spacing:4px 10px;text-align:left;width:100%}.streamsPage-table td:first-child,.streamsPage-table th:first-child{width:40%}.streamsPage-table td:nth-child(2),.streamsPage-table td:nth-child(3),.streamsPage-table td:nth-child(4),.streamsPage-table td:nth-child(5),.streamsPage-table th:nth-child(2),.streamsPage-table th:nth-child(3),.streamsPage-table th:nth-child(4),.streamsPage-table th:nth-child(5){width:15%}.streamsPage-table th{background-color:#f1eefe;border-bottom:1px solid #3b20ee;border-top-left-radius:10px;border-top-right-radius:10px;color:#3b20ee;font-family:Manrope Regular,sans-serif;font-size:18px;font-weight:400;padding:12px}.streamsPage-table td{background-color:#f1f1f1;color:#30303082;font-family:Manrope Thin,sans-serif;font-size:18px;font-weight:200;padding:10px}.streamsPage-table td a{color:#30303082}.streamsPage-table tbody tr:nth-child(odd) td{background-color:#8270ff0f}.streamsPage-table tbody tr:nth-child(2n) td{background-color:#d4cdff70}.streamsPage-table tbody tr:hover{background-color:#f9f9f9}.streamsPage-table td{white-space:nowrap}.streamsPage-dropDown{border:1px solid #c3c3c3;border-radius:10px;color:#11111182;font-family:Manrope Regular,sans-serif;font-size:14px;font-weight:300;padding:10px 20px 10px 10px;text-align:left;text-align-last:left;width:229.7px}select#project-name{width:448.33px}.streamsPage-pagination{align-items:center;display:flex;gap:8px;justify-content:flex-start;margin-bottom:30px;margin-top:20px}.streamsPage-paginationButton{align-items:center;background-color:initial;border:none;border-radius:4px;color:#11111178;cursor:pointer;display:flex;font-family:Manrope Regular,sans-serif;font-size:14px;height:30px;justify-content:center;transition:background-color .3s,color .3s;width:30px}.streamsPage-paginationButton.active,.streamsPage-paginationButton:hover{background:linear-gradient(180deg,#bf91f1,#3b20ee);color:#fff}.streamsPage-paginationButton.active{font-weight:700}.streamsPage-arrowIcon{fill:#333;height:16px;transition:fill .3s;width:16px}.streamsPage-paginationButton:hover .streamsPage-arrowIcon{fill:#fff}.streamsPage-paginationButtonArrow{background-color:initial;border:none;cursor:pointer;height:20px;scale:1;width:20px}.streamsPage-paginationButtonArrow:hover{scale:1.1}.streamPage-loading{color:#3b20ee;font-family:Manrope Regular,sans-serif;font-size:18px;font-weight:300;margin-left:2px}.spinner{animation:spin 1s linear infinite;border:4px solid #3b20ee;border-radius:50%;border-top-color:#d4cdff70;height:20px;width:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.streamPage-loading{align-items:center;display:flex;gap:10px}.streamsPage-link{background:#0000;border:none;color:#6b6b6b;cursor:pointer;font-size:18px;text-decoration:underline}.streamsPage-error{color:red}.custom-checkbox{align-items:center;cursor:pointer;display:flex;font-size:16px;margin-top:40px;-webkit-user-select:none;user-select:none}.custom-checkbox-input{display:none}.custom-checkbox-box{background-color:#fff;border:2px solid #404040;border-radius:4px;height:20px;margin-right:10px;position:relative;transition:background-color .3s,border-color .3s;width:20px}.custom-checkbox-box:after{border:solid #fff;border-width:0 3px 3px 0;content:"";height:10px;left:50%;opacity:0;position:absolute;top:42%;transform:scale(0) translate(-50%,-50%) rotate(45deg);transition:transform .2s ease,opacity .2s ease;width:5px}.custom-checkbox-input:checked+.custom-checkbox-box{background-color:#dc7373;border-color:#dc7373}.custom-checkbox-input:checked+.custom-checkbox-box:after{opacity:1;transform:scale(1) translate(-50%,-50%) rotate(45deg)}.custom-checkbox-text{color:#4b4b4b;font-family:Manrope Regular,sans-serif;font-size:20px;margin:0}.custom-checkbox-label{color:#333;font-size:14px;margin-left:8px}@media (max-width:1100px){.streamsPage-tableContainer{overflow-y:scroll;scrollbar-color:#8270ffb3 #f1eefe;scrollbar-width:thin}.streamsPage-tableContainer::-webkit-scrollbar{width:8px}.streamsPage-tableContainer::-webkit-scrollbar-thumb{background-color:#8270ffb3;border-radius:10px}.streamsPage-tableContainer::-webkit-scrollbar-thumb:hover{background-color:#8270ff}.streamsPage-tableContainer::-webkit-scrollbar-track{background-color:#f1eefe;border-radius:10px}}@media (max-width:1024px){.streamsPage-filterGroup2{flex-direction:column}}@media (max-width:900px){.streamsPage-infoContainer{min-height:770px}select#project-name{width:365px}}@media screen and (min-width:558px) and (max-width:760px){.streamRuns-dataField,select#project-name,select#refresh-timer{width:100%}.streamsPage-filters{display:block}}@media (max-width:768px){.streamsPage-title{font-size:28px}.streamsPage-detailsButton,.streamsPage-filterLabel,.streamsPage-table td,.streamsPage-table th{font-size:15px}}@media (max-width:700px){.streamsPage-infoContainer{min-height:837px}.streamsPage-title{font-size:31px;margin-top:80px}.streamsPage-logo{top:25px}select#project-name{width:100%}.streamsPage-filters{display:block!important}.streamsPage-dropDown{width:100%}.streamsPage-filterGroup{margin-bottom:15px}.streamsPage-layout{padding:20px}.streamsPage-title{font-size:20px}.streamsPage-detailsButton,.streamsPage-filterLabel,.streamsPage-table td,.streamsPage-table th{font-size:15px}.streamsPage-logo img{height:55px}}.streamRuns-layout{border-radius:20px;font-family:Manrope Regular,sans-serif;padding:20px 40px}.streamsRuns-header{align-items:center;display:flex;justify-content:center;margin-bottom:20px;width:100%}.streamRuns-homeButton{background:#f3f1fe;border-radius:10px;display:flex;gap:10px;padding:0 30px;position:absolute;right:43px;top:45px}.streamRuns-homeButton p{color:#353535}.streamsRuns-logo{left:43px;position:absolute}.streamsRuns-logo img{height:70px}.streamRuns-title{color:#575757;font-family:Manrope Medium,sans-serif;font-size:36px;font-weight:300;margin-bottom:20px;text-align:center}.streamsRuns-infoContainer{background:linear-gradient(180deg,#bf91f10a,#3b20ee0a);border-radius:20px;min-height:700px;padding:20px}.streamRuns-filters{display:flex;gap:10px;justify-content:space-between;margin-bottom:20px;margin-top:20px}.streamRuns-filterInput.large-length{width:643px}.filter-group{display:flex;gap:30px}.streamRuns-filterGroup{display:flex;flex-direction:column}.streamRuns-filterLabel{color:#4b4b4b;font-family:Manrope Regular,sans-serif;font-size:20px;font-weight:400;margin-bottom:7px}.streamRuns-filterInput{background-color:initial;border:1px solid #00000036;border-radius:10px;cursor:default;font-size:14px;padding:8px 10px;width:200px}.streamRuns-tableContainer{border-radius:8px;overflow-x:auto}.streamRuns-table{border-collapse:initial;border-spacing:4px 10px;text-align:left;width:100%}.streamRuns-table td:first-child,.streamRuns-table th:first-child{width:60%}.streamRuns-table td:nth-child(2),.streamRuns-table td:nth-child(3),.streamRuns-table td:nth-child(4),.streamRuns-table td:nth-child(5),.streamRuns-table th:nth-child(2),.streamRuns-table th:nth-child(3),.streamRuns-table th:nth-child(4),.streamRuns-table th:nth-child(5){width:10%}.streamRuns-table th{background-color:#f1eefe;border-bottom:1px solid #3b20ee;border-top-left-radius:10px;border-top-right-radius:10px;color:#3b20ee;font-family:Manrope Regular,sans-serif;font-size:18px;font-weight:400;padding:12px}.streamRuns-table td{background-color:#f1f1f1;color:#30303082;font-family:Manrope Thin,sans-serif;font-size:18px;font-weight:200;padding:10px;white-space:nowrap}.streamRuns-table tbody tr:nth-child(odd) td{background-color:#8270ff0f}.streamRuns-table tbody tr:nth-child(2n) td{background-color:#d4cdff70}.streamRuns-table tbody tr:hover{background-color:#f9f9f9}.streamRuns-pagination{align-items:center;display:flex;gap:8px;justify-content:flex-start;margin-bottom:30px;margin-top:20px}.streamRuns-paginationButton{align-items:center;background-color:initial;border:none;border-radius:4px;color:#11111178;cursor:pointer;display:flex;font-family:Manrope Regular,sans-serif;font-size:14px;height:30px;justify-content:center;transition:background-color .3s,color .3s;width:30px}.streamRuns-paginationButton.active,.streamRuns-paginationButton:hover{background:linear-gradient(180deg,#bf91f1,#3b20ee);color:#fff}.streamRuns-paginationButton.active{font-weight:700}.streamRuns-arrowIcon{fill:#333;height:16px;transition:fill .3s;width:16px}.streamRuns-paginationButton:hover .streamRuns-arrowIcon{fill:#fff}.streamRuns-paginationButtonArrow{background-color:initial;border:none;cursor:pointer;height:20px;scale:1;width:20px}.streamRuns-paginationButtonArrow:hover{scale:1.1}.streamRuns-dataField{align-items:center;border:1px solid #c3c3c3;border-radius:10px;color:#11111182;display:flex;height:30px;overflow:hidden;padding:5px 10px;width:500px}.streamRuns-dataInfo{font-size:14px;margin:0;overflow:hidden;text-overflow:ellipsis}.streamRuns-dataField1{align-items:center;border:1px solid #c3c3c3;border-radius:10px;color:#11111182;display:flex;height:30px;overflow:hidden;padding:5px 10px;width:250px}select:focus-visible{outline:none}.streamRuns-dataField1:focus-visible,.streamRuns-dataField:focus-visible{outline:#6d5dfc}.streamRuns-errorFilter{align-items:center;color:#4b4b4b;display:flex;font-size:20px;gap:10px;justify-content:flex-end}.streamRuns-errorFilter:after{border:solid #fff;border-width:0 3px 3px 0;content:"";height:10px;left:50%;opacity:0;position:absolute;top:42%;transform:scale(0) translate(-50%,-50%) rotate(45deg);transition:transform .2s ease,opacity .2s ease;width:5px}.streamRuns-checkbox{cursor:pointer;height:20px;width:20px}@media (max-width:1280px){.streamRuns-tableContainer{overflow-y:scroll;scrollbar-color:#8270ffb3 #f1eefe;scrollbar-width:thin}.streamRuns-tableContainer::-webkit-scrollbar{width:8px}.streamRuns-tableContainer::-webkit-scrollbar-thumb{background-color:#8270ffb3;border-radius:10px}.streamRuns-tableContainer::-webkit-scrollbar-thumb:hover{background-color:#8270ff}.streamRuns-tableContainer::-webkit-scrollbar-track{background-color:#f1eefe;border-radius:10px}}@media screen and (min-width:912px) and (max-width:1368px){.filter-group{gap:10px}.streamRuns-dataField{width:201px}}@media screen and (min-width:1024px) and (max-width:1366px){.filter-group{gap:10px}.streamRuns-dataField{width:315px}}@media only screen and (max-width:900px){.streamRuns-dataField{width:294px}.streamRuns-dataField1{width:134px}.filter-group{gap:10px}}@media only screen and (max-width:768px){.filter-group{gap:10px}.streamRuns-title{font-size:28px;margin:0}.streamRuns-detailsButton,.streamRuns-filterLabel,.streamRuns-table td,.streamRuns-table th{font-size:15px}.streamsRuns-header{margin:30px 0 45px}.streamRuns-homeButton{background:#f3f1fe;border-radius:10px;display:flex;gap:10px;padding:0 30px;position:absolute;right:43px;top:42px}}@media screen and (min-width:558px) and (max-width:760px){.streamRuns-dataField{width:100%}.streamsRuns-logo img{height:60px}.streamRuns-title{font-size:22px}.streamRuns-homeButton{top:35px}}@media only screen and (max-width:600px){.streamRuns-filters{display:block;padding-right:20px}.filter-group{display:block}.streamsPage-filters{display:grid}.streamRuns-title{font-size:25px;margin-top:80px}.streamRuns-dataField1{width:100%}.streamRuns-dataField{border:1px solid #0000008a;width:100%}.streamRuns-filterGroup{margin-bottom:15px}.streamRuns-layout{padding:20px}.streamRuns-detailsButton,.streamRuns-filterLabel,.streamRuns-table td,.streamRuns-table th{font-size:15px}.streamsRuns-logo img{height:55px}.streamsRuns-header{display:inline-block;margin:15px 0 30px}.streamsRuns-logo{left:20px}.streamRuns-homeButton{padding:10px 20px;right:20px;top:35px}.streamRuns-homeButton p{margin:0}}.streamsEvents-layout{font-family:Manrope Regular,sans-serif;padding:20px 40px}.streamsEvents-header{align-items:center;display:flex;justify-content:center;margin-bottom:20px;width:100%}.streamsEvents-logo{left:43px;position:absolute}.streamsEvents-logo img{height:70px}.streamEvents-homeButton{background:#f3f1fe;border-radius:10px;display:flex;gap:10px;padding:0 30px;position:absolute;right:43px;top:45px}.streamEvents-homeButton p{color:#353535}.streamsEvents-title{color:#575757;flex-grow:1;font-family:Manrope Medium,sans-serif;font-size:36px;font-weight:300;text-align:center}.streamsEvents-infoContainer{background:linear-gradient(180deg,#bf91f10a,#3b20ee0a);border-radius:20px;padding:20px}.streamsEvents-filters{justify-content:space-between;margin-top:20px}.streamsEvents-filterLabel{color:#4b4b4b;font-family:Manrope Regular,sans-serif;font-size:20px;font-weight:400;margin-bottom:5px}.streamsEvents-filterInput{width:200px}.streamsEvents-tableContainer{border-radius:8px;overflow-x:auto}.streamsEvents-table{border-collapse:initial;border-spacing:4px 10px;text-align:left;width:100%}.streamsEvents-table th{background-color:#f1eefe;border-bottom:1px solid #3b20ee;border-top-left-radius:10px;border-top-right-radius:10px;color:#3b20ee;font-family:Manrope Regular,sans-serif;font-size:18px;font-weight:400;padding:12px}.streamsEvents-table td{background-color:#f1f1f1;color:#30303082;font-family:Manrope Thin,sans-serif;font-size:18px;font-weight:200;padding:10px}.streamsEvents-table td a{color:#111}.streamsEvents-table-popup{border-collapse:initial;border-spacing:4px 10px;overflow-x:auto;overflow-y:auto;text-align:left;width:100%}.streamsEvents-table-popup th{background-color:#f1eefe;border-bottom:1px solid #3b20ee;border-top-left-radius:10px;border-top-right-radius:10px;color:#3b20ee;font-family:Manrope Regular,sans-serif;font-size:18px;font-weight:400;padding:12px}.streamsEvents-table-popup td{background-color:#f1f1f1;color:#30303082;font-family:Manrope Regular,sans-serif;font-weight:300;padding:10px}.streamsEvents-table-popup td a{color:#30303082}.streamsEvents-table-popup tbody tr:nth-child(odd) td{background-color:#8270ff0f}.streamsEvents-table-popup tbody tr:nth-child(2n) td{background-color:#d4cdff70}.streamsEvents-table-popup tbody tr:hover{background-color:#f9f9f9}.streamsEvents-table-popup td:first-child,.streamsEvents-table-popup th:first-child{width:20%}.streamsEvents-table tbody tr:nth-child(odd) td{background-color:#8270ff0f}.streamsEvents-table tbody tr:nth-child(2n) td{background-color:#d4cdff70}.streamsEvents-table tbody tr:hover{background-color:#f9f9f9}.streamsEvents-table td{white-space:nowrap}.streamsEvents-dropDown{border-radius:10px;color:#11111182;font-family:Manrope Regular,sans-serif;font-size:14px;font-weight:300;margin:0 auto;padding:10px 20px 10px 10px;text-align:left;text-align-last:left;width:100%}.streamsEvents-pagination{align-items:center;display:flex;gap:8px;justify-content:flex-start;margin-bottom:30px;margin-top:20px}.streamsEvents-paginationButton{align-items:center;background-color:initial;border:none;border-radius:4px;color:#11111178;cursor:pointer;display:flex;font-family:Manrope Regular,sans-serif;font-size:14px;height:30px;justify-content:center;transition:background-color .3s,color .3s;width:30px}.streamsEvents-paginationButton.active,.streamsEvents-paginationButton:hover{background:linear-gradient(180deg,#bf91f1,#3b20ee);color:#fff}.streamsEvents-paginationButton.active{font-weight:700}.streamsEvents-arrowIcon{fill:#333;height:16px;transition:fill .3s;width:16px}.streamsEvents-paginationButton:hover .streamsPage-arrowIcon{fill:#fff}.streamsEvents-paginationButtonArrow{background-color:initial;border:none;cursor:pointer;height:20px;scale:1;width:20px}.streamsEvents-paginationButtonArrow:hover{scale:1.1}.streamsEvents-filters{display:flex;gap:10px;justify-content:flex-start;margin-bottom:20px}.streamsEvents-filterGroup{display:flex;flex-direction:column}.streamsEvents-filterInput{background-color:initial;border:1px solid #00000036;border-radius:10px;font-size:14px;padding:8px 10px;width:550px}.streamsEvents-popup{align-items:center;background-color:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.streamsEvents-popupContent{background:#fff;border-radius:10px;max-width:1000px;padding:60px;position:relative;width:90%}table.streamsEvents-table-popup{word-wrap:break-word;border-collapse:initial;width:100%}.streamsEvents-popupCloseButton{background:none;border:none;cursor:pointer;position:absolute;right:10px;top:10px}.streamsEvents-table-popup td{font-family:Manrope Thin,sans-serif;font-size:18px;font-weight:200}.streamsEvents-closeIcon{fill:#333;background:#d9d9d96e;border-radius:50%;height:20px;padding:5px;transition:fill .3s;width:20px}.streamsEvents-popupCloseButton:hover .streamsEvents-closeIcon{fill:#e00}.streamsEvents-detailsButton{background-color:initial;border:none;color:#30303082;cursor:pointer;font-family:Manrope Thin,sans-serif;font-size:18px;font-weight:200;text-decoration:underline}.streamsEvents-infoContainer{min-height:700px}.streamEvent-dataField{align-items:center;border:1px solid #c3c3c3;border-radius:10px;color:#11111182;display:flex;height:30px;overflow:hidden;padding:5px 10px;width:500px}.streamEvent-dataInfo{font-size:14px;margin:0;overflow:hidden;text-overflow:ellipsis}.streamEvent-dataField:focus-visible{outline:#6d5dfc}@media (max-width:1100px){.streamsEvents-tableContainer{overflow-y:scroll;scrollbar-color:#8270ffb3 #f1eefe;scrollbar-width:thin}.streamsEvents-tableContainer::-webkit-scrollbar{width:8px}.streamsEvents-tableContainer::-webkit-scrollbar-thumb{background-color:#8270ffb3;border-radius:10px}.streamsEvents-tableContainer::-webkit-scrollbar-thumb:hover{background-color:#8270ff}.streamsEvents-tableContainer::-webkit-scrollbar-track{background-color:#f1eefe;border-radius:10px}.streamsEvents-popupContainer{overflow-y:scroll;scrollbar-color:#8270ffb3 #f1eefe;scrollbar-width:thin}.streamsEvents-popupContainer::-webkit-scrollbar{width:8px}.streamsEvents-popupContainer::-webkit-scrollbar-thumb{background-color:#8270ffb3;border-radius:10px}.streamsEvents-popupContainer::-webkit-scrollbar-thumb:hover{background-color:#8270ff}.streamsEvents-popupContainer::-webkit-scrollbar-track{background-color:#f1eefe;border-radius:10px}}@media only screen and (max-width:900px){.streamsEvents-infoContainer{min-height:710px;overflow:hidden}.streamsEvents-popupContent{max-width:680px}table.streamsEvents-table-popup{word-wrap:break-word;border-collapse:initial;width:100%}}@media (max-width:768px){.streamsEvents-title{font-size:28px}.streamsEvents-detailsButton,.streamsEvents-filterLabel,.streamsEvents-table td,.streamsEvents-table th{font-size:15px}.streamsEvents-popupContent{max-width:600px;overflow-y:auto;padding:30px;position:fixed;width:90%;z-index:1000}table.streamsEvents-table-popup td,table.streamsEvents-table-popup th{font-size:12px;padding:6px 8px}table.streamsEvents-table-popup{word-wrap:break-word;border-collapse:initial;width:100%}.streamsEvents-header{margin:15px 0 30px}.streamEvents-homeButton{top:42px}}@media screen and (min-width:558px) and (max-width:760px){.streamsEvents-logo img{height:60px}.streamsEvents-title{font-size:22px}.streamEvents-homeButton{top:40px}.streamsEvents-header{margin:18px 0 35px}}@media only screen and (max-width:600px){.streamsEvents-filterInput{width:100%}.streamsEvents-title{font-size:31px;margin-bottom:0;margin-top:80px}.streamsEvents-logo{top:35px}.streamsEvents-filterGroup{padding-right:20px;width:100%}.streamEvent-dataField{width:100%}.streamsEvents-layout{padding:20px}.streamsEvents-detailsButton,.streamsEvents-filterLabel,.streamsEvents-table td,.streamsEvents-table th{font-size:15px}.streamsEvents-title{font-size:25px}.streamsEvents-popupContent{max-width:300px}.streamsEvents-table-popup td,.streamsEvents-table-popup th{font-size:15px}.streamsEvents-table-popup td{font-size:14px}.streamsEvents-logo img{height:55px}.streamsEvents-header{display:inline-block;margin:15px 0 30px}.streamsEvents-logo{left:20px}.streamEvents-homeButton,.streamsEvents-homeButton{padding:10px 20px;right:20px;top:35px}.streamEvents-homeButton p{margin:0}}@font-face{font-family:Manrope Medium;font-style:normal;src:url(/static/media/Manrope-Medium.08894ccb04665d1a9d53.ttf) format("truetype")}@font-face{font-family:Manrope Regular;font-style:normal;src:url(/static/media/Manrope-Regular.a9b9e09fe6b69741f316.ttf) format("truetype")}@font-face{font-family:Manrope Bold;font-style:normal;src:url(/static/media/Manrope-Bold.47f6d7143da9d8c0e480.ttf) format("truetype")}@font-face{font-family:Manrope Thin;font-style:normal;font-weight:200;src:url(/static/media/Manrope-Light.2bf511c25636c7d7a4ce.ttf) format("truetype")}.login-layout{align-items:center;background:linear-gradient(180deg,#bf91f1,#3b20ee);box-sizing:border-box;display:flex;font-family:Manrope Regular,sans-serif;height:100vh;justify-content:center;margin:0;overflow:hidden;padding:0;width:100vw}.login-container{background:#fff;border-radius:20px;box-shadow:0 4px 10px #0003;height:290px;overflow:hidden;padding:2rem;text-align:center;width:380px}.login-logo{width:250px}.login-title{color:#333;font-family:Manrope Medium,sans-serif;font-size:36px;font-weight:400;margin-bottom:1.5rem}.login-inputGroup{margin-bottom:1.5rem;position:relative;text-align:left}.login-label{color:#555;display:block;font-size:.9rem;margin-bottom:.5rem}.login-input{border:1px solid #66666659;border-radius:12px;box-sizing:border-box;font-family:Manrope Regular,sans-serif;font-size:16px;outline:none;padding:.8rem;transition:border-color .3s;width:100%}.login-input:focus{border-color:#6d5dfc}.login-passwordContainer{position:relative}.login-passwordToggle{color:#666c;cursor:pointer;font-size:.85rem;position:absolute;right:10px;top:-25px;-webkit-user-select:none;user-select:none}.login-button{background-color:#000;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:Manrope Bold,sans-serif;font-size:16px;font-weight:500;padding:.8rem;transition:background-color .3s;width:100%}.login-button:hover{background-color:#333}@media (max-width:768px){.login-container{padding:1.5rem;width:450px}.login-title{font-size:1.5rem}.login-button{font-size:.9rem;padding:.7rem}}@media (max-width:500px){.login-container{padding:1rem}.login-title{font-size:1.2rem}.login-input{font-size:.9rem;padding:.7rem}.login-button{font-size:.85rem;padding:.6rem}.login-passwordToggle{font-size:.8rem;top:-25px}.login-layout{padding:20px}.login-logo{width:160px}.login-container{height:230px}}
/*# sourceMappingURL=main.a3ef7ed3.css.map*/