@font-face{src:url("./media/MontserratExtraBold-HK7YUVZW.ttf");font-family:Montserrat Extra Bold}@font-face{src:url("./media/MontserratMedium-VSSUGGLA.ttf");font-family:Montserrat Medium}@font-face{src:url("./media/MontserratSemiBold-GKN4BSZ7.ttf");font-family:Montserrat Semi Bold}@font-face{src:url("./media/LatoRegular-IKI7JDBO.ttf");font-family:Lato Regular}@font-face{src:url("./media/RalewayLight-GJYHST6F.ttf");font-family:Raleway Light}@font-face{src:url("./media/RalewayRegular-5NOJI55U.ttf");font-family:Raleway Regular}@font-face{src:url("./media/InterRegular-G4EJ6UWM.ttf");font-family:Inter Regular}@font-face{src:url("./media/RalewaySemiBold-YRATQWM7.ttf");font-family:Raleway Semi Bold}@font-face{src:url("./media/RalewayMedium-SD5A6JP5.ttf");font-family:Raleway Medium}@font-face{src:url("./media/LatoBold-FQAMFF6T.ttf");font-family:Lato Bold}*{box-sizing:border-box;margin:0;padding:0}a{text-decoration:none}button{border:none;cursor:pointer}main{background-color:#fafafa;min-height:calc(100dvh - 100px)}@media screen and (width <= 699px){main{min-height:calc(100dvh - 62px)}}button{font-family:Lato Bold,sans-serif;font-weight:600}.btn-primary{background-color:#ff971d;color:#f9f6f7;font-size:.94rem;opacity:75%}.btn-primary:hover{opacity:100%}.add-btn{display:flex;text-transform:uppercase;border-radius:24px;padding:.75rem;justify-content:space-between;align-items:center}@media screen and (width <= 699px){.add-btn{justify-content:center}}.add-btn img{width:1.25rem}@media screen and (width <= 699px){.add-btn span{display:none}}.discard-btn{border:1px solid #c0c4cc;color:#6b7280;background-color:transparent}.submit-btn{background-color:#ff971d;color:#fff}.submit-btn:hover{opacity:100%}.delete-btn{background-color:#f9502b;color:#fff}.delete-btn:hover{opacity:100%}.input-error-text{font-family:Lato Regular,sans-serif;font-size:.94rem;color:#f9502b;margin:.25rem 0 .5rem;display:block;align-self:flex-start}.input-with-icon{position:relative}.input-with-icon input{width:100%}.input-with-icon .eye-icon{position:absolute;right:1rem;width:24px;cursor:pointer;opacity:.6;transition:opacity .2s ease}.input-with-icon .eye-icon:hover{opacity:1}.input-with-icon:has(.input-error){margin-bottom:0}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.route{font-size:1.313rem;width:100%;height:57px;display:flex;align-items:center;font-weight:500;cursor:pointer;padding-left:1rem;font-family:Raleway Medium,sans-serif;color:#303037}.route:hover{background-color:#eee}.admin-content{display:flex;flex-direction:column;width:calc(100dvw - 360px)}@media screen and (width <= 1399px){.admin-content{width:100dvw}}.action-section{display:flex;position:sticky;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;z-index:1;background-color:#c0c4cc;padding:8px 16px;top:100px}@media screen and (width <= 699px){.action-section{top:62px}}.action-section .btn-primary{width:140px;height:48px;border-radius:8px}.admin-table{width:100%}.empty-list{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;margin-top:64px}@media screen and (width <= 699px){.empty-list{margin-top:66px}}.empty-list h1{font-family:Raleway Light,sans-serif;font-size:3.88rem;font-weight:300;color:#303037;margin-bottom:2.25rem}.empty-list h2{font-size:1.31rem;font-family:Raleway Medium,sans-serif;font-weight:500;color:#303037;margin-bottom:3.5rem}.empty-list p{font-family:Lato Regular,sans-serif;font-size:1.06rem;color:#4b5563;margin-bottom:1.25rem}.empty-list .btn-primary{margin-top:2.25rem}.modal-frame{width:480px;background-color:#fff;border:none}@media screen and (width <= 512px){.modal-frame{width:360px}}.p-dialog-content{padding:0!important}.modal-wrapper{width:100%;height:100%;padding:1.25rem 1rem 1rem}.modal-wrapper h2{text-align:center;font-family:Raleway Medium,sans-serif;font-weight:500;font-size:1.19rem;color:#303037;margin-bottom:.75rem}.modal-wrapper p{text-align:center;color:#6b7280;font-family:Raleway Medium,sans-serif;font-size:.88rem;font-weight:500;margin-bottom:1.25rem}.modal-wrapper form{display:flex;flex-direction:column}.modal-wrapper label{color:#4b5563;margin-bottom:.5rem;font-size:.88rem;font-family:Raleway Medium,sans-serif}.modal-wrapper input,.modal-wrapper select{background-color:#fff;height:48px;border:1px solid #9ca3af;padding:0 1rem;font-size:1.06rem;color:#303037;border-radius:8px;font-family:Lato Regular,sans-serif}.modal-wrapper input,.modal-wrapper select{margin-bottom:1rem}.modal-wrapper input:last-child,.modal-wrapper select:last-child{margin-bottom:0}.modal-wrapper input::placeholder{color:#6b7280}.modal-wrapper select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("./media/arrow-RJUH5TEO.svg");background-repeat:no-repeat;background-position:calc(100% - 1rem) center;background-size:10px}.modal-wrapper .last-form-element{margin-bottom:1.75rem}.modal-wrapper .input-error{margin-bottom:.25rem;border:1px solid #f9502b}.modal-wrapper .input-error-text{margin-bottom:.5rem;font-family:Lato Regular,sans-serif;color:#f9502b}.modal-wrapper textarea{width:100%;resize:none;overflow-y:auto;font-family:Lato Regular,sans-serif;font-size:1.06rem;color:#303037;border:1px solid #9ca3af;padding:.5rem;background-color:#fff;border-radius:8px;height:88px}.modal-button-group{width:100%;display:flex;gap:12px;justify-content:space-between}@media screen and (width <= 512px){.modal-button-group{flex-wrap:wrap-reverse}}.modal-button-group button{width:48.7%;height:48px;font-size:.94rem;border-radius:8px;opacity:75%}@media screen and (width <= 512px){.modal-button-group button{width:100%}}.result-modal-wrapper{width:100%;height:100%;padding:1.88rem 1rem 1rem;display:flex;flex-direction:column;align-items:center;text-align:center;font-weight:500}.result-modal-wrapper img{margin-bottom:20px}.result-modal-wrapper h2{font-family:Raleway Medium,sans-serif;color:#303037;margin-bottom:12px;font-size:1.19rem}.result-modal-wrapper p{font-size:.88rem;font-family:Raleway Medium,sans-serif;margin-bottom:20px;color:#6b7280}.status{width:120px;height:30px;border-radius:14px;display:flex;justify-content:center;align-items:center;text-align:center;text-transform:uppercase;font-size:.94rem;font-family:Lato Bold,sans-serif;font-weight:600}.safe{background-color:#45b50029;color:#45b500}.warning{background-color:#fbbc0529;color:#fbbc05}.danger{background-color:#f9502b29;color:#f9502b}
