@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    width: 100vw;
    height: 100vh;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #eeeeee;
}

canvas {
    width: 100%;
    height: 100%;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

pre,
div.error {
    background-color: #e5e5e5;
    padding: 1rem;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin: 1rem 0;
    max-height: 250px;
}

    pre.fixed,
    div.error.fixed {
        height: 200px;
    }

code {
    background-color: #e5e5e5;
    display: inline-block;
    padding: 0px 6px;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.map-container {
    height: 453px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
}

.h-w-50 {
    cursor: pointer;
    width: 64px;
    height: 64px;
}

.main-map-conatiner {
    display: flex;
}


.map-render-aerya {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
    /* padding-top: 100px*/
}


.map-render-aerya {
    scrollbar-width: thin;
    scrollbar-color: #F3E1FF #ddb4f9;
}

    /*Works on Chrome/Edge/Safari */
    .map-render-aerya::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

    .map-render-aerya::-webkit-scrollbar-track {
        background: #f5f5f5;
    }

    .map-render-aerya::-webkit-scrollbar-thumb {
        background-color: #b7b7b7;
        border-radius: 20px;
    }

.btn-pointer {
    cursor: pointer;
}

.main-map-conatiner .right-points span {
    display: flex;
    align-items: center;
    margin-top: 15px
}

    .main-map-conatiner .right-points span small {
        font-size: 12px
    }

    .main-map-conatiner .right-points span svg {
        width: 20px;
        height: 20px;
        margin: 0 10px 0 0 !important;
    }


.rz-data-row {
    height: 50px;
}

.blazored-toast-container {
    z-index: 9999999 !important;
}

.hover-text:hover .tooltiptext {
    visibility: visible;
}

.hover-text .tooltiptext {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: 200px;
    color: white;
    font-size: 12px;
    background-color: #192733;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
    text-align: center;
}

.hover-text {
    position: relative;
    display: inline-block;
}

 .hover-text .tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: black transparent transparent transparent;
}


#top {
    top: -44px;
    left: -76px;
}

.rIcon {
    cursor: pointer;
}

.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 47%;
    position: absolute;
    z-index: 999999999;
    background-color: rgba(102, 102, 102,1);
    opacity: 0.9;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

#divLoading {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: ghostwhite;
    z-index: 30001;
    opacity: 0.9;
}

    #divLoading > p {
        position: absolute;
        color: White;
        top: 40%;
        left: 40%;
        text-align: center;
    }

.locationD {
    width: 15%;
}

.floorD {
    width: 15%;
}


#floating-button {
    position: fixed;
    bottom: 20px; /* Adjust the distance from the bottom as needed */
    right: 20px; /* Adjust the distance from the right as needed */
    z-index: 999; /* Ensure it's above other elements */
}

#gridmap {
    position: fixed;
    top: 240px; /* Adjust the distance from the bottom as needed */
    right: 30px; /* Adjust the distance from the right as needed */
    z-index: 999; /* Ensure it's above other elements */
    /*    display: flex;
    flex-direction: column;*/
}

#in {
    position: fixed;
    top: 300px; /* Adjust the distance from the bottom as needed */
    right: 30px; /* Adjust the distance from the right as needed */
    z-index: 999; /* Ensure it's above other elements */
    /*    display: flex;
    flex-direction:column;*/
}

#out {
    position: fixed;
    top: 360px; /* Adjust the distance from the bottom as needed */
    right: 30px; /* Adjust the distance from the right as needed */
    z-index: 999; /* Ensure it's above other elements */
    /*    display: flex;
    flex-direction: column;*/
}

/* No upcoming bookings */
.top-content-200{
    top: 50% !important;
}

/* Ajax loader */
.img-loader {
    color: #000000;
}

/* Tooltip */
.wrapper {
    text-transform: uppercase;
    float:right;
    top: 150px;
    color: #555;
    cursor: help;
    font-size: 20px;
    margin: 100px 75px 10px 75px;
    padding: 15px 20px;
    position: relative;
    text-align: center;
    width: 200px;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}

.wrapper .tooltip {
    background: #1496bb;
    bottom: 100%;
    color: #fff;
    display: block;
    left: -17px;
    margin-bottom: 20px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

    /* This bridges the gap so you can mouse into the tooltip without it disappearing */
    .wrapper .tooltip:before {
        bottom: -20px;
        content: " ";
        display: block;
        height: 20px;
        left: 0;
        position: absolute;
        width: 100%;
    }

  
    .wrapper .tooltip:after {
        border-left: solid transparent 10px;
        border-right: solid transparent 10px;
        border-top: solid #1496bb 10px;
        bottom: -10px;
        content: " ";
        height: 0;
        left: 50%;
        margin-left: -13px;
        position: absolute;
        width: 0;
    }

    .wrapper .tooltip .legend {
        list-style: none;
        padding: 0;
        text-align: left;
        margin-top: 10px;
    }

 .wrapper .tooltip .legend li {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
        }

.wrapper .tooltip .legend li:before {
                content: " ";
                display: inline-block;
                width: 25px;
                height: 25px;
                border-radius: 50%;
                margin-right: 10px;
 }

.wrapper .tooltip .legend .green:before {
        background-color: green;
 }

 .wrapper .tooltip .legend .yellow:before {
        background-color: yellow;
 }

.wrapper .tooltip .legend .red:before {
        background-color: red;
 }

.wrapper .tooltip .legend .silver:before {
         background-color: silver;
        }

.wrapper .tooltip .legend .black:before {
        background-color: black;
 }

.wrapper:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.lte8 .wrapper .tooltip {
    display: none;
}

.lte8 .wrapper:hover .tooltip {
    display: block;
}