@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";.app{display:flex;justify-content:space-between}.container{width:calc(100% - 20rem);display:flex;justify-content:center}.content{width:90%;margin-top:2rem}.content h1{margin:0;margin-bottom:.8rem;font-weight:700}.updatedAt{font-size:small;font-weight:500;color:var(--tt-gray);margin-top:.4rem;margin-left:.4rem}.app a{white-space:nowrap}.slink{text-decoration:none;font-weight:500;color:var(--tt-gray);margin-right:1.2rem;padding:.4rem 1rem;border-radius:.6rem}.slink__active{color:var(--text);background-color:var(--bg2)}.content__box{background-color:var(--bg2);border-radius:.6rem;width:100%;margin-top:1.4rem;padding:.4rem 1rem}.profiles__box{display:flex;gap:1rem}.webcams__box{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:1.4rem;margin-bottom:1.4rem}.wdata__box{background-color:transparent;display:flex;align-items:center;gap:2rem;padding:1rem}.content__box h3{margin:.4rem 0}.logo__mobile{display:none}@media only screen and (max-width: 1060px){.container{width:100%}.wdata__box{flex-direction:column}.profiles__box{flex-direction:column;gap:.3rem}}@media only screen and (max-width: 659px){.container{width:100%;margin-bottom:6rem}.logo__mobile{display:inline;width:45vw;padding-bottom:1rem}.wdata__box{flex-direction:column}.profiles__box{flex-direction:column;gap:.3rem}.update__cnt{display:block;margin-bottom:2rem}}header{width:20rem;height:100vh;padding:2rem;position:sticky;top:0;left:0;display:flex;flex-direction:column;justify-content:space-between;z-index:10}header img{width:100%;margin:.4rem 0}.link__container{display:flex;flex-direction:column;margin-top:1.4rem}.link{text-decoration:none;color:var(--tt-gray);display:flex;align-items:center;font-size:large;font-weight:600;padding:.6rem 1.2rem;border-radius:.6rem;margin:.2rem 0;transition:.3s}.link:hover{background-color:var(--main-op)}.link .i{font-size:x-large;margin-right:1rem}.link__active{color:var(--tt-orange);background-color:var(--bg2)}.email{display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--tt-gray);text-decoration:none;transition:.3s}.email .i{font-size:x-large;margin-right:.6rem}.email:hover{color:var(--main)}.logo__small{width:60px;display:none}@media only screen and (max-width: 1060px){header{width:fit-content;height:100vh}.logo__small{display:inline}.logo__large{display:none}.link,.email{font-size:0;width:fit-content}.link .i{font-size:x-large;margin-right:0}}@media only screen and (max-width: 659px){header{width:100vw;height:fit-content;position:fixed;top:100%;left:0;flex-direction:row;justify-content:center;padding:1rem;background-color:var(--bg);transform:translateY(-100%)}.link__container{display:flex;flex-direction:row;gap:1rem;margin-top:1.4rem}.link__container{margin-top:0}.logo__small,.email{display:none}}.profile__cnt{background-color:var(--bg2);width:calc((70vh - 1rem)/2);height:fit-content;padding:.8rem 2rem .8rem 1rem;border-radius:.6rem;margin-top:.6rem;display:flex;align-items:center;gap:1rem}.profile__cnt img{width:50px;display:flex;align-items:center}.profile__cnt h5{margin:0}.profile__cnt p{margin:0;font-size:small}.profile_link{text-decoration:none;color:var(--text)}.profile_link:hover .profile__cnt{background-color:var(--main-op);transition:all .4s ease-in-out}@media only screen and (max-width: 659px){.profile__cnt,.profile_link{width:100%}}.content__box a{color:var(--text);text-decoration:none;font-weight:600}.content__box a:hover{color:var(--tt-orange);transition:.2s ease-in-out}.contact__box{margin-top:5px;display:flex;align-items:center;gap:.6rem;background-color:var(--bg2);width:fit-content;padding:.5rem 1rem;color:var(--text);font-weight:500;text-decoration:none;border-radius:10px}.contact__box .i{display:flex;align-items:center}.contact__box:hover{background-color:var(--main-op);color:var(--tt-orange);transition:all .4s ease-in-out}.traffic__data{padding-bottom:2.4rem}.traffic__data__container{display:flex;justify-content:space-between}.traffic__data__container div{width:50%}.traffic__data h2{text-align:center;color:var(--tt-orange);font-weight:900;font-size:28pt;line-height:28pt;margin:0;margin-top:2.4rem}.traffic__data p{text-align:center;font-weight:600;margin:0}.webcam{width:calc((100% - 6rem)/4);border-radius:5px;overflow:hidden}.webcam img{width:100%;height:100%}.webcam:hover{cursor:pointer;box-shadow:0 0 10px #00000080}.webcam:hover img{transform:scale(1.1);transition:transform .5s ease-in-out}@media only screen and (max-width: 1060px){.webcam{width:calc((100% - 4rem) / 3)}}@media only screen and (max-width: 659px){.webcam{width:calc((100% - 2rem)/2)}}.update__cnt{display:flex;align-items:center;gap:1rem}.update__cnt h1{margin-bottom:0}.update{width:fit-content;display:flex;gap:.4rem;align-items:center;color:var(--text);font-size:small;font-weight:400;border-radius:5px;background-color:var(--bg2);padding:.5rem}.update .ok{color:var(--status-ok);animation:blink 1.7s linear infinite}.update .load{color:var(--status-load);animation:blink 1.7s linear infinite}.update .err{color:var(--status-err);animation:blink 1.7s linear infinite}@keyframes blink{0%{opacity:0}50%{opacity:1}to{opacity:0}}@media only screen and (max-width: 659px){.update__cnt{display:block;margin-bottom:2rem}}.graph__box{width:fit-content;max-width:100%}.range{font-size:.8rem;font-weight:600;color:var(--tt-gray);margin-left:.7rem}.download__cnt{display:flex;gap:1rem;margin-bottom:1rem}.download__cnt h1{margin-bottom:0}.download__cnt div{display:flex;align-items:center}.download{display:flex;gap:1rem;align-items:center}@media only screen and (max-width: 1040px){.graph__box{width:100%}}.graph{width:100%;height:40vh;display:flex;align-items:center}.graph .bar_cnt{width:100%;height:80%;display:flex;justify-content:center;gap:.5rem;padding:1rem}.graph .bl{width:5rem;text-align:center;display:flex;flex-direction:column;justify-content:end;height:100%}.graph .bar{height:100%;border-radius:5px;background-color:var(--tt-dark-yellow);display:flex;align-items:center;justify-content:center;color:transparent;font-weight:600}.graph .value_cnt{padding:5rem 0}.graph .bl:hover .bar{background-color:var(--tt-orange);color:#fff;min-height:35px;transition:all .3s ease-in-out}.graph .bl:hover .empty{display:none}.graph .label{display:flex;justify-content:center}.hgraph{display:none}.hgraph .bar_cnt{width:100%;display:flex;flex-direction:column;gap:.5rem;padding:1rem}.hgraph .bl{height:1.6rem;display:flex;gap:2rem}.hgraph .bar{width:100%;border-radius:5px;background-color:var(--tt-dark-yellow);display:flex;align-items:center;justify-content:center;color:transparent;font-weight:600}.hgraph .value_cnt{padding:0 .4rem}.hgraph .bl:hover .bar{background-color:var(--tt-orange);color:#fff;min-width:fit-content;transition:all .3s ease-in-out}.hgraph .label{width:.4rem}@media only screen and (max-width: 1060px){.g-hour,.g-month{display:none}.hg-hour,.hg-month{width:100%;display:block}.g_year .bl{width:auto;padding:0 10rem}.g_hour .bl,.g_day .bl,.g_month .bl{width:4rem;text-align:center}}@media only screen and (max-width: 659px){.graph{width:100%}.g-hour,.g-month{display:none}.hg-hour,.hg-month{width:100%;display:block}}.download__button{color:#fff;background-color:var(--tt-orange);border-radius:5px;padding:.15rem .5rem;text-decoration:none}.download__button .data{display:flex;align-items:center;gap:.5rem}.download__button .data .i{font-size:1.2rem;display:flex;align-items:center}.download__button .data p{font-weight:500}.frame__box{width:40%;border-radius:15px;overflow:hidden;display:flex;align-items:center}.frame__box img{width:100%}.data__box{width:60%;border-radius:15px}.button{border:0;color:var(--tt-orange);background-color:var(--main-op);padding:.4rem 1rem;border-radius:.4rem;cursor:pointer;font-weight:600;text-decoration:none}.webcam__data{background-color:var(--bg2);width:100%;border-radius:15px;padding:1rem}.webcam__data a{color:var(--text);font-weight:400;text-decoration:none}.vb__container{display:flex;justify-content:space-between}.webcam__vehicles{background-color:var(--bg2);width:30%;border-radius:15px;padding:1rem}.vehicles{font-size:2rem;font-weight:600}.webcam__back{background-color:var(--bg2);width:65%;border-radius:15px;padding:1rem}@media only screen and (max-width: 1060px){.frame__box,.data__box{width:100%}}@media only screen and (max-width: 659px){.frame__box,.data__box{width:100%}}:root{--bg: #F7F7F7;--bg2: #FFFFFF;--main-op: #ff7b0052;--text: #000000;--tt-dark-yellow: #FFB802;--tt-orange: #FF7A00;--tt-gray: #a5a5a5;--status-ok: #67ac67;--status-load: #f0c432;--status-err: #e45940;background:var(--bg);font-family:Poppins,sans-serif}*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}body::-webkit-scrollbar{background-color:var(--bg);width:16px}body::-webkit-scrollbar-track{background-color:var(--bg)}body::-webkit-scrollbar-thumb{background-color:var(--tt-orange);border-radius:16px;border:4px solid var(--bg)}body::-webkit-scrollbar-button{display:none}
