.hotspot {
    width: 50px;
    height: 50px;
    margin-left: -30px;
    margin-top: -30px;
    opacity: 0.95;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.no-touch .hotspot:hover {
    opacity: 1;
}

.mobile .hotspot {
    width: 70px;
    height: 70px;
    top: 19px;
}


.hotspot-icon {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.hotspot-icon:hover{
    background-color:rgb(103, 115, 131);
    background-color: rgba(103, 115, 131, 0.8);
    border-radius: 50px;
}

.hotspot-tooltip {
    position: absolute;

    pointer-events: none;
    margin-left: 3px;
    padding: 8px 10px 8px 50px;

    height: 50px;
    width: 300px;
    z-index: -500;
    top: 0px;
    left: 0px;
    display: flex;
    font-size: 16px;
    max-width: 300px;
    border-radius: 50px;
    background-color: rgba(103, 115, 131, 0.8);
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
    -ms-transform: translateX(-8px);
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    -webkit-transition: -ms-transform 0.3s,
    -webkit-transform 0.3s,
    transform 0.3s,
    opacity 0.3s;
}

.no-touch .hotspot:hover .hotspot-tooltip {
    opacity: 1;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    pointer-events: all;
}

.hotspot-hover .hotspot-tooltip {
    opacity: 1 !important;
    -ms-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    pointer-events: all !important;
}

.visitor .hotspot-icon, .visitor .hotspot, .visitor .hotspot-tooltip {
    cursor: inherit !important;
}

.default-icon {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: rgb(103, 115, 131);
}

.subscene-filtered {
    opacity: 0.5;
    /*display: none !important;*/
}

.hotspot-modal-back {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11000 !important;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.hidden {
    visibility: hidden;
}

.hotspot-modal {
    /*background-color: red !important;*/
    background-color: white;
    width: 89%;


    border-radius: 0 50px 50px 0;
    margin: auto;

    display: flex;

    /*For diplaying close as absolute*/
    position: relative;
}

.hotspot-modal-info {
    width: 40% !important;
    border-radius: 50px !important;
    height: 60%;
}

.hotspot-modal-right-info {
    width: 100% !important;
    padding-left: 40px !important;
}

.hotspot-modal-close-icon {
    /*background-color: #0C4B91;*/
    cursor: pointer;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 30px;
    top: 30px;
    display: flex;
}

.hotspot-modal-media {
    background-color: black;
    width: 70%;
    /*For diplaying img-selector as absolute*/
    position: relative;
    /*display: flex;*/
}

.hotspot-modal-right {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    width: 30%;
}

.hotspot-modal-text {
    margin-top: 75px;
    padding-right: 10px;
    /*background-color: #25aae1;*/

    height: calc(100% - 195px); /* 225 */
    overflow-y: auto;
}

.hotspot-modal-title {
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #0C4B91;
    margin-bottom: 20px;
}

.hotspot-modal-desc {
    font-family: Arial;
    font-size: 16px;
}

.hotspot-modal-footer {
    background-color: #0C4B91;

    height: 75px;
    /*margin-bottom: 75px;*/
    display: flex;
}


.hotspot-modal-media-img {
    width: 100%;
}

.hotspot-modal-media-video {
    width: 100%;
}

.hotspot-modal-logo-wrapper {
    /*background-color: black;*/
    max-width: 30%;
    width: 30%;
    min-width: 30%;
    padding: 20px;
    display: flex;
}

.hotspot-modal-logo {
    width: 100%;
}

.hotspot-modal-logo-separator {
    width: 2px;
    background-color: white;
    margin-top: 15px;
    margin-bottom: 15px;
}

.hotspot-modal-icon-wrapper {
    max-width: calc(40% - 2px);
    width: calc(40% - 2px);
    min-width: calc(40% - 2px);
    padding: 10px;
    display: flex;
    justify-content: center;
}

.hotspot-modal-icon {
    height: 55px;
    width: 55px;
}

.hotspot-img-selector {
    /*background-color: black;*/
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translate(-50%);
}

.hotspot-img-selector-chip {
    width: 24px;
    height: 24px;
}

.sas-footer {
    height: 75px;
    min-height: 75px;
    width: 500px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    background-color: rgb(12, 75, 145);
    transform: translate(-50%);
}

.sas-footer-earth {
    width: 30px;
}

.langSelector {
    cursor: pointer;
}

.lang-modal {
    margin-top: 30vh;
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
}

.lang-modal-earth {
    width: 50px;
}

.code-modal-back {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11000 !important;
    background-color: rgba(12, 75, 145, 0.75);
    display: flex;
    visibility: hidden;
}

.error-modal-back {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11001 !important;
    background-color: rgba(12, 75, 145, 0.75);
    display: flex;
    visibility: hidden;
}

.vertical-center-parent {
    display: flex !important;
}

.vertical-center{
    margin-top: auto;
    margin-bottom: auto;
}