.label {
    margin-bottom: 5px;
    display: block;
    font-weight: 500;
}

.taxi-pooling-wrapper {
    display: flex;
    justify-content: center;
    background: #FFFFFF94;
    padding: 10px 20px;
}

small.taxi-pooling-detailtext {
    display: block;
    font-size: 12px;
}

small.taxi-pooling-finish-helptext {
    font-size: 11px;
    display: block;
    line-height: 15px;
}

.taxi-pooling-inner-wrapper {
    width:100%;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.taxi-employee-details-wrapper {
    display:none;
}

span#employee-destination-text {
    font-size: 19px;
}

.taxi-employee-details-wrapper.active {
    display:block;
}

.loading-animation-wrapper {
    background: #000008b8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.loading-animation-wrapper.active {
    display:flex;
}

button.select2-selection__clear {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px !important;
    margin-right: 25px !important;
    margin-top: -2px !important;
}

label.taxi-pooling-label {
    display: block;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
}

.taxi-pooling-result {
    background: #a4a4a4;
    border-radius: 5px;
    padding: 10px 15px;
}

.taxi-pooling-result h6, .taxi-pooling-result h5 {
    margin: 0;
    font-weight:600 !important;
}

.taxi-pooling-result {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

a.taxi-pooling-infos-join, .taxi-pooling-infos-view {
    background: #00c18c;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
}

.taxi-pooling-user-destination {
    font-size: 13px;
    margin-left: 15px;
}



.taxi-pooling-infos-view {
    cursor:pointer;
}


.taxi-pooling-users ul {
    margin: 0 !important;
    padding: 0;
    padding-left: 20px;
    margin-top: 8px;
}

.taxi-pooling-users {
    margin-top: 7px;
    display:none;
}

.taxi-pooling-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.hide {
    display:none;
}

.taxi-pooling-name {
    font-size: 110px;
    line-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 250px;
    margin-top: 10px;
    font-weight: 700;
    border: 5px solid;
}

.taxi-employee-half {
    width: 50%;
    margin-bottom: 10px;
}

.taxi-employee-full {
    width: 100%;
    margin-bottom: 10px;
}

.taxi-employee-smaller {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.taxi-employee-smaller span#employee-destination-text {
    font-size: 16px;
}

.taxi-employee-smaller h4 {
    font-size: 20px;
}

.taxi-employee-smaller h4 {
    font-size: 20px;
    margin-top: 0 !important;
}

.taxi-pooling-title {
    font-size: 40px;
    line-height: 32px;
}

ul.taxi-pooling-taxi-people-list {
    padding: 0;
    list-style: none;
    font-weight: 500;
    margin-top: 10px;
    font-size: 18px;
}

.taxi-pooling-taxi-details h1, .taxi-pooling-taxi-details h2, .taxi-pooling-taxi-details h3 {
    margin: 0;
}

.taxi-pooling-taxi-details {
    background: #5fcfe7;
    padding: 25px 15px;
}

h3.taxi-pooling-taxi-people-title {
    margin-top: 5px;
}

.taxi-pooling-taxi-infotext p {
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
}

.taxi-pooling-taxi-infotext {
    position: relative;
}

.taxi-pooling-taxi-infotext p {
    color: #fff;
    font-weight: 700;
    width: 60%;
    margin-top: 10px;
}

.taxi-pooling-taxi-infoimg {
    max-width: 30% !important;
    position: absolute;
    bottom: 0;
    right: 0;
}

.taxi-pooling-finish-button {
    display: flex;
    flex-direction: column;
}

.taxi-button {
    cursor:pointer;
    display: inline-block;
    padding: 10px 15px;
    background: #1d2c4d;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}

.taxi-pooling-finalize-group {
    background: #00c18c !important;
}

.taxi-pooling-leave-group {
    background: #ff5270 !important;
}

.taxi-pooling-search-for-employees-wrapper {
    display: flex;
}

.two-thirds {
    width: 75%;
}

.one-third {
    width: 25%;
}

span#taxi-pool-add-employee {
    padding: 3px 20px;
    font-size: 15px !important;
    margin-left: 5px;
    border-radius: 5px;
    display: inline-block;
}

.taxi-pooling-result {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
}

.taxi-pooling-back-button:hover {
    color:#333 !important;
}

@media(min-width:640px){
    .taxi-pooling-inner-wrapper {
        width:320px;
    }
}


/**
 * Clickable Plan
 */

.tp-event-position {
    fill: transparent;
    cursor:pointer;
}

.tp-event-position:hover {
    fill: #2b2b2b8f;
}

ul.tp-overview-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

ul.tp-overview-list .number {
    background: #2d436d;
}

ul.tp-overview-list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
}

ul.tp-overview-list.orange .number {
    background: #247f9c;
}

ul.tp-overview-list .number {
    color: #fff;
    width: 25px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 12px;
}

ul.tp-overview-list li {
    margin-bottom: 15px;
    font-size: 15px;
}

span.tp-event-link {
    padding: 10px 5px;
    cursor: pointer;
}

.tp-event-position.active {
    fill: #184e5e00;
    stroke-width: 7px;
    stroke: #b452cd;
}

ul.tp-overview-list a {
    color: #fff;
}

.tp_tooltip {
    position: absolute;
    z-index: 9999;
}


.tp-image-wrapper {
    position:relative;
}

footer#site-footer {
    padding-bottom: 100px;
}

div.tp_tooltip {
    margin-top: -24px;
    margin-left: 1px;
    background: #ac4fc5;
    padding: 5px 10px;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
}

.taxi-searchform-buttons-floating {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:1;
    padding: 10px 0;
    background: #ffffff91;
}

.taxi-searchform-buttons-floating .elementor-button-text {
    font-size: 13px;
}

.tp_tooltip.hidden {
    display:none;
}

@keyframes opacityAnimation {

    0% {
        opacity:1;
    }

    50% {
        opacity:0.5;
    }

    100% {
        opacity:1;
    }



}

span.select2-container {
    min-width: 180px;
    max-width:200px;
}

.taxi-button.small {
    padding: 1px 10px;
    margin-left: 5px;
    background: #6ac7e5;
    color: #333;
    height: 28px;
    border: 0;
    font-weight: normal;
    font-size: 13px;
}

button#taxi-pool-add-employee[disabled] {
    opacity: 0.5;
    cursor: no-drop;
}

small.error-message {
    display: block;
    color: red;
    font-weight: 500;
}

small.error-message.hidden {
    display:none;
}

.taxi-button[disabled] {
    cursor: no-drop;
}

span.pool-group-button {
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom:5px;
}

.taxi-destination-map-item {
    fill: transparent;
    stroke-width: 8px;
    stroke: #0b2250;
    opacity: 0.5;
    cursor:pointer;
}


.taxi-destination-map-item:hover {
    opacity: 0.8;
}

.taxi-destination-map-item-blue {
    fill: #8eaffa;
}

.taxi-destination-map-item-green {
    fill: #94d765;
}

.taxi-destination-map-item-yellow {
    fill: #f3c86c;
}
.taxi-destination-map-item-red {
    fill: #ff5b5b;
}

button#taxi-pool-add-employee-detailpage[disabled], button#taxi-pool-add-employee-detailpage-add-custom[disabled] {
    opacity: 0.1;
}

.taxi-checkbox[type="checkbox"] {
    position: relative;
    left: 15px;
    top: -4px;
    z-index: 0;
    -webkit-appearance: none;
}
.taxi-checkbox[type="checkbox"] + label {
    position: absolute;
}
.taxi-checkbox[type="checkbox"] + label::before {
    width: 15px;
    height: 15px;
    border-radius: 5px;
    border: 2px solid #0b2250;
    background-color: #fff;
    display: block;
    content: "";
    float: left;
    margin-right: 5px;
    z-index: 5;
    position: relative;
}

.taxi-pooling-close-group:hover {
    color:#fff;
}
.taxi-checkbox[type="checkbox"]:checked+label::before {
    box-shadow: inset 0px 0px 0px 3px #fff;
    background-color: #0b2250;
}

label.taxi-checkbox-label {
    padding: 7px;
}

.taxi-pooling-result {
    background: rgb(255 255 255 / 75%);
}

.taxi-search-result-detailtext {
    font-size: 14px;
}

.taxi-search-result-detailtext strong {
    font-weight:500;
}

.taxi-hidden {
    display:none;
}

h2.taxi-pooling-taxi-details-text {
    font-size: 1.25em;
}

.tp-image-outer-wrapper {
    overflow: auto;
    touch-action: manipulation;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.tp-image-wrapper {
    min-width: 640px;
    padding:20px;
    transform-origin: 0 0;
    transition: transform 0.3s ease-out;
    will-change: transform;
}

/* Mobile Dropdown Styles */
.tp-mobile-dropdown-toggle {
    display: block;
    width: 100%;
    padding: 15px;
    background: #2d436d;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    margin-bottom: 10px;
    position: relative;
}

.tp-mobile-dropdown-toggle:hover {
    background: #3d5380;
}

.tp-dropdown-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.tp-mobile-dropdown-toggle.active .tp-dropdown-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.tp-list-content {
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.tp-list-content.expanded {
    display: block;
    max-height: 1000px;
}

/* Zoom animation for active elements */
.tp-image-wrapper.zoomed {
    transform: scale(2);
}

@media(min-width:560px) {

    ul.tp-overview-list {
        flex-wrap: wrap;
    }


}
@media(min-width:768px) {

    ul.tp-overview-list {
        flex-wrap: wrap;
    }

}

@media(min-width:1200px) {

    ul.tp-overview-list li {
        font-size: 16px;
    }

    div.tp_tooltip {
        font-size: 18px;
        margin-top: -33px;
        margin-left:0;
    }

    .tp-list-wrapper {
        display:flex;
    }

    .tp-list-item {
        width:100%;
    }

    /* Hide mobile dropdown on desktop */
    .tp-mobile-dropdown-toggle {
        display: none;
    }

    .tp-list-content {
        display: block !important;
        max-height: none !important;
    }

    #tp-list-content {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-around;
        width: 100%;
    }

}
