.infsoft-mapcontainer {
    height: 100%;
    width: 100%;
    position: absolute;
}

    .infsoft-mapcontainer .infsoft-map {
        height: 100%;
    }



.map-my-location {
    position: absolute;
    right: 11px;
    bottom: 95px;
    z-index: 1;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

    .map-my-location .mylocation-image {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 40px;
        height: 40px;
        object-fit: contain;
        pointer-events: none;
    }


.map-3d-button {
    position: absolute;
    right: 11px;
    bottom: 35px;
    z-index: 1;
    width: 38px;
    height: 38px;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ffffff;
}

    .map-3d-button .map-3d-button-image {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 30px;
        height: 30px;
        object-fit: contain;
        pointer-events: none;
    }

.mappage .map-compass {
    position: absolute;
    right: 11px;
    top: 80px;
    z-index: 1;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

    .mappage .map-compass .compass-image {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 40px;
        height: 40px;
        object-fit: contain;
        pointer-events: none;
    }


.mappageNoBluetooth .map-compass {
    position: absolute;
    right: 11px;
    top: 102px;
    z-index: 1;
    width: 40px;
    height: 40px;
    cursor: pointer;
}


    .mappageNoBluetooth .map-compass .compass-image {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 40px;
        height: 40px;
        object-fit: contain;
        pointer-events: none;
    }

.mappage .map-levels {
    position: absolute;
    right: 11px;
    top: 162px;
    width: 40px;
    background-color: white;
    z-index: 1;
    box-shadow: -1px 0px 2px rgba(0,0,0,0.26);
}


    .mappage .map-levels .map-level {
        position: relative;
        height: 40px;
        width: 100%;
        cursor: pointer;
        border-bottom: solid 1px #e9e9e9;
    }

    .mappage .map-levels .map-level-selected {
        background: #444444;
    }

    .mappage .map-levels .map-level:last-child {
        border-bottom: none;
    }


    .mappage .map-levels .map-level-label {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        color: #767676;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
    }

    .mappage .map-levels .map-level-label-selected {
        color: #ffffff;
    }


    .mappage .map-levels .map-level {
        position: relative;
        height: 40px;
        width: 100%;
        cursor: pointer;
        border-bottom: solid 1px #e9e9e9;
    }

    .mappage .map-levels .map-level-selected {
        background: #444444;
    }

    .mappage .map-levels .map-level:last-child {
        border-bottom: none;
    }

    .mappage .map-levels .map-level-label {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        color: #767676;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
    }

    .mappage .map-levels .map-level-label-selected {
        color: #ffffff;
    }

.mappageNoBluetooth .map-levels {
    position: absolute;
    right: 11px;
    top: 162px;
    width: 40px;
    background-color: white;
    z-index: 1;
    box-shadow: -1px 0px 2px rgba(0,0,0,0.26);
}

    .mappageNoBluetooth .map-levels .map-level {
        position: relative;
        height: 40px;
        width: 100%;
        cursor: pointer;
        border-bottom: solid 1px #e9e9e9;
    }

    .mappageNoBluetooth .map-levels .map-level-selected {
        background: #444444;
    }

    .mappageNoBluetooth .map-levels .map-level:last-child {
        border-bottom: none;
    }


    .mappageNoBluetooth .map-levels .map-level-label {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        color: #767676;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
    }

    .mappageNoBluetooth .map-levels .map-level-label-selected {
        color: #ffffff;
    }


    .mappageNoBluetooth .map-levels .map-level {
        position: relative;
        height: 40px;
        width: 100%;
        cursor: pointer;
        border-bottom: solid 1px #e9e9e9;
    }

    .mappageNoBluetooth .map-levels .map-level-selected {
        background: #444444;
    }

    .mappageNoBluetooth .map-levels .map-level:last-child {
        border-bottom: none;
    }


    .mappageNoBluetooth .map-levels .map-level-label {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        color: #767676;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
    }

    .mappageNoBluetooth .map-levels .map-level-label-selected {
        color: #ffffff;
    }


.map-deskbooking-overlay {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    width: fit-content;
}

    .map-deskbooking-overlay .users-wrapper {
        position: relative;
        display: flex;
        gap: -2px;
        align-items: center;
    }

        .map-deskbooking-overlay .users-wrapper .user-circle {
            position: relative;
            height: 30px;
            width: 30px;
            border: 0.5px solid rgba(227,227,227,0.35);
            border-radius: 15px;
            background-color: #FFFFFF;
            box-shadow: 0 4px 4px 0 rgba(0,0,0,0.15);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

            .map-deskbooking-overlay .users-wrapper .user-circle .circle-inner {
                position: relative;
                height: 22px;
                width: 22px;
                border: 1px solid #E3E3E3;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .map-deskbooking-overlay .users-wrapper .user-circle .circle-inner span {
                    position: relative;
                    color: #FFFFFF;
                    font-size: 9.41px;
                    font-weight: bold;
                    line-height: 18px;
                }

                .map-deskbooking-overlay .users-wrapper .user-circle .circle-inner i {
                    font-size: 11px;
                    color: #FFF;
                }

            .map-deskbooking-overlay .users-wrapper .user-circle:not(:first-child) {
                margin-left: -5px;
            }

            .map-deskbooking-overlay .users-wrapper .user-circle.free .circle-inner i {
                opacity: 0;
            }

            .map-deskbooking-overlay .users-wrapper .user-circle.free:hover .circle-inner {
                border: 2px solid #0066CC;
            }

            .map-deskbooking-overlay .users-wrapper .user-circle.checked .circle-inner {
                border: 1px solid #0066CC;
                background-color: #0066CC;
            }

            .map-deskbooking-overlay .users-wrapper .user-circle.blocked {
                display: none;
            }

            .map-deskbooking-overlay .users-wrapper .user-circle.priority .circle-inner {
                border: 1px solid #0066CC;
                background-color: #0066CC;
            }

                .map-deskbooking-overlay .users-wrapper .user-circle.priority .circle-inner span {
                    font-size: 14px;
                }

            .map-deskbooking-overlay .users-wrapper .user-circle.priority.selected .circle-inner {
                background-color: rgba(0,102,204,0.35);
                border: 1px dashed #0066CC;
            }

            .map-deskbooking-overlay .users-wrapper .user-circle.priority:hover .circle-inner {
                height: 26px;
                width: 26px;
            }

            .map-deskbooking-overlay .users-wrapper .user-circle.priority:active .circle-inner {
                height: 22px;
                width: 22px;
            }

            .map-deskbooking-overlay .users-wrapper .user-circle.user {
                height: 29px;
                width: 29px;
                border: 0.5px solid rgba(227,227,227,0.35);
                border-radius: 15px;
                background-color: #FFFFFF;
                box-shadow: 0 4px 4px 0 rgba(0,0,0,0.15);
            }

                .map-deskbooking-overlay .users-wrapper .user-circle.user .circle-inner {
                    height: 23px;
                    width: 23px;
                    background-color: #0066CC;
                }

                .map-deskbooking-overlay .users-wrapper .user-circle.user .circle-inner span {
                    line-height: 23px;
                }

                .map-deskbooking-overlay .users-wrapper .user-circle.user.selected .circle-inner {
                    border: 1px dashed #0066CC;
                    background-color: rgba(0,102,204,0.35);
                }

                .map-deskbooking-overlay .users-wrapper .user-circle.user:hover .circle-inner {
                    height: 27px;
                    width: 27px;
                }

                .map-deskbooking-overlay .users-wrapper .user-circle.user:active .circle-inner {
                    height: 23px;
                    width: 23px;
                }

    .map-deskbooking-overlay .info-wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .map-deskbooking-overlay .info-wrapper .group {
            position: relative;
            height: 16.69px;
            padding: 0 7px;
            border-radius: 2.4px;
            background-color: #FFFFFF;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 10px 0 rgba(0,63,4,0.5);
        }

            .map-deskbooking-overlay .info-wrapper .group span {
                position: relative;
                color: #000000;
                font-size: 12px;
                font-weight: 500;
                line-height: 15px;
            }

        .map-deskbooking-overlay .info-wrapper .occupancy-wrapper {
            position: relative;
            width: 100%;
            height: 25px;
            display: flex;
            justify-content: center;
        }

            .map-deskbooking-overlay .info-wrapper .occupancy-wrapper .occupancy {
                position: relative;
                height: 14.5px;
                border-radius: 0 0 2.4px 2.4px;
                background-color: #F2F2F2;
                display: flex;
                align-items: center;
                justify-content: center;
                box-shadow: 0 2px 10px 0 rgba(0,63,4,0.5);
            }

                .map-deskbooking-overlay .info-wrapper .occupancy-wrapper .occupancy span {
                    position: relative;
                    color: #00B525;
                    font-size: 9.6px;
                    font-weight: 500;
                    line-height: 12px;
                    text-align: center;
                    padding: 0 4px;
                }

                .map-deskbooking-overlay .info-wrapper .occupancy-wrapper .occupancy.multiple {
                    border-radius: 7px;
                    background-color: #FFFFFF;
                }

                    .map-deskbooking-overlay .info-wrapper .occupancy-wrapper .occupancy.multiple span {
                        color: #00B525;
                        font-size: 9.6px;
                        font-weight: 500;
                        line-height: 12px;
                        text-align: center;
                    }

                    .map-deskbooking-overlay .info-wrapper .occupancy-wrapper .occupancy.multiple.occupied span {
                        color: #D71321;
                    }
