/* /Components/Pages/Home.razor.rz.scp.css */
#home[b-zxzohzo9fm] {
    display: grid;
    grid-template-columns: 1fr 296px;
    grid-template-rows: 100%;
    height: 100vh;
    width: 100vw;
}

@media (max-width: 576px) {
    #home[b-zxzohzo9fm] {
        grid-template-columns: 100%;
        grid-template-rows: 1fr 296px;
    }
}

/*#region telerik-auto-complete */

#home-telerik-auto-complete[b-zxzohzo9fm] {
    grid-area: 1 / 1 / 2 / 2;
    margin-left: 15px;
    margin-top: 15px;
    width: min(calc(100% - 30px), 420px);
}

#home-telerik-auto-complete__result[b-zxzohzo9fm] {
    box-sizing: border-box;
    column-gap: 8px;
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr 0.67fr;
    grid-template-rows: 1fr 1fr;
    width: 100%;
}

#home-telerik-auto-complete__result .name[b-zxzohzo9fm] {
    cursor: pointer;
    font-weight: bold;
    grid-area: 1 / 1 / 2 / 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#home-telerik-auto-complete__result .direction[b-zxzohzo9fm] {
    cursor: pointer;
    font-size: smaller;
    grid-area: 2 / 1 / 3 / 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#home-telerik-auto-complete__result .services[b-zxzohzo9fm] {
    grid-area: 1 / 2 / 3 / 3;
}

#home-telerik-auto-complete__result .services ul[b-zxzohzo9fm] {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#home-telerik-auto-complete__result .services ul li.default[b-zxzohzo9fm] {
    background-color: #0078c8;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#home-telerik-auto-complete__result .services ul li.blue[b-zxzohzo9fm] {
    background-color: #204f82;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#home-telerik-auto-complete__result .services ul li.purp[b-zxzohzo9fm] {
    background-color: #80276a;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#home-telerik-auto-complete__result .services ul li.tt[b-zxzohzo9fm] {
    background-color: black;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#home-telerik-auto-complete__result .services ul li.yell[b-zxzohzo9fm] {
    background-color: #f1bd40;
    color: black;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#home-telerik-auto-complete__unknown[b-zxzohzo9fm] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 100%;
}

#home-telerik-auto-complete__unknown .error[b-zxzohzo9fm] {
    cursor: default;
    font-weight: bold;
    grid-area: 1 / 1 / 2 / 3;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#home-telerik-auto-complete__unknown .message[b-zxzohzo9fm] {
    cursor: default;
    font-size: smaller;
    grid-area: 2 / 1 / 3 / 3;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*#endregion */

/*#region telerik-map */

#home-telerik-map[b-zxzohzo9fm] {
    grid-area: 1 / 1 / 2 / 2;
    height: 100%;
    width: 100%;
}

#home-telerik-map__tooltip[b-zxzohzo9fm] {
    padding-bottom: 2px;
    padding-top: 2px;
    width: 200px;
}

#home-telerik-map__tooltip .name[b-zxzohzo9fm] {
    color: white;
    font-size: smaller;
    font-weight: bold;
    overflow: hidden;
    padding-bottom: 2px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

#home-telerik-map__tooltip .services[b-zxzohzo9fm] {
    overflow: auto;
    width: 100%;
}

#home-telerik-map__tooltip .services ul[b-zxzohzo9fm] {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#home-telerik-map__tooltip .services ul li.default[b-zxzohzo9fm] {
    background-color: #0078c8;
    color: white;
    font-size: smaller;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
    overflow: hidden;
    padding-bottom: 2px;
    padding-top: 2px;
    text-indent: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

#home-telerik-map__tooltip .services ul li.blue[b-zxzohzo9fm] {
    background-color: #204f82;
    color: white;
    font-size: smaller;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
    overflow: hidden;
    padding-bottom: 2px;
    padding-top: 2px;
    text-indent: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

#home-telerik-map__tooltip .services ul li.purp[b-zxzohzo9fm] {
    background-color: #80276a;
    color: white;
    font-size: smaller;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
    overflow: hidden;
    padding-bottom: 2px;
    padding-top: 2px;
    text-indent: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

#home-telerik-map__tooltip .services ul li.tt[b-zxzohzo9fm] {
    background-color: black;
    color: white;
    font-size: smaller;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
    overflow: hidden;
    padding-bottom: 2px;
    padding-top: 2px;
    text-indent: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

#home-telerik-map__tooltip .services ul li.yell[b-zxzohzo9fm] {
    background-color: #f1bd40;
    color: black;
    font-size: smaller;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
    overflow: hidden;
    padding-bottom: 2px;
    padding-top: 2px;
    text-indent: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

/*#endregion */

/*#region telerik-list-view */

#home-telerik-list-view[b-zxzohzo9fm] {
    grid-area: 1 / 2 / 2 / 3;
    height: 100%;
    width: 100%;
}

@media (max-width: 576px) {
    #home-telerik-list-view[b-zxzohzo9fm] {
        grid-area: 2 / 1 / 3 / 2;
    }
}

#home-telerik-list-view__result[b-zxzohzo9fm] {
    box-sizing: border-box;
    column-gap: 8px;
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr 0.67fr;
    grid-template-rows: 1fr 1fr;
    padding: 4px;
    width: 100%;
}

#home-telerik-list-view__result:hover[b-zxzohzo9fm] {
    background-color: #ebebeb;
}

#home-telerik-list-view__result .name[b-zxzohzo9fm] {
    cursor: pointer;
    font-weight: bold;
    grid-area: 1 / 1 / 2 / 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#home-telerik-list-view__result .direction[b-zxzohzo9fm] {
    cursor: pointer;
    font-size: smaller;
    grid-area: 2 / 1 / 3 / 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#home-telerik-list-view__result .services[b-zxzohzo9fm] {
    grid-area: 1 / 2 / 3 / 3;
}

#home-telerik-list-view__result .services ul[b-zxzohzo9fm] {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#home-telerik-list-view__result .services ul li.default[b-zxzohzo9fm] {
    background-color: #0078c8;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#home-telerik-list-view__result .services ul li.blue[b-zxzohzo9fm] {
    background-color: #204f82;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#home-telerik-list-view__result .services ul li.purp[b-zxzohzo9fm] {
    background-color: #80276a;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#home-telerik-list-view__result .services ul li.tt[b-zxzohzo9fm] {
    background-color: black;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#home-telerik-list-view__result .services ul li.yell[b-zxzohzo9fm] {
    background-color: #f1bd40;
    color: black;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

/*#endregion */
/* /Components/Pages/Privacy.razor.rz.scp.css */
#privacy[b-mq9mr364jh] {
    display: grid;
    grid-template-columns: 1fr 296px;
    grid-template-rows: 100%;
    height: 100vh;
    width: 100vw;
}

@media (max-width: 576px) {
    #privacy[b-mq9mr364jh] {
        grid-template-columns: 100%;
        grid-template-rows: 1fr 296px;
    }
}

/*#region telerik-auto-complete */

#privacy-telerik-auto-complete[b-mq9mr364jh] {
    grid-area: 1 / 1 / 2 / 2;
    margin-left: 15px;
    margin-top: 15px;
    width: min(calc(100% - 30px), 420px);
}

#privacy-telerik-auto-complete__result[b-mq9mr364jh] {
    box-sizing: border-box;
    column-gap: 8px;
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr 0.67fr;
    grid-template-rows: 1fr 1fr;
    width: 100%;
}

#privacy-telerik-auto-complete__result .name[b-mq9mr364jh] {
    cursor: pointer;
    font-weight: bold;
    grid-area: 1 / 1 / 2 / 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#privacy-telerik-auto-complete__result .direction[b-mq9mr364jh] {
    cursor: pointer;
    font-size: smaller;
    grid-area: 2 / 1 / 3 / 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#privacy-telerik-auto-complete__result .services[b-mq9mr364jh] {
    grid-area: 1 / 2 / 3 / 3;
}

#privacy-telerik-auto-complete__result .services ul[b-mq9mr364jh] {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#privacy-telerik-auto-complete__result .services ul li.default[b-mq9mr364jh] {
    background-color: #0078c8;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#privacy-telerik-auto-complete__result .services ul li.blue[b-mq9mr364jh] {
    background-color: #204f82;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#privacy-telerik-auto-complete__result .services ul li.purp[b-mq9mr364jh] {
    background-color: #80276a;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#privacy-telerik-auto-complete__result .services ul li.tt[b-mq9mr364jh] {
    background-color: black;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#privacy-telerik-auto-complete__result .services ul li.yell[b-mq9mr364jh] {
    background-color: #f1bd40;
    color: black;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#privacy-telerik-auto-complete__unknown[b-mq9mr364jh] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 100%;
}

#privacy-telerik-auto-complete__unknown .error[b-mq9mr364jh] {
    cursor: default;
    font-weight: bold;
    grid-area: 1 / 1 / 2 / 3;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#privacy-telerik-auto-complete__unknown .message[b-mq9mr364jh] {
    cursor: default;
    font-size: smaller;
    grid-area: 2 / 1 / 3 / 3;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*#endregion */

/*#region telerik-map */

#privacy-telerik-map[b-mq9mr364jh] {
    grid-area: 1 / 1 / 2 / 2;
    height: 100%;
    width: 100%;
}

#privacy-telerik-map__tooltip[b-mq9mr364jh] {
    padding-bottom: 2px;
    padding-top: 2px;
    width: 200px;
}

#privacy-telerik-map__tooltip .name[b-mq9mr364jh] {
    color: white;
    font-size: smaller;
    font-weight: bold;
    overflow: hidden;
    padding-bottom: 2px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

#privacy-telerik-map__tooltip .services[b-mq9mr364jh] {
    overflow: auto;
    width: 100%;
}

#privacy-telerik-map__tooltip .services ul[b-mq9mr364jh] {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#privacy-telerik-map__tooltip .services ul li.default[b-mq9mr364jh] {
    background-color: #0078c8;
    color: white;
    font-size: smaller;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
    overflow: hidden;
    padding-bottom: 2px;
    padding-top: 2px;
    text-indent: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

#privacy-telerik-map__tooltip .services ul li.blue[b-mq9mr364jh] {
    background-color: #204f82;
    color: white;
    font-size: smaller;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
    overflow: hidden;
    padding-bottom: 2px;
    padding-top: 2px;
    text-indent: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

#privacy-telerik-map__tooltip .services ul li.purp[b-mq9mr364jh] {
    background-color: #80276a;
    color: white;
    font-size: smaller;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
    overflow: hidden;
    padding-bottom: 2px;
    padding-top: 2px;
    text-indent: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

#privacy-telerik-map__tooltip .services ul li.tt[b-mq9mr364jh] {
    background-color: black;
    color: white;
    font-size: smaller;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
    overflow: hidden;
    padding-bottom: 2px;
    padding-top: 2px;
    text-indent: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

#privacy-telerik-map__tooltip .services ul li.yell[b-mq9mr364jh] {
    background-color: #f1bd40;
    color: black;
    font-size: smaller;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
    overflow: hidden;
    padding-bottom: 2px;
    padding-top: 2px;
    text-indent: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

/*#endregion */

/*#region telerik-list-view */

#privacy-telerik-list-view[b-mq9mr364jh] {
    grid-area: 1 / 2 / 2 / 3;
    height: 100%;
    width: 100%;
}

@media (max-width: 576px) {
    #privacy-telerik-list-view[b-mq9mr364jh] {
        grid-area: 2 / 1 / 3 / 2;
    }
}

#privacy-telerik-list-view__result[b-mq9mr364jh] {
    box-sizing: border-box;
    column-gap: 8px;
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr 0.67fr;
    grid-template-rows: 1fr 1fr;
    padding: 4px;
    width: 100%;
}

#privacy-telerik-list-view__result:hover[b-mq9mr364jh] {
    background-color: #ebebeb;
}

#privacy-telerik-list-view__result .name[b-mq9mr364jh] {
    cursor: pointer;
    font-weight: bold;
    grid-area: 1 / 1 / 2 / 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#privacy-telerik-list-view__result .direction[b-mq9mr364jh] {
    cursor: pointer;
    font-size: smaller;
    grid-area: 2 / 1 / 3 / 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#privacy-telerik-list-view__result .services[b-mq9mr364jh] {
    grid-area: 1 / 2 / 3 / 3;
}

#privacy-telerik-list-view__result .services ul[b-mq9mr364jh] {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#privacy-telerik-list-view__result .services ul li.default[b-mq9mr364jh] {
    background-color: #0078c8;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#privacy-telerik-list-view__result .services ul li.blue[b-mq9mr364jh] {
    background-color: #204f82;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#privacy-telerik-list-view__result .services ul li.purp[b-mq9mr364jh] {
    background-color: #80276a;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#privacy-telerik-list-view__result .services ul li.tt[b-mq9mr364jh] {
    background-color: black;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#privacy-telerik-list-view__result .services ul li.yell[b-mq9mr364jh] {
    background-color: #f1bd40;
    color: black;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

/*#endregion */
/* /Components/Pages/Stop.razor.rz.scp.css */
#stop[b-dpjv2mns5f] {
    display: grid;
    grid-template-columns: 1fr 296px;
    grid-template-rows: 100%;
    height: 100vh;
    width: 100vw;
}

@media (max-width: 576px) {
    #stop[b-dpjv2mns5f] {
        grid-template-columns: 100%;
        grid-template-rows: 1fr 296px;
    }
}

/*#region telerik-auto-complete */

#stop-telerik-auto-complete[b-dpjv2mns5f] {
    grid-area: 1 / 1 / 2 / 2;
    margin-left: 15px;
    margin-top: 15px;
    width: min(calc(100% - 30px), 420px);
}

#stop-telerik-auto-complete__result[b-dpjv2mns5f] {
    box-sizing: border-box;
    column-gap: 8px;
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr 0.67fr;
    grid-template-rows: 1fr 1fr;
    width: 100%;
}

#stop-telerik-auto-complete__result .name[b-dpjv2mns5f] {
    cursor: pointer;
    font-weight: bold;
    grid-area: 1 / 1 / 2 / 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#stop-telerik-auto-complete__result .direction[b-dpjv2mns5f] {
    cursor: pointer;
    font-size: smaller;
    grid-area: 2 / 1 / 3 / 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#stop-telerik-auto-complete__result .services[b-dpjv2mns5f] {
    grid-area: 1 / 2 / 3 / 3;
}

#stop-telerik-auto-complete__result .services ul[b-dpjv2mns5f] {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#stop-telerik-auto-complete__result .services ul li.default[b-dpjv2mns5f] {
    background-color: #0078c8;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#stop-telerik-auto-complete__result .services ul li.blue[b-dpjv2mns5f] {
    background-color: #204f82;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#stop-telerik-auto-complete__result .services ul li.purp[b-dpjv2mns5f] {
    background-color: #80276a;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#stop-telerik-auto-complete__result .services ul li.tt[b-dpjv2mns5f] {
    background-color: black;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#stop-telerik-auto-complete__result .services ul li.yell[b-dpjv2mns5f] {
    background-color: #f1bd40;
    color: black;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#stop-telerik-auto-complete__unknown[b-dpjv2mns5f] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 100%;
}

#stop-telerik-auto-complete__unknown .error[b-dpjv2mns5f] {
    cursor: default;
    font-weight: bold;
    grid-area: 1 / 1 / 2 / 3;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#stop-telerik-auto-complete__unknown .message[b-dpjv2mns5f] {
    cursor: default;
    font-size: smaller;
    grid-area: 2 / 1 / 3 / 3;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*#endregion */

/*#region telerik-map */

#stop-telerik-map[b-dpjv2mns5f] {
    grid-area: 1 / 1 / 2 / 2;
    height: 100%;
    width: 100%;
}

#stop-telerik-map__tooltip[b-dpjv2mns5f] {
    padding-bottom: 2px;
    padding-top: 2px;
    width: 200px;
}

#stop-telerik-map__tooltip .name[b-dpjv2mns5f] {
    color: white;
    font-size: smaller;
    font-weight: bold;
    overflow: hidden;
    padding-bottom: 2px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

#stop-telerik-map__tooltip .services[b-dpjv2mns5f] {
    overflow: auto;
    width: 100%;
}

#stop-telerik-map__tooltip .services ul[b-dpjv2mns5f] {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#stop-telerik-map__tooltip .services ul li.default[b-dpjv2mns5f] {
    background-color: #0078c8;
    color: white;
    font-size: smaller;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
    overflow: hidden;
    padding-bottom: 2px;
    padding-top: 2px;
    text-indent: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

#stop-telerik-map__tooltip .services ul li.blue[b-dpjv2mns5f] {
    background-color: #204f82;
    color: white;
    font-size: smaller;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
    overflow: hidden;
    padding-bottom: 2px;
    padding-top: 2px;
    text-indent: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

#stop-telerik-map__tooltip .services ul li.purp[b-dpjv2mns5f] {
    background-color: #80276a;
    color: white;
    font-size: smaller;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
    overflow: hidden;
    padding-bottom: 2px;
    padding-top: 2px;
    text-indent: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

#stop-telerik-map__tooltip .services ul li.tt[b-dpjv2mns5f] {
    background-color: black;
    color: white;
    font-size: smaller;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
    overflow: hidden;
    padding-bottom: 2px;
    padding-top: 2px;
    text-indent: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

#stop-telerik-map__tooltip .services ul li.yell[b-dpjv2mns5f] {
    background-color: #f1bd40;
    color: black;
    font-size: smaller;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
    overflow: hidden;
    padding-bottom: 2px;
    padding-top: 2px;
    text-indent: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

/*#endregion */

/*#region telerik-list-view */

#stop-telerik-list-view[b-dpjv2mns5f] {
    grid-area: 1 / 2 / 2 / 3;
    height: 100%;
    width: 100%;
}

@media (max-width: 576px) {
    #stop-telerik-list-view[b-dpjv2mns5f] {
        grid-area: 2 / 1 / 3 / 2;
    }
}

#stop-telerik-list-view__result[b-dpjv2mns5f] {
    box-sizing: border-box;
    column-gap: 8px;
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr 0.67fr;
    grid-template-rows: 1fr 1fr;
    padding: 4px;
    width: 100%;
}

#stop-telerik-list-view__result:hover[b-dpjv2mns5f] {
    background-color: #ebebeb;
}

#stop-telerik-list-view__result .name[b-dpjv2mns5f] {
    cursor: pointer;
    font-weight: bold;
    grid-area: 1 / 1 / 2 / 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#stop-telerik-list-view__result .direction[b-dpjv2mns5f] {
    cursor: pointer;
    font-size: smaller;
    grid-area: 2 / 1 / 3 / 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#stop-telerik-list-view__result .services[b-dpjv2mns5f] {
    grid-area: 1 / 2 / 3 / 3;
}

#stop-telerik-list-view__result .services ul[b-dpjv2mns5f] {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#stop-telerik-list-view__result .services ul li.default[b-dpjv2mns5f] {
    background-color: #0078c8;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#stop-telerik-list-view__result .services ul li.blue[b-dpjv2mns5f] {
    background-color: #204f82;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#stop-telerik-list-view__result .services ul li.purp[b-dpjv2mns5f] {
    background-color: #80276a;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#stop-telerik-list-view__result .services ul li.tt[b-dpjv2mns5f] {
    background-color: black;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#stop-telerik-list-view__result .services ul li.yell[b-dpjv2mns5f] {
    background-color: #f1bd40;
    color: black;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

/*#endregion */
/* /Components/Pages/Trip.razor.rz.scp.css */
#trip[b-857t9m2zf1] {
    display: grid;
    grid-template-columns: 1fr 296px;
    grid-template-rows: 100%;
    height: 100vh;
    width: 100vw;
}

@media (max-width: 576px) {
    #trip[b-857t9m2zf1] {
        grid-template-columns: 100%;
        grid-template-rows: 1fr 296px;
    }
}

/*#region telerik-auto-complete */

#trip-telerik-auto-complete[b-857t9m2zf1] {
    grid-area: 1 / 1 / 2 / 2;
    margin-left: 15px;
    margin-top: 15px;
    width: min(calc(100% - 30px), 420px);
}

#trip-telerik-auto-complete__result[b-857t9m2zf1] {
    box-sizing: border-box;
    column-gap: 8px;
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr 0.67fr;
    grid-template-rows: 1fr 1fr;
    width: 100%;
}

#trip-telerik-auto-complete__result .name[b-857t9m2zf1] {
    cursor: pointer;
    font-weight: bold;
    grid-area: 1 / 1 / 2 / 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#trip-telerik-auto-complete__result .direction[b-857t9m2zf1] {
    cursor: pointer;
    font-size: smaller;
    grid-area: 2 / 1 / 3 / 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#trip-telerik-auto-complete__result .services[b-857t9m2zf1] {
    grid-area: 1 / 2 / 3 / 3;
}

#trip-telerik-auto-complete__result .services ul[b-857t9m2zf1] {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#trip-telerik-auto-complete__result .services ul li.default[b-857t9m2zf1] {
    background-color: #0078c8;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#trip-telerik-auto-complete__result .services ul li.blue[b-857t9m2zf1] {
    background-color: #204f82;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#trip-telerik-auto-complete__result .services ul li.purp[b-857t9m2zf1] {
    background-color: #80276a;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#trip-telerik-auto-complete__result .services ul li.tt[b-857t9m2zf1] {
    background-color: black;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#trip-telerik-auto-complete__result .services ul li.yell[b-857t9m2zf1] {
    background-color: #f1bd40;
    color: black;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#trip-telerik-auto-complete__unknown[b-857t9m2zf1] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 100%;
}

#trip-telerik-auto-complete__unknown .error[b-857t9m2zf1] {
    cursor: default;
    font-weight: bold;
    grid-area: 1 / 1 / 2 / 3;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#trip-telerik-auto-complete__unknown .message[b-857t9m2zf1] {
    cursor: default;
    font-size: smaller;
    grid-area: 2 / 1 / 3 / 3;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*#endregion */

/*#region telerik-map */

#trip-telerik-map[b-857t9m2zf1] {
    grid-area: 1 / 1 / 2 / 2;
    height: 100%;
    width: 100%;
}

#trip-telerik-map__tooltip[b-857t9m2zf1] {
    padding-bottom: 2px;
    padding-top: 2px;
    width: 200px;
}

#trip-telerik-map__tooltip .name[b-857t9m2zf1] {
    color: white;
    font-size: smaller;
    font-weight: bold;
    overflow: hidden;
    padding-bottom: 2px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

#trip-telerik-map__tooltip .services[b-857t9m2zf1] {
    overflow: auto;
    width: 100%;
}

#trip-telerik-map__tooltip .services ul[b-857t9m2zf1] {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#trip-telerik-map__tooltip .services ul li.default[b-857t9m2zf1] {
    background-color: #0078c8;
    color: white;
    font-size: smaller;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
    overflow: hidden;
    padding-bottom: 2px;
    padding-top: 2px;
    text-indent: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

#trip-telerik-map__tooltip .services ul li.blue[b-857t9m2zf1] {
    background-color: #204f82;
    color: white;
    font-size: smaller;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
    overflow: hidden;
    padding-bottom: 2px;
    padding-top: 2px;
    text-indent: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

#trip-telerik-map__tooltip .services ul li.purp[b-857t9m2zf1] {
    background-color: #80276a;
    color: white;
    font-size: smaller;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
    overflow: hidden;
    padding-bottom: 2px;
    padding-top: 2px;
    text-indent: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

#trip-telerik-map__tooltip .services ul li.tt[b-857t9m2zf1] {
    background-color: black;
    color: white;
    font-size: smaller;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
    overflow: hidden;
    padding-bottom: 2px;
    padding-top: 2px;
    text-indent: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

#trip-telerik-map__tooltip .services ul li.yell[b-857t9m2zf1] {
    background-color: #f1bd40;
    color: black;
    font-size: smaller;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
    overflow: hidden;
    padding-bottom: 2px;
    padding-top: 2px;
    text-indent: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

/*#endregion */

/*#region telerik-list-view */

#trip-telerik-list-view[b-857t9m2zf1] {
    grid-area: 1 / 2 / 2 / 3;
    height: 100%;
    width: 100%;
}

@media (max-width: 576px) {
    #trip-telerik-list-view[b-857t9m2zf1] {
        grid-area: 2 / 1 / 3 / 2;
    }
}

#trip-telerik-list-view__result[b-857t9m2zf1] {
    box-sizing: border-box;
    column-gap: 8px;
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr 0.67fr;
    grid-template-rows: 1fr 1fr;
    padding: 4px;
    width: 100%;
}

#trip-telerik-list-view__result:hover[b-857t9m2zf1] {
    background-color: #ebebeb;
}

#trip-telerik-list-view__result .name[b-857t9m2zf1] {
    cursor: pointer;
    font-weight: bold;
    grid-area: 1 / 1 / 2 / 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#trip-telerik-list-view__result .direction[b-857t9m2zf1] {
    cursor: pointer;
    font-size: smaller;
    grid-area: 2 / 1 / 3 / 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#trip-telerik-list-view__result .services[b-857t9m2zf1] {
    grid-area: 1 / 2 / 3 / 3;
}

#trip-telerik-list-view__result .services ul[b-857t9m2zf1] {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#trip-telerik-list-view__result .services ul li.default[b-857t9m2zf1] {
    background-color: #0078c8;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#trip-telerik-list-view__result .services ul li.blue[b-857t9m2zf1] {
    background-color: #204f82;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#trip-telerik-list-view__result .services ul li.purp[b-857t9m2zf1] {
    background-color: #80276a;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#trip-telerik-list-view__result .services ul li.tt[b-857t9m2zf1] {
    background-color: black;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

#trip-telerik-list-view__result .services ul li.yell[b-857t9m2zf1] {
    background-color: #f1bd40;
    color: black;
    cursor: pointer;
    display: inline-block;
    font-size: smaller;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

/*#endregion */
/* /Components/Shared/LocalStorageConsent.razor.rz.scp.css */
#local-storage-consent[b-hlkplmk3lm] {
    bottom: 15px;
    left: 15px;
    position: fixed;
}

@media (max-width: 576px) {
    #local-storage-consent[b-hlkplmk3lm] {
        bottom: calc(296px + 15px);
    }
}

#local-storage-consent button[b-hlkplmk3lm] {
    align-items: center;
    background-color: white;
    border: 1px solid #636363;
    border-radius: 8px;
    color: #0078c8;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    padding: 8px;
    transition: filter 0.15s;
    width: 40px;
    z-index: 9999;
}

#local-storage-consent button:hover[b-hlkplmk3lm] {
    filter: contrast(85%);
}

#local-storage-consent button .icon[b-hlkplmk3lm] {
    height: 24px;
    margin: 0;
    width: 24px;
}

#local-storage-consent__outline[b-hlkplmk3lm] {
    background-color: white;
    border: 1px solid #636363;
    border-radius: 8px;
    bottom: 15px;
    color: black;
    left: 15px;
    padding: 20px 25px;
    position: fixed;
    width: min(calc(100vw - 80px), 368px);
    z-index: 9999;
}

#local-storage-consent__outline h3[b-hlkplmk3lm] {
    font-size: 24px;
    margin: 0;
    padding: 12px 0;
}

#local-storage-consent__outline p[b-hlkplmk3lm] {
    font-size: 15px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

#local-storage-consent__outline .submit[b-hlkplmk3lm] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 20px;
}

#local-storage-consent__outline .submit button[b-hlkplmk3lm] {
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    padding: 13px 15px;
    transition: filter 0.15s;
    width: 48%;
}

#local-storage-consent__outline .submit button:focus[b-hlkplmk3lm] {
    filter: contrast(75%);
    outline: none;
    transform: scale(0.95);
}

#local-storage-consent__outline .submit button:hover[b-hlkplmk3lm] {
    filter: contrast(85%);
}

#local-storage-consent__outline .submit button.accept[b-hlkplmk3lm] {
    background-color: #0078c8;
    color: white;
}

#local-storage-consent__outline .submit button.reject[b-hlkplmk3lm] {
    background-color: #e8e8e8;
    color: #636363;
}

#local-storage-consent__policy[b-hlkplmk3lm] {
    background-color: white;
    border: 1px solid #636363;
    border-radius: 8px;
    bottom: 15px;
    color: black;
    left: 15px;
    padding: 20px 25px;
    position: fixed;
    width: min(calc(100vw - 80px), 368px);
    z-index: 9999;
}

#local-storage-consent__policy h3[b-hlkplmk3lm] {
    font-size: 24px;
    margin: 0;
    padding: 12px 0;
}

#local-storage-consent__policy .content[b-hlkplmk3lm] {
    max-height: 224px;
    overflow-y: auto;
}

#local-storage-consent__policy .content p[b-hlkplmk3lm] {
    font-size: 15px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

#local-storage-consent__policy .submit[b-hlkplmk3lm] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 20px;
}

#local-storage-consent__policy .submit button[b-hlkplmk3lm] {
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    padding: 13px 15px;
    transition: filter 0.15s;
    width: 48%;
}

#local-storage-consent__policy .submit button:focus[b-hlkplmk3lm] {
    filter: contrast(75%);
    outline: none;
    transform: scale(0.95);
}

#local-storage-consent__policy .submit button:hover[b-hlkplmk3lm] {
    filter: contrast(85%);
}

#local-storage-consent__policy .submit button.accept[b-hlkplmk3lm] {
    background-color: #0078c8;
    color: white;
}

#local-storage-consent__policy .submit button.reject[b-hlkplmk3lm] {
    background-color: #e8e8e8;
    color: #636363;
}
/* /Components/Shared/SourceCodeRepository.razor.rz.scp.css */
#source-code-repository[b-ct2cfd32ng] {
    bottom: 15px;
    left: 70px;
    position: fixed;
}

@media (max-width: 576px) {
    #source-code-repository[b-ct2cfd32ng] {
        bottom: calc(296px + 15px);
    }
}

#source-code-repository button[b-ct2cfd32ng] {
    align-items: center;
    background-color: white;
    border: 1px solid #636363;
    border-radius: 8px;
    color: #0078c8;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    padding: 4px;
    transition: filter 0.15s;
    width: 40px;
    z-index: 9999;
}

#source-code-repository button:hover[b-ct2cfd32ng] {
    filter: contrast(85%);
}

#source-code-repository button .icon[b-ct2cfd32ng] {
    height: 32px;
    margin: 0;
    width: 32px;
}
