@import"https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Nunito:ital@0;1&display=swap";.routes{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;align-items:center;justify-content:center}.routes .route{width:fit-content;padding:10px 20px 10px 10px;display:flex;flex-direction:row;gap:10px;border-radius:50px;align-items:center;cursor:pointer}.routes .route .route-short-name{font-weight:700;font-size:20px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50px}.route-calendar .calendar-header{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%}.route-calendar .calendar-header .stops-names{padding:20px;background-color:var(--app-background-color-hover-2);width:calc(90% - 40px);border-radius:20px;display:flex;align-items:center;flex-direction:column;gap:15px}.route-calendar .calendar-header .stops-names span{font-weight:700}.route-calendar .calendar-header .stops-names .content{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;gap:5px}.route-calendar .calendar-header .stops-names .content .name:not(.name.active):hover{background:linear-gradient(45deg,var(--libea-main-color-1-01),var(--libea-main-color-2-01))}.route-calendar .calendar-header .stops-names .content .name.active{background:linear-gradient(45deg,var(--libea-main-color-1-01),var(--libea-main-color-2-01))}.route-calendar .calendar-header .stops-names .content .name{display:flex;align-items:center;justify-content:center;gap:5px;background:var(--app-background-color-hover);padding:10px 15px;border-radius:50px;transition:.3s;cursor:pointer}.route-calendar .calendar-header .stops-names .content .name *{font-weight:400}.route-calendar .calendar-header .stops-names .content .name svg{height:20px;width:20px}.route-calendar .calendar-header .stops-names .content .name svg *{fill:#000}.route-calendar .calendar-header .stop-periods{width:90%;border-radius:20px;display:flex;flex-direction:column;gap:10px}.route-calendar .calendar-header .stop-periods .day-time.view{background-color:var(--app-background-color-hover-2)}.route-calendar .calendar-header .stop-periods .day-time.view .content{opacity:1;z-index:1;position:relative;display:flex}.route-calendar .calendar-header .stop-periods .day-time{display:flex;flex-direction:row;flex-wrap:wrap;border-radius:20px}.route-calendar .calendar-header .stop-periods .day-time .click-view{width:calc(100% - 30px);text-align:center;border-radius:50px;background-color:var(--app-background-color-hover-2);padding:10px 15px;cursor:pointer}.route-calendar .calendar-header .stop-periods .day-time .content{display:none;flex-direction:row;flex-wrap:wrap;border-radius:50px;position:absolute;z-index:-1;opacity:0;padding:10px;align-items:center;justify-content:center}.route-calendar .calendar-header .stop-periods .day-time .short-trip{padding:5px;width:calc(fit-content - 20px);cursor:pointer;display:flex;flex-direction:row;gap:10px}.route-calendar .calendar-header .stop-periods .day-time .short-trip svg{width:15px;height:15px}.route-calendar .calendar-header .stop-periods .day-time .short-trip svg *{fill:var(--libea-main-color-1)}.route-calendar .calendar-header .route-name{display:flex;flex-direction:column;font-size:20px;gap:15px;align-items:center}.route-calendar .calendar-header .route-name .route-short-name{padding:10px;border-radius:50px;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.route-calendar .calendar-header .calendar-direction.left:before,.route-calendar .calendar-header .calendar-direction.middle:before,.route-calendar .calendar-header .calendar-direction.right:before{content:"";position:absolute;top:0;left:0;width:100%;height:33%;background:var(--libea-main-color-2);transition:.3s;border-radius:50px}.route-calendar .calendar-header .calendar-direction.right:before{top:66.6666666667%;background-color:var(--libea-main-color-1)}.route-calendar .calendar-header .calendar-direction.left:before{top:0%}.route-calendar .calendar-header .calendar-direction.middle:before{top:33.3333333333%}.route-calendar .calendar-header .calendar-direction{position:relative;overflow:hidden;border-radius:20px;display:flex;flex-direction:column;width:90%;background:var(--app-background-color-hover-2);border:2px solid var(--app-background-color-hover-2)}.route-calendar .calendar-header .calendar-direction .option{padding:10px 15px;width:100%;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;z-index:1;white-space:nowrap}.route-calendar{width:100%;display:flex;flex-direction:column;gap:50px}.route-calendar .calendar{display:flex;flex-direction:column;gap:1px;width:calc(80% - 20px);background-color:var(--app-background-color);border:2px solid var(--app-background-color-hover-2);padding:20px;border-radius:20px;margin:auto}.route-calendar .calendar .time.description{display:flex;flex-direction:column;gap:7px;padding:0 10px 10px;width:calc(100% - 20px)}.route-calendar .calendar .time.description .times{display:flex;flex-direction:row;align-items:center}.route-calendar .calendar .time.description *{font-weight:700}.route-calendar .calendar .time.description .time-left.view{padding:unset;background-color:unset;margin-left:auto}.route-calendar .calendar .time.active{border-radius:0;background:linear-gradient(45deg,var(--libea-main-color-1-01),var(--libea-main-color-2-01))}.route-calendar .calendar .separator{width:100%;height:5px;background-color:var(--app-background-color-hover-2);border-radius:50px;margin-top:15px;margin-bottom:15px}.line-head.view .content{display:flex}.line-head.view .line-drop svg{transform:rotate(90deg)}.line-head .line-drop{display:flex;flex-direction:row;gap:10px;cursor:pointer;padding:10px;width:calc(100% - 20px)}.line-head .line-drop svg{height:20px;width:20px}.line-head .line-drop svg *{fill:var(--libea-main-color-2)}.line-head .content{display:none;flex-direction:column;gap:1px}.line-head .content .time{display:flex;flex-direction:column;padding:10px;width:calc(100% - 20px);border-radius:20px 20px 0 0;gap:5px;border:2px solid var(--app-background-color-hover-2);border-style:none none solid none}.line-head .content .time .stop{width:100%;display:flex;flex-direction:row;gap:5px;align-items:center}.line-head .content .time .times{display:flex;flex-direction:row;width:100%;align-items:center}.line-head .content .time .times .times-container{display:flex;flex-direction:row;gap:20%;width:25%}.line-head .content .time .times .time-left{display:none;flex-direction:row;width:fit-content;gap:10px;height:fit-content;align-items:center;padding:0 10px;border-radius:10px;background-color:var(--libea-main-color-2-01);margin-left:auto}.line-head .content .time .times .time-left svg{width:15px;height:15px}.line-head .content .time .times .time-left svg *{fill:#000}.line-head .content .time .times .time-left.view,.loader-content.enable{display:flex}.loader-content{position:fixed;top:0;left:0;width:100%;height:100%;z-index:50;background-color:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:none;align-items:center;justify-content:center;flex-direction:column;gap:50px}.loader-content #algus{font-size:30px;color:#fff;display:flex;align-items:center;justify-content:center;text-align:center}.loader-content .loader{padding:10px;width:200px;height:200px;display:flex;align-items:center;justify-content:center;border-radius:50%}.loader-content .loader img{height:100px}:root{--route-background-color: rgb(0, 20, 30);--route-background-color-hover: rgb(0, 30, 46);--app-fill-color-light: rgb(243, 245, 247);--app-blured-background: rgba(108, 108, 108, .3);--app-background-color: rgb(232, 232, 232);--app-background-color-hover-2: #dcdcdc;--app-background-color-hover: rgb(241, 241, 241);--app-font-color-on-white: rgb(14, 14, 14);--app-font-color-on-black: rgb(246, 246, 246);--app-header-height: 50px;--libea-main-color-1: rgb(230, 18, 101);--libea-main-color-1-01: rgba(230, 18, 101,.3);--libea-main-color-2: #f39200;--libea-main-color-2-01: rgba(243, 146, 0,.3)}* .bold{font-weight:700!important}* .unbold{font-weight:400}*{transition:.3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}body{background-color:var(--app-background-color)!important;color:var(--app-font-color-on-white);background-image:url(/public/frames/LineFrames.png);background-repeat:no-repeat;width:100%;height:100%}body a,body .colorful{background:-webkit-linear-gradient(45deg,var(--libea-main-color-1),var(--libea-main-color-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700}body * .colorful{cursor:pointer}body *{transition:.3s;font-family:Nunito,sans-serif}body a:hover,body .colorful:hover{text-decoration:underline!important}body #root{padding:0;position:absolute;top:0;left:0;width:100%;height:100%}.search{display:flex;flex-direction:column;gap:50px;padding-top:10px;padding-bottom:40px}.search .routes-choice{display:flex;flex-direction:column;gap:20px;align-items:center;justify-content:center}.search .routes-choice span{font-size:30px}.product-credits{margin-top:100%;height:fit-content;width:calc(100% - 20px);display:flex;align-items:center;justify-content:center;flex-direction:row;gap:10px;padding:10px;background-color:#fff3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}
