.nameScene{
    background-color: transparent;
    border: none;
    text-align: center;
    color: white;
    font-size: 14px;
    width: 100%;
}

.nameScene:hover{
    cursor: default;
}

.buttons-horizontal{
	position: absolute;
	left: 3.5em;
    bottom: 2.5em;
}

.buttons-horizontal div, 
.buttons-horizontal button{
  	cursor: pointer; /* Pointer/hand icon */
  	float: left; /* Float the buttons side by side */
  	margin-left: 15px;
}
#measurementMode {
    background-color: rgba(0,0,0,0.2);
    pointer-events: none !important;
}
#measurementMode .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    max-width: none;
    pointer-events: none !important;
}
#measurementMode  .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    box-shadow: none;
    pointer-events: none !important;
    padding: 15px;
}
#measurementMode .close-btn img {
    width: 1.25em;
}
.measurment-bottom-buttons {
    position: absolute;
    bottom: 4em;
    display: flex;
    align-items: center;
    left: 0;
    width: 100%;
    justify-content: center;
}
.instructions-measurements{
    position: absolute;
    top: 5em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
}
.popover-help{
    position: absolute;
    bottom: 5em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    background: #1A1B23;
    color: #fff;
    padding:1em;
    font-size: 1.5em;
    box-shadow: 0px 0px 8px rgba(26, 27, 35, 0.1);
    border-radius: 8px;
}
.popover-help:after {
    content: "";
    position: absolute;
    bottom: -15px;
    border-style: solid;
    border-width: 25px 25px 0;
    border-color: #1A1B23 transparent;
    display: block;
    width: 0;
    z-index: 1;
}

#measurementMode .circle-btn {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    font-size: 1em;
    background: rgba(0,0,0,0.5);
    text-align: center;
    cursor: pointer;
    pointer-events: all;
    display: inline-block;
}
#measurementMode .middle-circle-btn {
    width: 40px;
    height: 40px;
    transition: transform .5s;
    border-radius: 100%;
    font-size: 1em;
    background: #1A1B23;
    color:#fff;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 1px 8px rgba(42, 53, 107, 0.4);
    position: absolute;
    margin-left: 10em !important;
    pointer-events: all;
    display: flex;
    justify-content: center;
    align-items: center;
}
#measurementMode .big-circle-btn {
    width: 60px;
    height: 60px;
    transition: transform .5s;
    border-radius: 100%;
    font-size: 1em;
    background: #1A1B23;
    color:#fff;
    padding: 14px;
    text-align: center;
    cursor: pointer;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    pointer-events: all;
}
#measurementMode .big-circle-btn i {
    font-size: 3em;
}
#deleteMeasureBtn.inactive {
    opacity: 0.3 !important;
    pointer-events: none;
}
.modal-backdrop.show {
    pointer-events: none !important;
}
#helpMeasurement {
    background: none;
}
#helpMeasurement .modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
#helpMeasurement .modal-content {
    background: #fff;
    color:#565C71;
    border-radius: 10px;
    font-weight: 500;
}
#helpMeasurement .modal-body {
    font-size: 1.2em;
}
#helpMeasurement .modal-title {
    font-weight: bold;
    color: #2C2E3A;
}
@media(max-width: 768px) {
    #helpMeasurement .modal-dialog {
        min-height: calc(100vh - 20px);
    }
}
#measurementMode .circle-btn:hover {
    color:var(--primary-color);
}
.remove-measurments-btn i {
    font-size: 1.5em;
}
.rotate-45-deg {
    transform:rotate(45deg);
}
.start-measurments-btn img {
    width: 100%;
    padding: 0.2em;
}
.modal-open {
    padding: 0;
}
.modal-backdrop.show {
    opacity:0.1 !important;
}

.floorplan-3d{
    z-index:2;
    margin:0;
    padding:0;
    position:absolute;
    border-radius: 10px;
    width:12.5vw;
    height:25vh;
    bottom: 6.15em;
    left: 1em;
}

.floorplan-3d-full-screen{
    width:100%;
    height:100%;
    bottom: 0;
    left: 0 !important;
    background-color: rgb(19, 18, 20);
}

.floorplan-d-none{
    display: none;
}

.floor-number-margin{
    left: 4em;
}

.floormaps-arrow{
    display: inline;
}

#floorNumberContainer {
    position: fixed;
    z-index: 9989;
    transition:all 0.5s ease-in-out;
    bottom: 6em;
    left: 1em;
    background: rgba(0,0,0,0.5);
    border-radius: 5px;
    padding: 0.45em 0;
}

#floorNumbers {
    display: flex;
    max-height: 16.5vh;
    overflow: auto;
    scrollbar-width: none;
}

.floormap-floors-icon{
    display: block;
}

@media only screen and (max-width : 320px) and (orientation : portrait) {
    #floorNumberContainer {
        bottom: 2em;
        border-radius: 30px;
        padding: 2px;
        left: 0;
        right: 0;
        margin: 0.2em 1em;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: inline-flex;
        border: 1px solid #fff;
        justify-content: center;
    }
    #floorNumbers {
        flex-direction: inherit;
    }
    .floormaps-arrow {
        transform: rotate(-90deg);
    }
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    #floorNumbers {
        flex-direction: inherit;
    }
    #floorNumberContainer {
        bottom: 2em;
        border-radius: 30px;
        padding: 2px;
        left: 0;
        right: 0;
        margin: 0.2em 1em;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: inline-flex;
        border: 1px solid #fff;
        justify-content: center;
    }
    .floor-dot {
        height: 32px;
        width: 32px;
        font-size: 15px;
        margin: 5px;
    }
    .floormaps-arrow {
        transform: rotate(-90deg);
    }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
    #floorNumbers {
        flex-direction: inherit;
    }
    .floormaps-arrow {
        transform: rotate(-90deg);
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    #floorNumberContainer {
        bottom: 2em;
        border-radius: 30px;
        padding: 2px;
        left: 0;
        right: 0;
        margin: 0.2em 1em;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: inline-flex;
        border: 1px solid #fff;
        justify-content: center;
    }
    .floor-dot {
        height: 23px;
        width: 23px;
        font-size: 11px;
        margin: 3px;
    }
    #floorNumbers {
        flex-direction: inherit;
        bottom: 6em;
        left: 1em;
    }
    .floormaps-arrow {
        transform: rotate(-90deg);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #floorNumbers {
        flex-direction: column-reverse;
    }
    .floor-dot {
        height: 23px;
        width: 23px;
        font-size: 11px;
        margin: .25rem !important;
    }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape)  {
    #floorNumberContainer {
        bottom: 2em;
        border-radius: 30px;
        padding: 2px;
        left: 0;
        right: 0;
        margin: 0.2em 1em;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: inline-flex;
        border: 1px solid #fff;
        justify-content: center;
    }
    .floor-dot {
        height: 23px;
        width: 23px;
        font-size: 11px;
        margin: 3px;
    }
    #floorNumbers {
        flex-direction: inherit;
        bottom: 6em;
        left: 1em;
    }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) /*and (-webkit-min-device-pixel-ratio : 2)*/ {
    #floorNumbers {
        flex-direction: column-reverse;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #floorNumbers {
        flex-direction: column-reverse;
    }
    .floor-dot {
        height: 23px;
        width: 23px;
        font-size:11px;
        margin: 3px;
    }
}
@media (min-width: 1200px) {
    #floorNumbers {
        flex-direction: column-reverse;
    }
    #floorMap {
        width:256px;
        height:228px;
        bottom: 6.15em !important;
        left: 4em;
    }
    .floor-dot {
        height: 23px;
        width: 23px;
        font-size:11px;
        margin: 3px;
    }
}
@media only screen and (min-width : 1224px) {
    #floorNumbers {
        flex-direction: column-reverse;
    }
}
@media (min-width: 1281px) {
    #floorNumbers {
        flex-direction: column-reverse;
    }
}
@media only screen and (min-width : 1824px) {
    #floorNumbers {
        flex-direction: column-reverse;
    }
}

#floorNumberContainer::-webkit-scrollbar ,
#floorNumbers::-webkit-scrollbar {
    display: none !important;
    scrollbar-width: none !important;
}