.wrapper {
    height: 100vh;
    /* This part is important for centering the content */
    display: flex;
    align-items: center;
    justify-content: center;
    /* End center */
    background: -webkit-linear-gradient(to right, #834d9b, #d04ed6);
    background: linear-gradient(to right, #834d9b, #d04ed6);
}

/*.wrapper a {*/
/*    display: inline-block;*/
/*    text-decoration: none;*/
/*    padding: 15px;*/
/*    background-color: #fff;*/
/*    border-radius: 3px;*/
/*    text-transform: uppercase;*/
/*    color: #585858;*/
/*    font-family: 'Roboto', sans-serif;*/
/*}*/

.modal {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: rgba(77, 77, 77, .7);*/
    transition: all .4s;
}

.modal:target {
    visibility: visible;
    opacity: 1;
}

.modal__content {
    border-radius: 5px;
    position: relative;
    /*width: 500px;*/
    width: min-content;
    /*top: 90%;*/
    /*top: 92px;*/
    top: 82px;
    /*left: 100px;*/
    left: -22%;
    right: 0%;
    max-width: 90%;
    background: #3a3a3a;
    padding: 1em 2em;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(6px);
}

.modal__footer {
    text-align: right;
    a {
        color: #585858;
    }
    i {
        color: #d02d2c;
    }
}
.modal__close {
    position: absolute;
    top: 10px;
    /*right: 10px;*/
    right: 3px;
    width: 16px;
    height: 36px;
    color: #ff0000;
    text-decoration: none;
}

@clr-tab--active: #0076c8;
@clr-tab--inactive: black;

/*body {*/
/*    font-family: Sans-serif;*/
/*    padding: 20px;*/
/*}*/

h1,
h2 {
    font-size: 30px;
    font-weight: bold;
    /*margin-bottom: 20px;*/
    text-align: center;
    color: #ccc;
}

h2 {
    /*font-size: 20px;*/
    font-size: 14px;
    color: #999;
}

tr {
    &:nth-child(odd) {
        /*background: #efefef;*/
    }
}

td,
th {
    /*padding: 12px;*/
    /*padding: 2px;*/
    /*text-align: left;*/
    /*background-color: white;*/

}

th {
    background: darken(@clr-tab--active, 15%);
    /*color: mediumvioletred;*/
    color: white;
    background-color: #000000;
    &[data-tabbedTable] {
        background: @clr-tab--active;
    }
    background: rgba(0, 0, 0, 0.3);
}

.tabbedTable-labels {
    float: right;
}

label {
    background: black;
    color: white;
    /*border-radius: 23px 23px 23px 23px;*/
    border-radius: 20px;
    /*padding: 12px 15px 10px 15px;*/
    /*margin-left: 5px;*/
    display: inline-block;
    cursor: pointer;
    /*float: left;*/
    &.tabbedTable-label--active {
        background: @clr-tab--active;
    }
}

.tabbedTable {
    width: 100%;
    margin: 0 0 10px 0;

    overflow: hidden;
    /*-webkit-border-radius: 15px;*/
    /*-webkit-border-radius: 6px;*/
    border-radius: 4px;
}

td{
    height: min-content;
    padding: 0px;
}

td.route_selector{
    padding: 0px;
}

tr.routes{
    height: 1px;
}

label{
    margin: 0% 0;
}

